Relations and Functions - Types of relations: reflexive, symmetric, transitive and equivalence relations
Review the key concepts, formulae, and examples before starting your quiz.
πConcepts
A Relation from a set to a set is a subset of the Cartesian product . Visually, this is represented by an arrow diagram where elements in the domain are connected to elements in the codomain by directed arrows.
A relation on a set is called Reflexive if every element of is related to itself. Symbolically, for every . In a coordinate graph, this means all points of the form lie on the identity line .
A relation on a set is Symmetric if whenever , then for all . Visually, if there is an arrow pointing from to , there must be a corresponding return arrow pointing from back to .
A relation on a set is Transitive if whenever and , then for all . Visually, if you can travel from node to and then from to , there must be a direct 'shortcut' arrow from to to complete the path.
A relation in a set is an Equivalence Relation if it is simultaneously Reflexive, Symmetric, and Transitive. Visually, an equivalence relation partitions the set into disjoint 'clusters' or subsets where every element within a cluster is related to every other element in that same cluster.
An Equivalence Class of an element is the set of all elements such that . Visually, if the set is partitioned into disjoint islands, the equivalence class of is the specific island that contains the element .
The Empty Relation () and the Universal Relation () are called trivial relations. In an empty relation, no element is related to any other (no arrows in the diagram), while in a universal relation, every element is related to every element including itself (every possible arrow exists).
πFormulae
Total number of relations from set to set :
Total number of relations on a set with elements:
Reflexive Relation Condition:
Symmetric Relation Condition:
Transitive Relation Condition:
Equivalence Class of :
Number of reflexive relations on a set of elements:
π‘Examples
Problem 1:
Let be the set of all triangles in a plane with a relation in given by (where denotes congruence). Show that is an equivalence relation.
Solution:
- Reflexive: For any triangle , (every triangle is congruent to itself). Thus, for all . is reflexive.
- Symmetric: Let . This implies . Since congruence is symmetric, . Therefore, . is symmetric.
- Transitive: Let and . This means and . By the property of congruence, . Therefore, . is transitive. Since is reflexive, symmetric, and transitive, it is an equivalence relation.
Explanation:
To prove an equivalence relation, we must independently verify the three properties (Reflexive, Symmetric, and Transitive) using the definition of the given relation (congruence of triangles).
Problem 2:
Let be the set of integers and be a relation defined by . Prove is an equivalence relation.
Solution:
- Reflexive: For any , . Since divides , . Hence, is reflexive.
- Symmetric: Let . Then for some integer . Multiplying by , . Since is an integer, divides . Thus . is symmetric.
- Transitive: Let and . Then and for integers . Adding these: . Since is an integer, divides . Thus . is transitive.
Explanation:
This demonstrates the properties using algebraic manipulation. The relation effectively partitions integers into two equivalence classes: even and odd numbers.