Theorems · Theorem · order theory
exists_orderEmbedding_covby_of_forall_covby_finite_of_bot
∀ {α : Type u_1} [inst : PartialOrder α] [IsStronglyAtomic α] [inst_2 : OrderBot α] [Infinite α],
(∀ (a : α), {x | a ⋖ x}.Finite) → ∃ f, f 0 = ⊥ ∧ ∀ (i : ℕ), f i ⋖ f (i + 1)A version of Kőnig's lemma where the sequence starts at the minimum of an infinite order.
- Defined in
- Mathlib.Order.KonigLemma
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- PartialOrderstatement and proof · cited by 6,410
- Set.ofPredstatement and proof · cited by 6,101
- Bot.botstatement · cited by 4,720
- Set.Finitestatement and proof · cited by 1,814
- OrderBotstatement and proof · cited by 1,055
- OrderEmbeddingstatement · cited by 619
- Infinitestatement and proof · cited by 352
- CovBystatement and proof · cited by 290
- Set.Infiniteproof · cited by 263
- IsStronglyAtomicstatement and proof · cited by 17
- Set.infinite_univproof · cited by 13
Cited by1
Results whose statement or proof uses this declaration.
- GradeMinOrder.exists_nat_orderEmbedding_of_forall_covby_finiteproof · cited by 0