A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Binary Relations and Their Properties

College Depth 61 in the knowledge graph I know this Set as goal
1,898topics build on this
285prerequisites beneath it
See this on the map →
Ordered Pairs and Cartesian ProductsIndexed Families and Generalized OperationsAdjoint FunctorsEquivalence Relations and Partitions+3 more
relations properties structures

Core Idea

A binary relation R on a set S is a subset R ⊆ S × S. Relations exhibit properties including reflexivity (aRa for all a), symmetry (aRb ⟹ bRa), and transitivity (aRb ∧ bRc ⟹ aRc). Different combinations of these properties define important relation classes: equivalence relations, orderings, and more.

Explainer

From your work with ordered pairs, you know that S × S is the set of all pairs (a, b) where a and b come from S. A binary relation R on S is simply a subset of this Cartesian product: a collection of pairs. When (a, b) ∈ R, we write aRb and say "a is related to b." This set-theoretic definition is completely general — any collection of pairs is a valid relation. The interesting structure comes from which properties that collection happens to satisfy.

Three properties appear most often. Reflexivity says every element is related to itself: for all a ∈ S, aRa. The equality relation on any set is reflexive; so is "less than or equal to" on the integers. Symmetry says the relation runs in both directions: if aRb then bRa. "Is a sibling of" is symmetric; "is a parent of" is not. Transitivity says the relation chains: if aRb and bRc then aRc. "Is an ancestor of" is transitive; "is a neighbor of" (in a graph) typically is not. A fourth property appears in orderings: antisymmetry says that if aRb and bRa, then a = b — the relation can go both ways only when the two elements are the same.

These properties combine to define the most important relation types in mathematics. Equivalence relations satisfy reflexivity, symmetry, and transitivity — they partition S into equivalence classes where all related elements are grouped together. "Has the same remainder when divided by 3" is an equivalence relation on the integers, grouping them into classes {0, 3, 6, ...}, {1, 4, 7, ...}, {2, 5, 8, ...}. Partial orders satisfy reflexivity, antisymmetry, and transitivity — they give a notion of "at most as large as" without requiring all elements to be comparable. The subset relation on a collection of sets is a partial order. Total orders add comparability: for any two elements, either aRb or bRa (or both, in which case a = b). The usual ≤ on the integers is a total order.

Learning to identify which properties a relation has — and which it lacks — is the first step toward classifying it. The strategy is to test each property directly with concrete examples and counterexamples. For a finite set, you can draw the relation as a directed graph (a → b whenever aRb) and read off reflexivity (every node has a self-loop), symmetry (every edge runs in both directions), and transitivity (if a → b → c then a → c). This visual representation builds intuition rapidly and makes the abstract definitions concrete.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Making 10 as an Addition StrategyAddition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts Through 10Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsVariables in LogicSet Notation BasicsSet Membership and NotationSubsets and Proper SubsetsIndexed Families and Generalized OperationsBinary Relations and Their Properties

Longest path: 62 steps · 285 total prerequisite topics

Prerequisites (2)

Leads To (5)