Theorems · Definition · logic and foundations
IsWellFounded.rank
{α : Type u} → (r : α → α → Prop) → [hwf : IsWellFounded α r] → α → Ordinal.{u}The rank of an element a under a well-founded relation r is defined recursively as the
smallest ordinal greater than the ranks of all elements below it (i.e. elements b such that
r b a).
- Defined in
- Mathlib.SetTheory.Ordinal.Rank
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- IsWellFounded
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Ordinalstatement · cited by 1,688
- IsWellFoundedstatement and proof · cited by 18
- IsWellFounded.applyproof · cited by 5
- Acc.rankproof · cited by 4
Cited by10
Results whose statement or proof uses this declaration.
- IsWellFounded.rank_lt_of_relstatement · cited by 4
- IsWellFounded.rank_eqstatement · cited by 2
- WellFoundedLT.rank_strictMonostatement · cited by 1
- IsWellFounded.mem_range_rank_of_lestatement and proof · cited by 1
- PSet.rank_eq_wfRankstatement and proof · cited by 0
- IsWellFounded.rank_eq_typeinstatement and proof · cited by 0
- WellFoundedGT.rank_strictAntistatement · cited by 0
- IsWellFounded.wellOrderExtensionproof · cited by 0
- IsWellFounded.rank.congr_simpstatement and proof · cited by 0
- ZFSet.rank_eq_wfRankstatement and proof · cited by 0