There is no permanent place in the world for ugly mathematics. — G. H. Hardy
1.1 Introduction
A relation from a set to a set is a subset of .
If , we write and say is related to .
Functions are special relations. This chapter covers types of relations, types of functions, composition, and invertible functions.
1.2 Types of Relations
A relation in a set is a subset of .
- Empty relation: (no element is related to any element)
- Universal relation: (every element is related to every element)
Empty and universal relations are called trivial relations.
Reflexive, symmetric, transitive
A relation in is:
- Reflexive if for every
- Symmetric if implies
- Transitive if and implies
Equivalence relation
is an equivalence relation if it is reflexive, symmetric and transitive.
An equivalence relation partitions into disjoint equivalence classes .
Example: Congruence of triangles is an equivalence relation. Perpendicularity of lines is symmetric but neither reflexive nor transitive.
1.3 Types of Functions
Let .
- One-one (injective): implies
- Many-one: not one-one
- Onto (surjective): for every there exists with (range of is )
- Bijective: both one-one and onto
For a finite set , is one-one if and only if it is onto. This need not hold for infinite sets.
1.4 Composition and Invertible Functions
If and , the composition is
In general .
is invertible if there exists such that
Then .
is invertible if and only if is bijective.
Chapter Summary
- Empty relation: ; universal relation:
- Equivalence relation = reflexive + symmetric + transitive
- One-one:
- Onto: range of equals
- Invertible bijective
Exercises (NCERT)
- Exercise 1.1 — reflexive, symmetric, transitive, equivalence
- Exercise 1.2 — injective / surjective / bijective
- Miscellaneous Exercise — mixed problems