Theorems · Definition · combinatorics
monoEquivOfFin
(α : Type u_1) → [inst : Fintype α] → [inst_1 : LinearOrder α] → {k : ℕ} → Fintype.card α = k → Fin k ≃o αGiven a linearly ordered fintype α of cardinal k, the order isomorphism
monoEquivOfFin α h is the increasing bijection between Fin k and α. Here, h is a proof
that the cardinality of α is k. We use this instead of an isomorphism Fin (card α) ≃o α to
avoid casting issues in further uses of this function.
- Defined in
- Mathlib.Data.Fintype.Sort
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeLinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coeproof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Set.univproof · cited by 3,945
- Finset.univproof · cited by 3,473
- Fintype.cardstatement and proof · cited by 1,386
- OrderIsostatement · cited by 874
- Finset.coe_univproof · cited by 101
- OrderIso.transproof · cited by 31
- OrderIso.setCongrproof · cited by 10
- Finset.orderIsoOfFinproof · cited by 7
- OrderIso.Set.univproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- SSet.stdSimplex.hasDimensionLT_faceproof · cited by 0
- monoEquivOfFin.congr_simpstatement and proof · cited by 0