Mathlib Map

Theorems · Theorem · order theory

exists_covBy_seq_of_wellFoundedLT_wellFoundedGT

∀ (α : Type u_2) [inst : Preorder α] [Nonempty α] [wfl : WellFoundedLT α] [wfg : WellFoundedGT α],
  ∃ a, IsMin (a 0) ∧ ∃ n, IsMax (a n) ∧ ∀ i < n, a i ⋖ a (i + 1)
Defined in
Mathlib.Order.OrderIsoNat
Cited by
2 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PreorderNonemptyWellFoundedLTWellFoundedGT

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites19

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.