Theorems · Theorem · logic and foundations
Order.enum_eq_iff
∀ {α : Type u_1} [inst : LinearOrder α] [inst_1 : WellFoundedLT α] [inst_2 : IsRegularCardinalOrder α] {s : Set α}
{hs : IsCofinal s} {f : α → α}, Subtype.val ∘ ⇑(Order.enum s hs) = f ↔ StrictMono f ∧ Set.range f = sA characterization of Order.enum s _: it is the unique strictly monotone function
with range s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- Set.Elemstatement · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Set.rangestatement and proof · cited by 4,705
- OrderIsostatement · cited by 874
- StrictMonostatement and proof · cited by 706
- WellFoundedLTstatement and proof · cited by 491
- Subtype.range_coe_subtypeproof · cited by 170
- IsCofinalstatement and proof · cited by 84
- StrictMono.compproof · cited by 36
Cited by1
Results whose statement or proof uses this declaration.
- Order.enum_rangeproof · cited by 0