I have a small question, if anyone could shed some light I would be really grateful!
we have this relation R: ∀ x,y ∈ "≈" , [(x≈y) ⇔ (| x - y| ≤ 0.5)]
Also relation R belongs to real numbers ℝ.
Is it reflective, symmetric , transitive or anti-symmetric ?
I done some research on Wikipedia and read about these terms and saw the visuals too.
i suppose that x=4.5 and y=5 then:
I think it is both reflective and symmetric.
I also think that it cant be transitive though (say there is a C=5.5, then y≈c but not x≈c) . I have no idea if it is anti-symmetric! This answer came intuitively , but i don't know how can i express this in a formal way!
Any advises are welcome ;)
Hints: you have to find out whether
$$\text{Reflexivity}:\forall\,x,y\in\Bbb R\;,\;\;|x-x|\le\frac12\;\;?$$
$$\text{Symmetry}:\forall\,x,y\in\Bbb R\;,\;\;|x-y|\le\frac12\implies |y-x|\le\frac12\;\;?$$
$$\text{Transitivity}:\forall\,x,y,z\in\Bbb R\;,\;\left(|x-y|\le\frac12\;\wedge\;|y-z|\le\frac12\right)\implies |x-z|\le\frac12\;\;?$$
Funrther hint: work a little harder on the third one above...