Let $R$ be a relation on the set $\Bbb R$ of real numbers where real numbers $x,y$ satisfy $xRy$ if and only if $e^{x-y}$ is an integer. Is $R$ an equivalence relation on $\Bbb R$? Is it a partial order?
I have proved it's reflexive let $x=1$. for reflexivity $xRx$.
so $e^{x-x}= e^{1-1}=e^0 =1$. This also satisfies the result being an integer. Therefore the relation is reflexive.
To check is the relation is symmetric it means. $xRy$ then $yRx$. The problem I am facing is I can't seem to find an $x$ and $y$ that satisfies $e^{x-y}$ being an integer.
You relation is:
reflexive: $\forall x \in \mathbb{R}, e^{x-x} = e^0 = 1$ so $xRx$
transitive: $\forall x, y, z \in \mathbb{R}$, if you have $xRy$ and $yRz$, you have $e^{x-y}\in \mathbb{N}$ and $e^{y-z}\in \mathbb{N}$ so $e^{x-z} = e^{x-y+y-z} = e^{x-y}e^{y-z}\in \mathbb{N}$ so you also have $xRz$
not symmetric: $e^{\ln(2)-0} = e^{\ln(2)}=2\in \mathbb{N}$ so $\ln(2)R0$ but $e^{0-\ln(2)} = e^{-\ln(2)} = \cfrac{1}{e^{\ln(2)}} = \cfrac{1}{2} \not\in \mathbb{N}$ so you don't have $0 R \ln(2)$
antisymmetric: $\forall x, y \in \mathbb{R}$, if you have both $xRy$ and $yRx$, it means that $e^{x-y}\in\mathbb{N}$ and $\cfrac{1}{e^{x-y}}\in\mathbb{N}$. If $e^{x-y}>1$, then $0<\cfrac{1}{e^{x-y}}<1$ so $\cfrac{1}{e^{x-y}}\not\in\mathbb{N}$ so $e^{x-y}=1$ so $x-y=0$ ie $x=y$