Theorems · Theorem · logic and foundations
ZFSet.isOrdinal_iff_isTrans
∀ {x : ZFSet.{u}}, x.IsOrdinal ↔ x.IsTransitive ∧ IsTrans (↥x) (Subrel (fun x1 x2 => x1 ∈ x2) fun x_1 => x_1 ∈ x)The simplified form of transitivity used within IsOrdinal yields an equivalent definition to
the standard one.
- Defined in
- Mathlib.SetTheory.ZFC.Ordinal
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ZFSetstatement and proof · cited by 259
- IsTransstatement and proof · cited by 157
- Subrelstatement and proof · cited by 53
- ZFSet.IsOrdinalstatement and proof · cited by 34
- ZFSet.IsTransitivestatement and proof · cited by 22
- ZFSet.IsOrdinal.isTransitiveproof · cited by 7
- ZFSet.IsTransitive.mem_transproof · cited by 7
- ZFSet.IsOrdinal.isTransproof · cited by 2
- IsTrans.casesOnproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- ZFSet.IsOrdinal.memproof · cited by 7
- ZFSet.isOrdinal_iff_trichotomousproof · cited by 1
- ZFSet.isOrdinal_iff_isWellOrderproof · cited by 0