Introduction to Relations and its Types
Relations and Functions: Page 1 of 5
Introduction to Relations and its Types
Welcome to the fascinating world of Relations and Functions! This chapter builds upon what you learned in Class XI and lays the mathematical groundwork for calculus and other advanced topics. Think of it as learning the grammar of mathematics; understanding how different mathematical objects can be related to each other is fundamental.
So, why does this matter? In the real world, we are surrounded by relationships: a student is enrolled in a course, a city is the capital of a country, a number is greater than another number. In mathematics, we formalize these connections using the concept of relations. By classifying these relations into specific types—reflexive, symmetric, and transitive—we can uncover deep structural properties. This classification isn't just an academic exercise; it's the key to understanding concepts like equivalence classes, which are used in computer science, cryptography, and modern algebra.
In your CBSE board exams, the unit "Relations and Functions" carries significant weightage, typically around 8-10 marks. Questions testing the properties of relations are a staple, often appearing as 2, 3, or even 5-mark questions. Mastering this foundational topic will set you up for success in the entire calculus portion of your syllabus.
{{FORMULA: expr=(a, a) ∈ R; (a, b) ∈ R → (b, a) ∈ R; (a, b) ∈ R and (b, c) ∈ R → (a, c) ∈ R | symbols=R:Equivalence Relation, a,b,c:elements of Set A, →:implies}}
Definitions & Key Concepts
Let's start with a formal recap and introduce the new types of relations you'll be working with. A relation R from a non-empty set A to a non-empty set B is a subset of the Cartesian product A × B. If B = A, we say R is a relation on set A.
| Term | Definition | Simple Example on Set A = {1, 2, 3} |
|---|---|---|
Relation R on A | A collection of ordered pairs (a, b) where a, b ∈ A. It's a subset of A × A. | R = {(1, 2), (2, 3)} is a relation on A. |
| Reflexive Relation | A relation R on A is reflexive if (a, a) ∈ R for every a ∈ A. | R = {(1, 1), (2, 2), (3, 3), (1, 3)} is reflexive. |
| Symmetric Relation | A relation R on A is symmetric if whenever (a, b) ∈ R, then (b, a) ∈ R. | R = {(1, 2), (2, 1), (3, 3)} is symmetric. |
| Transitive Relation | A relation R on A is transitive if whenever (a, b) ∈ R and (b, c) ∈ R, then (a, c) ∈ R. | R = {(1, 2), (2, 3), (1, 3)} is transitive. |
| Equivalence Relation | A relation R on A is an equivalence relation if it is reflexive, symmetric, AND transitive. | R = {(1, 1), (2, 2), (3, 3)} is an equivalence relation. |
{{KEY: type=concept | title=The Golden Trio: RST | text=An Equivalence Relation is a special type of relationship that groups similar elements together. It must satisfy all three conditions: Reflexive, Symmetric, and Transitive. A simple mnemonic is RST. If a relation fails even one of these tests, it is not an equivalence relation.}}
Theorem Proof: Intersection of Equivalence Relations
Let's prove a fundamental property. This type of proof is excellent for building logical reasoning skills.
Theorem: If R and S are two equivalence relations on a set A, then their intersection R ∩ S is also an equivalence relation on A.
Proof:
- Recall the Goal: To prove
R ∩ Sis an equivalence relation, we must show it is reflexive, symmetric, and transitive. - Check for Reflexivity:
- Let
abe an arbitrary element ofA. - Since
Ris an equivalence relation, it is reflexive. Therefore,(a, a) ∈ R. - Similarly, since
Sis an equivalence relation, it is reflexive. Therefore,(a, a) ∈ S. - By the definition of intersection, if
(a, a)is in bothRandS, then(a, a) ∈ (R ∩ S). - Since this holds for every
a ∈ A,R ∩ Sis reflexive.
- Let
- Check for Symmetry:
- Let
(a, b) ∈ (R ∩ S). - By definition of intersection, this means
(a, b) ∈ Rand(a, b) ∈ S. - Since
Ris symmetric,(a, b) ∈ Rimplies(b, a) ∈ R. - Since
Sis symmetric,(a, b) ∈ Simplies(b, a) ∈ S. - Now, since
(b, a)is in bothRandS, we have(b, a) ∈ (R ∩ S). - Thus,
(a, b) ∈ (R ∩ S) → (b, a) ∈ (R ∩ S). So,R ∩ Sis symmetric.
- Let
- Check for Transitivity:
- Let
(a, b) ∈ (R ∩ S)and(b, c) ∈ (R ∩ S). - This implies
(a, b) ∈ R,(b, c) ∈ R,(a, b) ∈ S, and(b, c) ∈ S. - Since
Ris transitive,(a, b) ∈ Rand(b, c) ∈ Rimplies(a, c) ∈ R. - Since
Sis transitive,(a, b) ∈ Sand(b, c) ∈ Simplies(a, c) ∈ S. - Because
(a, c)is in bothRandS, we conclude that(a, c) ∈ (R ∩ S). - Thus,
R ∩ Sis transitive.
- Let
- Conclusion: Since
R ∩ Sis reflexive, symmetric, and transitive, it is an equivalence relation.
Solved Examples
Let's solidify our understanding with examples ranging from simple checks to more complex, exam-style problems.
Example 1: Easy (Property Checking)
Given: A relation R on the set A = {1, 2, 3, 4} defined by R = {(1, 1), (2, 2), (4, 4), (1, 2), (2, 1), (2, 4)}.
To Find: Whether R is reflexive, symmetric, or transitive.
Approach: Check the definition of each property one by one against the elements of R.
Step-by-step Solution:
-
Reflexivity:
- The set is
A = {1, 2, 3, 4}. ForRto be reflexive, it must contain(1, 1),(2, 2),(3, 3), and(4, 4). - We see
(1, 1),(2, 2), and(4, 4)are inR. - However,
(3, 3) ∉ R. - Therefore,
Ris not reflexive.
- The set is
-
Symmetry:
- We check each pair
(a, b)and look for(b, a). (1, 2) ∈ R. Is(2, 1) ∈ R? Yes.(2, 4) ∈ R. Is(4, 2) ∈ R? No.- Since we found a counter-example,
Ris not symmetric.
- We check each pair
-
Transitivity:
- We look for chains
(a, b) ∈ Rand(b, c) ∈ R. - We have
(1, 2) ∈ Rand(2, 4) ∈ R. - For transitivity, we need
(1, 4)to be inR. - Looking at the set
R,(1, 4) ∉ R. - Therefore,
Ris not transitive.
- We look for chains
Final Answer:
The relation R is not reflexive, not symmetric, and not transitive.
Example 2: Medium (Equivalence Relation on Integers)
Given: A relation R on the set of integers Z defined as R = {(a, b) : a - b is an even integer}.
To Find: Prove that R is an equivalence relation.
Approach: Systematically prove that the relation satisfies the three properties: reflexivity, symmetry, and transitivity.
Step-by-step Solution:
-
Reflexivity:
- Let
a ∈ Z. - Consider
a - a = 0. - Since 0 is an even integer (
0 = 2 × 0),(a, a) ∈ Rfor alla ∈ Z. - Thus,
Ris reflexive.
- Let
-
Symmetry:
- Assume
(a, b) ∈ R. This meansa - bis an even integer. - So,
a - b = 2kfor some integerk. - Now consider
b - a. We can writeb - a = -(a - b) = -(2k) = 2(-k). - Since
-kis also an integer,b - ais an even integer. - Therefore,
(b, a) ∈ R. - Thus,
Ris symmetric.
- Assume
-
Transitivity:
- Assume
(a, b) ∈ Rand(b, c) ∈ R. - This means
a - bis even, soa - b = 2k₁for some integerk₁. - And
b - cis even, sob - c = 2k₂for some integerk₂. - We need to check
a - c. Let's add the two equations: (a - b) + (b - c) = 2k₁ + 2k₂a - c = 2(k₁ + k₂)- Since
k₁ + k₂is an integer,a - cis an even integer. - Therefore,
(a, c) ∈ R. - Thus,
Ris transitive.
- Assume
Final Answer:
Since R is reflexive, symmetric, and transitive, it is an equivalence relation on the set of integers Z.
{{VISUAL: diagram: An arrow diagram on a set {a, b, c} showing a relation. An arrow from a to b represents (a, b). For reflexivity, there's a loop on each element (a to a). For symmetry, if there's an arrow from a to b, there's a return arrow from b to a. For transitivity, if there are arrows from a to b and b to c, there's a direct arrow from a to c.}}
Example 3: Hard (Divisibility Relation)
Given: A relation R on the set of natural numbers N where R = {(x, y) : x divides y}.
To Find: Check if R is reflexive, symmetric, and transitive.
Approach: Use the definition of divisibility (x divides y means y = kx for some integer k) to test the three properties.
Step-by-step Solution:
-
Reflexivity:
- Let
x ∈ N. - We need to check if
(x, x) ∈ R, which means "doesxdividex?". - Yes, any non-zero number divides itself (
x = 1 × x). - So,
(x, x) ∈ Rfor allx ∈ N. - Thus,
Ris reflexive.
- Let
-
Symmetry:
- Assume
(x, y) ∈ R. This meansxdividesy. So,y = kxfor somek ∈ N. - We need to check if
(y, x) ∈ Ris always true, i.e., doesydividex? - Let's take a counter-example. Let
x = 2andy = 4. (2, 4) ∈ Rbecause 2 divides 4.- But does 4 divide 2? No.
- So,
(4, 2) ∉ R. - Since we found a case where
(x, y) ∈ Rbut(y, x) ∉ R, the relationRis not symmetric.
- Assume
-
Transitivity:
- Assume
(x, y) ∈ Rand(y, z) ∈ R. - This means
xdividesy(y = k₁x) andydividesz(z = k₂y) for somek₁, k₂ ∈ N. - We need to check if
xdividesz. - Substitute the first equation into the second:
z = k₂(k₁x) = (k₁k₂)x. - Since
k₁andk₂are natural numbers, their productk₁k₂is also a natural number. - Let
k = k₁k₂. Thenz = kx, which meansxdividesz. - So,
(x, z) ∈ R. - Thus,
Ris transitive.
- Assume
Final Answer:
The relation R is reflexive and transitive, but not symmetric.
Example 4: JEE-Tricky (Relation on a Cartesian Product)
Given: A relation R on the set A = N × N (pairs of natural numbers) is defined by (a, b) R (c, d) if and only if a + d = b + c.
To Find: Show that R is an equivalence relation.
Approach: The elements are ordered pairs. Apply the RST definitions carefully to these pairs. Rearranging the condition to a - b = c - d can simplify the proof.
Step-by-step Solution:
The condition a + d = b + c is equivalent to a - b = c - d. Let's use this form.
-
Reflexivity:
- Let
(a, b) ∈ N × N. We need to check if(a, b) R (a, b). - Using the condition, we check if
a - b = a - b. - This is always true.
- So,
(a, b) R (a, b)for all(a, b) ∈ N × N.Ris reflexive.
- Let
-
Symmetry:
- Assume
(a, b) R (c, d). This meansa - b = c - d. - We need to check if
(c, d) R (a, b), which means checking ifc - d = a - b. - Since
a - b = c - dimpliesc - d = a - b, the condition holds. - Thus,
Ris symmetric.
- Assume
-
Transitivity:
- Assume
(a, b) R (c, d)and(c, d) R (e, f). - From the first relation, we have
a - b = c - d......(i) - From the second relation, we have
c - d = e - f......(ii) - From (i) and (ii), we can equate them:
a - b = e - f. - This is exactly the condition for
(a, b) R (e, f). - Thus,
Ris transitive.
- Assume
Final Answer:
Since the relation R on N × N is reflexive, symmetric, and transitive, it is an equivalence relation.
Example 5: NEET-Style (Conceptual/Combinatorial)
Given: A set A = {a, b, c}.
To Find: What is the total number of reflexive relations possible on set A?
Approach: Think about the structure of the Cartesian product A × A and which elements must be included for a relation to be reflexive. Then, consider the choices for the remaining elements.
Step-by-step Solution:
-
Total possible pairs: The set
Ahasn = 3elements. The Cartesian productA × Awill haven × n = 3 × 3 = 9ordered pairs.A × A = {(a, a), (a, b), (a, c), (b, a), (b, b), (b, c), (c, a), (c, b), (c, c)} -
Condition for Reflexivity: For any relation
RonAto be reflexive, it must contain all pairs of the form(x, x). These are the diagonal elements. In our case, the pairs(a, a),(b, b), and(c, c)MUST be inR. There is no choice for these 3 elements; they have to be included. -
Choices for other pairs: The remaining pairs are the non-diagonal elements. There are
n² - n = 9 - 3 = 6such pairs. These pairs are:{(a, b), (a, c), (b, a), (b, c), (c, a), (c, b)}. -
Counting the possibilities: For each of these 6 non-diagonal pairs, we have two choices: either include it in the relation
Ror not include it.- For
(a, b): 2 choices (in or out) - For
(a, c): 2 choices (in or out) - ...and so on for all 6 pairs.
- For
-
Total Number of Relations: The total number of ways to form a reflexive relation is the product of the number of choices for each non-diagonal element. Total reflexive relations =
2 × 2 × 2 × 2 × 2 × 2 = 2⁶.2⁶ = 64.The general formula for a set with
nelements is2^(n² - n).
Final Answer:
The total number of reflexive relations possible on set A is 64.
Tips & Tricks (Shortcuts)
| Shortcut | Description |
|---|---|
| Reflexivity Check | Immediately list the diagonal elements (a, a), (b, b), .... If even one is missing from the relation, it's not reflexive. No further checks needed. |
| Symmetry Check | Think of it as a "two-way street". If you find a one-way path like (a, b) without a return path (b, a), it's not symmetric. Pairs like (c, c) don't need a check as they are their own reverse. |
| Transitivity Trap | The condition is IF (a, b) ∈ R AND (b, c) ∈ R, THEN (a, c) ∈ R. If you can't find a pair of "connecting" elements (a, b) and (b, c), the condition is vacuously true. A relation is only non-transitive if you find a connecting pair where the direct link (a, c) is missing. |
| Smallest & Largest | On a set A, the smallest equivalence relation is the Identity Relation `I = {(a, a) |
Common Mistakes / Sign-Errors
| ❌ Wrong Approach | ✅ Right Approach | Why it's a mistake |
|---|---|---|
Seeing (1, 2) ∈ R and concluding R is not symmetric without checking for (2, 1). | Seeing (1, 2) ∈ R, then actively searching for (2, 1). If (2, 1) ∈ R, continue checking. If not, then conclude it's not symmetric. | Symmetry requires every (a, b) to have a corresponding (b, a). You must either prove it for all or find one specific counter-example. |
Assuming a relation is not transitive because there's no (a, b) and (b, c) chain. For R = {(1, 2), (3, 4)}. | For R = {(1, 2), (3, 4)}, the condition (a, b) ∈ R and (b, c) ∈ R is never met. Therefore, the implication is vacuously true. The relation is transitive. | Transitivity is only broken when a chain a→b→c exists but the direct link a→c is missing. No chain means no way to break the rule. |
For reflexivity on A={1,2,3}, seeing (1,1) and (2,2) in R and thinking it's "mostly reflexive". | Reflexivity is an all-or-nothing property. For A={1,2,3}, R must contain (1,1), (2,2), and (3,3). If even one is missing, it fails the test. | The definition says (a, a) ∈ R for every element a ∈ A. There is no partial credit. |
For (a, b) R (c, d) if ad = bc, testing with a, b, c, d as integers. | The relation is often defined on N or Z - {0}. ad = bc on Z with b=0, d=0 leads to a×0 = 0×c which is 0=0 for any a, c, causing issues with transitivity if zeros are allowed. | Always pay close attention to the set on which the relation is defined. The properties can change dramatically if the domain changes from N to Z or Q. |
Concept-Trap Questions
-
Question: Consider the empty relation
R = {}on a non-empty setA = {1, 2}. Is this relation reflexive, symmetric, or transitive?💡 Answer & Trap: The relation is not reflexive but it is symmetric and transitive. Trap: Students often think an empty relation has no properties. Reflexive: It fails because for
A={1, 2},(1, 1)and(2, 2)must be inR, butRis empty. Symmetric: The condition is "if(a, b) ∈ R, then(b, a) ∈ R". Since there is no(a, b)inRto begin with, the "if" part is false, making the whole statement vacuously true. Transitive: The condition is "if(a, b) ∈ Rand(b, c) ∈ R, then...". Since we can't find such a pair, this is also vacuously true. -
Question: A relation
Ron the set of all people is defined asR = {(a, b) : aandbhave a common friend}. Is this relation transitive?💡 Answer & Trap: The relation is not transitive. Trap: It seems intuitive that it might be. Counter-example: Let person
AandBbe friends withX. So(A, B) ∈ R. Let personBandCbe friends withY. So(B, C) ∈ R. It is possible thatAandChave no common friends at all (especially ifXandYare different people and don't knowAorC). Therefore,(A, C)may not be inR. -
Question: Let
Rbe a relation on the set of linesLin a plane, defined by(L₁, L₂) ∈ Rif lineL₁is perpendicular to lineL₂. Check the properties ofR.💡 Answer & Trap: The relation is symmetric, but not reflexive and not transitive. Trap: Students might confuse this with the "parallel lines" relation, which is an equivalence relation. Reflexive: A line
L₁cannot be perpendicular to itself. So(L₁, L₁) ∉ R. Not reflexive. Symmetric: IfL₁is perpendicular toL₂, thenL₂is perpendicular toL₁. So(L₁, L₂) ∈ R → (L₂, L₁) ∈ R. It is symmetric. Transitive: IfL₁is perpendicular toL₂, andL₂is perpendicular toL₃, thenL₁is parallel toL₃(or they are the same line).L₁is not perpendicular toL₃. So(L₁, L₂) ∈ Rand(L₂, L₃) ∈ Rdoes not imply(L₁, L₃) ∈ R. Not transitive.
Mini Cheatsheet
| Concept | Condition | Mnemonic / Key Idea |
|---|---|---|
Relation R on A | R is a subset of A × A. | A set of connections or ordered pairs. |
| Reflexive | For all a ∈ A, (a, a) ∈ R. | Every element is related to itself ("Reflection"). |
| Symmetric | If (a, b) ∈ R, then (b, a) ∈ R. | The relationship is a "two-way street". |
| Transitive | If (a, b) ∈ R and (b, c) ∈ R, then (a, c) ∈ R. | A "shortcut" path exists (a to c). |
| Equivalence | Reflexive AND Symmetric AND Transitive. | RST. Groups similar items together. |
Equivalence Relations
Equivalence Relations
Concept Introduction
Have you ever noticed how we group things in daily life? All triangles with the same angles are "similar". All people born in the same year belong to the same age group. All integers that leave the same remainder when divided by 3 (like 1, 4, 7, 10...) behave similarly in some contexts. This act of grouping based on a shared property is the core idea behind an equivalence relation.
An equivalence relation is a special type of relation that formalizes the idea of "sameness" or "equivalence". It's a relation that is reflexive (everything is related to itself), symmetric (if A is related to B, then B is related to A), and transitive (if A is related to B and B is related to C, then A is related to C). Think of the "=" sign; it perfectly embodies these properties.
In your CBSE board exams, questions on proving a given relation to be an equivalence relation are very common and often carry 3 to 5 marks. Mastering this concept is crucial as it builds the foundation for understanding partitions of sets and quotient structures, which are fundamental in higher mathematics.
{{FORMULA: expr=R is an Equivalence Relation ⇔ R is Reflexive, Symmetric, and Transitive | symbols=R:Relation}}
Definitions & Key Properties
To formally define an equivalence relation, we must first understand the three properties it must satisfy. Let R be a relation on a non-empty set A.
| Term | Definition | Condition (in formal notation) | Simple Analogy |
|---|---|---|---|
| Reflexive | Every element in the set is related to itself. | For all a ∈ A, (a, a) ∈ R. | "Everyone is their own sibling" (in a loose sense). A person is of the same height as themselves. |
| Symmetric | If element a is related to b, then b must be related to a. | If (a, b) ∈ R, then (b, a) ∈ R. | "If A is a cousin of B, then B is a cousin of A." The relationship works both ways. |
| Transitive | If a is related to b, and b is related to c, then a must be related to c. | If (a, b) ∈ R and (b, c) ∈ R, then (a, c) ∈ R. | "If A is taller than B, and B is taller than C, then A is taller than C." The property carries over. |
| Equivalence Relation | A relation that is reflexive, symmetric, and transitive. | R must satisfy all three conditions above. | The relation "is equal to" (=) on the set of numbers. |
| Equivalence Class | The set of all elements in A that are related to a specific element a. Denoted by [a]. | `[a] = {x ∈ A | (x, a) ∈ R}`. |
Theorem Proof: Intersection of Two Equivalence Relations
A very important property tested in exams is that the "equivalence" nature is preserved under intersection. Let's prove it.
Theorem: If R and S are two equivalence relations on a set A, then their intersection, R ∩ S, is also an equivalence relation on A.
Proof:
-
State the Goal: We are given that R and S are equivalence relations on set A. This means both R and S are reflexive, symmetric, and transitive. We need to prove that the relation
T = R ∩ Sis also reflexive, symmetric, and transitive. -
Check for Reflexivity:
- Let
abe any arbitrary element of set A (a ∈ A). - Since R is an equivalence relation, it is reflexive. Therefore,
(a, a) ∈ R. - Since S is an equivalence relation, it is also reflexive. Therefore,
(a, a) ∈ S. - By the definition of intersection, if an element is in R and in S, it must be in their intersection
R ∩ S. - Thus,
(a, a) ∈ R ∩ Sfor alla ∈ A. - Conclusion:
R ∩ Sis reflexive.
- Let
-
Check for Symmetry:
- Let
(a, b)be an arbitrary element ofR ∩ S. This means(a, b) ∈ Rand(a, b) ∈ S. - Since R is symmetric, if
(a, b) ∈ R, then(b, a) ∈ R. - Since S is symmetric, if
(a, b) ∈ S, then(b, a) ∈ S. - Now we have
(b, a) ∈ Rand(b, a) ∈ S. - By the definition of intersection, this implies
(b, a) ∈ R ∩ S. - Conclusion:
R ∩ Sis symmetric.
- Let
-
Check for Transitivity:
- Let
(a, b) ∈ R ∩ Sand(b, c) ∈ R ∩ S. - From
(a, b) ∈ R ∩ S, we get(a, b) ∈ Rand(a, b) ∈ S. - From
(b, c) ∈ R ∩ S, we get(b, c) ∈ Rand(b, c) ∈ S. - Since R is transitive,
(a, b) ∈ Rand(b, c) ∈ Rimplies(a, c) ∈ R. - Since S is transitive,
(a, b) ∈ Sand(b, c) ∈ Simplies(a, c) ∈ S. - Now we have
(a, c) ∈ Rand(a, c) ∈ S. - By the definition of intersection, this implies
(a, c) ∈ R ∩ S. - Conclusion:
R ∩ Sis transitive.
- Let
-
Final Conclusion: Since
R ∩ Shas been proven to be reflexive, symmetric, and transitive, it is an equivalence relation.
Solved Examples
Here are some graded examples, from basic to advanced, to solidify your understanding.
Example 1: Easy (Set of Integers)
Given: Let A = {1, 2, 3} and R = {(1, 1), (2, 2), (3, 3), (1, 2), (2, 1)}. To Find: Determine if R is an equivalence relation on A. Approach: Check the three properties (Reflexive, Symmetric, Transitive) one by one.
Solution:
-
Reflexivity:
- The set is A = {1, 2, 3}. We need to check if (1, 1), (2, 2), and (3, 3) are in R.
- Looking at the relation, R contains (1, 1), (2, 2), and (3, 3).
- So, R is reflexive.
-
Symmetry:
- We check every pair (a, b) in R for its reverse (b, a).
- (1, 1), (2, 2), (3, 3) are their own reverses.
- For (1, 2) ∈ R, we check for (2, 1). Yes, (2, 1) ∈ R.
- For (2, 1) ∈ R, we check for (1, 2). Yes, (1, 2) ∈ R.
- So, R is symmetric.
-
Transitivity:
- We check for pairs
(a, b)and(b, c)in R. - Consider
(1, 2) ∈ Rand(2, 1) ∈ R. Here, a=1, b=2, c=1. - We must check if
(a, c) = (1, 1)is in R. - Yes,
(1, 1) ∈ R. - Consider
(2, 1) ∈ Rand(1, 2) ∈ R. Here, a=2, b=1, c=2. - We must check if
(a, c) = (2, 2)is in R. - Yes,
(2, 2) ∈ R. - After checking all such combinations, we find the condition holds.
- So, R is transitive.
- We check for pairs
Final Answer: <br>
Since R is reflexive, symmetric, and transitive, it is an equivalence relation.
Example 2: Medium (Relation on Z)
Given: A relation R on the set of integers Z, defined as R = {(a, b) | 2 divides (a - b)}. To Find: Show that R is an equivalence relation. Approach: Prove reflexivity, symmetry, and transitivity using the properties of integers.
Solution:
-
Reflexivity:
- Let
abe any integer (a ∈ Z). - Consider
a - a = 0. - Since 2 divides 0 (as 0 = 2 × 0), the condition is satisfied.
- Therefore,
(a, a) ∈ Rfor alla ∈ Z. - R is reflexive.
- Let
-
Symmetry:
- Assume
(a, b) ∈ R. By definition, this means 2 divides(a - b). - This implies
a - b = 2kfor some integerk. - Now consider
b - a. We can writeb - a = -(a - b) = -(2k) = 2(-k). - Since
kis an integer,-kis also an integer. - This shows that 2 divides
(b - a). - Therefore,
(b, a) ∈ R. - R is symmetric.
- Assume
-
Transitivity:
- Assume
(a, b) ∈ Rand(b, c) ∈ R. (a, b) ∈ Rmeans 2 divides(a - b), soa - b = 2k₁for some integerk₁.(b, c) ∈ Rmeans 2 divides(b - c), sob - c = 2k₂for some integerk₂.- We need to check
(a - c). Let's add the two equations: (a - b) + (b - c) = 2k₁ + 2k₂a - c = 2(k₁ + k₂)- Since
k₁andk₂are integers, their sum(k₁ + k₂)is also an integer. - This shows that 2 divides
(a - c). - Therefore,
(a, c) ∈ R. - R is transitive.
- Assume
Final Answer: <br>
Since R is reflexive, symmetric, and transitive, it is an equivalence relation.
