Misalkan R suatu himpunan bilagan riil dan ℜ merupakan suatu rela...
Dec 19, 2023
Misalkan R suatu himpunan bilagan riil dan ℜ merupakan suatu relasi pada R dimana untuk setiap a,b∈R,aℜb jika dan hanya jika |a-b|<2. Tunjukkan bahwa ℜ bukan merupakan suatu relasi ekuivalen. (Petunjuk: periksa sifat transitif dari relasi tersebut)
Solution by Steps
step 1
To show that ℜ is not an equivalence relation, we need to check if it satisfies the three properties of an equivalence relation: reflexivity, symmetry, and transitivity
step 2
Check reflexivity: For any a∈R, we need to have aℜa. This means |a-a|<2, which simplifies to 0<2. This is true for all real numbers, so ℜ is reflexive
step 3
Check symmetry: For any a,b∈R, if aℜb, then we must have bℜa. Since |a-b|<2, it follows that |b-a|<2 because the absolute value function is symmetric. Thus, ℜ is symmetric
step 4
Check transitivity: For any a,b,c∈R, if aℜb and bℜc, then we must have aℜc. This means |a-b|<2 and |b-c|<2. We need to check if |a-c|<2 always holds
step 5
Consider a=0, b=1.5, and c=3. We have |a-b|=|0-1.5|=1.5<2 and |b-c|=|1.5-3|=1.5<2, so aℜb and bℜc. However, |a-c|=|0-3|=3\not<2, so a \nRe c. This counterexample shows that ℜ is not transitive
Answer
The relation ℜ is not an equivalence relation because it is not transitive.
Key Concept
Equivalence Relation Properties
Explanation
A relation on a set is an equivalence relation if and only if it is reflexive, symmetric, and transitive. The relation ℜ fails to be transitive, as shown by a counterexample.