#help-49
1 messages · Page 64 of 1
I can't really draw it very well but I think I can visualize it. I don't know why I wasn't thinking of it as starting at r(0,0)
Thanks for explaning
No problem! I think for multivariable calculus you should practice sketching things though
Otherwise it can get very confusing
Another way to think of this is via the right-hand rule for cross products, if you've learned about that
Probably true
Yes? Basically that the cross product is perpendicular?
And direction depends on the direction of input vectors ofc
How does it apply here?
Remember you calculate n by taking the cross product of dr/du and dr/dv (and then normalizing)
dr/du is the direction that you go on the surface when you increase u
In this example, that's upwards
Similarly, dr/dv goes counterclockwise around the cylinder
Using the right-hand rule, you can then figure out that the cross product points inwards
Closed by @wild glen
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
is the remainder -6 or -6/(x-4)?
@paper ruin Has your question been resolved?
If you mean as in the division $\frac{2x^3-5x^2-16x+10}{x-4}$, then, by definition, $-6$ is the remainder
Crystopher
I see
what did u do to go back to the expression?
You mean find out the dividend?
yes
Reverse-engineering. If that was the result of the division, then I can observe that -6 is a remainder and x-4 is the divisor. So I just multiply the result by x-4 and I should get the original, simplified rational expression.
tysm
is "reverse-engineering"
the name
That's how I would call it, if it has some other formal name I don't know it. I just asked myself: what are some possible parts of the division I can see and what could the remaining parts be?
I see, thanks again this was very helpful
especially this
Closed due to timeout
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
I tried to reopen the last channel but I couldnt write stuff there anymore
Im trying to understand Vietas formula and I dont understand this part.
why is subtracting the roots from x and multiplying everything the same as ax^2+bx+c
I couldnt find anything usefull in my 15min of browsing the internet so maybe someone knows something I can look into.
@last slate Has your question been resolved?
@last slate Has your question been resolved?
so this is kind of like "factored form"
all polynomials can be written in factored form as a(x-r1)(x-r2)...
thats the part I dont understand.
Ill try searching for factored form now
thanks
.close
Closed by @cyan dune
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
https://www.desmos.com/calculator/wvtx0ldbnw?lang=pl
Would it be possible to convert this equation to a function?
c variable is given in radians
I want this to be converted for something to be used in blender's nodes, and frankly I can't achieve 2 sided equation like this
Can it be simplified to a simple:
f(x) = (whatever would be written here)
If not I'll figure something else out, thank you in advance
do you need a semicircle?
sqrt(1-x^2)
It is already a function
well I know, basically I need a graph is a part of a circle, so I take a cutout of 45 degrees and turn it into a graph
lemme illustrate it
sorry, not 0.5 but 1
artemetra
fixed
it's stretched out
but the problem is that 2 functions as an equatation is not really possible in blender so I wanted to put it into a single function
so without the = in the middle
I am a math layman for apologies for ignorance
can't you take the 0.5*sqrt(csc^2... to the other side?
hmm I tried
what has failed?
Now i've kept the ratio 1:1
I don't know
it's a semicircle at c=pi btw
oh shit wait
equation of an upper semicircle of radius r centered around (0,0) is y = sqrt(r^2 - x^2). Yours is centered around the x = 1 line so y = sqrt(r^2 - (x-1)^2) is the first step
ah no nevermind
then
yeah?
the coordinates of the upper point seem to be c = 1/r
so let's switch things up a bit
and write y = sqrt(1/c^2 - (x-1)^2) - c
jesko
huh
I'm trying to tie things together
actually center changes
lemme show
oh okay I get what you meant
jesko
What I'm trying to say is, this is not a semi-circle
ok I got it backwards
so let's focus on how to get equation of a circle that goes through (0,0) and (1,0)
we know it should look like (x-0.5)^2 + (y-b)^2 = r^2
plug (0,0) in and you get 1/4 + b^2 = r^2
plug (1,0) in and you get 1/4 + b^2 = r^2
A circle centred at (0.5,b) of radius r
yes exactly
hm
we know b^2 - (b-1)^2 = 0
jesko
jesko
I find it hard to believe the center of the circle is always (1/2,1/2)
Oh I know what I did wrong
edited this
we only have one equation, 1/4 + b^2 = r^2
so
upper half :
(y-b)^2 = r^2 - (x-1/2)^2
y = b + sqrt(r^2 - (x-1/2)^2)
since b is negative
y = sqrt(r^2 - (x-1/2)^2) - sqrt(r^2-1/4)
there you go
(r >= 1/2)
so wait you are trying to make a function based on the fact that you just change location and radius of that circle because it seems to just go from 0 to infinite?
or wait no
apologies I tried getting it from many angles for like few hours and I may be getting dumber with every passing minute
ahaha thank you regardless
jesko
oh wow
o it is radius based?
honestly amazing, now just to figure a way to somehow put in radians as input instead of radius hmm
but this is a step in the right direction
by restricting the domain we can make it a function
wait r = 1/(2sin(c/2))
jesko
Don't you get the same thing
refer
degrees or radians all the same
yup range 0 to 180
we know the center lies at (0.5,b) where b = -sqrt(r^2-1/4)
we found that previously
so
notice
that if we let O that center
A = (0.5,0)
B = (1,0)
OAB
is just a rectangle triangle
with sides OA unneeded, OB = r and AB = 1/2
but then
alpha/2
is exactly angle AOB
how do we get it?
ohh okay I finally got what you all were talking about
okay honestly the remaining solution is simple enough that even I can solve it
thank you this was a coherent introduction
Okay yep successfuly implemented! Thank you @visual tiger for explaining this by steps because I actually understood all of this! bless you
@final lagoon Has your question been resolved?
Closed by @final lagoon
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
elementary matrices correspond to row operations
remember doing row reduction / gaussian elimination?
what elementary row operation was applied to the matrix A to get the matrix B? your three row operations are scaling a row, swapping two rows, and adding a scalar multiple of one row to another row
oh ok
to find the elementary matrix corresponding to a row operation, start with the appropriate sized identity matrix (in your case, the 2x2 identity matrix), and apply that same row operation to the identity matrix
they swapped row 1 and row 2
the resulting matrix is your elementary matrix E
so i just swap row 1 and row 2 of an identity matrix order 2?
yes
Closed by @grave locust
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
so, i have an exam in roughly 8h and i have lots of studying and understanding to do. first things first, i need to more or less understand about half of what's here. i know some are related to the order of numbers but thats really it the rest im really lost
So I suppose you at least know about complex numbers to some extent?
I think your best bet is going through like Khan academy or something
It's a lot of explaining to go from i = sqrt(-1) to complex roots and all
Closed by @untold lagoon
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
About proving there is no rational solution for x^2 +10x -3
Without rational root theorem, or quadratic formula or completing the square
About properties of numbers
About number theory?
About geometry?
About graphing relations
you've listed like five things here, is the actual problem showing that there are no rational solutions to x^2 + 10x - 3 = 0?
It's deeper than that. I have so many questions
hm well i probably don't have the time to answer all of them but to answer your question about rational solutions, it has to do with rational root theorem
I want to prove without rational root theorem or completing the square or using sqrt(b^2-4ac)
I want to prove using another method
do you have a method in mind?
some problems are just really difficult to show without using particular theorems
Im not really sure. Allow me to type.
I've tried using properties of numbers
Like k^2+k is always positive and even
And 2(anything) is even
But it doesn't help because the other side of the equation is also usually always even
Many times I've gotten to a point like this where I need to show that an expression can't be odd
If I could prove that that expression can't be an odd integer, then I could prove there is no solution for k,p and hence there is no rational solution
Btw k,p are integers
And k=/=p
Can't equal 1 or -1
.
Why does graphing (3a/b)-(b/a)=10 and (10a/b)[(3a/b)-10]=10 show the same thing but graphing (3a/b)-(b/a)=(10a/b)[(3a/b)-10] shows something different
How can we show that 10(a/b)[(3a/b)-10]=(3a/b)-(b/a) has no integer solutions?
<@&286206848099549185> :-(
@last slate Has your question been resolved?
someone....? =(
hello
i have an idea
let's take the inverse of y = x²+10x-3
=> y = x²+10x+25-25-3 = (x+5)²-28
=> y = (x+5)²-28
=> y+28 = (x+5)²
=> √(y+28)-5 = x
and
=> -5-√(y+28) = x
well, let's take the derivative when y = 0,
derivative of -5+√(y+28) = 1/2√(y+28)
derivative of -5+√(y+28) when y is 0 = 1/2√28
and the derivative of -√(y+28)-5 is -1/2√(y+28), when y = 0, it is -1/2√28
@last slate Has your question been resolved?
but these are not the values of dy/dx's
just dx/dy's
so we need to upside down
to find the dy/dx's
which are
2√28 and -2√28
so we will take the derivative of x²+10x-3 which is 2x+10
and we will just solve the equations 2x+10 = 2√28 and 2x+10 = -2√28
2x+10 = 2√28
2x = 2√28-10
x = √28-5
2x+10 = -2√28
2x = -2√28-10
x = -√28-5
let's plug in and see if these are correct
(√28-5)²+10(√28-5)-3 = 28-10√28+25+10√28-50-3 = 28+25-53+10√28-10√28 = 0+0 = 0, it's correct
(-√28-5)²+10(-√28-5)-3 = 28+25+10√28-10√28-50-3 = 53-53+10√28-10√28 = 0+0 = 0
it's also correct
wellll
i dont understand calc, also i didn't want you completing the square
y = x²+10x+25-25-3 = (x+5)²-28
=(
rules are rules >=(
completing the square is the most natural thing in universe dude.. what kind of rules are that..
i know is it easy when you can complete the square im trying to understand if you are able to look at
(a/b)[(3a/b)-10]=1 and notice due to properies of numbers that there is no integer solutions
how did you get this
if there x^2+10x-3 is factorable by integers, then there is some f,g such that fg=-3 and f+g =10
there are no solutions
if x^2+10x-3 is factorable by rational numbers then there is some (fa/b)+(gb/a)=10 and abfg/ab=-3
i set f and g to 3, -1
we know fg=-3
yes
so if i do abfg/ab i get the same answer
why abfg/ab
but (fa/b)+(gb/a)=10 is different from f+g=10
so that we get this equation (fa/b)+(gb/a)
so
we know there are know integer solutions
for the factoring
so to consider rational set i mutiplied f and g by rational numbers
(x-f)(x-g) = x²+10x-3
no need to a/b or smth
its useful
why is needed
because we know 3*-1=-3
so if we set f and g to 3 and -1 we simplify the problem imo
(fa/b)+(gb/a)=10
Closed due to timeout
Use .reopen if this was a mistake.
✅
i know 3/2*-2 is also -3
why 3*(-1)
specifically?
or not
this can be expressed as 3(1/2) -(2/1)
i belive it makes the problem easier to deal with
can you show me steps
so, a.b.f.g are all elements of Z
or if you say (x+f)(x+g) = x²+10x-3, then f+g = 10
impossible?
(x+f)(x+g) = x²+10x-3, then f+g = 10 do you understand this part or need explaination
what is?
you just said there are no integer factors
yes exactly
how can f and g be integer
a rational number is defined as an integer/integer
i understand, no need
is fa integer?
so a,b,f,g are all integers
integers are closed under mutiplication
integer*integer=integer
because definition of rational number is Integer/integer
so f,g need to be integer
my rational number is composed of fa/b
theres no solution
yes
but there are different questions
so how did you say they're integer
there are no integer solutions for that
but there may be integer solutions for (fa/b)+(gb/a)=10 and fg=-3
okay but aren't -f and -g are roots?
?
didn't you define f and g like
(x+f)(x+g) = x²+10x-3
so -f and -g are the roots here
and they can't be integer
since they can't be integer
f and g can't be integer
this was when i was only considering the integer set
what we are looking at now is rational numbers
olay how do you define the f, g,b and a
(x+(fa/b))(x+(gb/a))=x^2+10x-3
f and g are integers
but i just set them to 3 and -1
because i know 3*-1=-3
what does that do?
i will say fa/b = -5-something and gb/a = -5+something
when added together they will be -10
because the axis of symmetry of this parabola is x = -5 actually
because now fa/b will be root itself
and gb/a will be root itself
so i can say that
fa/b = -5-smth
gb/a = -5+smth
and if f = 3
a/b = (-5-smth)/3
and if g = -1
b/a = 5-smth
idk what to do now
but i have another idea
but probably you won't use so
what's that
no
well, there is a focus point and directrix for every parabola
directrix is something like y = c
it's a line which has 0 slope
the distance of the line segment drawn from the focus point to the parabola is equal to the distance between that point of the parabola and the directrix
that's all basically
the coordinates of focus point is (-b/2a,(4ac-b²+1)/4a) for every parabola
and the equation of directrix is y = (4ac-b²-1)/4a for every parabola
and the point on a parabola can be represented as (x,ax²+bx+c)
the distance between the point (x,ax²+bx+c) and (-b/2a, (4ac-b²+1)/4a) is equal to |ax²+bx+c-(4ac-b²-1)/4a|
√((x+b/2a)²+(ax²+bx+c-(4ac-b²+1)/4a)²) = |ax²+bx+c-(4ac-b²-1)/4a|
when we square both sides it will be
(x+b/2a)²+(ax²+bx+c-(4ac-b²+1)/4a)² = (ax²+bx+c-(4ac-b²-1)/4a)²
uh
x+b/2a = 4ax+2b/4a
sorry
also
ax²+bx+c-(4ac-b²+1)/4a = (4a²x²+4abx+4ac-4ac+b²-1)/4a
(3a/b)-(b/a)=10 doesnt graph to a parabala
it's a graph for a parabola
?
yes, try it
you will see
ax²+bx+c-(4ac-b²-1)/4a = (4a²x²+4abx+4ac-4ac+b²+1)/4a
so it becomes
((4ax+2b)/4a)² + ((4a²x²+4abx+b²-1)/4a)² = ((4a²x²+4abx+b²+1)/4a)²
let's cancel the 16a²'s on the denominator
(4ax+2b)² + (4a²x²+4abx+b²-1)² = (4a²x²+4abx+b²+1)²
well i will just say u = 4a²x²+4abx+b² here
(4ax+2b)²+(u-1)² = (u+1)²
16a²x²+16abx+4b² + u²-2u+1 = u²+2u+1
=> 16a²x²+16abx+4b² = 4u
can you explain the graph thing
how does 3a/b........ show a parabla
so the equation is true
a/b = x, b/a = 1/x
3x-1/x = 10
(3x²-1)/x = 10
oh
3x²-10x-1 = 0
so we can just find the distance between the point where y = 0 and the focus point
and then the distance between directrix and the point where y = 0
then we can equalize them
for the x²+10x-3
sounds super interesting!
so
let's say the intersect point of x is
(a,0)
and the other one is (b,0)
because there are two
since it is a parabola
the focus point is
(-b/2a,(4ac-b²+1)/4a)
which is
(-5,-111/4) here
and directrix is
y = (4ac-b²-1)/4a which is
y = -113/4
doesnt matter lol
okay the distance between (a,0) and y = -113/4
im trying to follow along
is ofc 113/4
because you will just subtract the y's
to find the perpendicular distance
that's how we find the distance between a line and a point
we find the perpendicular distance between them
and which is directly 113/4 here
because y = -113/4 is something parallel to x axis
did you get it
this represents the distance between the point on parabola and directrix
ok
okay now we will find the distance between focus point and the point on parabola
(-5,-111/4) and (a,0)
√(a-(-5))²+(0-(-111/4))²
= √(a+5)²+(111/4)²
and this is equal to 113/4
by the thing that we solved
hard for me to understand without a visual here
(a+5)²+(111/4)² = (113/4)²
(a+5)² = (113²-111²)/16
a+5 = √(113²-111²)/4
well it's enough to find a+5
because if a+5 is something, a is also something
right
in terms of set like integer rational irrational
√(113²-111²) is irattional im gussing
2(224)
which shoes a is irattion
√2(224)/4
is √2(224)/√16
and this is equal to
√28
or 2√7
which is irrational
is this the same a in 3a/b.....
and the other root is the other solution of a actually
nope
like here a can take 2 values
we just solved for a+5 one
it could be -a-5
and then it would be -a-5 = √28
a = -5-√28
and here the a is √28-5
you can watch a video about focus point of a parabola if you want
yeah yeah yeah
thus you can understand easily
=D
we just found the distances and equalized them, that was all
so, can the focus point be arbitray?
no it has a rule
btw, unfortunately i didn't see any proofs about focus point
so i wrote the proof in my notebook
not finished yet but
it helped me to understand it better
ah
the coordinates of focus point is (-b/2a,(4ac-b²+1)/4a) for every parabola
thats the rule
ok thank you so much
.close
Closed by @random tendon
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
Riemaan sum so how to solve it
Integration limits will be?
r/n=x
1 to 2??
Log(1+x)dx
yes
(n+1)/n = 1 + 1/n, so it's the right endpoint of the first interval
the first interval of the partition, namely [1, 1+1/n]
you can use any point in the interval [1, 1+1/n]
and any point in the other intervals as well
this sum is using the right endpoints of every interval
but in any case they are a partition of [1,2]
so those are the integral bounds
xlogx-x ?
U=1+x
U=2,3
yep
3log3-3-2log2+2
???
Am I on right track?
3log3-2log2-1
log9-log4-log10
log9/40?
opps no it should be loge
yea
3 log3-2log2-loge
and 3^3 is not 9
Log27/4e
sure cheers
Yeah i am happy to learn like this
I meant some extraordinary person helps on the way
ABCD
@bleak pier Has your question been resolved?
Closed due to timeout
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 with basic probability
Both parts?
Yep
alright how do i approach b) then?
For b) we want to exclude the overcounted arrangements
No the order still matter
But the chairs forms a circle
So you can rotate them
Not distinguishable here means if you can rotate one arrangement to get another, they are considered the same
still lost
ok
The arrangments
...1
2 3
And
..2
3 1
Are considered same since they are off by a rotation
Ignore the dots btw
ok but how do i use that to solve the rest of the problem
How many times can you rotate until you get the same arrangement?
n?
ok we do that because we're trying to find distinct seating arrangements?
Yes
alright i get it now thank you
Respect to a UCLA student 🔥
@rotund junco Has your question been resolved?
Closed due to timeout
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
integration question
using substitution
bruh
no im just bad at math nvm
Let tan2t be u
tan2t?
k
wait can you just make t x
t is confusing
so dt = du/sec^2(2x)
right
i mean
2sec^2(2x)
Then $$\frac{du}{dt}=\sec(2t)^2\cdot 2 $$
isnt it 2sec^2(2x)?
Yes
wait what is this
alr alr
kk
here, this is what it should look like
Yes it is that
oh you did it 😔
wait loge are you almost done with your course?
so it becomes u^5 * sec^3(2x) * (du/2)?
like is this the second last chapter?
wdym
like this calc class you're in
is it almost over?
this is like where calc one ends irrc
well im in like a accelerated summer program for IB (international baccalerate) we just started integrals today
convergence
IB is great, IB schools just make me erm
are u a levels?
Nah CC(common core)
what is that
However I did 10th boards with IGSCE
which grade u in?
12th
thanks
are you able to help w/ this question or nah
I can try i think
next step?
one sec
mate you didnt do the question properly
its $\int \tan(2t)^5\sec(2t)^2dt$
convergence
.
then we use it to get
$\frac{1}{2}\int u^5du$
convergence
now you can integrate this
yeye
wait i first make into 1/2(integral) u^6/6 right
the integral symbol stays?
this is equal to$\frac{u^6}{12}$
convergence
which is equal to: $\frac{\tan(2t)^6}{12}+c$
convergence
do you understand now?if yes them close
so when you apply
the intergal rules
like u^6/6,
do you remove the integral symbol
yes
Closed by @blissful drum
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
could someone verify this ?
\textbf{theorem 1.3}:- If a set $S$ satisfies the following conditions, it consists of all the positive integers
\begin{enumerate}
\item It consists of the integer 1
\item If k is a positive integer k, belonging to the set, as must $k+1$
\end{enumerate}
\begin{proof}
Let $T$ consist of the set such that it consists of any element not in $S$.
let $a$ be an arbitrary element of $T$ that doesn't belong to $S$ , and let $a-1$ belong belongs to $S$ .
this implies that $a$ belongs to $S$ ,.
QED
\end{proof}
ƒ(Why am. I here)=I don't Know
\textbf{theorem 1.3}:- If a set $S$ satisfies the following conditions, it consists of all the positive integers
\begin{enumerate}
\item It consists of the integer 1
\item If k is a positive integer k, belonging to the set, as must $k+1$
\end{enumerate}
\begin{proof}
Let $T$ consist of the set such that it consists of any element not in $S$.
let $a$ be an arbitrary element of $T$ that doesn't belong to $S$ , and let $a-1$ belong belongs to $S$ .
this implies that $a$ belongs to $S$ ,.,we have thus arrived at a contradiction and must conclude any arbitrary integer $a$ belongs to S
QED
\end{proof}
sory this
ƒ(Why am. I here)=I don't Know
Let T consist of the set such that it consist of any element not in S
what is this supposed to mean?
why should such an a exist
I mean any integer not in S
$T={a}?$
ƒ(Why am. I here)=I don't Know
what even is a?
an arbitrary element of T
kinda circular definition
T is just assumed to be non-emptyy
T = {a}
a is arbitrary element of T
ok, T is just a set consisting of those integers not in $S$
ƒ(Why am. I here)=I don't Know
That's much better
this is also a good thing to do
also you are imprecise. do you mean integers or positive integers
positive integers
you mean in set builder notation?
$T={x|x \notin S, x\in \mathbb{Z^+}}$
ƒ(Why am. I here)=I don't Know
okay that's better
this set is guaranteed to exist
Now regarding your choice of a,
You said "let a be an arbitrary element of T, that doesn't belong to S".
First of all, how do we know that such element exists? You should explicitly state the assumption that T is non-empty, and later contradict it.
Next,
"let a - 1 belong to S". At this point, a is already some fixed element that was established in the previous sentence, so a-1 either belongs to S or it doesn't. You can't just say "let a - 1 belong to S"
hmm, ok. So I have to use the well ordering principal I guess?
Correct
Closed by @twilit field
Use .reopen if this was a mistake.
.reopen
✅
\textbf{theorem 1.3}:- If a set $S$ satisfies the following conditions, it consists of all the positive integers
\begin{enumerate}
\item It consists of the integer 1
\item If k is a positive integer k, belonging to the set, as must $k+1$
\end{enumerate}
\begin{proof}
Let $\mathbb{T}$ consist of the non-empty set such that it consists of any integers not in $ \mathbb{S}$
let $a\in \mathbb{T}$
let $a$ $\in \mathbb{T}$ and let it be the smallest element of the same
$\implies$ (a-1)\ in $\mathbb{S}$ which by definition implies a$\in$ $\mathbb{S}$
but this contradicts the definition of $\mathbb{T}$
thus $\mathbb{T} $ must be empty and all positive integers must be in $\mathbb{S}$
QED
\end{proof}
ƒ(Why am. I here)=I don't Know
is this proof fine ?
Use the set builder notation
also, "T consist of the non-empty set such that it consist of any integers not in S" is wrong anyway
consist of the non-empty set
I'd probably interpret it as T contains some non-empty set
meaning there is non-empty A, such that A ∈ T
will make that change
there are also some cases that weren't considered
what if a-1 isn't positive integer?
then it's not in S
ik it's trivial to deal with those, but it should be mentioned anyway
so I have to mention such that $a-1$ is positive?
ƒ(Why am. I here)=I don't Know
👍
but a-1 isnt necessarily positive
thats the problem
what if a = 1
then a - 1 = 0
you need to show that a =/= 1
which is trivial
=> (a-1) in S
what I mean is that this is unjustified
We know that (a-1) isn't in T.
that means that (a-1) isn't a positive integer or (a-1) isn't in S
by definition of T
which should be defind like this
I see
But once you manage to exclude the possibility that (a-1) isn't a positive integer, you'll be able to conclude that it's not in S
a-1 can be 0 though, when a=1, no?
Well you need to show that a can't be 1.
Keep in mind that a is the least element of T
oh yeah
meaning that a isn't in S...
Wait what
I'm confused
okay you wrote this
why should that be true?
how does it imply (a-1) in S?
dw, the idea is correct, it indeed implies it, im just asking why
a is the smallest element in T
okay, and?
that definitely shows that a-1 is not in T.
Does it show that (a-1) is in S?
If so, why?
this is your definition of T
yes
as it's not in S it has to be in T
Do you mean that it's not in T so it has to be in S?
(a-1) is not in T so it has to be in S?
yes
that's almost correct, but it misses one detail
if (a-1) is not in T, then we can conclude that it's either not true that (a-1) ∉ S or it's not true that a-1 ∈ Z+
by definition of T
do you agree with that?
yes
just rephrasing it, either (a-1) ∈ S or (a-1) ∉ Z+
yea
now the problem is, you immidiately jumped to the conclusion that (a-1) ∈ S, without considering the case when (a-1) ∉ Z+
I see
since a is in Z+, the only way for (a-1) to not be in Z+ is that a = 1
so we need to show that a = 1 can't be the least element of T
or simply that 1 can't be the least element of T
Simplest way to do that is to show that 1 isn't even in T
Can you do that?
let me try
Try using as much information about S as you can, you only utilized one part of it in your proof
$\mathbb{S}$ contains $1$
ƒ(Why am. I here)=I don't Know
I use that?
indeed
this immidiately implies that 1 can't be in T
because T consists of those positive integers that are not in S
I think that the rest is quite good, it has few stylistics mistake, such as this unnecessary repetition
also you could mention that you are applying WOT when you let a be the smallest element in T
because without WOT, you wouldn't really know whether such element even exists
sure
\mathbb users
lol what's wrong about mathbb
its so overused for sets 
mathbb should only be used to emphasize things
what
can you give example? lol
$\mathbb R$
Frosst
its okay you can have fun
Frosst
begin{proof}
Let $\mathbb{T}$ consist of the non-empty set such that it consists of any integers not in $ \mathbb{S}$
let $a\in \mathbb{T}$
$a\neq 1 $ as $1$\in $\mathbb{S}$
let $a$ $\in \mathbb{T}$ and let it be the smallest element of the same
$\implies$ (a-1)\ in $\mathbb{S}$ which by definition implies a$\in$ $\mathbb{S}$
but this contradicts the definition of $\mathbb{T}$
thus $\mathbb{T} $ must be empty and all positive integers must be in $\mathbb{S}$
QED
\end{proof}
ƒ(Why am. I here)=I don't Know
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
\begin{proof}
Let $\mathbb{T}$ consist of the non-empty set such that it consists of any integers not in $ \mathbb{S}$
let $a\in \mathbb{T}$
$a\neq 1 $ as $1\in \mathbb{S}$
let $a$ $\in \mathbb{T}$ and let it be the smallest element of the same
$\implies$ (a-1)\ in $\mathbb{S}$ which by definition implies a$\in$ $\mathbb{S}$
but this contradicts the definition of $\mathbb{T}$
thus $\mathbb{T} $ must be empty and all positive integers must be in $\mathbb{S}$
QED
\end{proof}
MæthIsAlwaysRight
Definition of T was unchanged
what do you mean by consist of the non-empty set
shouldn't it say let T be a non-empty set such that...
i dont like that phrasing
the fact that its non-empty should be assumed and later contradicted
you should define T first and then assume it is non-empty
well i dont know what he's writing tbh i haven't read that far
the fact that T is not empty shouldnt be part of its definition
same ngl 
it sounded like he wanted it to be non-empty
so that's what my chatgpt brain told me he should say instead
well this is the first thing to be changed
second, you defined a at 2 different places
also you can just say "let a be the smallest element of T"
its a bit shorter and imo also more readable
yes
please for the love of god use whatever notataion they give you
dont invent your own for the sake of "fun"
god doesnt love you

of that much I'm sure
ok, will do. sorry
start by changing the definition of T please
(im not sure i haven't read that far yet)
no its the complement 
oh 
lol
this here was fine
from this it's clear that T is subset of Z+, hence we will be able to apply WOT
if we assume its non-empty
ok so $S\subset \mathbb Z^+$, and $T = \mathbb Z^+ \setminus S$
Frosst
im not sure whether the first one holds
its not specifically stated anywhere
there could be some extra random elements probably
its kinda silly in that regard
it might be, but its not wrong
yeah
is this better?
i agree
I think I messed up the ordering ?
Because it might not be in S
no
Well by your definition it could
just use the set builder notation
it makes stuff easier
if you want to avoid it anyway, mention that T contains exactly those positive integers that are not in S.
everything is in math mode if you believe hard enough
i think it makes no sense to talk about "elements not in S", not in S in terms of what
let it be a non empty set
not sure if you can do that
Frosst
in general the set of elements not in S is a contradiction, because you end up including "the set of all sets"
What if the set of all sets is in S
^^something something doesn't work sounds like what he wrote
actually whats the context here? proving the inductive construction of the positive integers?
proving induction assuming WOT basically
what is wot
You need to make the assumption that T is non-empty
well ordering theorem / principle
ah
you'd write $T={x\in \mathbb Z^+|x\notin S}$
Frosst
both can be used ig
the set you're taking it from goes in the first slot
well at least that makes it easier to read
firstly, whats the definition of $\mathbb{Z}^+$?
esca (@ with reply)
otherwise you just have a bunch of conditions after the |
{1, 2 ...}
im using $\mathbb Z^+$ to represent the "all positive integers" set
Frosst
well i mean what is there to prove? the ellipses are eliding away the induction, which is how i know Z+ to be defined in the first place
idk if physicsrocks wants to get into how you construct Z so i've just used Z
What
ellipses?
the ...
ellipsis
ah ok thanks
\begin{proof}
Let $\mathbb{T}$ = ${x\in \mathbb Z^+|x\notin S}$
where T is non-empty
let $a$ be the smallest element of $\mathbb{T}$
$\implies$ (a-1)\ in $\mathbb{S}$ which by definition implies a$\in$ $\mathbb{S}$
$a\neq 1 $ as $1$$\in$ $\mathbb{S}$
but this contradicts the definition of $\mathbb{T}$
thus $\mathbb{T} $ must be empty and all positive integers must be in $\mathbb{S}$
QED
\end{proof}
ƒ(Why am. I here)=I don't Know
I think I've still forgotten something
where T is non-empty
