Proof Properties of Relation - $R = \{ (a,b) \in \mathbb{R} \times \mathbb{R} : |a|=|b| \}$

46 Views Asked by At

Hello Mathematics Community,

currently I am trying to prove that the Relation:

$R = \{ (a,b) \in \mathbb{R} \times \mathbb{R} : |a|=|b| \}$

is reflexive, symmetric and transitive.

I know the definitions but I don't know how to prove it formally. Hope somebody can give me a lead.

sincerely, M.Hisoka

2

There are 2 best solutions below

2
On BEST ANSWER

Reflexive: $|a|=|a|$

Symmetric: If $|a|=|b|$, then $|b|=|a|$

Transitive: If $|a|=|b|$ and $|b|=|c|$, then $|a|=|c|$.

Either this is formal enough, or you must show these for all cases of positive and negative values of a,b, and c.

1
On

More generally if $f:X\to Y$ denotes a function then the relation: $$R:=\{\langle a,b\rangle\mid f(a)=f(b)\}$$can easily be shown (see the answer of DanG) to be an equivalence relation (i.e. it is reflexive, symmetric and transitive).

If conversely $R$ denotes an equivalence relation on $X$ then we have the natural function $\nu:X\to X/R$ prescribed by $a\mapsto[a]$ where $[a]$ denotes the equivalence class of $a$, and we can write:$$R=\{\langle a,b\rangle\mid \nu(a)=\nu(b)\}$$