#number theory
87 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
what have you tried so far?
start with the definition of a ≡ b
(a-b)/n
but just if a and b are integers
however, i think this is a mess (what i have done)
summation is straightforward
$$ n\mid b-a \ &\ n \mid d-c \Rightarrow n \mid (b+d)-(a+c) $$
aL
multiplication requires some effort
you start from the same assumptions: n | b-a and n | d-c
and you have to show n | bd - ac
@limpid plank
yes this is what i have to show
does this equality suffice?
i mean i have to somehow prove that we can write it like that
$$ bd - ac = b(d-c) + c(b-a) $$
aL
well i see that it would be the same, cause we would have to cancel bc out and then we have bd-ac
on the other side
but why did u write this?
yes, adding 0 is very often a useful technique
$$ bd -ac = bd - bc + bc - ac$$
aL
cause d-c and b-a is divisible by n?
yess
and you can conclude now also that when p is a polynomial with integer coefficients then
$$ a\equiv b\pmod{n} \Rightarrow p(a) \equiv p(b) \pmod{n} $$
aL
$$ a\equiv b \pmod{n} \overset{\mbox{def}}\Leftrightarrow n\mid b-a $$
aL
aaa ok so it kinda just tells us that mod n means that n is the divisor?
yes
okok i see
yes
more accurately, the set of integers is chopped into equivalence classes modulo n
for example modulo 3, you have 3 equivalence classes
with 0 class being all the multiples of 3
i am still a little confused here… how do i prove it?
can we start from here?
if you have time
and thanks for the previous help, it made me come a step further
@heady minnow
$$ a\mid b\ &\ a\mid c \Rightarrow a \mid b+c $$
aL
prove that if b/a and c/a then (b+c)/a?
ok so, b = ka and c = ag. we can prove it by showing that (ka+ag)/a = k + g, where k is the answer for b/a while g the answer for c/a
ka + ga, can you factor this?
and what is it equal to?
a((b/a)+(c/a))
i mean its the same
but were you looking for what i just wrote or something else?
@heady minnow
oh yess
i basically said it here
but yes i agree
hence also this follows