Theorems · Definition · combinatorics
Function.Embedding.toEquivRange
{α : Type u_1} → {β : Type u_2} → [Fintype α] → [DecidableEq β] → (f : α ↪ β) → α ≃ ↑(Set.range ⇑f)Computably turn an embedding f : α ↪ β into an equiv α ≃ Set.range f,
if α is a Fintype. Has poor computational performance, due to exhaustive searching in
constructed inverse. When a better inverse is known, use Equiv.ofLeftInverse' or
Equiv.ofLeftInverse instead. This is the computable version of Equiv.ofInjective.
- Defined in
- Mathlib.Logic.Equiv.Fintype
- Cited by
- 23 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Equivstatement · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- Set.rangestatement and proof · cited by 4,705
- Function.Embeddingstatement and proof · cited by 988
- Function.Embedding.invOfMemRangeproof · cited by 6
Cited by29
Results whose statement or proof uses this declaration.
- Fin.cycleRangeproof · cited by 35
- Fin.cycleIccproof · cited by 22
- Fin.cycleRange_of_gtproof · cited by 6
- Fin.cycleIcc_def_lestatement and proof · cited by 5
- Fin.cycleIcc_of_le_of_leproof · cited by 5
- Equiv.Perm.viaFintypeEmbeddingproof · cited by 4
- Fin.sign_cycleRangeproof · cited by 4
- Fin.cycleIcc_of_gtproof · cited by 3
- Fin.cycleRange_of_leproof · cited by 3
- ContinuousMultilinearMap.iteratedFDerivproof · cited by 3
- Fin.cycleIcc_of_ltproof · cited by 2
- Fin.cycleIcc_to_cycleRangestatement and proof · cited by 2