Congruence, Equal, and EquivalenceUncertain notation in coding theory bookwhat is ≡ operator equal to in math?Symbol for “if and only if”: $implies$ or $iff$?Origin and usage of $therefore$ and $because$How do I learn all the weird symbols and notations?Why do we use “congruent to” instead of equal to?What's the difference (if any) between writing $(n-1)/2$ and $fracn-12$?Congruence subgroup action notationWhat does an equal sign mean in a parenthesis?What is the difference between “$=$” and “$equiv$”?
How to illustrate the Mean Value theorem?
A steel cutting sword?
How long until a random word with letters "A", "B", "C" ends in the pattern "ABC"?
number headings
Using credit/debit card details vs swiping a card in a payment (credit card) terminal
How should I introduce map drawing to my players?
In general, would I need to season a meat when making a sauce?
My employer faked my resume to acquire projects
A Riley Respite
How to respond to an upset student?
Is it possible to play as a necromancer skeleton?
Why didn't Thanos use the Time Stone to stop the Avengers' plan?
Why do most published works in medical imaging try to reduce false positives?
Where's this lookout in Nova Scotia?
Alignment: "Breaking out" of environment (enumerate / minipage)
Would Jetfuel for a modern jet like an F-16 or a F-35 be producable in the WW2 era?
Gladys goes shopping
Count rotary dial pulses in a phone number (including letters)
Should breaking down something like a door be adjudicated as an attempt to beat its AC and HP, or as an ability check against a set DC?
using Leibniz rule to solve definite integral
How to Pin Point Large File eating space in Fedora 18
Is it possible to remotely hack the GPS system and disable GPS service worldwide?
What is Theresa May waiting for?
I know that there is a preselected candidate for a position to be filled at my department. What should I do?
Congruence, Equal, and Equivalence
Uncertain notation in coding theory bookwhat is ≡ operator equal to in math?Symbol for “if and only if”: $implies$ or $iff$?Origin and usage of $therefore$ and $because$How do I learn all the weird symbols and notations?Why do we use “congruent to” instead of equal to?What's the difference (if any) between writing $(n-1)/2$ and $fracn-12$?Congruence subgroup action notationWhat does an equal sign mean in a parenthesis?What is the difference between “$=$” and “$equiv$”?
$begingroup$
I know this is very basic problem about math. But sometimes confusing.
What is the difference among
Equal Sign $left(,=,right)$
Congruence Sign (we saw this on number theory) $left(,equiv,right)$
Equivalence Sign $left(,iff,right)$
notation popular-math
$endgroup$
add a comment |
$begingroup$
I know this is very basic problem about math. But sometimes confusing.
What is the difference among
Equal Sign $left(,=,right)$
Congruence Sign (we saw this on number theory) $left(,equiv,right)$
Equivalence Sign $left(,iff,right)$
notation popular-math
$endgroup$
add a comment |
$begingroup$
I know this is very basic problem about math. But sometimes confusing.
What is the difference among
Equal Sign $left(,=,right)$
Congruence Sign (we saw this on number theory) $left(,equiv,right)$
Equivalence Sign $left(,iff,right)$
notation popular-math
$endgroup$
I know this is very basic problem about math. But sometimes confusing.
What is the difference among
Equal Sign $left(,=,right)$
Congruence Sign (we saw this on number theory) $left(,equiv,right)$
Equivalence Sign $left(,iff,right)$
notation popular-math
notation popular-math
edited 2 days ago
J.-E. Pin
18.9k21755
18.9k21755
asked May 19 at 22:04
user516076user516076
827
827
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The equal sign between two items mean they are the same. Depending the context this equality is defined or assumed to be understood.
For example if $A$ and $B$ are sets, then $A=B$ means every element of $A$ is an element of $B$ and every element of $B$ is an element of $A$.
On the other hand if $a/b$ and $c/d$ are fractions, then $a/b=c/d$ is defined as $ad=bc$
Congruence sign,$left(,equiv,right)$ comes with a (mod). The definition $aequiv b, pmod n $ is that $b-a$ is divisible by $n$
For example $27equiv 13 pmod 7$
The $iff$ sign is if and only if sign and $piff q$ means $p$ implies $q$ and $q$ implies $p$ where $p$ and $q$ are statements.
$endgroup$
add a comment |
$begingroup$
Equals can be generalized to an equivalence relation. This means a relation on a set $S$, $sim$ which satisfies the following properties:
$asim a$ for all $ain S$ (Reflexive)- If $asim b$, then $b sim a$ (Symmetric)
- If $a sim b$ and $bsim c$, then $a sim c$ (transitive).
Equals should satisfy those 3 properties.
Congruence goes one step further. It is used to indicate that it preserves some kind of operation on the set. In your case, congruence mod $n$ is indicating that $a pmod n$ times $b pmod n$ is the same thing as $ab pmod n$. So you can exchange what it is equivalent to before doing the operation or after and you get the same thing. It is also congruence under addition.
$Leftrightarrow$ is usually talking about the equivalence of two statements. For instance $a in mathbbZ$ is even if and only if ($Leftrightarrow$) $a=2n$ for some $nin mathbbZ$.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3232361%2fcongruence-equal-and-equivalence%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The equal sign between two items mean they are the same. Depending the context this equality is defined or assumed to be understood.
For example if $A$ and $B$ are sets, then $A=B$ means every element of $A$ is an element of $B$ and every element of $B$ is an element of $A$.
On the other hand if $a/b$ and $c/d$ are fractions, then $a/b=c/d$ is defined as $ad=bc$
Congruence sign,$left(,equiv,right)$ comes with a (mod). The definition $aequiv b, pmod n $ is that $b-a$ is divisible by $n$
For example $27equiv 13 pmod 7$
The $iff$ sign is if and only if sign and $piff q$ means $p$ implies $q$ and $q$ implies $p$ where $p$ and $q$ are statements.
$endgroup$
add a comment |
$begingroup$
The equal sign between two items mean they are the same. Depending the context this equality is defined or assumed to be understood.
For example if $A$ and $B$ are sets, then $A=B$ means every element of $A$ is an element of $B$ and every element of $B$ is an element of $A$.
On the other hand if $a/b$ and $c/d$ are fractions, then $a/b=c/d$ is defined as $ad=bc$
Congruence sign,$left(,equiv,right)$ comes with a (mod). The definition $aequiv b, pmod n $ is that $b-a$ is divisible by $n$
For example $27equiv 13 pmod 7$
The $iff$ sign is if and only if sign and $piff q$ means $p$ implies $q$ and $q$ implies $p$ where $p$ and $q$ are statements.
$endgroup$
add a comment |
$begingroup$
The equal sign between two items mean they are the same. Depending the context this equality is defined or assumed to be understood.
For example if $A$ and $B$ are sets, then $A=B$ means every element of $A$ is an element of $B$ and every element of $B$ is an element of $A$.
On the other hand if $a/b$ and $c/d$ are fractions, then $a/b=c/d$ is defined as $ad=bc$
Congruence sign,$left(,equiv,right)$ comes with a (mod). The definition $aequiv b, pmod n $ is that $b-a$ is divisible by $n$
For example $27equiv 13 pmod 7$
The $iff$ sign is if and only if sign and $piff q$ means $p$ implies $q$ and $q$ implies $p$ where $p$ and $q$ are statements.
$endgroup$
The equal sign between two items mean they are the same. Depending the context this equality is defined or assumed to be understood.
For example if $A$ and $B$ are sets, then $A=B$ means every element of $A$ is an element of $B$ and every element of $B$ is an element of $A$.
On the other hand if $a/b$ and $c/d$ are fractions, then $a/b=c/d$ is defined as $ad=bc$
Congruence sign,$left(,equiv,right)$ comes with a (mod). The definition $aequiv b, pmod n $ is that $b-a$ is divisible by $n$
For example $27equiv 13 pmod 7$
The $iff$ sign is if and only if sign and $piff q$ means $p$ implies $q$ and $q$ implies $p$ where $p$ and $q$ are statements.
edited May 19 at 22:27
Bernard
126k743120
126k743120
answered May 19 at 22:23
Mohammad Riazi-KermaniMohammad Riazi-Kermani
44.1k42162
44.1k42162
add a comment |
add a comment |
$begingroup$
Equals can be generalized to an equivalence relation. This means a relation on a set $S$, $sim$ which satisfies the following properties:
$asim a$ for all $ain S$ (Reflexive)- If $asim b$, then $b sim a$ (Symmetric)
- If $a sim b$ and $bsim c$, then $a sim c$ (transitive).
Equals should satisfy those 3 properties.
Congruence goes one step further. It is used to indicate that it preserves some kind of operation on the set. In your case, congruence mod $n$ is indicating that $a pmod n$ times $b pmod n$ is the same thing as $ab pmod n$. So you can exchange what it is equivalent to before doing the operation or after and you get the same thing. It is also congruence under addition.
$Leftrightarrow$ is usually talking about the equivalence of two statements. For instance $a in mathbbZ$ is even if and only if ($Leftrightarrow$) $a=2n$ for some $nin mathbbZ$.
$endgroup$
add a comment |
$begingroup$
Equals can be generalized to an equivalence relation. This means a relation on a set $S$, $sim$ which satisfies the following properties:
$asim a$ for all $ain S$ (Reflexive)- If $asim b$, then $b sim a$ (Symmetric)
- If $a sim b$ and $bsim c$, then $a sim c$ (transitive).
Equals should satisfy those 3 properties.
Congruence goes one step further. It is used to indicate that it preserves some kind of operation on the set. In your case, congruence mod $n$ is indicating that $a pmod n$ times $b pmod n$ is the same thing as $ab pmod n$. So you can exchange what it is equivalent to before doing the operation or after and you get the same thing. It is also congruence under addition.
$Leftrightarrow$ is usually talking about the equivalence of two statements. For instance $a in mathbbZ$ is even if and only if ($Leftrightarrow$) $a=2n$ for some $nin mathbbZ$.
$endgroup$
add a comment |
$begingroup$
Equals can be generalized to an equivalence relation. This means a relation on a set $S$, $sim$ which satisfies the following properties:
$asim a$ for all $ain S$ (Reflexive)- If $asim b$, then $b sim a$ (Symmetric)
- If $a sim b$ and $bsim c$, then $a sim c$ (transitive).
Equals should satisfy those 3 properties.
Congruence goes one step further. It is used to indicate that it preserves some kind of operation on the set. In your case, congruence mod $n$ is indicating that $a pmod n$ times $b pmod n$ is the same thing as $ab pmod n$. So you can exchange what it is equivalent to before doing the operation or after and you get the same thing. It is also congruence under addition.
$Leftrightarrow$ is usually talking about the equivalence of two statements. For instance $a in mathbbZ$ is even if and only if ($Leftrightarrow$) $a=2n$ for some $nin mathbbZ$.
$endgroup$
Equals can be generalized to an equivalence relation. This means a relation on a set $S$, $sim$ which satisfies the following properties:
$asim a$ for all $ain S$ (Reflexive)- If $asim b$, then $b sim a$ (Symmetric)
- If $a sim b$ and $bsim c$, then $a sim c$ (transitive).
Equals should satisfy those 3 properties.
Congruence goes one step further. It is used to indicate that it preserves some kind of operation on the set. In your case, congruence mod $n$ is indicating that $a pmod n$ times $b pmod n$ is the same thing as $ab pmod n$. So you can exchange what it is equivalent to before doing the operation or after and you get the same thing. It is also congruence under addition.
$Leftrightarrow$ is usually talking about the equivalence of two statements. For instance $a in mathbbZ$ is even if and only if ($Leftrightarrow$) $a=2n$ for some $nin mathbbZ$.
edited May 21 at 6:26
YuiTo Cheng
3,26371345
3,26371345
answered May 19 at 22:30
CPMCPM
3,1451023
3,1451023
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3232361%2fcongruence-equal-and-equivalence%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown