Relation & Functions
Relation & Functions
2. Relation
A relation from set A to set B is a subset of A×BA \times B.
It is represented as R ⊆ A × B.
Types of Relations:
f:A→Bsuch that for every a∈A, there exists a unique b∈B.f: A \to B \quad \text{such that for
every } a \in A, \text{ there exists a unique } b \in B.
• Domain (A): Set of all inputs.
• Co-domain (B): Set of all possible outputs.
• Range: Set of actual outputs (a subset of B).
Types of Functions
1. One-One (Injective):
2. Onto (Surjective):
4. Many-One Function:
4. Composition of Functions
If f: A → B and g: B → C, then the composition of f and g is defined as:
5. Invertible Function
A function f: A → B is invertible if there exists another function g: B → A such that:
6. Binary Operations
A binary operation ∗ on a set A is a function:
Important Notes
• A function is a relation, but a relation may not be a function.
• Inverse exists only for bijective functions.
• Composition follows associative property but not necessarily commutative
property.
These notes provide a concise yet thorough understanding of Relations and Functions for
Class 12. Let me know if you need further explanation on any topic!