Relation Calculator

Analyze mathematical relations for properties like reflexivity, symmetry, transitivity, and more.

Define Relation

S = {1, 2, 3}

|R| = 4 pairs

Quick Examples

Relation Properties

ReflexiveYES
IrreflexiveNO
SymmetricNO
AntisymmetricYES
TransitiveYES

Classification

Equivalence RelationNO

Reflexive + Symmetric + Transitive

Partial OrderYES

Reflexive + Antisymmetric + Transitive

Total OrderNO

Partial Order + Comparability

Derived Relations

Inverse Rโปยน:

{(1, 1), (2, 1), (2, 2), (3, 3)}

Reflexive Closure:

{(1, 1), (1, 2), (2, 2), (3, 3)}

Relation Properties Reference

Reflexive

Every element is related to itself: (a,a) โˆˆ R for all a

Symmetric

If (a,b) โˆˆ R then (b,a) โˆˆ R

Transitive

If (a,b) โˆˆ R and (b,c) โˆˆ R then (a,c) โˆˆ R