Types of relations | CBSE - Wyatt's Notes
Types of Relations
Section titled “Types of Relations”A relation from a set to a set is a subset of the Cartesian product . If , we write and say ” is related to by .”
flowchart TD A[01 Types Of Relations] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Key Concepts
Section titled “Key Concepts”Definition and Notation
Section titled “Definition and Notation”Given sets and , a relation is a rule that assigns to each element zero or more elements .
Example: Let and . The relation ” divides ” is:
Types of Relations on a Set
Section titled “Types of Relations on a Set”A relation on a set (i.e., ) can be:
Reflexive: for every .
Symmetric: If then .
Transitive: If and , then .
Equivalence Relations
Section titled “Equivalence Relations”A relation that is reflexive, symmetric, and transitive is called an equivalence relation. Equivalence relations partition a set into disjoint equivalence classes.
Equivalence class of :
Important Properties
Section titled “Important Properties”- The identity relation is reflexive, symmetric, and transitive.
- The empty relation is symmetric and transitive, but not reflexive (unless ).
- The universal relation is reflexive, symmetric, and transitive.
Worked Example 1 — Checking Properties
Section titled “Worked Example 1 — Checking Properties”Problem: Let and . Determine whether is reflexive, symmetric, and transitive.
Solution:
Reflexive: Check that for all .
- , , , .
- All present. is reflexive.
Symmetric: Check that whenever , then .
- and . OK.
- All diagonal pairs are symmetric by definition.
- is symmetric.
Transitive: Check that whenever and , then .
- and . Need . Present.
- and . Need . Present.
- No other non-diagonal chains exist.
- is transitive.
Answer: is an equivalence relation.
Common mistake: Forgetting to check all pairs for transitivity. When and both belong to , you must verify is also in .
Worked Example 2 — Relation Defined by a Rule
Section titled “Worked Example 2 — Relation Defined by a Rule”Problem: Let be defined on by if and only if is divisible by . Show that is an equivalence relation and describe the equivalence classes.
Solution:
Reflexive: , so . Thus for all .
Symmetric: If , then , so for some integer . Then , so , giving .
Transitive: If and , then and for integers . Then: So , giving .
Equivalence classes:
- (multiples of 3)
- (numbers with remainder 1)
- (numbers with remainder 2)
Answer: is an equivalence relation with three equivalence classes.
Common mistake: Confusing divisibility with equality. divisible by 3 does not mean ; it means and leave the same remainder when divided by 3.
Worked Example 3 — Relation That Is Not an Equivalence Relation
Section titled “Worked Example 3 — Relation That Is Not an Equivalence Relation”Problem: Let and . Determine which properties satisfies.
Solution:
Reflexive: , , but . Not reflexive.
Symmetric: and . All pairs checked. Symmetric.
Transitive: and . Need . Present. No other chains. Transitive.
Answer: is symmetric and transitive, but not reflexive (since ).
Common mistake: Assuming that symmetric and transitive implies reflexive. This is false. Reflexivity requires for every element of , not just for elements that appear in some pair.
Practice Problems
Section titled “Practice Problems”Let . Define by if is even. Prove is an equivalence relation and find the equivalence classes.
Let be the relation on defined by if . Is reflexive? Symmetric? Transitive? Is it an equivalence relation?
Let and . Is transitive? Is it reflexive?
Define on the set of integers by if . Show that is an equivalence relation and find .
Let be defined on by if . Is reflexive? Symmetric? Transitive?
Common Exam Patterns
Section titled “Common Exam Patterns”- Check all three properties systematically: reflexive, symmetric, transitive
- For equivalence relations defined by modular arithmetic, the equivalence classes are residue classes
- Relations defined by inequalities () are in standard practice not symmetric
- The relation divisible by is always an equivalence relation on
- Remember: reflexive requires for every , not just for elements that appear in the relation
Exam Tips
Section titled “Exam Tips”- When checking transitivity, list all pairs and in and verify each is present.
- To disprove a property, a single counterexample suffices.
- Equivalence relations partition the set; use this to verify your answer by checking that equivalence classes are disjoint and their union is .
- The relation ” divides ” on is reflexive and transitive, but not symmetric (since but ).
- The relation defined by on is an equivalence class because implies , so .
Intuition
Section titled “Intuition”Relations are rules that connect elements from one set to another. A relation on a set is like a social network where some pairs of people are connected. Reflexive means everyone is friends with themselves. Symmetric means if A is friends with B, then B is friends with A. Transitive means if A is friends with B and B is friends with C, then A is friends with C. When all three hold, you get an equivalence relation — a perfect grouping system where the set splits into non-overlapping equivalence classes, like sorting numbers by their remainder when divided by n.
Cross-References
Section titled “Cross-References”- Matrices — matrices as representations of relations
- CBSE Mathematics — sets, functions, and algebra
- CBSE Physics — symmetry and conservation laws
Common Mistakes
Section titled “Common Mistakes”- Assuming reflexivity means for some elements: Reflexivity requires for every element . A single missing pair breaks reflexivity.
- Confusing symmetric with reflexive: A relation can be symmetric without being reflexive (e.g., on a proper subset), and reflexive without being symmetric (e.g., on ).
- Forgetting that transitivity requires checking all triples: Transitivity is not just about adjacent pairs. You must verify that for every and , the pair is also in .
- Confusing equivalence relations with partial orders: Equivalence relations are reflexive, symmetric, and transitive. Partial orders are reflexive, antisymmetric, and transitive. Symmetry and antisymmetry are mutually exclusive (except for equality).
Advanced Content
Section titled “Advanced Content”This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.
Derivations and Proofs
Section titled “Derivations and Proofs”Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.
Extended Examples
Section titled “Extended Examples”Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.
Research Connections
Section titled “Research Connections”This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.
Prerequisites
Section titled “Prerequisites”Ensure you have mastered the prerequisite material before attempting this advanced content.
Advanced Content
Section titled “Advanced Content”This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.
Derivations and Proofs
Section titled “Derivations and Proofs”Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.
Extended Examples
Section titled “Extended Examples”Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.
Research Connections
Section titled “Research Connections”This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.
Prerequisites
Section titled “Prerequisites”Ensure you have mastered the prerequisite material before attempting this advanced content.