Mathwords logoMathwords

Transitive Property — Definition, Formula & Examples

The transitive property says that if one value equals a second value, and that second value equals a third, then the first and third values must also be equal. It lets you 'chain' equalities together to draw new conclusions.

For any quantities aa, bb, and cc, if a=ba = b and b=cb = c, then a=ca = c. This property also applies to inequalities: if a<ba < b and b<cb < c, then a<ca < c (and similarly for >>, \leq, \geq).

Key Formula

If a=b and b=c, then a=c\text{If } a = b \text{ and } b = c, \text{ then } a = c
Where:
  • aa = First quantity
  • bb = Shared middle quantity that appears in both statements
  • cc = Third quantity

How It Works

You apply the transitive property whenever two separate statements share a common term in the middle. Identify the value that appears in both statements — that is the 'bridge.' Once you confirm both relationships hold, you can connect the outer values directly. This property is used constantly when solving equations, writing proofs, and simplifying chains of reasoning.

Worked Example

Problem: You know that x = 3y and 3y = 15. What does x equal?
Identify the shared term: The value 3y appears in both equations, so it serves as the bridge.
x=3yand3y=15x = 3y \quad \text{and} \quad 3y = 15
Apply the transitive property: Since x equals 3y and 3y equals 15, you can conclude x equals 15.
x=15x = 15
Answer: x=15x = 15

Why It Matters

The transitive property is the logical backbone of solving multi-step equations — every time you substitute one expression for another, you rely on it. In geometry proofs, it lets you connect congruent segments or angles through a shared measurement. Understanding it explicitly helps you justify each step rather than just guessing.

Common Mistakes

Mistake: Applying transitivity when the middle terms don't actually match (e.g., concluding a = c from a = b and d = c).
Correction: The shared term must be identical in both statements. Check that the right side of one equation is exactly the left side of the other before chaining them.