Chapter Summary: Relations and Functions
Key Concepts
- Relations: A relation R from set A to set B is a subset of A x B.
- Functions: A special type of relation where each element in the domain maps to exactly one element in the co-domain.
Types of Relations
- Empty Relation: R = Φ, no elements are related.
- Universal Relation: R = A x A, every element is related to every other element.
- Reflexive Relation: (a, a) ∈ R for all a ∈ A.
- Symmetric Relation: If (a, b) ∈ R, then (b, a) ∈ R.
- Transitive Relation: If (a, b) ∈ R and (b, c) ∈ R, then (a, c) ∈ R.
- Equivalence Relation: A relation that is reflexive, symmetric, and transitive.
Functions
- One-One (Injective): f(x₁) = f(x₂) implies x₁ = x₂.
- Onto (Surjective): For every y in the co-domain, there exists an x in the domain such that f(x) = y.
- Bijective: A function that is both one-one and onto.
Important Definitions
- Equivalence Class: The subset of X containing all elements related to a.
- Composition of Functions: Combining two functions where the output of one function becomes the input of another.
- Invertible Functions: Functions that have an inverse.
Examples of Relations
- Symmetric but not Reflexive or Transitive: R = {(1, 2), (2, 1)}.
- Equivalence Relation: R = {(x, y): x and y have the same number of pages}.
- Reflexive and Transitive but not Symmetric: R = {(a, b): a ≤ b}.
Common Pitfalls
- Confusing one-one and onto functions.
- Misidentifying types of relations (e.g., assuming a relation is equivalence without checking all properties).
Exam Tips
- Always verify the properties of relations and functions with examples.
- Practice identifying and constructing equivalence classes.