Theorems · Definition · order theory
Fintype.orderIsoFinOfCardEq
(α : Type u_1) → [inst : LinearOrder α] → [inst_1 : Fintype α] → {k : ℕ} → Fintype.card α = k → Fin k ≃o αGiven a Fintype α of cardinality k, the map orderIsoFinOfCardEq s h is the increasing
bijection between Fin k and α as an OrderIso. Here, h is a proof that the cardinality of α
is k. We use this instead of an iso Fin (Fintype.card α) ≃o α to avoid casting issues in further
uses of this function.
- Defined in
- Mathlib.Data.Finset.Sort
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderFintype
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 by1
Results whose statement or proof uses this declaration.
- nonempty_orderEmbedding_of_finite_infiniteproof · cited by 1