BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon103 Learners

Last updated on July 13th, 2025

Math Whiteboard Illustration

Symmetric Relations

Professor Greenline Explaining Math Concepts

A symmetric relation is a binary relation in which, if element a relates to element b, then b also relates to a. This means that the relationship is mutual and order-independent. This article further discusses symmetric relations.

Symmetric Relations for Indonesian Students
Professor Greenline from BrightChamps

What is a Relation in Math?

A relation is a subset of the Cartesian product of two sets, connecting elements through ordered pairs. In each ordered pair, the first element comes from the domain, and the second from the range. In other words, it connects elements of one set to elements of another like ordered pairs (a, b), where a is in the domain and b is in the range.

 

 

A = {x, y}
B = {3, 4, 5}

 

A relation between A and B could be R = {(x, 5), (y, 3)}
 

Professor Greenline from BrightChamps

What are Symmetric Relations?

A symmetric relation on a set X means that whenever an ordered pair (a, b) is in R, the reversed pair (b, a) should also be in R. Every connection between two elements will be mutual; if a relates to b, then b relates to a.

Professor Greenline from BrightChamps

Difference Between Asymmetric, Anti-symmetric, and Symmetric Relations

In mathematics, relations define connections between elements of sets using ordered pairs. A relation is said to be symmetric if, whenever one element is related to another, the reverse is also true. A relation is asymmetric if, whenever a is related to b, b is never related to a, and elements cannot be related to themselves.
A relation is antisymmetric if (a, b) ∈ R and (b, a) ∈ R imply a = b.

 

 

1. Asymmetric ⇒ Antisymmetric (and implies irreflexive).
 If xRy, then yRx cannot hold, so antisymmetry is satisfied.

 

 

2. Antisymmetric relations allow (a, a) ∈ R (e.g., ≤), but asymmetric relations do not.

 

 


3. Symmetric and asymmetric are mutually exclusive except for the empty relation.

 

 


4. Symmetric and antisymmetric relations coincide only in trivial cases, such as the identity relation {(x, x) | x ∈ X}.
 

Professor Greenline from BrightChamps

Properties of Symmetric Relations

A relation R on a set A is symmetric if:
∀a, b∈A,  (a, b)∈R  ⟹  (b, a)∈R.
Equivalently, R = R-1(its inverse)

 


1. Inverse equals itself:
 R-1 = R.

 


2. Closed under set operations:
If R1 and R2 ​are symmetric, then so are R1 ∪ R2 and R1 ∩ R2​.

 


3. Matrix representation is symmetric:
Its adjacency matrix satisfies M = MT

 


4. Digraphs have paired edges:
Every directed edge a→b is accompanied by b→a.

 


5. Extremes are symmetric:
The empty relation and the universal relation (all pairs) are both symmetric.
 

Professor Greenline from BrightChamps

Compatible with antisymmetry only trivially:

A relation is both symmetric and antisymmetric only in trivial cases, such as the identity relation {(x, x) | x ∈ X}.

 

 

Number of Symmetric Relations Formula

 

Number of symmetric relations = 2n(n-1)2

Where
n = number of elements in the set,


Let N denote the number of symmetric relations.

For a set A = {1,2,3}:

23(3+1)2 = 26 = 64
 

Professor Greenline from BrightChamps

How to check if a Relation is Symmetric or not?

To check if a relation R on a set A is symmetric, follow these steps:


List all ordered pairs in R, such as (a, b).


For each pair, verify that the reverse (b, a) is also in R.


If every pair has its reverse, the relation is symmetric. If any pair (a, b) ∈ R lacks its reverse (b, a) ∈ R, the relation is not symmetric.

 

Example:
Let R = { (1, 2), (2, 1), (3, 4), (4, 3) }.
Each pair has its reverse, so R is symmetric.
 

Professor Greenline from BrightChamps

Real-Life Applications of Symmetric Relations

Symmetrical relations are prevalent in various aspects of our daily lives, from social interactions to mathematical concepts. Let’s see some of their real-life applications.

 

 

  • Nature: Butterfly wings have the same shades and colour; if one side has any pattern, then the other side will have the same.

 

  • Biology – Genetic Similarity: The relation ‘has similar DNA’ between two organisms is symmetric. 

 

  • Social Networks – Neuroscience, the brain structure shows that the symmetry in both hemispheres deals with similar types of work; if one hemisphere is damaged, the other other will also be affected.  

 

  • Technology – Game design and graphics of computer simulation are used in mesh modelling, and character design for reduced and balanced compilation. 

 

  • Art & Design – The software used in parametric design ensures symmetrical balance in 3D forms while building furniture. 
     
Max Pointing Out Common Math Mistakes

Common Mistakes of Symmetric Relations and How to Avoid Them

Students make mistakes while solving symmetric relations. Common mistakes like misidentifying asymmetric relations as symmetric and overlooking reversed pairs in data structures. Let’s check out some of these mistakes so that we can avoid them.
 

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Forgetting the reverse pair
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Sometimes students forget to check for the reverse pair. To avoid this, ensure that for every (a, b)∈R, the pair (b, a)∈R.  For example, if (1,2)∈R, but (2,1)∉R, then R is not symmetric.
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Assuming symmetry without checking
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students often assume symmetric relations without verifying from both sides of every pair. Students need to recheck both directions for all pairs to make sure it's symmetry. For example: R = {(1, 2), (2, 1), (3, 4)}; missing (4, 3), which is not symmetric.
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Getting confused about symmetry with reflexivity
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students get confused between symmetry and reflexivity. Symmetry is if (a, b) is in R, so it should be in (b, a) also. To avoid this, we need to know symmetry doesn't need (a, a). For example, R = {(1,2), (2,1)} is symmetric, without (1,1).
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Fail to recheck each pair.
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students may forget to test the pairs while solving symmetry. To avoid this, we need to recheck every pair in the relation to ensure that the reverse pair is also present. For example, in R = {(1,2),(3,4)}, both (2,1) and (4,3) should be present.
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Using unordered pairs by mistake
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students by mistake use unordered pairs. For example, {1,2} doesn’t specify direction; use (1,2) and (2,1).
 

arrow-right
Max from BrightChamps Saying "Hey"

Solved Examples of Symmetric Relations

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Is the relation R = {(1, 1), (2, 2), (1, 2), (2, 1)} symmetric?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

Yes, the relation is symmetric.
 

Explanation

 For each pair (a, b)∈R, the pair (b, a) is also in R, satisfying the condition for symmetry.
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 2

Is the relation R {(1,1), (2, 2), (3, 3), (1, 2)} symmetric?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

No, the relation is not symmetric.
 

Explanation

For symmetry, if (1,2)∈R, then (2,1) must also be in R. Since (2,1)∉R, the relation is not symmetric.
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 3

Is the relation R {(1, 1), (2, 2), (3, 3), (1, 2), (2, 3)} symmetric?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

No, the relation is not symmetric.
 

Explanation

The pair (2, 3)∈R but (3, 2)∉R, violating the symmetry condition.
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 4

Is the relation R {(1, 1), (2, 2), (3, 3), (1, 2), (2, 1), (2, 3), (3, 2)} symmetric?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

Yes, the relation is symmetric.
 

Explanation

For every pair (a, b)∈R, the pair (b, a) is also in R, confirming symmetry.
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 5

Is the relation R {(1, 1), (2, 2), (3, 3), (1, 2), (2, 3), (3, 1)} symmetric?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

No, the relation is not symmetric.

Explanation

The pair (3,1)∈R but (1,3)∉R, so the relation is not symmetric.
 

Max from BrightChamps Praising Clear Math Explanations
Ray Thinking Deeply About Math Problems

FAQs on Symmetric Relations

1.What is a symmetric relation?

Math FAQ Answers Dropdown Arrow

2.Can a relation be both symmetric and asymmetric?

Math FAQ Answers Dropdown Arrow

3. Is the "is less than" relation symmetric?

Math FAQ Answers Dropdown Arrow

4.Can a relation be symmetric but not reflexive?

Math FAQ Answers Dropdown Arrow

5.What is an example of a symmetric relation?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in Indonesia make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in Indonesia support learning Algebra topics such as Symmetric Relations ?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in Indonesia support learning Algebra and Symmetric Relations ?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in Indonesia?

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
Dubai - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom