Let X be a set and let $f: X\rightarrow X$ be a projection.
We define a relation on X such that $x \sim y$, means that there exist a natural numbers m and n such that $f^m(x)=f^n(y)$
($f^m$ means $f \circ f\circ ... \circ f$ $m$ times)
I´m suppose to show that this is equivalence relation. And I started doing this
- $x\sim x$ $\space$ $f^m(x)=f^n(x)$ for all $x\in X$
- If $x\sim y$ then $y\sim x$ $\space$ $f^m(x)=f^n(y) \Rightarrow f^m(y)=f^n(x)$
- if $x\sim y$ and $y\sim z$ then $x\sim z$ $\space$ $f^m(x)=f^n(y) $ and $f^m(y)=f^n(z)$ than $f^m(x)=f^n(z)$
But than I though this might not be true if m does not equal n. And im not really sure how to show this if m and n are not equal, so if anyone has some idea about it, it would help alot