A Rule So Obvious It Feels Like It Shouldn't Need a Name
If five is three plus two, then three plus two is five. The reverse is so natural it feels like cheating to write it down. But every formal proof that walks an equation from one form to another uses this move — and once it has a name, the proof can cite it.
The symmetric property is one of three basic equality properties — alongside the reflexive ($a = a$) and the transitive ($a = b$ and $b = c$ implies $a = c$) — that together let algebra do its work. Take any one of the three away and the chain of reasoning that turns given into therefore stops working.
What the Symmetric Property Says
Symmetric property of equality. For any real numbers (or algebraic expressions) $a$ and $b$:
$$a = b ;\Longleftrightarrow; b = a.$$
The equality sign is symmetric — the order of the two sides does not matter. Whatever appears on the left can be moved to the right; whatever appears on the right can be moved to the left, with no change in meaning.
The property generalises beyond plain numbers:
Equality of expressions. $x + 3 = 10 ;\Longleftrightarrow; 10 = x + 3$.
Equality of sets. $A = B ;\Longleftrightarrow; B = A$.
Equality of functions. $f(x) = g(x) ;\Longleftrightarrow; g(x) = f(x)$ for all $x$ in the common domain.
Equality of vectors and matrices. $\vec{u} = \vec{v} ;\Longleftrightarrow; \vec{v} = \vec{u}$.
Quick facts.
Statement: $a = b ;\Longleftrightarrow; b = a$.
Type: property of the relation "equals" (=).
Companion properties: reflexive ($a = a$), transitive ($a = b$ and $b = c$ implies $a = c$).
Together (reflexive + symmetric + transitive): these three define what mathematicians call an equivalence relation.
Does NOT apply to: inequalities ($<$, $>$, $\leq$, $\geq$). Swapping sides flips the inequality sign.
Grade introduced: CBSE Class 7–8 (properties of equality); CCSS-M 6.EE.B.5 (understand solving an equation as finding which values make the equation true); NCERT Class 7 Chapter 4 — Simple Equations.
The Symmetric Property in Congruence
The symmetric property is not just about equality of numbers. The same idea applies to congruence of geometric figures:
$$\triangle ABC \cong \triangle DEF ;\Longleftrightarrow; \triangle DEF \cong \triangle ABC.$$
If one triangle is congruent to another, the second is congruent to the first. The congruence relation $\cong$, like equality, is symmetric.
The same holds for similarity ($\sim$), parallelism ($\parallel$), and any equivalence relation: the relation is symmetric by definition.
Worked Examples of Symmetric Property
Quick. Apply the symmetric property to rewrite $7 = x - 4$.
$$x - 4 = 7.$$
Final answer: $x - 4 = 7$.
The two equations carry the same information; the symmetric property says the rewrite is legal.
Standard (Wrong Path First — A Solve You Can Trust After Avoiding the Slip). Apply the symmetric property to rewrite $x + 5 < 12$.
The wrong path. The memorizer recalls "you can flip both sides of any relation" and writes $12 < x + 5$.
The flaw: that statement says 12 is less than $x + 5$. The original said $x + 5$ is less than 12. They are opposite claims, not equivalent.
The rescue. The symmetric property applies only to equality. For inequalities, swapping sides requires flipping the inequality sign.
$$x + 5 < 12 ;\Longleftrightarrow; 12 > x + 5.$$
Final answer: $12 > x + 5$. The relation symbol must flip from $<$ to $>$ when sides are swapped.
Stretch. Use the symmetric property within a multi-step proof. Given $2x + 5 = 11$ and the goal of stating $x = 3$ as a symmetric-property application, write the proof.
Step 1. Start with $2x + 5 = 11$.
Step 2. Subtract 5 from both sides: $2x = 6$.
Step 3. Divide both sides by 2: $x = 3$.
Step 4 (symmetric property). Rewrite as $3 = x$.
Both $x = 3$ and $3 = x$ are valid endpoints. A teacher who insists on the answer in the form "$x = 3$" is using a convention, not a mathematical requirement — the symmetric property guarantees either form is correct.
Final answer: the solution can be stated either way, and the symmetric property is what licenses the rewrite.
Where the Symmetric Property Matters — The Quiet Reach
The symmetric property feels too obvious to be useful. It is so universal that mature algebra applies it without naming it. But in a formal proof — in geometry, in algebra, in higher mathematics — the property must be cited by name.
Geometric proofs. Two-column proofs in high-school geometry list the symmetric property as a justification step. "$\angle A = \angle B$, therefore $\angle B = \angle A$ (symmetric property)."
Algebraic substitution. $f(x) = x^2 + 3$. To evaluate $f$ at $x = 2$, write $f(2) = 4 + 3 = 7$, then by symmetric property $7 = f(2)$ — useful when the target form puts the result on the left.
Equivalence-relation proofs. A relation $R$ is an equivalence relation if it is reflexive, symmetric, and transitive. Proving symmetry requires showing $aRb \implies bRa$ — the same structural claim the symmetric property of equality makes.
Equation solving. When a textbook displays $4 = x$ and the student wants the convention $x = 4$, the symmetric property says the swap is legal.
The property also matters because it has limits. Inequalities, set membership ($\in$), function-of (the equation $y = f(x)$ does not imply $f(x) = y$ as a function-definition statement) — all carry rules that look like the symmetric property but break in specific ways.
Symmetric Property: Mistakes Students Make Most Often
1. Applying the symmetric property to inequalities.
Where it slips in: $x + 5 < 12$ — the student writes $12 < x + 5$.
Don't do this: Swap sides of an inequality without flipping the sign.
The correct way: Swap and flip. $x + 5 < 12 ;\Longleftrightarrow; 12 > x + 5$.
2. Confusing the symmetric property with the commutative property.
Where it slips in: A student says "by the symmetric property, $a + b = b + a$."
Don't do this: Conflate the two.
The correct way: $a + b = b + a$ is the commutative property of addition — it is about operations. $a = b \Leftrightarrow b = a$ is the symmetric property of equality — it is about the relation "=".
3. Forgetting the property exists when proofs require it.
Where it slips in: In a two-column geometry proof, the student writes "$\angle B = \angle A$" without citing the property that justified the rewrite from $\angle A = \angle B$.
Don't do this: Treat the symmetric property as too trivial to mention.
The correct way: In formal proofs, every step is justified by a named property. The symmetric property earns its place on the proof column.
4. Applying the property where the relation isn't an equivalence.
Where it slips in: The relation "$x$ is the parent of $y$" — the symmetric flip ("$y$ is the parent of $x$") is false.
Don't do this: Assume every relation is symmetric.
The correct way: Check the relation. Equality, congruence, similarity, parallelism are symmetric. Inequality, "is a subset of," "is a parent of," "is older than" are not.
The Mathematicians Who Shaped Equality
Euclid (c. 300 BCE, Alexandria) stated five "Common Notions" at the start of his Elements — the foundational axioms of geometry. The second Common Notion ("If equals be added to equals, the wholes are equal") and the implicit treatment of equality as symmetric are the earliest written formulations of the rule.
Giuseppe Peano (1858–1932, Italy) formalised the properties of equality as axioms in his Arithmetices Principia (1889), giving the symmetric property its modern axiomatic status.
Alfred Tarski (1901–1983, Poland/USA) developed the modern theory of equivalence relations and model theory, generalising the symmetric property from the equality of numbers to the equality of arbitrary structures.
Conclusion
The symmetric property of equality states $a = b \Leftrightarrow b = a$ — the two sides of an equation can be swapped.
The property extends to congruence, similarity, parallelism, and any equivalence relation.
The single most common mistake is applying the property to inequalities — for those, you must swap and flip the inequality sign.
The symmetric property is one of the three foundational equality properties: reflexive, symmetric, transitive.
Equality is symmetric; "is taller than" is not. Always check the relation before flipping the sides.
Try It Yourself — Three Problems
Apply the symmetric property to rewrite $11 = 3x + 5$.
Decide whether $8 \leq y$ can be rewritten as $y \leq 8$. Explain.
State the symmetric property for the congruence relation $\cong$ between triangles.
Want a live Bhanzu trainer to walk through more equality-property problems? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content
