Writing proofs with modular arithmetic
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
I am enrolled in Discrete Mathematics 2 and I am having trouble understand a lot of the material. For the particular problems I need help with I need to:
Prove each of the given statements, assuming that
$a,b,c,d$, and $n$ are integers with $n>1$ and that $aequiv cbmod n$
and $bequiv dbmod n$.
These are the statements:
- a. $a+bequiv c+dbmod n$
b. $a-bequiv c-dbmod n$
- $a^2equiv c^2bmod n$
- $a^mequiv c^mbmod n$ for all integers $mge1$ (Use mathematical
induction on $m$).
I am in pretty bad shape as far as approaching and completing these problems and I need this to be explained to me as simply as possible (as if I am a 3 year old). Thank you all for your help in advanced.
discrete-mathematics proof-writing induction modular-arithmetic
add a comment |Â
up vote
3
down vote
favorite
I am enrolled in Discrete Mathematics 2 and I am having trouble understand a lot of the material. For the particular problems I need help with I need to:
Prove each of the given statements, assuming that
$a,b,c,d$, and $n$ are integers with $n>1$ and that $aequiv cbmod n$
and $bequiv dbmod n$.
These are the statements:
- a. $a+bequiv c+dbmod n$
b. $a-bequiv c-dbmod n$
- $a^2equiv c^2bmod n$
- $a^mequiv c^mbmod n$ for all integers $mge1$ (Use mathematical
induction on $m$).
I am in pretty bad shape as far as approaching and completing these problems and I need this to be explained to me as simply as possible (as if I am a 3 year old). Thank you all for your help in advanced.
discrete-mathematics proof-writing induction modular-arithmetic
2
What does it mean for two numbers to be congruent mod n?
â John Brevik
Oct 30 '15 at 22:19
$a equiv b pmodn iff n ,vert , (a-b)$
â JVV
Oct 30 '15 at 22:23
ethz.ch/en/news-and-events/eth-news/news/2018/08/â¦
â Piquito
Aug 2 at 1:02
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I am enrolled in Discrete Mathematics 2 and I am having trouble understand a lot of the material. For the particular problems I need help with I need to:
Prove each of the given statements, assuming that
$a,b,c,d$, and $n$ are integers with $n>1$ and that $aequiv cbmod n$
and $bequiv dbmod n$.
These are the statements:
- a. $a+bequiv c+dbmod n$
b. $a-bequiv c-dbmod n$
- $a^2equiv c^2bmod n$
- $a^mequiv c^mbmod n$ for all integers $mge1$ (Use mathematical
induction on $m$).
I am in pretty bad shape as far as approaching and completing these problems and I need this to be explained to me as simply as possible (as if I am a 3 year old). Thank you all for your help in advanced.
discrete-mathematics proof-writing induction modular-arithmetic
I am enrolled in Discrete Mathematics 2 and I am having trouble understand a lot of the material. For the particular problems I need help with I need to:
Prove each of the given statements, assuming that
$a,b,c,d$, and $n$ are integers with $n>1$ and that $aequiv cbmod n$
and $bequiv dbmod n$.
These are the statements:
- a. $a+bequiv c+dbmod n$
b. $a-bequiv c-dbmod n$
- $a^2equiv c^2bmod n$
- $a^mequiv c^mbmod n$ for all integers $mge1$ (Use mathematical
induction on $m$).
I am in pretty bad shape as far as approaching and completing these problems and I need this to be explained to me as simply as possible (as if I am a 3 year old). Thank you all for your help in advanced.
discrete-mathematics proof-writing induction modular-arithmetic
discrete-mathematics proof-writing induction modular-arithmetic
edited Feb 22 at 3:37
Parcly Taxel
33.7k136789
33.7k136789
asked Oct 30 '15 at 22:15
user285507
192
192
2
What does it mean for two numbers to be congruent mod n?
â John Brevik
Oct 30 '15 at 22:19
$a equiv b pmodn iff n ,vert , (a-b)$
â JVV
Oct 30 '15 at 22:23
ethz.ch/en/news-and-events/eth-news/news/2018/08/â¦
â Piquito
Aug 2 at 1:02
add a comment |Â
2
What does it mean for two numbers to be congruent mod n?
â John Brevik
Oct 30 '15 at 22:19
$a equiv b pmodn iff n ,vert , (a-b)$
â JVV
Oct 30 '15 at 22:23
ethz.ch/en/news-and-events/eth-news/news/2018/08/â¦
â Piquito
Aug 2 at 1:02
2
2
What does it mean for two numbers to be congruent mod n?
â John Brevik
Oct 30 '15 at 22:19
What does it mean for two numbers to be congruent mod n?
â John Brevik
Oct 30 '15 at 22:19
$a equiv b pmodn iff n ,vert , (a-b)$
â JVV
Oct 30 '15 at 22:23
$a equiv b pmodn iff n ,vert , (a-b)$
â JVV
Oct 30 '15 at 22:23
ethz.ch/en/news-and-events/eth-news/news/2018/08/â¦
â Piquito
Aug 2 at 1:02
ethz.ch/en/news-and-events/eth-news/news/2018/08/â¦
â Piquito
Aug 2 at 1:02
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I'll do the first one for you. The same logic follows for the rest. $aequiv c pmod n$ means $a=c+mn$, where $minmathbbZ$ and similarly for $b=d$ mod$n$. So $(c+d)=(a+m_1n)+(b+m_2n)=(a+b)+(m_1+m_2)nequiv(a+b) pmod n$
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I'll do the first one for you. The same logic follows for the rest. $aequiv c pmod n$ means $a=c+mn$, where $minmathbbZ$ and similarly for $b=d$ mod$n$. So $(c+d)=(a+m_1n)+(b+m_2n)=(a+b)+(m_1+m_2)nequiv(a+b) pmod n$
add a comment |Â
up vote
0
down vote
I'll do the first one for you. The same logic follows for the rest. $aequiv c pmod n$ means $a=c+mn$, where $minmathbbZ$ and similarly for $b=d$ mod$n$. So $(c+d)=(a+m_1n)+(b+m_2n)=(a+b)+(m_1+m_2)nequiv(a+b) pmod n$
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I'll do the first one for you. The same logic follows for the rest. $aequiv c pmod n$ means $a=c+mn$, where $minmathbbZ$ and similarly for $b=d$ mod$n$. So $(c+d)=(a+m_1n)+(b+m_2n)=(a+b)+(m_1+m_2)nequiv(a+b) pmod n$
I'll do the first one for you. The same logic follows for the rest. $aequiv c pmod n$ means $a=c+mn$, where $minmathbbZ$ and similarly for $b=d$ mod$n$. So $(c+d)=(a+m_1n)+(b+m_2n)=(a+b)+(m_1+m_2)nequiv(a+b) pmod n$
edited Jan 21 at 18:50
man on laptop
5,49211238
5,49211238
answered Oct 30 '15 at 22:27
user153582
1,402611
1,402611
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1505657%2fwriting-proofs-with-modular-arithmetic%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
What does it mean for two numbers to be congruent mod n?
â John Brevik
Oct 30 '15 at 22:19
$a equiv b pmodn iff n ,vert , (a-b)$
â JVV
Oct 30 '15 at 22:23
ethz.ch/en/news-and-events/eth-news/news/2018/08/â¦
â Piquito
Aug 2 at 1:02