Dembadon
Gold Member
- 658
- 89
Hello, I would like to check my arguments for this problem.
Consider the relation R = \{(x,y) \in \mathbb{R} \times \mathbb{R}: x-y \in \mathbb{Z}\} on \mathbb{R}. Prove that this relation is symmetric, reflexive, and transitive.
Supposing a relation R on a set A.
Reflexivity: Relation R is reflexive if \forall x \in A, xRx.
Symmetry: Relation R is symmetric if \forall x,y \in A, xRy \Rightarrow yRx.
Transitivity: Relation R is transitive if \forall x,y,z \in A, \left((xRy) \land (yRz)\right) \Rightarrow xRz.
Reflexivity:
We choose any x \in \mathbb{R} and discover that x - x = 0, which is in \mathbb{Z}. Therefore, we have xRx, showing that R is reflexive on \mathbb{R}.
Symmetry:
We can argue directly by assuming xRy. This relation means we have (x - y) \in \mathbb{Z}. It follows that -(x - y), which is yRx, is also in \mathbb{Z}.
Transitivity:
If xRy and yRz are both integers, then adding them yields another integer.
Homework Statement
Consider the relation R = \{(x,y) \in \mathbb{R} \times \mathbb{R}: x-y \in \mathbb{Z}\} on \mathbb{R}. Prove that this relation is symmetric, reflexive, and transitive.
Homework Equations
Supposing a relation R on a set A.
Reflexivity: Relation R is reflexive if \forall x \in A, xRx.
Symmetry: Relation R is symmetric if \forall x,y \in A, xRy \Rightarrow yRx.
Transitivity: Relation R is transitive if \forall x,y,z \in A, \left((xRy) \land (yRz)\right) \Rightarrow xRz.
The Attempt at a Solution
Reflexivity:
We choose any x \in \mathbb{R} and discover that x - x = 0, which is in \mathbb{Z}. Therefore, we have xRx, showing that R is reflexive on \mathbb{R}.
Symmetry:
We can argue directly by assuming xRy. This relation means we have (x - y) \in \mathbb{Z}. It follows that -(x - y), which is yRx, is also in \mathbb{Z}.
Transitivity:
If xRy and yRz are both integers, then adding them yields another integer.