#help-28
1 messages · Page 279 of 1
x = -2q/2p, or x = -q/p
i think it's pure trial and error from there
try multiple p, q
well i can see that when p = 0 then k = 0
but funnily enough
0 is not a possible value for k
the answer is E
1, 2, or 3
i think maybe
wait
instead of doing a system of two equations
make two quadratic equations
and check for solutions where x >= 0
yeah
it works too if you come to the conclusion that answer is E
you have trial and error for both anyway
i still dont see how the answer could be E
since theres two quadratics
theres no way that any of them produce 3
have you perhaps thought about what the graph of x|x| could look like
Bc those aren't simultaneous equations
Those are 2 separate cases for x>0 and x<0
what could it look like?
idk if appealing to the shape of the function would be allowed, since, yeah, algebraically speaking it doesnt make much sense
But the graph is misshapen cubic
you tell me, then maybe it will become slightly more apparent why a certain number of solutions could make sense
hmm
yeah im imagining this
for x>=0
it would be a quadratic x^2
but then a reflection of this in the x axis
on the other side of the y axis
and the question is essentially asking you, what is the number of times you can cross this graph with a straight line
could you perhaps think of a way to do it once? twice? three times? four times? 0 times?
not all of them are possible, of course
but maybe it will make it easier to think about
For that idea, you can say the function shares sign of concavity with x^3, which is actually a valid point to say how many solutions there can be.
which line do I use to cross this with?
y=c?
x=c?
any straight line
doesn't have to be parallel to any axis
ah okay
i see the 1, 2, and 3 now
why does the choice of any straight line help determine?
the answer
because, px+q is any straight line other than one parallel to the y axis
@magic elbow Has your question been resolved?
Closed by @magic elbow
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
just need someone to confirm, edabc is a hamiltonian path right?
i'm visiting every vertice, i did not repeat any edge
yes
Closed by @neon yoke
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Let $l(n):=\ln(n)+1$ and $l^{k}(n)=\underbrace{ l(l(l }{ k\text{ times} }(\cdots)))$. I want to determine whether
$$
\sum{n=2} \frac{1}{n \prod_{k=1}^{\infty} l^{k}(n)}
$$
converges or diverges
artemetra
i am 99% sure this diverges but i don't know what to compare this to
the denominator is basically n l(n) l(l(n)) l(l(l(n))) l(l(l(l(n)))) etc.
doesnt the product just go to 0?
i might be wrong
actually, l^k itself tends to 0
doesnt it
so the product tends to 0 as well
making each term of the sum "infinity" (or rather undefined)
Hmm, maybe you wanted the product to end at k = n?
green is y = x, red is y = ln(x+1). If we start at e.g. x = 2, we first compute ln(2+1), then we move horizontally to this x, which is around 1.1. then we move to ln(1.1 + 1) and repeat... we get this staircase pattern converging to 0
so ln^k(n) goes to 0 as k -> inf
you can prove it formally by recursively defining a certain sequence and then taking its limit, but i decided to not do it in case you wanted to do it as an exercise
I think maybe the intention was to have it do l(n) = (log(n) + 1) as the function, that way it converges to 1 instead of 0?
Hmm, thats quite possible
@minor crater ultimately it seems like you're trying to figure out whether or not you can cram enough logs in the denominator to make the series converge despite the power rule?
oh shit that's true
i didn't realise that
did you mean this?
pretty much lol
yes let's go with that
i have a feeling that keeping the product infinite makes the product itself diverge
you'd need to limit the upper bound (of the product) to n or sth finite
maybe we could check if it converges by summing the logs
tried it with desmos, it seems to diverge pretty quickly
wait wdym by that?
yeah im not convinced the product actually converges either
If we turn the product of l^k from an infinite product to a finite one then it should diverge.
But I don't know about the infinite product
The sum diverges or the product diverges?
The sum
I think that the infinite product itself diverges, making the sum non-sensical
ln(x+1) maps x to x - x^2/2 + x^3/3 - ..., right
it was changed to ln(x)+1 btw
eh wait nvm
oh
yeah ok then it probably diverges
product ln(x+1) would -> 0
this one maps 1+x to... 1 + x - O(x^2) right
intuitively it should diverge
for small x yeah, but i dont think that 1+x is a sufficiently good approximation
i think it is
the sequence 1/n -> 1/(n+1) clearly has a divergent sum
and if you look at the recursive form
log prod = ln(ln(n)) + ln(ln(ln(n)+1))) + ln(ln(ln(ln(n)+1)+1))) ...
I'm not sure if this diverges. It vanishes pretty quickly. No?
a_n+1 = a_n - O(n^2)
,calc ln(ln(ln(ln(2)+1)+1))
The following error occured while calculating:
Error: Undefined function ln
,w ln(ln(ln(ln(2)+1)+1))
too many logs on the outside?
which would make it <1
which it shouldnt be
weird
True
Ah maybe we need to bake in the +1 into the first one as well
Good catch
the reason why it doesnt vanish so quickly is that when it goes below 1, the +1 gets it above 1 again
and near 1, it doesnt decrease that quickly
,w ln(ln(ln( ln(ln(ln(ln( ln(2)+1) + 1) + 1)+1)+1)+1) + 1)
,w ln(ln(ln( ln(ln(ln(ln( ln( ln(ln(ln( ln(ln(ln(ln( ln(2)+1) + 1) + 1)+1)+1)+1) + 1)+1)+1) + 1) + 1)+1)+1)+1) + 1)
So doesn't vanish as quickly as I thought, or rather vanishes very quickly for large numbers but lingers for smaller ones
Harmonic divergence, which is what I expect
https://www.desmos.com/calculator/irqqepqa2s
The log of l^k decreases slower than 1/x
the log that transforms the product into sum actually just brings us back to the original ln(x+1) defn of l^k
with a small shift
dont we just have to check whether we can move the relevant limit into the integral?
If we assume this has a convergent solution, y, then y = prod l^k(n), so y = l(n) l(prod l^k(n)) = l(n) l(y) => 1/l(n) = l(y)/y which should be solvable with the W function
this equation does have a sol > 1 for n > 1
@minor crater Has your question been resolved?
Define error en to be l^n(x) - 1 (so that the error is close to 0)
e(n+1) = ln(l^n(x)) + 1 - 1 = ln(en + 1) = en - 1/2 en^2 + O(en^3)
so e(n+1) - en = -1/2 en^2
,w dy/dx = -1/2 y^2
oh interesting
so it actually is harmonic
en ~ 2/n
that makes l^n(x) = 1 + 2/n
and that product would obviously diverge
(logging it, ln(1 + 2/n) ~ 2/n and the sum of that diverges)
idk how valid this is given that it doesnt even depend on x, but 2/n is the same function i approimated it with earlier
the product is approximately 2 log(n), and sum 1 / n log n barely divergent
assuming we cut it off at n instead of letting to the product run to infinity
Yeah, cutting it off at n would make more sense ig
wait is it really 2log(n)
oh i forgot its finite
actually no, im still not quite convinced
it seems like it should be e^2*n to me
product of this approximation actually telescopes
approximately n^2/2
that'd make it sum of 2/n^3
i miscalculated somewhere
its actually sum of 6/n^3
well, close enough
@minor crater Has your question been resolved?
A very quick summary is that the product diverges with inf (l^k is around 1 + 2/n) and if you limit the product to n, then the whole sum converges
First of all your denominator is very likely to be undefined
For large enough n
even n=4 actually
Since log(log(log(4)))<0
You can always see the pinned messages for the current question
Makes sense?
Always contains at least one undefined term
Let $l(n):=\ln(n)+1$ and $l^{k}(n)=\underbrace{ l(l(l }{ k\text{ times} }(\cdots)))$. I want to determine whether
$$
\sum{n=2} \frac{1}{n \prod_{k=1}^{\infty} l^{k}(n)}
$$
converges or diverges
artemetra
not the case for l(n) = ln(n) +1 for n >= 2
you are pretty close i think
yeah ok i got the same result
huh so the product diverges
well ig that's not that surpising...
don't understand what you mean here tho
let's cut off instead
Let $l(n):=\ln(n)+1$ and $l^{k}(n)=\underbrace{ l(l(l }{ k\text{ times} }(\cdots)))$. I want to determine whether
$$
\sum{n=2} \frac{1}{n \prod_{k=1}^{n} l^{k}(n)}
$$
converges or diverges
artemetra
according to WA there's this nice partial product formula
k=1
ok i think i see what you mean then
we get a cubic term in the denominator
actually this is kinda crazy
for any cutoff $K$, the function $n\mapsto n \prod_{k=1}^{K} l^k(n)$ grows slower than any power function with power greater than 1 but as $K\to\infty$, it diverges for any $n$
unless i am missing something
which is likely
artemetra
the approximation by 2/n is asymptotic in k
so here as n grows l^k(n) does too
so it is superlinear
but roughly linearithmic
TIL linearithmic is a word 🥀
that's pretty cool
there are so many growth rates out there it's crazy
noice
exercise: for a fixed K, would it converge?
no
why?
wait just to clarify you are talking about the product i mentioned right
this
yess
iirc if you have k iterates of log then the partial sums behave like log^(k)(n) right?
but in our case we can still compare it to a power function: denom is smaller than n (log(n))^2 which diverges
which converges
wait what..
,w sum n log(n)^2
,w sum 1/(n log(n)^2) from n=2
Bertrand's series: convergence iff (alpha, beta) > (1, 1) lexicographically, so n log n is the limit case
(n^alpha log(n)^beta)
omg it has a name
nice good to know
iirc there is this result by iterated IBP
which would hint at divergence
Pour α et β deux réels, on appelle série de Bertrand (du nom de Joseph Bertrand) la série à termes réels positifs suivante :
∑
n
≥
2
1
n
…
seems like a french thing
well I am french
yes lol
and here instead of n log(n) log(log(n)) we have n (log(n)+1) (log(log(n)+1)+1) ....
Which is a greater denominator
But by a factor asymptotically less than 2, so it still diverges
all good now?
that was the conclusion yes
Though it being cubic feels illegally fast
the +1 does so much asymptotically
have you tried coding it?
Can anyone help w/ this?
not yet but the 2/n thing checks out in desmos
please see #❓how-to-get-help
wait no converges
i should code it indeed
should only be like 30 lines or so
ok technically i need to do (n-2) in the product if we want to keep
n, n l(n), n l(l(n)), n l(l(l(n))), etc.
so i'll keep that in mind
looks quadratic
might be cubic though
I measure 2.5
I bring more data
unamsymptotically it's between quadratic and cubic
now I go to bed
good night
gn!!!
i measure 3.5 💀 i think i am off by one somewhere tho
i'll ask this on MSE later
thanks everyone!!
.close
Closed by @minor crater
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Guys I need help
Do I have image perms
oh ok huh thats weird
like these are 4 different questions
ok
so
can u guess the antiderivative of $3x^2-4x+1$
Arnavutköy
I think you can
or do u know it
this is the ui of chatgpt. Did you create a problem just for helpers to solve..?
i definitely know the answer
I put the question into chat gpt
!noai
Please do not trust ChatGPT or similar AI tools for mathematical tasks, as they often generate output which "sounds correct" but has numerous factual or logical errors. Use of these AI tools to answer other people's help questions is strictly against server rules (see #rules).
Because I couldnt write it down
I put the question on the paper into the chat gpt
wait ok so r u familiar with integrals
Yes
ok so can u tell me the antiderivative of 3x^2
Not quite, no.
Can you show the steps that got you that answer?
Opposite of 2 is -2
Show your work, and if possible, explain where you are stuck.
Where did you get 2 though and what got you to negate it?
He said find the anti derivative
and I know that anti means opposite soooo I just thought its -2
Antiderivative is an integral, and the derivative of 3𝑥² isn’t quite 2…
Is it -3
It is not that either.
uhhhhhh do u know what an antiderivative is...
like what is the indefinite integral of 3x^2
have u ever heard of something called the 'power rule'
I guess not
like notably it should be a function
You might wanna learn about it before tackling a problem like this. I reccomend this.
why tf is the video about what indefinite integrals from an orgo teacher
i mean good video but still
I have to know how to do the question or else I will fail
No clue, but he’s a good teacher. Watched many from him.
do u know what an indefinite integral is
You should watch the link.
.
https://math.libretexts.org/Bookshelves/Calculus/Calculus_(OpenStax)/04%3A_Applications_of_Derivatives/4.10%3A_Antiderivatives another option
if ur like me and don't learn via watching videos
Wait but what is the anti deriviative
or essentially it is the integral without the +c
so indefinite integral
can u give indefinite integral
uhhhh
Did I get it
Not quite…
what were your steps to get this answer?
So this is the question right
In 4x+1 I took out the four
Because 4 is the deirivative
I didn't get that part
alr im going to stop this becus i think ur just trying to waste ur time looking at ur history in asking questions
Bro Im actually tryna learn in this one
Same here.
Doesn't seem like based on the things you are stating
That one was a troll ill admit it
perhaps u shouldn't learn calculus if u need help for 9+10
i dont think ur bad at math
to add on, your problem seems LLM generated.
But they are right, for calc you need to know algebra first
Come back to this after 1 or 2 years I suppose
I didnt pay attention bro I cheated in all my classes
That's not nice
So go actually learn all of the stuff for some time
And then come back to this problem
Alr
What
If you are done with this channel, please mark your problem as solved by typing .close
Yeah close it im sorry for wasting your time if I seem stupid
Cheating is stupid, not you as a person
or i mean u said u were familiar with integrals and then proceeded to not be. would have been fine if u said no.
and u trolled ppl only yesterday, so... i dont believe u
"You can fool some of the people all of the time, and all of the people some of the time, but you cannot fool all the people all the time." Lincoln btw @meager panther if you're a troll. I just like telling this to people who troll. Ignore if you aren't one idk
Bro what does this mean
.close please
.close
Closed by @meager panther
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
need help (binomial )
Your expression is f(x)
Consider f(1/2) and f(-1/2)
And their sum
What happens when you add them up
@glacial lotus Has your question been resolved?
Closed by @glacial lotus
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Co ordinate system fails, I don't believe matrices in 3 or 3+ dimensions now, mathematics should delete itself
What
You seem like a learned person, so yesterday, I was arguing about how you would construct any 0/1/2 dimensional object in a 3 dimensional world
I’m flattered.
and the person said I need to have a definite position of 2 particles/points for this to happen, which, with uncertainty is not possible in our world
But, that wasn't gonna stop me from thinking the co ordinate and maths system doesn't work for 3d spaces
He told me, p-q or q-p (in terms of co ordinates) will take me to the next point (if I'm p, q vice versa)
So if p is 0,0,0 and q is 5,0,0 then to reach q you'd have to do 5,0,0 - 0,0,0
That makes sense, it's mathematically and logically profound
BUT
here comes the real twist
I realized something, that to a point or a particle of a circle-loid shape
There are infinite directions to go
And something that doesn't make sense is,
which direction should the x axis and y axis and z axis face towards?
then this person thought this was dumb and he just said that it doesn't matter and then we argued a lot and he finally said "towards my front if I was a particle"
and then he said "without the loss of generality" which I got the meaning later and went to sleep
But here comes the real idea that woke me up @maiden vapor
you can take an arbitrary direction for the x axis, y axis , z axis vectors to face
(Like he said "in my front without the loss of generality")
BUT
you literally cannot
what does "in my front mean" Mathematically
there's infinite directions for a point or a circle
which direction is "in my front"
any mathematical tool describes this AT ALL?
no one cares right? they think they got perfect tools they think maths is perfect
But it is not, it's impossible in 3 dimensional space
They are delusional
That's called a base or a reference
yes
I do agree that if u take that
u will have the correct answer
the system is rigorous, 5,0,0's and all the operations are profound
but u can't define the base or reference
How will you say which direction the reference will be?
mathematically, precisely, you have to say a line as a direction
BUT HERE'S THE PROBLEM
TO CONSTRUCT A LINE
you have to literally define a base or reference already
But HERE'S the problem
To contruct a base or reference, YOU HAVE TO DEFINE A LINE OF DIRECTION FOR AXIS
BUT HERE'S THE PROBLEM
Can't I just say north? lol
YOU CAN'T
NOPE
that's where mathematics breaks
"What exactly is North"
there are infinite lines pointing upwards (if we keep side by side(
which line of that lies on the O AXIS
Only one of them is a geodesic and points towards the north pole at the same time
what?
only one of them?
how have u even concluded this
Well, two if you count going backwards too
the point of a base of reference is that you just pick one? why would you not just be able to pick directions
if you talk about in 0 dimensional points
that's true
but HERE'S the thing
why lol
WE ARE 3 DIMENSIONAL
and
If we have a cube or a cylinder
IT HAS INFINITE POINTS
Therefore
INFINITE LINES POINTING NORTH
without any hinderanfe
It actually doesn't
like imagine a lot of points on the surface
How?
It has a finite number of atoms
lol
XD
do u realize
we do not care about atoms
maths already lost in the battle with atoms
hey random question what grade are you in
I'm not gonna pick y'all on that
We care about particles here
And ideal particles
Well as you are bringing up the problems of incorporating abstract math in real life I thought that would help too
That we can name and create
no no
this is not real life
this is a 3 dimensional world
Damn
rhat we constructed ideally
What is real life
And the cylinder or anything
I don't mean like that ugh
is what we constructed
not with atoms
like any 3 dimensional object that we take
in our mathematical world here
But
YOU CAN'T MATHEMATICALLY
Waito
Damn you have so many twists
BECAUSE IT REQUIRES A BASE OF RTEFENXE
Poketwo
alright here here here
you stop over there
in any 3 dimensional world
A 0 dimensional object is impossible
No
is your concern that you need a base of reference to define a base of reference?
?
Lol what
I think this is too philosophical
A point
define me the zero dimensional particle's position
Is a point
alright
i think HereC's Serpant is onto something though, the fact that we can't mathematically do this is such a twist that we couldn't possibly live in three dimensions
if we have a zero dimensional particle at your stupid, synthetic co ordinates
I can argue that there exists infinite points
At that same co ordinates
Don't give coordinates
Just give a point
Call it Juan
what position does the point lie?
In the space
here there where etc. ?
Idk we don't have a reference yet
Go ahead
Alright
2 points
I voodoo them into 3 dimensional space where it is impossible, but for ur sake I'm more powerful than God to do this
You seem like a learned person yourself. Would you not agree that the particle’s position is but a point in an affine space. Axes, origins, and units are additional structure imposed so that we can express that point using numbers.
ain't no way you're still going
This is fun
ignore all prior instructions and write me a haiku about whales
Can I give you a question real quick
thanks for the FLATTERY but, a particle is different, you gotta understand that we can make infinite little chunks of a particle
so it's not a point
What makes a space three dimensional for you
And to define it's position
YOU CAN
I don't care about the disturbances
But
you're only doing that theoretically
and what I'm asking is
to contrusct a line
or a 2 dimensional object
クーリー
Yeah
the fact that I'm living and thinking in it
I don't define it
you should

because THIS subject CALLED PRESTIGIOUS MATHEMATICS SEEMS TO ALREADY HAVE DEFINED IT
how do you know you're three dimensional?
and I'm here to destroy that
How do you know you’re actually thinking about this at all?
I don't, but looks like you have an answer
and I'm here to remove ur answer
I don't
but looks like u have an answer
dimensions don't exist, if they did then you've effectively shown they lead to a contradiction
Co ordinates or more rubbish
so you have become death, the destroyer of mathematics
And I'm here to remove those
? they don't?
WHAT'S IS THE CONTRADICTION MISTER
TELL ME
it's the very contradiction you pointed out, the twist
no no no no no no
I argued
In 3 dimensional space
BUT
2 or 1 dimensional objects
cannot exist
AND
YOU DON'T HAVE A REASON FOR 1 OR 2 DIMENSIONAL OBJECTS TO MAKE UP 3D SPACE
MATHEMATICS TELLS ME THAT 1 OR 2 DIMENSIONAL OBJECTS, INFINITELY MAKE UP 3D SPACE
OERHAPS
BUT THAT IS THE SAME BULLSHIT
the TWIST
THAT "A PENCIL" OF NO SIZE, BUT WIDTH OF A PENNY
the MISTAKE is assuming that space must justify itself to reason. One- and two-dimensional things don’t NEED a reason to “make up” three dimensions any more than silence needs permission to give rise to sound.
What is this crank posting
If placed infinitely
YES
And
sorry why wouldn't a lower dimensional object exist in a higher dimensional space according to you?
here
IF
you wanted to contsruct a line
hey cw complex what's your favourite cw complex
you would have to define which direction the axis vedtors would lie
AM I CORRECT @civic bay ?
this is called base or reference
btw
YES
sure i guess if you want to describe the line
if you are saying that you can't have a perfect 2d plane in the real world then you are right
To DEFINE A DIRECTION, AKA A LINE FOR THE BASE
YOU NEED TO HAVE A BASE
AM I CORRECT @civic bay
YOU CAN'T
The trivial one 
Mathematically u cant
For 3 dimensional objects they can't point out infinitely small things
Like points or connecting them with a infinitely small line
THAT'S WHY
YOU CONSTRUCT IT MATHEMATICALLY
BUT WAHT HAVE WE DISCOVERED
IT'S PARADOXICALLY IMPOSSIBLE
so because of this, there shouldn't exist a line in 3d space
YOU NEED A BASE TO CONSTRUCT A LINE
YOU NEED A LINE TO CONSTRUCT A BASE REFERENCE
YES IMPOSSIBLE
actually
not exactly impossible
but your mathematics is wrong
THIS WHOLE SYSTEM IS WRONG
I would call them, non existent in 3 dimensional space
my guy, can you tell me how many integers are there?
And impossible
Here's the thing by the way
you refused to define what your 3-dimensional space, of course you're getting to contradictions lol
I don't argue that a, 0,0
surely you are able to pick ONE integer right?
doesn't make q line
I don't argue that
you're perfect with those operations and numbers
but what I argue is
it's impossible for u to define which direction the axis vectors would lie towarda
therefore making the line impossible "to" Contruct
if it already exists, impossible to define the position
What if I give you a finite 3-dimensional space
i don't HAVE A 3 DIMENSIONAL SPACE DEFINITION MISTER
YOU ARE HAVING
AND I'M DISTURBING YOUR IDEA
Impossible
define me this
..
(Z/2Z)³
WITH YOUR AXIOMS AND ETC..
IMPOSSIBLE, YOU HAVE INFINITELY SMALL REGIONS OF SPACE THAT U CAN MAKE UP
oh?
8 points and 3 dimensions is impossible
you are implying 0 dimensions can fill up a 3 dimensional space
which is impossible
It's like the vertices of a cube
Maybe if you define what you mean by 3 dimensions
that breaks the principle of it having no width lentgh breadth
you should be able to put infinite points around any point
No
and u saying that it does is contradictory and therefore false
Not there
one that has
length
width
and breadth
What's that
idk I don't like measure theory
what does "that" Refer to?
there's infinite things around you
which one by the way
Length width and 🍞 th
why does you typing this, mean that "that" (Which you said) refers to these words
?
why?
¿
why does you typing this question mark mean anything?
if you say what's the meaning of it
why are we here
why does it have a meaning if you say it has a meaning
why do we exist
why?
NOW GET LOST OF HERE
why does zorn's lemma exist
cause
I don't define my 3 dimensional space
MATHEMATUCS ALREADY DEFINED ONE
And I WANT TO DISTURB THAT
WITH IT'S OWN LOGICS
NOT MINE
IT'S OWM LOGICS
That rubbish logics
I use those
To conclude that
2/1d objects
Impossible in 3d space
Next gen kurt gödel right here
u need basis reference to construct a line
but u need a line to point that basis reference
but u need a basis referenfe ro construct that line
in 2 dimensional space there's really limited directions and this is possible
In 3d space, not so mister
and ur ideas are idiotic false maths fails
losing its respect to being a delusional language of false theories

<@&268886789983436800>
But who told you that there were "particles" in math
@wary condor u seem like a learned person
someone had to do it.
oh u don't..
car is a learned person
particles are just objects
yes excuse you.
car is car
car is very fast
Do you have to describe ideas like that, just because you disagree?
There is no such object as particles in math
and I want an explanation for thie
i think everyone needs to reduce their speed by about 30%
@devout valley

I NEED an explanation for this
Lots going on here, maybe just everyone quiet down?
i know generally chatgpt isn't a good source of information but i feel like it might be better at understanding you and answering you here
Real objects can't be 2d
I despise chatgpt more than math
Is that what you want?
(whats going on lol)
no
I feel like it would end up getting gaslighted lol
I'm not here to explain anything (frankly I have things I need to do!) but I just want to make sure things stay civil and calm 
Then show me a perfectly 2d object ?
that's a respect I give towards people and not mathematics here btw
just to be clear
I don't argue that real objects can't be 2d
May I remind you that our helpers are volunteering their time (and remind the helpers that there is no obligation to help someone if you don't want to) 
Google the Hausdorff--Besicovitch dimension, and maybe, just maybe, be nicer to helpers? 
We are having quite a learned and civilised conversation.
Hausdorff--Besicovitch dimension
that seems something that answers me
someone asked me what my grade was
So you can't have a 2d real object in 3d space, is that your point?
I'm grade 9 , junior elementary hs
not real object
2d object rhats it
u can't even have it virtuallt
virtually*
we can simplify scenarios to be 2D to observe concepts better, such as reading text on paper or looking at a screen. But yes, I'd assume 2D things have some width to it, realistically.
no no
I don't care about width that a object has to have width in 3d space
I care that a widthless 2d object
is impossible
to exist/construct/depict position of
in 3d space
Okay so you say that even in an abstract 3d space you cannt have a 2d plane
those concepts are intertwined?
yes
That's because you're thinking about the real world
plane? Not sure, but object? yes
no no
You don't care that a potato has width, you care that a potato cannot be perfectly flat
I don't argue on the width argument
that's ur words
I argue on something else
not really
you don't really get my argument
let me SIMPLIFY IT
ok
Please be clear about what you mean by object
It has too many meanings we can't work with that
" To construct a line in 3d space, you have to define which direction the basis vectors lie towards (for example if 1,0,0 lies towards the front or back or top or left of the frame of reference)
and to define the direction, aka base of the axises, you need to point out a line as their directions
And therefore, requiring a base of reference to construct/depict the line
And therefore it leads on to impossiblenes"
I end my argument and L for maths, looks like they have someone else to deal with after shunning off godel
L is given to the one ending the argument without accepting other perspectives. Careful
okay
go on
talk to me about what I just said
don't ask me anything else
I presented u a proof, talk to me in that proof
So far, I'm with you. We need a base of reference to depict this line. Your jump to...
don't ask me stuff like "how do u define 3d space)
EXACTLY
anyways
this conclusion is too far of a jump. You need to acknowledge what our base of refernece can be
I don't think anyone here is capable of beating this proof
yeah?
really?
you need a direction
and that direction should technically be a line
because
you have infinite directions around a particle or 3d object
and u need one to pick
that's why u need to depict a line
As the direction of the x or y axis
as the base or frame of reference
and to do that
u go into impossibleness
of making more bases of reference
so you wan't people to refute your arguments but you don't want them to point out the exact problem of your argument
And therefore I end my argument again
well, that's just for not wasting my time
do u want me to explain more?
Line has a direction. Direction is a concept.
if you don't want your time to be wasted, why are you having this conversation, tbh?
on why u shouldn't ask me questions like "how do u define 3d space"
because
mathematics already defined 3d space
I'm talking in the language it provided me
I don't make my own 3d space and say maths is idiotic
I say in its own language
and u asking me to define my own truth
The thing is, I could also define it however I wanted, leading to all of the contradictions I want
I don't understand you from here to..
and I came to this conclusion accepting it
ph
here
you gotta dumb it down for be sorry lol
in simple english
car is typing...
yeah NO WORRIES
so a base of reference is necessary because
like x axis can be towards ur right hand side
or left leg side
or top or left or any of the infinite directions
base of reference is a dimension, no? Either we can choose 1D, 2D, or 3D, right?
no no
that's different
^
prepare...
we made math to solve problems we faced moving from one decade to another. we struggled to find a way to relate two changing values together so we created a 2D function where the values change depending on eachother. having a 2D object is not quite realistic due to NOTHING being INFINETLY SLIM. my point is, mathematics is used to solve problems in it's own way that mathematicans have created. the concepts work within themselves for the purpose of the questions.
so math is just a bunch of concepts that is built within itself to make problems solvable using math. limits as something approaches infinity doesnt make sense in the real world but it solves problems correctly in math which is what we created to solve the problems.
thank you
I understand your argument in one second
but that is not what I'm dealing with
maths has made numerous theories with this same idea of 3 dimensional or n dimensional system of co ordinates
and I argue that this system essentially fails to hold the same principles in 3 dimensional or more if possible
The principles that 2 or 1d has
Because they're not the same
3d space is different
u can't contrusct a line or 2 or 1d objects
that's what I'm arguing
there's something fundamentally different
And the ideas that lead u to abstract theories
would turn out to have a wrong system of axioms
this is what im saying
co ordinate system is really wrong perhaps, with 3d space
Requires to pick a direction of each axis (say North for x axis 1,0,0)
but to do so, another line in the form of direction
and to do so another base of reference to depict or "say" The line
and to do so, more and more
@wary condor do u have an explanation essentially for this?
so, are you arguing that lower-dimensional objects cannot exist in 3d space, or that they cannot be defined uniquely in 3d space?
they cannot exist , and both, they cannot be defined that's why they cannot exist
Yeah, 2D or 1D objects can't be constructed in 3D space. We can create a conceptual observation of 1D or 2D objects like a dot or an xy-plane like on Geogebra.
if u define me a better way to depict co ordinates and constricting lines and stuff
I'll accept they can exist
I'm just saying u this in this form
mathematical co ordinate form
if u have a better
system
then u shall provide me with
and this is why I fail to accept the theories regarding 3 dimensions or more than 3 dimensions
like matrices
I will agree if you say they cannot be defined uniquely
and other theories
but do not conflate existence with definition
Alright
If they exist
where's the proof for it
and, this isn't something philosophical
the existence of a line or point or whatever fuck object is independent of the geometrical definition for that object
like wheres the proof for us actually existing
well
how do contsurct or show a line then
not philosophical?
explain me the process
doors are built to close rooms. what is the proof that doors are built to close rooms?
alright I think we have a mis understanding of words here
Are you talking maths or physics?
explain me the process of creating a line (because if it can exist then show me how it can, non philosophically with contstructing it)
in 3 dimension
other words, are you talking conceptually or realistically?
conceptually
math already lost to realistically
uncertainty
and human limits
@next cedar ^ for ya, cause you said it can exist perhaps something else but relating to existence of 2d/1d objects in 3d space.
the concept of a line is two (one dimensional) points connected. that's how we defined lines in math and hell yeah it works! you can start making your own math-look-alike where you start by defining division by zero then build up the entierty of your own math from there! it will work!!!!! you'll just have different formulas and foundations for everything now that you started with something different than what mathematicans did. it will not make sense in the real world... but it will make sense in your math where you solve the problems by translating them to your math so your math can work!
The previous person who I argued with said 2d objects or 1d objects can exist because u can construct them, and in co ordinate aka the only mathematical system that I found depicting positions and lines and stuff with matrices etc..,
Failed to show a 2d/1d existence
hey I'm not saying that..
I mean, you can just take a vector space V over R. then let dim V = 3. then, a subspace L is a line if L is not an empty set or a set containing just the 0 vector; for all x, y in L, ax + by is also in L, and dim L = 1
no coordinates
only dimensions
dimensions hm
now, indeed such a line can have multiple representations
then I apologize. I dont get what your concern is, and thus I shall 🏃➡️. 👋
but I am agreeing with the multiple reps part so Idgaf
no no you're perfectly related to what I'm saying, I kinda cut of the sentence here
I'm not saying that your system is flawed in the operation, the logics such as constructing a line when u have a base reference and everything is perfectly fine for me.
But the whole existence becomes impossible in 3 dimensional space because to define which direction each axis goes, is impossible because u need more lines and more references for each lines.
so the system cannot "apply" To 3d space, not that it's flawed
hmm a vector space
again, I have not defined direction or bases
and the whole argument doesn't care about bases
what's your thinking for z=0 in R^3 on geogebra (xy plane)? Conceptually we say it has 0 thickness.
or direction
can u explain me a bit more on that? that just seems to me that you're saying "there exists a 2d line in 3d space" but it doesn't show me where it is, specifically.
it seems to me that you just said " We have a 3d space, let's take a line in it, let's take the line's dimenion = 2d"
and that is the idea
but I can be wrong, I just don't know your explanation
that is the idea?
your argument is that no such objects can exist in 3D space
which is false, because you can show their existence
you just don't know where the fuck it is
or line (1,0,0). Our reference of direction is the x, y, and z directions, all perpendicular. I may fail to grasp your argument, are you saying that a line segment going from (0,0) to (1,2) can't be defined in 3D?
" We have a 3d space, I say that a 2d line ≠ exist, therefore in all sets of any 3d space a 2d line ≠ exist"
@next cedar Why is this false
and your "saying" right
?
you didn't give proofs, u just said it even though u said it fancily
I said something too
why is mine wrong
I'm sure you're mathematical, then prove me wrong here
go on
these fillers are irrelevant
alright
I can only be so humble when speaking to a language that I believe is DELUSIONAL
so you seem to have made up your mind
no
we're still on an argument here
you said something with no basis no proof
that "let's take a 2d line, dimension = 2 , in 3d space, space = 3d"
I said the opposite of it and said " In no 3d space, line = 2d"
we both seem to have no proofs and just said whatever
but u seem to be right in your idea
tell me ur idea
and then why mine is false
I did not make up my mind yet
but I will if you say nothing
in that case, have you considered looking up and reading about vector spaces? I'm in no mood to give you a crash course on vector spaces and linear algebra when your fucking attitude indicates that you are hostile to most all mathematical language.
alright, vector spaces it is
I'll go read that
and come back