Question
Testing whether a relation on ordered pairs is an equivalence relation
Original question: Let and . Let be a relation on defined by iff is an even integer. Then the relation is A. reflexive but not symmetric. B. an equivalence relation. C. reflexive and symmetric but not transitive. D. transitive but not symmetric.
Expert Verified Solution
Expert intro: This relation problem depends on parity. The core question is whether the expression being even is preserved under reflexivity, symmetry, and transitivity.
Detailed walkthrough
Understand the relation
We have a relation on defined by
Because only parity matters, we reduce the expression modulo 2. Since and , the condition becomes
So is related to exactly when and have the same parity.
Check the basic properties
Reflexive?
For reflexivity we need for every . That requires
which is always even. So the relation is reflexive.
Symmetric?
If , then is even. Swapping the pairs gives
Modulo 2, this is the same parity condition because both coefficients are odd. Since evenness is unchanged under swapping the two products in this parity test, the relation is symmetric.
Transitive?
Transitivity is not automatic. We need to see whether and always imply . The parity condition only says and , which does not force the third pairing to have the needed parity. A counterexample can be constructed by choosing values with differing parities in the second coordinate.
For example, the set contains both odd numbers and even numbers, so the parity pattern is not fixed across all pairs. This makes transitivity fail.
Conclusion
The relation is reflexive and symmetric but not transitive, so the correct choice is C.
Why this is the right classification
The key step is reducing the definition to parity. Once the condition is interpreted modulo 2, reflexivity and symmetry are straightforward, but transitivity depends on a stronger compatibility that is not guaranteed here.
π‘ Pitfall guide
A common mistake is to inspect only the form of the expression and assume that any relation involving an evenness condition must be an equivalence relation. That is not true. You still have to test transitivity separately. Another error is to forget that odd coefficients like 3 and 7 are both congruent to 1 modulo 2, so the expression simplifies much more than it first appears. If you do not reduce the condition modulo 2, the relation looks more complicated than it really is.
π Real-world variant
If the relation were changed to iff is divisible by 4, the analysis would be different because parity alone would no longer be enough. If the set contained only odd numbers, then the transitivity behavior could also change because the parity pattern of every pair would be more uniform. A useful variant question is to ask whether the same relation on a smaller set of pairs becomes an equivalence relation after restricting to all-even or all-odd coordinates.
π Related terms
equivalence relation, parity arguments, relations on Cartesian products
FAQ
How do you test whether a relation on ordered pairs is an equivalence relation?
Check reflexivity, symmetry, and transitivity separately. For parity-based definitions, simplify the condition modulo 2 first, because odd coefficients often reduce the expression to a much simpler form.
Why is parity the key idea in this ordered pair relation?
Because the relation is defined by whether 3ad - 7bc is even. Modulo 2, both 3 and 7 behave like 1, so the entire condition depends only on parity, not on the exact values.