BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon151 Learners

Last updated on October 28, 2025

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 US 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 through ordered pairs (a, b), where 'a' is from the domain and 'b' is from 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, then the pair (b, a) must also be included in R. Every connection between two elements will be mutual; if a relates to b, then b relates to a.

 

 

Examples

 

  1. "Is equal to" is an example of symmetric relations, such as $1 = 100 cents, and 100 cents = $1.
     
  2. "Is friend of " is also a symmetric relation.

 

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.
    Additionally, elements cannot relate to themselves.

 

  • A relation is antisymmetric if (a, b) ∈ R and (b, a) ∈ R imply a = b.

 

 

Here are some important points to remember. 

 

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 = \(2^ { \ n \ ({ n \ + \ 1 \over 2})}\)


Where

 

  • n is the number of elements in the set,
  • Let N denote the number of symmetric relations.

 

Let's practice this using an example.
 

Example:  Set A = {1,2,3}:

Explanation: Here n = 3,


so, number of symmetric relations = \(2^ { \ 3\ ({ 3 \ + \ 1 \over 2})} = 2 ^ { 3 \times 2} = 2 ^ 6 = 64\)
 

Practice Problem: Similarly, find the number of symmetric relation of set B = {3, 2, 5, 3} by yourself for practice.

 

Professor Greenline from BrightChamps

How to check if a Relation is Symmetric?

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

 

  1. List all ordered pairs in R, such as (a, b).
     
  2. For each pair, verify that the reverse (b, a) is also in R.
     
  3. If every pair has its reverse, the relation is symmetric.
     
  4. If any pair (a, b) ∈ R lacks its reverse (b, a) ∈ R, the relation is not symmetric.

 

Let's practice this using some problems.

 

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

 

Problem 2:
Let R = { (1, 3), (3, 4), (4, 3) }.
The pair (1, 3) does not have its reverse, so R is not symmetric.

Professor Greenline from BrightChamps

Tips and Tricks to Master Symmetric Relations

To make symmetric relations easy and simple, here are a few quick tips and tricks:

 

  1. To check the symmetry, just flip the pair, and check if it exists in the relations.
     
  2. To find the transpose of a relation matrix, write the rows and columns and columns as rows.
     
  3. Use real life analogy for better understanding.
     
  4. Memorize the formula for calculating the number of symmetric relations, which is \(2^ { \ n \ ({ n \ + \ 1 \over 2})}\)
     
  5. Remember, every equivalence relation is symmetric, however the vice versa is not true.
     

Parent Tip: Relate symmetric relations to real life relations to help your child understand better. Encourage your child to practice. 

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

Not checking the reverse pair
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students sometimes forget to check for the reverse pair, leading to error. To avoid this, ensure that for every (a, b) ∈ R, the pair (b, a) is also in 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 may assume a relation is symmetric without checking both directions of each pair. Remember, it is important 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

Misinterpreting symmetry with reflexive relation.
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students get confused between symmetry and reflexivity.  A relation is symmetric is if (a, b) ∈ R, then (b, a) must also be in R. To avoid this, we need to know symmetry doesn't need (a, a).


For example, R = {(1,2), (2,1)} is symmetric, but not reflexive, without (1,1).

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Inaccurately rechecking 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 sometimes mistakenly use unordered pairs.
For example, {1,2} doesn’t specify direction, use (1,2) and (2,1).

 

arrow-right
arrow-right
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.

 

 

  1. Nature: Both butterfly wings have the same shades, designs and color; if one side has any pattern, then the other side will have the same. It is an example of symmetric relations.

     
  2. Biology: The relation ‘has similar DNA’ between two organisms is symmetric.
    For example, if a person has two children, the DNA's of both child are similar.

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

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

     
  5. Art & Design: The software used in parametric design ensures symmetrical balance in 3D forms while building furniture, chairs, bench, or any architectures. 
    For example, if you are drawing a chair, you need to draw all legs of chairs of the same height.
     
Max from BrightChamps Saying "Hey"
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"
Okay, lets begin

Yes, the relation is symmetric.
 

Explanation

Checking the condition for symmetry

R = {(1, 1), (2, 2), (1, 2), (2, 1)}

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

Thus, it is symmetric.

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
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"
Okay, lets begin

No, the relation is not symmetric.
 

Explanation

Checking the condition for symmetry.

 

 R {(1,1), (2, 2), (3, 3), (1, 2)}

 

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
Well explained 👍
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"
Okay, lets begin

No, the relation is not symmetric.
 

Explanation

The given relation is R = {(1, 1), (2, 2), (3, 3), (1, 2), (2, 3)}

 

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

 

Thus, the given relation is not symmetric.

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
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"
Okay, lets begin

Yes, the relation is symmetric.
 

Explanation

Checking the condition for symmetric

R {(1, 1), (2, 2), (3, 3), (1, 2), (2, 1), (2, 3), (3, 2)} 

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

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
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"
Okay, lets begin

No, the relation is not symmetric.

Explanation

Checking R = {(1, 1), (2, 2), (3, 3), (1, 2), (2, 3), (3, 1)}.

 

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

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

FAQs on Symmetric Relations

1.How to explain symmetric relation to my child?

A symmetric relation on a set ensures that if a is related to b, then b is related to a. 
 

Use examples like, you are related to your child, similarly your child is related to you. This relation is symmetric.
 

Math FAQ Answers Dropdown Arrow

2.How can I help my child in learning symmetric relations?

Ask your child questions on symmetric relations by connecting it to real life. Like, ask if your child is younger than you, are you younger than your child as well, if you are married to your partner, is your partner married to you, if person A is taller than B, is B is taller than A, etc.

Math FAQ Answers Dropdown Arrow

3.What example can I use to explain that "is less than" relation is not symmetric to my child?

Use parameters like height, weight, or age to explain. For example, if your child's weight is less than your weight, then your weight is less than your child. This is not true, hence it "is less than" is not a symmetric relation
 

Math FAQ Answers Dropdown Arrow

4.How to explain to my child that a relation can be symmetric but not reflexive?

Use example like the relation "is married to” is symmetric because if a is married to b, then b is married to a. It is not reflexive because a person is not married to themselves.
 

Math FAQ Answers Dropdown Arrow

5.What examples can I give to my child for of a symmetric relation?

  1. An example of a symmetric relation is “is a sibling of". If person A is a sibling of person B, then person B is also a sibling of person A.
     
  2. "is friend of" is also a symmetric relation. If Oliver is a friend of John, then John is also a friend of Oliver.

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
UAE - 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