We have the relation $\sim$ in $\mathbb{R}^n$: $x\sim y \leftrightarrow d(x,y)\in \mathbb{Q}$, where $d(x,y)=\sqrt{\sum^n_{i=1}(x_i-y_i)^2}$. How do you prove that this isn't an equivalence relation for $n>1$? I know for sure that it's reflexive, so it must either not be symmetric or not transitive.
Asked
Active
Viewed 93 times
1
-
1$\sqrt{2}=\sqrt{1+1}\notin \Bbb Q,\sqrt{4}=2\in \Bbb Q,$ – Surb Dec 18 '14 at 15:23
1 Answers
5
$d(0,e_1)\in\mathbb{Q}$, $d(0,e_2)\in\mathbb{Q}$, yet $d(e_1,e_2)\notin\mathbb{Q}$.
vadim123
- 82,796
-
1
-
-
@Mathematicxcz, yes, if $n=2$. If $n=3$ then $e_1=(1,0,0)$, and so on. – vadim123 Dec 18 '14 at 15:25
-