(a) A relation R is defined on Z, the set of integers, as R = {(x, y) : |x - y| is divisible by a prime number 'p', x, y in Z}. Check whether R is an equivalence relation or not. OR (b) A function is defined as . Show that f is one-one and onto.
(a) A relation R is defined on Z, the set of integers, as R = {(x, y) : |x - y| is divisible by a prime number 'p', x, y in Z}. Check whether R is an equivalence relation or not. OR (b) A function is defined as . Show that f is one-one and onto.
Option (a): R is an equivalence relation on Z.
- Reflexive: , and is divisible by every prime p (), so for all .
- Symmetric: If p divides , then since , p also divides , so .
- Transitive: If and , then , so , giving .
Since R is reflexive, symmetric, and transitive, R is an equivalence relation.
Option (b): f is both one-one and onto.
- One-one: Let . Cross-multiplying and simplifying gives , so . Hence f is one-one.
- Onto: For any y in the codomain, solving for x gives , which is defined (since ) and lies in the domain (substituting leads to a contradiction). Hence every y has a pre-image, so f is onto.
Therefore f is a bijection.
Marking Scheme
- 11 mark: correctly proving reflexivity of R (or stating the set-up for one-one).
- 21 mark: correctly proving symmetry of R (or correct cross-multiplication and simplification for one-one).
- 31 mark: correctly proving transitivity of R with valid justification using and (or concluding and stating one-one for b).
- 41 mark: correct conclusion that R is an equivalence relation (or correctly solving for x in terms of y for onto).
- 51 mark: (for b) verifying and concluding f is onto, hence bijective; (for a) clear final summary statement.
Hint
For (a), check reflexivity, symmetry, and transitivity using . For (b), prove one-one by cross-multiplication and onto by solving for x in terms of y.
Quick Oral Answer
Part (a): R is congruence modulo the prime p, which is reflexive, symmetric, and transitive, hence an equivalence relation. Part (b): f is one-one by cross-multiplication forcing , and onto since always gives a valid pre-image in the domain.
Analysis & Explanation
This 5-mark question tests two of the most heavily examined proof techniques in the Relations and Functions chapter: verifying the three properties of an equivalence relation, and proving bijectivity of a rational function.
Concept (a): The relation |x−y| divisible by a prime p is exactly congruence modulo p (). Congruence relations are always equivalence relations because divisibility is closed under addition of multiples — a general pattern worth recognising, not just a one-off computation.
Concept (b): For rational functions of the form , one-one is proved by cross-multiplying and showing it forces , while onto is proved by algebraically inverting to express x in terms of y and confirming the result stays within the restricted domain.
Exam trap: In part (a), students often try to prove transitivity using only the absolute values and without justifying that p divides the signed differences and , which is essential to conclude p divides their sum. In part (b), a common slip is forgetting to verify that the computed pre-image x is not the excluded point , which is required since the domain is R−{3/5}.
Real-world link: Congruence classes modulo a prime (part a) underpin modern cryptographic systems like RSA, while bijective rational functions (part b) are used in Möbius transformations in complex analysis and computer graphics.
Common Mistakes
- 1In part (a), proving transitivity using only and without linking to the signed differences and , leaving the divisibility of unjustified.
- 2In part (b), forgetting to verify that the pre-image is not equal to the excluded value .
- 3Skipping the cross-multiplication expansion step and asserting without full algebraic justification, losing method marks.
Interesting Facts
Congruence modulo a prime number, the basis of part (a)'s relation, is the mathematical foundation of RSA encryption, which secures much of the internet's data transmission today.
Functions of the form , as in part (b), are called Möbius transformations and are fundamental in complex analysis and computer graphics for their conformal (angle-preserving) properties.
Spotted a mistake or something unclear?
Tell us — we fix reported answers fast.
Frequently Asked Questions
Why is divisibility of |x−y| by a prime always an equivalence relation?
Because it is equivalent to congruence modulo p (), and congruence relations are always reflexive, symmetric, and transitive, since divisibility by p is preserved under negation and addition of multiples of p.
What must be checked in addition to cross-multiplication when proving a rational function is onto?
After solving for x in terms of y, you must confirm the resulting x is not equal to any value excluded from the domain — here, — otherwise the function would not truly map onto the stated codomain.