Relations and Functions - Types of Relations: Reflexive, Symmetric, Transitive and Equivalence
Review the key concepts, formulae, and examples before starting your quiz.
πConcepts
A relation on a set is a subset of the Cartesian product . Visually, if we represent elements of as points, a relation can be seen as a directed graph where an arrow from to indicates that the pair .
A relation is Reflexive if every element is related to itself, meaning for all . In a visual diagram, this is represented by every vertex having a 'self-loop' (an arrow starting and ending at the same point).
A relation is Symmetric if for every pair , the reverse pair is also in . Visually, if there is an arrow pointing from to , there must be a corresponding arrow pointing back from to .
A relation is Transitive if whenever and , then . This means if you can travel from to via , there must be a direct 'shortcut' path from to . Visually, this forms triangles in the directed graph of the relation.
An Equivalence Relation is one that is simultaneously Reflexive, Symmetric, and Transitive. Such a relation partitions the set into disjoint subsets called Equivalence Classes. Visually, the set is divided into separate 'clusters' where every element in a cluster is connected to every other element in that same cluster.
Equivalence Class: For an equivalence relation on set , the equivalence class of an element , denoted by , is the set of all elements such that . Visually, an equivalence class is one complete 'island' or partition of the set where all members are mutually related.
The Identity Relation is the smallest reflexive relation and is always an equivalence relation. The Universal Relation is the largest possible relation on and is also always an equivalence relation.
πFormulae
Reflexive condition:
Symmetric condition:
Transitive condition:
Number of relations on a set with elements:
Number of reflexive relations on a set with elements:
Equivalence class of :
π‘Examples
Problem 1:
Let be the set of all triangles in a plane. Let be a relation in defined as (where denotes congruence). Prove that is an equivalence relation.
Solution:
- Reflexivity: Every triangle is congruent to itself (). Therefore, for all . is reflexive.
- Symmetry: If , then . By the property of congruence, . Therefore, . is symmetric.
- Transitivity: If and , then and . This implies . Therefore, . is transitive. Since is reflexive, symmetric, and transitive, it is an equivalence relation.
Explanation:
To prove a relation is an equivalence relation, we must verify all three fundamental properties (reflexive, symmetric, and transitive) using the given logical definition of the relation.
Problem 2:
Check if the relation on the set of integers defined by is an equivalence relation.
Solution:
- Reflexive: For any , . Since is divisible by , . Thus, is reflexive.
- Symmetric: Let . Then for some integer . Then . Since is an integer, is divisible by , so . Thus, is symmetric.
- Transitive: Let and . Then and for integers . Adding these: . Since is an integer, is divisible by , so . Thus, is transitive. Since all three hold, is an equivalence relation.
Explanation:
This demonstrates an equivalence relation over an infinite set (Integers). We use algebraic manipulation to show that if the condition holds for specific pairs, it must hold for the reflexive and transitive requirements.