#elementary-number-theory
1 messages · Page 57 of 1
um
yeah, maybe this spoils the answer for you, but can't you just take m = n = p^k?
OH
Okay that's where the confusion is
it probably helps to think mod p^k here
Yeah
here ill give u a hint
yeah construction immediately gives an answer here
uh, equal to (m+n)/p, so is a multiple of p?
only 1
no we want k powers of p to divide m+n
if we only have 1 power of p dividing a+b we would only have 2 power of p dividing m+n
we want k powers
p divides p so we already have 1 power of p dividing m+n
yes
a + b
yup
so p^(k-1) || a+b
whats the simplest number n you can think of such taht p^(k-1)||n
p^(k-1)
yup
so we can set a+b=p^(k-1)
can we find such an a and b?
remember keep it simple
a = b = p^(k-1) /2
you also should remember that we want a and b to be integers
as m and n are integers
ok lets keep it simple
the simplest positive integer i can think of is 1
so lets say i pick a=1
b = p^(k-1) -1
its always a non neg int
i feel like this is kinda cheaty
and because a+b=p^(k-1) we have splved the problem
yea
mah math ppl are lazy
whenever we want to prove existence of something we only need to know one instance of it
there may be other more complex examples for m and n but as long as we know one for certain
we can say it exists
thank you for the help, i have my solution, or what i think it is, doing it the way i started out, will send after i make it neat ish
and yeah
thanks for the help
yw
||this is a nice problem for the p-adic ultrametric inequality, |p^k-p| = max(|p^k|, |p|) = |p|. So p divides p^k-p and p only once, and of course p^k-p+p=p^k.||
this is what i came up with, would this work?
oh sorry I thought you had just finished solving the problem with rockpaperscissors
i did, but i had already started on this method
and i have no idea what the p adic thing is yet, so its fine
like i already did this
yeah I figured it would be incomprehensible anyways I'm just advertising lol
just making it neater, so someone could check this
I don't follow your solution, there's too much going on and my attention span is too tiny right now
um ok lol
what did you get for the first part?
-27
okay, now how can we use this to solve our question?
Maybe, think about what you would do to solve 27x = 11 in the rational numbers
I get that -27 . 27 should be the identity element
but I'm not sure what operation we're using
like, what's our "dot" in this case, is it multiplication?
Yes
it's just multiplication?
I mean that's what 27^{-1} means
so if we multiply by the inverse on both sides
it's just scalar multiplication or is it multiplication mod 73?
the latter
-27 . 27
ok wait
you got me good
anyway
it's multiplication in Z_73
aka
multiplication modulo 73
but then (-27 x 27 ) mod 73 should be equal to 27, right?
because -27 is the inverse of 27 under Z73?
nvm
I got confused there
between inverse and identity x_X
Btw, on the RHS of the eqn 27x = 11 (mod 73)
How would you represent the inverse of 27, do you have to write it as -27 (mod 73) * 11 (mod 73)
or just -27 * 11 (mod 73)
So you don't have to explicitly state that you're referring to -27 in Z*_73?
Zopherus:
So then do I use the brackets, dot or star symbol?
uh what
as the binary operator
whatever
first: $$P( (a,b)=1) = \lim \sum_{k\leq n} \dfrac{1}{n}\dfrac{\phi(k)}{k}$$
next we know $$\phi= \mu \star \dfrac{1}{n} \implies \phi(n) = \dfrac{1}{n} \sum_{d|n} \dfrac{\mu(d)}{d}$$. so the sum is $$\sum_{k\leq n} \dfrac{1}{n}\sum_{d|n} \dfrac{\mu(d)}{d} = \dfrac{1}{n}\sum_{d\leq n} \dfrac{\mu(d)}{d} \lfloor \dfrac{n}{d}\rfloor$$
this approaches $$\sum_{d\in \bN} \dfrac{\mu(d)}{d^2} = \dfrac{1}{\zeta(2)}$$
JohnDoeSmith:
@sacred junco
idk i just came up with it lol
the way I saw it is, the probability two numbers have a prime in common is 1/p^2 so 1-1/p^2 is the probability they're relatively prime
product over all primes -> 1/zeta(2)
ya
oh thats nice
hey whatever works is good
yeah oof thats a much simpler way to do this
when I first saw that I started thinking that the zeta function should really be 1/zeta(s)
$$\frac{1}{\zeta(s)} = \sum_{n=1}^\infty \frac{\mu(n)}{n^s} = \frac{1}{\sum_{n=1}^\infty \frac{1}{n^s}}$$
Merosity:
basically felt like the harmonic mean sort of way of thinking about the probability was more natural
and maybe other things would be more obvious to take this kind of stance but I kinda forgot about it lol
interesting
what is the mu function here?
mobius function
it's (-1)^k for k the number of unique prime divisors of n, if it has any nonunique divisors it's 0.
not the nicest way to say what it actually is though
that's interesting
one way it naturally pops out is from doing inclusion/exclusion on things that you're counting with divisors, the other way is if you try to factor the zeta function
oh I knew that description sounded vaguely familiar https://youtu.be/uvMGZb0Suyc
Dr Holly Krieger discusses Merterns' Conjecture.
Check out Brilliant (get 20% off their premium service): https://brilliant.org/numberphile (sponsor)
More links & stuff in full description below ↓↓↓
More videos with Holly (playlist): http://bit.ly/HollyKrieger
Dr Holly Kri...
cool I've only really heard the name never knew what the conjecture was
I’ll note that the probability argument isn’t fully rigorous, but it’s good for intuition
problem: find all $pq|2^p+2^q$
sol: We have $2^{p-1} \equiv -1 (q)$ and $2^{q-1} \equiv -1 (p)$. Suppose both are odd primes. then $-1$ is a quad residue mod both $p,q$. this means both are $1$ mod $4$. This means $-1$ is now a $4$th power in both, and hence they are both $1$ mod $8$. this argument can be done over and over to show both primes are $1$ mod all $2^n$, forcing them to be 1, contradicting primality.
Wlog $q=2$, then $2p| 2^2+2^p\to p|6 \to p=2,3$. hence (2,2),(2,3) and (3,2) are the only sols
JohnDoeSmith:
@supple furnace this works right?
Yeah
phew finally, yeah took me way to long(over an hr i think lol)
Nice job, quite similar to my sol
nice, whats yours
First assume $p,q$ are odd. We have $2^{p-1} \equiv -1 (q)$ and $2^{q-1} \equiv -1 (p)$. Then WLOG $v_2(p-1) \geq v_2(q-1)$. Then there exists odd $k$ such that $k(p-1)$ is a multiple of $q-1$. However FLT again implies $1 \equiv 2^{k(p-1)} \equiv -1 (q)$, contradiction
Otherwise WLOG, $q=2$, then $2p| 2^2+2^p\to p|6 \to p=2,3$. hence (2,2),(2,3) and (3,2) are the only sols
tree3:
oh thats clean
nice problem
I feel like our sols are very similar tbh
you are almost there
also word of advice, dont use so many symbols like forall or and so many times, it serves to confuse both you and the reader.
(symbolic form that is)
oh okaym, this teacher wants us to use symbolic form
hmm
i have no idea what to do next
well you want to show ab|dc right
yes
oh uhh, i dont think he went over that one yet or unless it has a different name for it?
@winter bear
got it?
i am on the same spot where i posted my solution
mhm
so we have dc= cau +cbv
now we would substitiute c= ap and c= bj?
yeah go ahead
(substitute appropriately btw, remembering we want ab to come out somehow)
dc= ( b j u ) a + (a p u ) b
oh okay so then
well does ab divide this
hmm okay
do you see an ab here
just factor the ab, then ur done
Alternatively you can use FTA since it’s there lol
so we will have dc = ac
but what does bju and apv represent?
its just arb integer which we can call it k?
umm ok ill just show you the sol at this point
you had
$d=au+bv \implies dc=acu+bcv = abju+bapv = ab(ju+pv) \ \implies ab|dc$
JohnDoeSmith:
you see how this works @solemn agate
Need to find x^2+x+1 = 0 mod 13^3. I'm using Hensel's lemma and I've checked that the needed constraints are satisfied. So we let f(x) = x^2+x+1 and find 0s mod 13. I've found them to be 3 and 9. Evaluating f and f', f(3)=13 and f'(3)=7 Next, I'm lifting up solutions mod 13^3 by setting y =3+13*inverse(7)=3+13*13*2=29. However, it is not the case that f(29)=0 mod 13^3. What am I doing wrong?
You have a sign error; it should be 3-13(inverse 7). And this is mod 13^2, not mod 13^3.
I should get -26 instead of -29 with the correct sign right?
Is the inverse mod 13^2?
so if I understand your notes correctly, it should be y=3-13*inverse(7)=3-13*145=-1882 but this doesn't work either
inverse(7) was calculated mod 13^2 as you suggested
oh
Then lift again after that
so if you're asked solving a polynomial mod prime^35
you're basically doomed?
do you have to lift 35 times?
actually no, because you get a doubling of power when you lift, so you only have to do about log_2(35) iterations of it
I might be lying, I might be thinking of a specific kind of version
on the other hand there's another version of Hensel's lemma for polynomials that says if you can factor it mod p it lifts to a factorization mod p^k so at least now that you've found
$x^2+x+1=(x-3)(x-9) \mod 13$
Merosity:
then you know when you lift it you will have 1=-a-b and 1=a*b so, if a is the solution lifted from 3, you just have to compute b = 1-a mod 13^3 to get the other solution, which is much easier
that's nice
I'm lost again. What am I doing wrong this time trying to find -6x=1 mod 7^4? Again immediately x=1 is the solution mod 7 so we check f(1)=-6 and f'(1)=-6. Then y=1-(-6)*inverse(-6)=1+6=7 but f(7)=-6*7=42 is not congruent to 1 mod 7^2
Merosity:
this is what you're doing to iterate yeah?
yeah so x_n in this case is 1
f(x_n) in this case is -6
inverse(f'(x_n)) in this case is 1
no
is it inverse mod 7^2?
if f(x)=-6x-1 then f(1) is ?
why is f(x)=-6x-1?
you need to make sure you put it clearly what f is such that f(x)=0
f(x) = -6x
you've written your f such that f(x) != 0
which is what's getting you the wrong answer, this gets you the roots of f
f(x) = 0 for x = 1
ok so you're saying f(x)=-6x is 0 when x=1?
ok wait
f(1)=-6*1 = -6
im getting confused
this is why it's wrong
hensels lemma needs u to have a derivative that is nonzeo
so x=0
if you write f(x)=-6x then the root of this is just x=0
how?
$$-6x=1$$
$$x=\frac{1}{-6} = \frac{1}{1-7} = 1+7+7^2+7^3+7^4+\cdots$$
Merosity:
so $x= 1+7+7^2+7^3 \mod 7^4$
Merosity:
because higher powers of 7 get chopped off, this is valid
but this is thinking in terms of the 7-adic absolute value
this blows my mind
i havent learned p adic numbers yet
did i just see someone attempt to use Newton's method to solve an equation on a discrete domain
hensels lemma is related to newtons method
i think u can prove the lemma using newtons method in some parts
yeah Hensel's lemma is Newton's method for p-adics
that is when you pause and realize how beautiful math is lol
😛
@torn escarp after practicing with the lemma for a while i've noticed that ur lifting picture is partly not desirable
the division doesnt have to be f'(x_n)
it can be f'(x_0) and it will work too
yeah you're right
if you're solving these by hand then it is better to leave it as f'(x_0) as to not recompute it every lift
it works either way though
yeah I should have probably said that, I wasn't really focusing on that when I put it

also if you wanna know some more tricks, you also don't need f'(x) != 0 mod p
i nominate you to be promoted to @ helpers
you just need f(x) to be divisible by a larger power of p than f'(x)^2
for that choice of x to be lifted
thats a good shortcut too
have you learned the p-adic absolute value yet?
|x|=p^{-n} where n is the largest power of p dividing x
it obeys all the regular things absolute value does and a few more stronger conditions, the reason being it's nicer to write the condition I said a second ago as,
$|f(x)|<|f'(x)|^2$
Merosity:
that's the condition for x to have a unique lift
nope i haven't gotten into p adics yet
is that still #elementary-number-theory ?
i think p adics in their full glory could go into advanced
well if you're hensel lifting I feel like you're already talking about p-adics
but maybe the label sounds scary so they don't say it lol
you gotta start somewhere in anything I guess, like when you first teach the definition of limit in calculus or something, it's not like you're immediately doing hardcore differential geometry so I guess it depends on where you decide to draw the line
yeah definitely
I guess it seems mean to not teach the p-adics exist from my perspective, you're like
forced to dance around "can I divide?" cause working mod p^n is like that
but p-adics basically say, hey, you're free to divide and there's not really any issue, and then you just take the result and can just round it off to get your answer mod p^n
i think i'm following and actually i can just read about it myself at this point if it's not something we continue doing in class
yeah I have not given the most precise introduction to it by any stretch lol
feel free to ask if you're interested in this stuff, I will explain whatever this is cool to me

one thing p-adics have that's constantly getting use is the ultrametric inequality
normally you have the triangle inequality, |x+y| <= |x| + |y|
the p-adic absolute value obeys a stronger version of it,
|x+y| <= max(|x|,|y|)
and even further that statement alone is enough to imply if |x| != |y| then |x+y| = max(|x|, |y|)
and this ends up saying stuff going back to |f(x)|<|f'(x)|^2 I said a moment earlier about what solutions can be lifted
anywho I'll stop rambling there lol
i wouldnt say so
i think you are asked to prove both backward and forward and you just happen to have a hint for backward for whatever reason
Why exactly is the last inequality in picture 2 nonsense?
Author says that it's impossible, but I'm confused why
Ohhh sorry...
I got it now
Don't need help anymore
integer between two consecutive integers is obviously nonsense
okay quick question... is it true that for some ax congruent b (mod m), where a and b can be any number, the solution to x must be equal to or less than m....?
I believe that's the case but I want to double check
(and by any number, I mean integers)
(and m can be any integer too)
(well m has to be positive but you get what I mean)
no, you can check that 1 * 3 = 1 (mod 2)
okay
because I'm having trouble with:
x congruent 31 (mod 41)
x congruent 59 (mod 26)
find x
I set it up so that I got x = 31 + 41y for the first equation
subbing in for x on the second equation (31 + 41y = 59 (mod 26)) and solving for y yields 22
going back to the x equation and solving for x yields 933
but 933 is the solution to only ONE of the equations
what am I doing wrong?
I'm not sure you solved for y correctly
and also, checking for the number of solutions for 41y congruent 18 (mod 26) shows there's only one solution
how do I solve for y then?
I mean, how did you solve for it, because that solution doesn't work
I think I'm solving for y wrong incorrectly as well
I figured the solution to y couldn't be anything greater than 26
so I checked y for all values in (41y-28)/26, where the outcome must be an int
there's another way of solving this I know
but I couldn't figure it out
also I realized my first value of y is wrong
but I fixed it and I still don't have the correct value
nevermind I'm just going to try and get help
but there's very few help sources for elementary number theory at my campus
actually let me rephrase my question
@light flicker if you have x congruent b (mod m), x cannot be greater than m, right?
so if that method doesn't work, why do some places tell you try to values of X up until m?
because I think I was put off by some of these online tutorials
Because there's always something less than m that works
in this case 1 = 1 (mod 2)
so I went back to another problem, a more simple one, and I'm trying to solve it with the division method
3x = -1 (mod 2)
I really don't understand euclid's algorithm (division algorithm)
like with the example I'm following (17x congruent 3 (mod 29)), they start by setting it as 29 = 1 * 17 + 12
where did the 1 come from? where did the 12 come from?
You're dividing 29 by 17
how many times can you put 17 into 29? and what's the remainder?
you can put it in 1 time with a remainder of 12
okay that explains that
okay I think I get that now; at least the part where they get it all the way down to 5 = 2 x 2 + 1
Can someone explain how to use chinese remainder theorem to solve, a^2 congruent 1 (mod 3^4) and a^2 congruent 1 (mod 5^2)?
I’m confused
What exactly are you confused about?
I get that I need to take the roots to get a congruent to +-1 for both mods
And that I need to use Bezouts/Euclidean theorem to find the linear combination: ax + by... and I found (-4)(81)+(13)(25)
But not sure what to do using that information
@light flicker
Basically the question is: "Determine all a in {0,1,2,...,2024} with a_bar^2 = 1_bar in Z/2025Z
<@&286206848099549185>
rudy:
@prisma flame
Sorry, it's supposed to be (abar)^2
What is bar lol
@sacred junco
Determine all a in {0, ..., 2024} with $ (\bar a)^2 = 1 \in Z/2025Z$
Mac:
Compile Error! Click the
reaction for details. (You may edit your message)
Oh $\bar a$
This, then?
$A=\left{x\in\mathbb{Z}/2025\mathbb{Z}|x^2=1\right}.$
Yup, except 0,..., 2024 is in the set
Thank you 🙂
The easiest to find are 1 and -1 (aka 2024), now you need to check if there are others.
This will have 4 roots. Thats prolly not best
Take mod 3^4 and mod 5^2
And then combine the sol
,w prime factorize 2025
Yup, I found that 1 is a solution, however I can't find the others. And I found that the linear combination of $gcd(3^4, 5^2) = 1$ is $1 = (-4)(81)+(13)(25)$ By Bezout's and Euclidean Theorem.
Mac:
But I'm stuck on how to apply this to the Chinese Remainder Theorem and find the other solutions
Oof
No worries, I can wait for you haha
Im not actually sure how to solve this entirely, im thinking her
Yes youre just
Going to have to solve
x^2 = 1 mod 3
And then use Hansel’s lemma I think
I don’t think there’s a very fast way to do this
,w Hensel’s lemma
I need to solve the system of congruencies
I'm not sure if I'm allowed to use that because we haven't learned it yet
But I guess I'm not proving anything so its fine\
Hensel’s lemma just allows you to scale from mod p to mod p^2 and then to mod p^3 and so on
Oh okay
Ill be on laptop soon
Oh this guy does something similar here
Perhaps John has a more intuitive solve
ok so first use some elementery facts
like (Z/p^nZ)* is cyclic for prime p right
so x^2=1 has only 2 sols, +-1
take mods 3^4 and 5^2 as suggested
$x= \pm 1 \pmod{3^4}, x= \pm 1 \pmod{5^2}$
JohnDoeSmith:
Yup
each pair will yield a differenc sol after combining
I got that
now ill show u how to combine
And then I have to solve the system of congruencies correct?
yeah
so suppose x=1 mod(3^4) and -1 mod(5^2) for example
then x= 81n+1 for some n, and we have 81n+1=-1 mod(5^2) and u solve for n mod 5^2 here, and then plug it back in
(you know the inverse of 81 in mod 25, as u did the euclidean algo)
hold on trying to see for myself as well
Okay so i'm at 81n = -2(mod 25)
Then -2 (mod 25) is the same as 23(mod 25)
But that doesnt make it easier for me so I should change it to a better number
well whats the inverse of 81 mod 25
(remember your bezouts identity, what number did you have)
(-4) and (13)
ok let me write something general for you
suppose $x,y$ are coprime, then there is some $a,b$ such that $ax+by=1$. taking mod x, $by\equiv 1 \pmod{x}$ and taking mod y $ax \equiv 1 \pmod{y}$
JohnDoeSmith:
Trying to find if it mentions this in my book
hmm ok, i mean im just showing you a way to find inverse
you can just try guessing to find it for 81=6 mod 25
Yea, I just wanted to find it so that I can refer to it later on if I get lost again
fair nuff
Hold on trying to wrap my head around it
Okay so first I would take $(-4)(81) \equiv 1 \pmod{25}$?
Mac:
mhm
JohnDoeSmith:
given this, what can you say about 81n=-2 mod(25)
Wait how did you get -4 (mod 25) ?
remember we said (-4)81=1 mod (25)
if ab=1 mod n, then a is said to be the inverse of b mod n, and the inverse is denoted by negative power ofc
Yea but it seems like we just took the -4 from the one side of the congruency and multiplied with the 1 to get -4
So $(-4)(81) \equiv 1 \pmod{25}$ is the same thing as $81^-1 \equiv -4 \pmod{25}$?
yes
Mac:
Ahhh okay
Yup
We can make the -2 into -4?
Ah the 81 disappears
I got n = 8 mod 25
exactly
Nice!
so 8=25k+8 yes
n=25k+8
for some k
and we said x=81n+1
combine these
and you will get your solution mod 2025
try doing the other case to practice (-1 mod 81 and 1 mod 25)
yeah
Result:
1
Sorry for making you pull your hair out while explaining to me
nah its fine
now try finding the 4th root
its p much the same, but will be good practice
yep
I see now why this makes sense
(notice u didnt actually need to do it again, you could have just negated)
i just made you do it for the practice
Yes! Makes sense\
Im doing it for n = -1 for both mods
Let's say I take n = 81 k - 1 and I plug it giving 81k - 1 = -1 (mod 25)
Then I get 81 k = 0 mod 25
But that just means k = 0 mod 25
So I get -1 mod 2025
if both of them are the same mod, then the solution is obvious, you dont need to combine em like this
i.e both 1 means the combined is 1
and both -1 means combined is -1
Oh true, I didnt even see that
and I guess I should change the answer from -1 to 2026
2024
im in hs
np
$\begin{cases} x \equiv 1 (mod 8) \ x \equiv 3 (mod 9) \ x \equiv 9 (mod 12) \ x \equiv 3 (mod 15) \end{cases}$
Sacha:
How do I change it to make the mods relatively primes, so I can use the Chinese remainder theorem ?
none of that was correct lmao
Did something get deleted?
Ye i sent a bunch of everything wrong
Anyways @dreamy cloud you can basically just separate it into coprime mods
Like x=9 (mod 12) -> x=9=1 (mod 4), x=9=0 (mod 3)
Yes, 12-3=9 so x=9
what does tha bracket notation mean here?
wait is it just the residue class
mod n
yeah
hey guys, does any of you have notes for studying congruences by Niven, Zuckerman?
is it true that for all ax = c mod n, n prime, a = n-1, a is its own multiplicative inverse?
for k = n-2
im pretty sure it is, but not sure how to prove it
a(a^-1) - 1 = nk
like getting a^-1 = n-1 =a is easy if can assume k = n-2, but not sure how to rigorously get that
Find the set of integer solutions to $24x^5-y^2+5=0$
Token:
I tried looking at $mod 5$, I get $4x^5+4y^2\equiv 0$ mod $5$, implies $4(x+y^2)\equiv 0$ mod $5$
Token:
So $y\equiv 0,1,4$ and then $x\equiv 0, 4,1$? Is that all solutions?
Token:
@sleek cove you can check that (n-1)(n-1) = n^2 - 2n + 1 is 1 mod n
@daring ice that logic doesn't work, when you reduce mod 5, you're losing information
Not all solutions of the mod equation will be solutions to your original equation
ok
(taking mod is not an injective function)
I mean you can check that x,y = 0 doesn't work for example
thanks
oh right.
But these are all possible solutions mod 5 so does the final number need to be a subset of these solutions?
Or are there solutions I completely missed by taking mod 5?
My other solutions don't seem to work either though.
x=4, y=1 doesnt work. and y=4, x=1$ doesnt work.
That's one way
Or is there a better way to do this?
If I do that and use chinese remainder theorem to find solutions mod 15. Are all of the solutions going to work or do I just get that some of the numbers of that form work?
It's the same as what I already said
So doing that won't get me the exact set of solutions
Nope
So how do I do that?
I mean okay, what happens when you reduce down mod 3
You get that y^2 = 2 (mod 3)
So what solutions for y are there
None
I guess i dont know what to do then is there a correct choice of modulus that makes this work or do I need to do something else?
I mean, as we said
when you reduce your modulus, your set of solutions is going to be a subset of what you found for the modulus right
So I cant aolve it with mod since Ill always get a larger set then what I want?
But what's the set you got when you reduced down mod 3?
The set of solutions? There's none right because there are no integers which are the square root of 2
Yes
As you said, your set of solutions is empty for the modulus 3
And as we said, your set of solutions is going to be a subset of what you found for the modulus
Your set of solutions is empty for the modulus 3
So then there are no solutions?
your set of solutions overall is a subset of your set of solutions for the modulus 3
Yes
Are solutions mod n always a subset of solutions for all integers?
Does it matter if n is prime or not?
Yes
Wait there are solutions mod $3$ though, because you get $2y^2+2\equiv 0$ so $y=1$ is a solution
I mean, if you find a solution 24x^5 - y^2 + 5 = 0
then you must have that 24x^5 - y^2 + 5 = 0 (mod n) is true
oh nvm
yeah no that's not right
Why does it have to be true mod n though?
Like why does a solution to the general equation have to give at least as many solutions mod n?
And obviously some modulus will have more then others but why?
Like mod 5 has solutions, but why does it have solutions and not mod 3?
By what I just said
If you find x,y such that 24x^5 - y^2 + 5 = 0 is true
then it must be true that 24x^5 - y^2 + 5 = 0 (mod n)
Sure but why does mod 5 have solutions? I must have lost some constraint on the solutions mod 5, but I apparently didn't lose it mod 3?
I don't see if there's like some reason that reducing certain modulus makes more sense then others. I just chose 5 and 3 randomly.
Not really, its just a fact of the coefficients of the equation which modulus matters and which doesn't
Hey. Here's my proof for Goldbach Conjecture. (Please don't steal it, I'm posting it here to help you in your number theory journey before my papers get published by Clay)
Let's take some examples for Goldbach :
4 = 2 + 2
6 = 3 + 3
8 = 5 + 3
Computers have shown that we can do the same thing for very huge numbers, which let us state the following :
Let p and q two primes and n an even number bigger than 2.
n = p+q
And because of Fermat's last theorem, we know that raising all the values of this equation to a power bigger than 2 does not have solutions in Z.
Let's consider the function :
f(n) = adds two primes.
This function works for all even numbers. Here is the demonstration :
f(2k) = f(p + q)
And canceling the function in both sides :
2k = p+q
2k > 2 because I personally defined this function with this condition.
Thus, CQFD
That's the short proof though, the other one has more details. But it's the same ideas.
I'm so happy I contribute for math evolution.
Thanks mate, I already posted it under my own name on arxiv
Sorry but it's considered stealing. Nevermind, I've already given this to Annals of Mathematics before you post my proof, so bad for you lmao
Lol terry already called me to give me 1 billion dollars laila 😉
? Well that's the short proof so yeah @sacred junco
@sacred junco Absoluetly not kidding doyou know that he's my cousin?
I can call him lmao
Really jan ?
too late the billion is already on my paypal
jan prove its not a proof
yes, i dont see whats wrong
??I defined my function
You give an input of n and the output is an additive expression
Looks fine to me as well, thanks a lot mate
If we give an even number to the function, the output is p+q and p and q are primes
for an input n we receive a+b
Heyy I've been doing calculus for 2 years
Just primes because we've got no precise even number
2k = p + q
You get 13+3
I'm back
What???
"i was only pretending to have the brain of a dying whale ok xdd"
So is this serious or
Goldbach isn’t even a millennium prize problem
Goldbach is a trivial problem that @supple furnace can solve in his sleep
Solve: 2^x ≡ 100(mod 101), given that 2 is a primitive root modulo 101, and
101 is a prime number
help pls
2^x=-1 (mod 101) so 2^2x = 1 (mod 101). We know that 2^100=1 so x=50 (I think)
,w 2^x = 100 mod 101
@sweet sentinel you sent that yesterday?
and you solved it
wait
fuck me
fuck
whoops
i'm trying to break this into cases
so let first case be a+bw = 0 (1-w)
this implies 1-w divides a+bw
but note a+bw = (a+b) - b(1-w), so i have to show that a+bw divides (a+b)?
which i'm stuck on
Have you learned anything about norms
Use that
It works well with division
Also @ number theory is a ping now
Feel free to use it
like, do i consider $\frac{\lambda(a+b\omega)}{\lambda(1-\omega)}$
Publius:
lambda is the norm
There should be a theorem you learned about how norms work with division
Euclidean domain if you've heard of that term
yes i have
the theorem says something something about remainder smaller than something something
yeah?
i should probably look it up
is there a role for middle school math that i can have

Yeah, that's important
does $\frac{\lambda(a+b\omega)}{\lambda(1-\omega)}\in\mathbb Z$ implies that $a+b\omega\equiv 0(1-\omega)$?
Publius:

Ah actually your earlier statement was correct
But yeah that's what you should be looking at
Okay. Thank you, that's a lotta new info, I'll try to work from here
okay i'm still stuck:(
i let a+bw = c(1-w) + d
i want to show that d = 0
according to the defn of eculidean norm, i have
N(d) < N(1-w)
N(d) < 3
this shows that d can be -1-w, \pm 1, \pm w, 1+w, and 0
It's strictly less than
That's true and just follows from euclidean division
oh
hmm
this is what one of my classmate wrote:
Consider a+bw = - b(1-w) + (a+b), note that (a+b) in Z (halfway home), then combine with the hint for problem (25)
maybe that'll help..?
oof im trolling sorry
A lot of the elements you wrote down are equivalent mod 1 - w
wtf
i.e 1 = w (mod 1 - w)
i concur
but i don't follow where you're going with this
the problem wants me to show that a+bw = \pm 1, 0 (mod 1-w)
so now you know that w = 1 (mod 1 - w)
oh fuck.
right
hmm
i still don't know how this will help but gimme a few moments ig
yeah i don't get it, can you explain more pls
am i missing some basic congruent rules
whats 2 mod (1-w)
I mean 1 + w = -1 (mod 1 - w)
yeah, its important that 3 is 0 mod 1 - w
if w=1 mod(1-w), then what is a+bw mod (1-w)
a+b mod (1-w)
k
it takes practice
yeah
alright
mhm, and what values can a+b be, considering 3=0 mod w
couldn't a+b be anything..?
am i suppose to reduce it mod 3
yeah. a+b could be anything, but we know that 3=0 mod w, so mod w what could a+b be
1-w
not w*
yep
okay
theres a generalization of this when lambda(z)=p or p^2 in Z[w] btw
$a+b\omega \equiv (a+b \mod(3)) \mod(1-\omega)$
Publius:
does this make any sense
yeah, notation is a bit ugly though
$a+b\equiv c \pmod{3} \implies a+b\omega\equiv c \pmod{1-\omega}$
JohnDoeSmith:
np, and thank zoph he did most of the work
yeah he's a big chad
<@&681259820611141654>
Using (1-w)^2=-3w, (1+a(1-w))^3=1+3a(1-w)+3a^2(-3w)+a^3(-3w)(1-w)=1+3(1-w)(a-a^3w) (equivalent to the hint’s condition). It’s enough to show that a^3w-a is divisible by 1-w, but a^3w-a=a^3-a=0 mod 1-w since Z[w]/(1-w) is a three element finite field.
They were right. This tree3 guy is good.
Tysm
Use #discrete-math
Ok
i'm not sure how to continue this, am i even on the right track?
R is the gaussian integers
@forest mica m, n, k, i are integers?
from p^2 = a^2 + b^2?
the defn of prime that i'm given is that p is prime if p | ab implies p | a or p | b
Using the fact that primeness is equal to irreducible here might help
Oh, I was misled by the contrapositive, that isn't really contrapositive
Oh, okay, I should've read all of what you had
well it will be once i show p is not congruent to 3 mod 4?
p implies q
i'm trying to prove
not q implies not p
If p is not a prime, then p = xy doesn't imply that x or y is a unit?
p being prime implies that
(or well, irreducible, but they're equivalent in this case)
well there goes my entire proof
Uh, the same proof just works out if you forget the contrapositive part
just write p = xy, then write N(p) = N(x)N(y)
And you're looking to show that either x or y is a unit
N(p) is p^2
i write p = xy where x and y are both not units, so i'm assuming p not prime
let x=a+bi and y=c+di
then apply norm
p^2 = (a^2 + b^2)(c^2 + d^2)
where (a^2 + b^2)!=1
and (c^2 + d^2)!=1
so p = a^2 + b^2
but this is then painful from what i read online
so i kinda want to avoid that 
actually i don't know what i'm doing
let me read what you wrote up there
p^2 = (a^2 + b^2)(c^2 + d^2)
so WLOG let (a^2 + b^2) | p^2
so (a^2 + b^2) | p
...?
No it's not painful
All you have to do is use the fact that squares are always 0 or 1 mod 4
uh, that's not how numbers work
alright
i'm being dumb and having trouble with logic again
i want to prove P implies Q here
so i want to show that [not Q and P] is false
There's really no reason to think about contradiction here, you can do this directly
"just write p = xy, then write N(p) = N(x)N(y)
And you're looking to show that either x or y is a unit"
If we show that x or y is a unit, this shows that p is irreducible (and thus prime)
R
Because we're trying to show that p is prime in R
Wait
p is from Z sorry
x,y are from R
(p is technically also from R)
oh this fucks my mind even more
i'm still failing to see the logic here, can you just lay it out flat for me please
i want to prove p implies q, so what are we doing exactly here?
We're trying to show that is p is prime in R
Since prime is the same as irreducible, we try to show that p is irreducible in R
The definition of irreducibility says that if p = xy, with x,y in R, then either x or y is a unit
So we write p = xy, and try to show that either x or y is a unit
To show that p is irreducible, and thus prime





