ArticleslgStudy

mathematics

Transitive relation

Transitive relation is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Transitive relation rather than just read about it. In short: In mathematics, a binary relation R on a set X is transitive if, for all elements a, b, c in X, whenever R relates a to b and b to c, then R also relates a to c. Every partial order and every equivalence relation is transitive.

Transitive relation — main illustration
Transitive relation — illustration

Key takeaways

  • Transitive relation belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Transitive relation to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Transitive relation from memory before moving on to harder problems.

Reference excerpt

In mathematics, a binary relation R on a set X is transitive if, for all elements a, b, c in X, whenever R relates a to b and b to c, then R also relates a to c. Every partial order and every equivalence relation is transitive. For example, less than and equality among real numbers are both transitive: If a < b and b < c then a < c; and if x = y and y = z then x = z.

Definition

A homogeneous relation R on the set X is a transitive relation if,

for all a, b, c ∈ X, if a R b and b R c, then a R c. Or in terms of first-order logic:

∀ a , b , c ∈ X : ( a R b ∧ b R c ) ⇒ a R c {\displaystyle \forall a,b,c\in X:(aRb\wedge bRc)\Rightarrow aRc} , where a R b is the infix notation for (a, b) ∈ R.

Examples As a non-mathematical example, the relation "is an ancestor of" is transitive. For example, if Amy is an ancestor of Becky, and Becky is an ancestor of Carrie, then Amy is also an ancestor of Carrie. On the other hand, "is the birth mother of" is not a transitive relation, because if Alice is the birth mother of Brenda, and Brenda is the birth mother of Claire, then it does not follow that Alice is the birth mother of Claire. In fact, this relation is antitransitive: Alice can never be the birth mother of Claire. Non-transitive, non-antitransitive relations include sports fixtures (playoff schedules), 'knows' and 'talks to'. The examples "is greater than", "is at least as great as", and "is equal to" (equality) are transitive relations on various sets. As are the set of real numbers or the set of natural numbers:

whenever x > y and y > z, then also x > z whenever x ≥ y and y ≥ z, then also x ≥ z whenever x = y and y = z, then also x = z. More examples of transitive relations:

"is a subset of" (set inclusion, a relation on sets) "divides" (divisibility, a relation on natural numbers) "implies" (implication, symbolized by "⇒", a relation on propositions) Examples of non-transitive relations:

"is the successor of" (a relation on natural numbers) "is a member of the set" (symbolized as "∈") "is perpendicular to" (a relation on lines in Euclidean geometry) The empty relation on any set X {\displaystyle X} is transitive because there are no elements a , b , c ∈ X {\displaystyle a,b,c\in X} such that a R b {\displaystyle aRb} and b R c {\displaystyle bRc} , and hence the transitivity condition is vacuously true. A relation R containing only one ordered pair is also transitive: if the ordered pair is of the form ( x , x ) {\displaystyle (x,x)} for some x ∈ X {\displaystyle x\in X} the only such elements a , b , c ∈ X {\displaystyle a,b,c\in X} are a = b = c = x {\displaystyle a=b=c=x} , and indeed in this case a R c {\displaystyle aRc} , while if the ordered pair is not of the form ( x , x ) {\displaystyle (x,x)} then there are no such elements a , b , c ∈ X {\displaystyle a,b,c\in X} and hence R {\displaystyle R} is vacuously transitive. Vacuous transitivity is transitivity when in a relation there are no ordered pairs of the form (a,b) and (b,c).

Properties

Closure properties The converse (inverse) of a transitive relation is always transitive. For instance, knowing that "is a subset of" is transitive and "is a superset of" is its converse, one can conclude that the latter is transitive as well. The intersection of two transitive relations is always transitive. For instance, knowing that "was born before" and "has the same first name as" are transitive, one can conclude that "was born before and also has the same first name as" is also transitive. The union of two transitive relations need not be transitive. For instance, "was born before or has the same first name as" is not a transitive relation, since e.g. Herbert Hoover is related to Franklin D. Roosevelt, who is in turn related to Franklin Pierce, while Hoover is not related to Franklin Pierce. The complement of a transitive relation need not be transitive. For instance, while "equal to" is transitive, "not equal to" is only transitive on sets with at most one element.

Other properties A transitive relation is asymmetric if and only if it is irreflexive. A transitive relation need not be reflexive. When it is, it is called a preorder. For example, on set X = {1,2,3}:

R = { (1,1), (2,2), (3,3), (1,3), (3,2) } is reflexive, but not transitive, as the pair (1,2) is absent, R = { (1,1), (2,2), (3,3), (1,3) } is reflexive as well as transitive, so it is a preorder, R = { (1,1), (2,2), (3,3) } is reflexive as well as transitive, another preorder, R = { (1,2), (2,3), (1,3) } is transitive, but not reflexive. As a counter example, the relation < {\displaystyle <} on the real numbers is transitive, but not reflexive.

Transitive extensions and transitive closure

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Transitive relation

Start with the simplest possible case. Write down what Transitive relation claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Transitive relation before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Transitive relation ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Transitive relation

In research
Transitive relation appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Transitive relation in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Transitive relation is common in secondary-school and first-year university syllabi. It links to neighbouring topics Elementary algebra, Transitive relations, so understanding it makes those chapters shorter.
In everyday life
Look for Transitive relation outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Transitive relation in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Transitive relation means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Transitive relation out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Transitive relation in simple terms?

In mathematics, a binary relation R on a set X is transitive if, for all elements a, b, c in X, whenever R relates a to b and b to c, then R also relates a to c. Every partial order and every equivalence relation is transitive.

Why does Transitive relation matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Transitive relation?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Transitive relation.

Tags

  • Elementary algebra
  • Transitive relations

Keep exploring