Lukas' Notes

Home

❯

Knowledge

❯

Equivalence Relation

Equivalence Relation

Jun 16, 20251 min read

algebra

Definition

Equivalent Relation

An equivalence relation is a binary relation that is reflexive, symmetric and transitive.

  1. reflexive: ∀a∈A:aRa
  2. symmetric: ∀a,b∈A:aRb⟹bRa
  3. transitive: ∀a,b,c∈A:(aRb∧bRc)⟹aRc

Graph View

Backlinks

  • Equivalence Class
  • Hasse Diagram
  • Modular Arithmetic

Created with Quartz v4.4.0 © 2025

  • GitHub