Relations & Functions

✦ Class XII · Chapter 1 ✦
• ⋆ • ⋆ • ⋆ • ⋆ • ⋆ •

📖 What is a Relation?

A relation R from set A to set B is simply an arbitrary subset of A × B.
If (a, b) ∈ R, we say "a is related to b", written a R b.
🌸Functions are just a special kind of relation!

🔑 Types of Relations in Set A

  • ✏️ Empty Relation — no element related to any element: R = φ ⊂ A×A
  • 🌍 Universal Relation — every element related to every element: R = A×A
  • 🔁 Reflexive(a, a) ∈ R ∀ a ∈ A
  • ↔️ Symmetric(a,b) ∈ R ⇒ (b,a) ∈ R
  • ➡️ Transitive(a,b)∈R & (b,c)∈R ⇒ (a,c)∈R
💡 Empty & Universal relations are called trivial relations.

⭐ Equivalence Relation

A relation that is Reflexive + Symmetric + Transitive all together!
Reflexive
+
Symmetric
+
Transitive
=
Equivalence Relation 🎀
Equivalence Class [a] = set of all elements related to a.
🧩 An equivalence relation partitions the whole set X into disjoint subsets (equivalence classes) whose union is X.
📝 Example: R = {(a,b): 2 divides a−b} on ℤ → splits ℤ into Evens [0] & Odds [1] — an equivalence relation!

🧮 One-One, Onto & Bijective

TypeMeaningRule
One-One (Injective)distinct inputs → distinct outputsf(x₁)=f(x₂) ⇒ x₁=x₂
Onto (Surjective)every element of Y is hitRange(f) = Y
BijectiveOne-One and Ontof is invertible
Many-One2+ inputs → same outputopposite of one-one
🌟 Golden Rule (Finite sets only!): for f: X→X, one-one ⇔ onto. NOT true for infinite sets (e.g. f(x)=2x on ℕ is one-one but not onto).
1 2 3 a b c Bijective f: X → Y X Y
^ each element paired uniquely — one-one AND onto!

🔗 Composition of Functions

If f: A→B and g: B→C, then:
A --f--> B
B --g--> C
gof(x) = g(f(x)) for all x ∈ A
⚠️ gof ≠ fog in general — order matters!

🔄 Invertible Functions

f: X→Y is invertible if ∃ g: Y→X such that:
gof = Iₓ and fog = I_Y
g is called inverse of f, written f⁻¹.
💎 KEY THEOREM: f is invertible ⇔ f is one-one and onto (bijective)!

🗺️ Quick Mind-Map

Relation R ⊂ A×B
Reflexive/Symmetric/Transitive
Equivalence Relation
Function f:X→Y
One-One / Onto
Bijective ⇒ Invertible

✅ Quick Revision Checklist

"There is no permanent place in the world for ugly mathematics." — G.H. Hardy 🌷