対称関係 - GeeksforGeeks
原題: Symmetric Relation - GeeksforGeeks
分析結果
- カテゴリ
- AI
- 重要度
- 54
- トレンドスコア
- 18
- 要約
- 対称関係は、数学における関係の一種で、もしaがbに対して関係を持つならば、bもaに対して同じ関係を持つことを意味します。この概念は集合論や数学の他の分野で重要であり、対称性の特性を持つ関係を理解することは、さまざまな数学的問題を解決する上で役立ちます。
- キーワード
Symmetric Relation - GeeksforGeeks Courses Tutorials Interview Prep Number System and Arithmetic Algebra Set Theory Probability Statistics Geometry Calculus Logarithms Mensuration Matrices Trigonometry Mathematics Symmetric Relation Last Updated : 11 Nov, 2025 Symmetric relations are a type of relation where the two elements of set X are related with relation R, then reversing the order of the elements is also related with the relation R. In other words, a symmetric relation is defined as if xRy then yRx, where x and y are two elements of set S and R is a relation. A relation R on a set A is symmetric if, whenever (x, y) ∈ R, then (y, x) ∈ R. For example, A = {7, 9} then symmetric relation R on A if, R = {(7, 9), (9, 7)} Examples of Symmetric Relations There are multiple examples of a symmetric relation. Some of these examples are listed below: Addition of two elements Multiplication of two elements Equality relation on any set. Properties of Symmetric Relations Some properties of a symmetric relation are listed below: An empty relation on any set is always symmetric. A universal relation is always symmetric. If R is a symmetric relation, then R -1 is also symmetric. If R 1 and R 2 are symmetric relations, then R 1 ∪ R 2 is also symmetric. If R 1 and R 2 are symmetric relations, then R 1 ∩ R 2 is also symmetric. A relation can be symmetric and antisymmetric at the same time. A relation cannot be symmetric and asymmetric at the same time. In the matrix representation of the symmetric relation, the transpose of the matrix is equal to the original matrix. M R = (M R ) T . In the directed graph representation of the symmetric relation, if there is an edge between two distinct nodes, then an opposite edge is also present between the two nodes. Number of Symmetric Relations Formula The formula for the total number of symmetric relations with n-elements is given by: Number of Symmetric Relation = 2 [n(n +1)]/2 where, N is the Number of Symmetric Relations n is Number of Elements in Set How to Check Relation is Symmetric or Not? First, check if (a, b) is present in the relation. If (a, b) is present and then check for (b, a). If (b, a) is present, then, relation is symmetric. If (b, a) is absent, then, relation is not symmetric. Asymmetric vs Symmetric Relations The below table represents the difference between the symmetric and asymmetric relations. Symmetric Relation Asymmetric Relation A relation R is symmetric when two elements p and q of set A if p is related to q, then q is also related to p. A relation R is asymmetric when two elements p and q of set A if p is related to q, then, q is not related to p. pRq ⇔ qRp or (p, q) ∈ R then, (q, p) ∈ R pRq ⇔ q not related p (p, q) ∈ R then, (q, p) ∉ R Addition if a + b then b + a. Division if a / b the b ∤ a. Asymmetric vs Anti-Symmetric vs Symmetric Relations Difference between the asymmetric , antisymmetric and symmetric relation Asymmetric Relations Anti-Symmetric Relations Symmetric Relations Relation R on a set A is said to be asymmetric if and only if (a, b) ∈ R, then (b, a) ∉ R, for all a, b ∈ A. Relation R on a set A is said to be antisymmetric, if aRb and bRa hold if and only if when a = b. Relation R is said to be symmetric if, for elements a, b ∈ A, we have aRb, that is, (a, b) ∈ R, then we must have bRa, that is, (b, a) ∈ R. Example: a - b ≠ b - a Example: If a > b then b ≯ a Example: a + b = b + a Also Check Reflexive Relation Transitive Relation Irreflexive Relation Equivalence Relation Symmetric Relations Examples Example 1: Check whether the relation R = {(2, 5), (3, 3)} is symmetric or not? Solution: R = {(2, 5), (3, 3)} Above relation is not a symmetric relation as: (2, 5) ∈ R but (5, 2) ∉ R R is not symmetric. Example 2: Prove that given relation R = {(1, 2), (2, 1), (4, 4), (5, 7), (7, 5)} is symmetric relation? Solution: R = {(1,2), (2,1), (4,4), (5,7), (7, 5)} Above relation is symmetric relation as: (1, 2) ∈ R then, (2, 1) ∈ R (2, 1) ∈ R then, (1, 2) ∈ R (4, 4) ∈ R then, (4, 4) ∈ R (5, 7) ∈ R then, (7, 5) ∈ R (7, 5) ∈ R then, (5, 7) ∈ R R is symmetric. Example 3: Find the number of symmetric relations in set V with 3 elements. Solution: Total number of symmetric relation = 2 [n(n +1)] / 2 Total number of symmetric relation on given set V= 2 [3(3 +1)] / 2 Total number of symmetric relation on given set V = 2 6 Total number of symmetric relation on given set V = 64 Practices Question on Symmetric Questions Q1: Check whether the relation R = {(2, 5), (3, 3)} is symmetric or not? Q2: Prove that given relation R = {(4, 5), (7, 8), (9 ,1), (1, 9), (8, 7)} is symmetric relation? Q3: Find the number of symmetric relations in set A with 9 elements. Comment Article Tags: Article Tags: Mathematics School Learning Algebra Explore Basic Arithmetic Numbers in Maths 2 min read Arithmetic Operations 9 min read Fractions in Maths 3 min read Decimals in Maths 8 min read Exponents 7 min read Percentage 4 min read Algebra Variable in Maths 4 min read Polynomials 2 min read Coefficient 5 min read Algebraic Identities 14 min read Properties of Algebraic Operations 1 min read Geometry Lines and Angles 2 min read Geometric Shapes in Maths 2 min read Area and Perimeter of Shapes 5 min read Surface Areas and Volumes 4 min read Points, Lines and Planes 11 min read Coordinate Axes and Coordinate Planes in 3D space 6 min read Trigonometry & Vector Algebra Trigonometric Ratios 3 min read Trigonometric Equations 7 min read Trigonometric Identities 7 min read Trigonometric Functions 2 min read Inverse Trigonometric Functions 8 min read Inverse Trigonometric Identities 8 min read Calculus Introduction to Differential Calculus 3 min read Limits in Calculus 11 min read Continuity of Functions 8 min read Differentiation 2 min read Differentiability of Functions 10 min read Integration 3 min read Probability and Statistics Basic Concepts of Probability 6 min read Bayes' Theorem 13 min read Probability Distribution - Function, Formula, Table 11 min read Descriptive Statistic 5 min read Introduction to Inferential Statistics 5 min read Measures of Central Tendency in Statistics 8 min read Set Theory 3 min read Practice NCERT Solutions for Class 8 to 12 7 min read RD Sharma Class 8 Solutions for Maths: Chapter Wise PDF 5 min read RD Sharma Class 9 Solutions 10 min read RD Sharma Class 10 Solutions 9 min read RD Sharma Class 11 Solutions for Maths 13 min read RD Sharma Class 12 Solutions for Maths 13 min read