Relations and Mathematical Structures - ftsrg/cheat-sheets GitHub Wiki
Binary Relations
- Reflexive: ∀x:x~x
- Irreflexive: ∀x:x≁x
- Symmetric: ∀xy:x
y→yx
- Antisymmetric: ∀xy:(x≠y∧x
y)→yx
- Asymmetric: ∀xy:x~y→y≁x
- Transitive: ∀xyz:(x≁y∧y≁z)→x~z
- Total: ∀xy:x
y∨yx
- Well-founded: ∀S≠∅ ∃m∈S ∀x∈S: s≁m, where S is a nonempty subset
- Has joins: ∀xy∃s: s
x ∧ sy ∧ [∀w:(sx∧sy)→w~s]
- Has meets: ∀xy∃s: x
s ∧ ys ∧ [∀w:(xs∧ys)→s~w]
|
Reflexive |
Irreflexive |
Symmetric |
Antisymmetric |
Asymmetric |
Transitive |
Total |
Well-founded |
Has joins |
Has meets |