document.write( "Question 1191688: Given a set S = ℝ, prove that a relation R on S where (a , b) ∈ R and a - b = 0 is an equivalence relation \n" ); document.write( "
Algebra.Com's Answer #849102 by CPhill(1987) You can put this solution on YOUR website! To prove that the relation R on S = ℝ (real numbers), where (a, b) ∈ R if and only if a - b = 0, is an equivalence relation, we need to show that R is reflexive, symmetric, and transitive.\r \n" ); document.write( "\n" ); document.write( "**1. Reflexivity:**\r \n" ); document.write( "\n" ); document.write( "We need to show that for all a ∈ S, (a, a) ∈ R.\r \n" ); document.write( "\n" ); document.write( "If a ∈ S, then a - a = 0. Since a - a = 0, (a, a) ∈ R by the definition of R. Therefore, R is reflexive.\r \n" ); document.write( "\n" ); document.write( "**2. Symmetry:**\r \n" ); document.write( "\n" ); document.write( "We need to show that for all a, b ∈ S, if (a, b) ∈ R, then (b, a) ∈ R.\r \n" ); document.write( "\n" ); document.write( "Suppose (a, b) ∈ R. This means that a - b = 0. \n" ); document.write( "If a - b = 0, then we can multiply both sides by -1 to get -(a - b) = -0, which simplifies to b - a = 0. \n" ); document.write( "Since b - a = 0, (b, a) ∈ R by the definition of R. Therefore, R is symmetric.\r \n" ); document.write( "\n" ); document.write( "**3. Transitivity:**\r \n" ); document.write( "\n" ); document.write( "We need to show that for all a, b, c ∈ S, if (a, b) ∈ R and (b, c) ∈ R, then (a, c) ∈ R.\r \n" ); document.write( "\n" ); document.write( "Suppose (a, b) ∈ R and (b, c) ∈ R. \n" ); document.write( "This means that a - b = 0 and b - c = 0. \n" ); document.write( "From a - b = 0, we have a = b. \n" ); document.write( "From b - c = 0, we have b = c. \n" ); document.write( "Substituting b = c into a = b, we get a = c. \n" ); document.write( "If a = c, then a - c = 0. \n" ); document.write( "Since a - c = 0, (a, c) ∈ R by the definition of R. Therefore, R is transitive.\r \n" ); document.write( "\n" ); document.write( "**Conclusion:**\r \n" ); document.write( "\n" ); document.write( "Since R is reflexive, symmetric, and transitive, R is an equivalence relation on S = ℝ. In simpler terms, this relation defines equality: (a, b) ∈ R if and only if a = b. \n" ); document.write( " \n" ); document.write( " |