Theorems · Definition · combinatorics
Fin.insertNthEquiv
{n : ℕ} →
(α : Fin (n + 1) → Type u) → (p : Fin (n + 1)) → α p × ((i : Fin n) → α (p.succAbove i)) ≃ ((i : Fin (n + 1)) → α i)Equivalence between tuples of length n + 1 and pairs of an element and a tuple of length n
given by separating out the p-th element of the tuple.
This is Fin.insertNth as an Equiv.
- Defined in
- Mathlib.Data.Fin.Tuple.Basic
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivstatement · cited by 8,337
- Fin.succAbovestatement and proof · cited by 249
- Fin.insertNthproof · cited by 95
- Fin.removeNthproof · cited by 53
Cited by16
Results whose statement or proof uses this declaration.
- MeasurableEquiv.piFinSuccAboveproof · cited by 7
- Fin.insertNthOrderIsoproof · cited by 6
- MeasurableEquiv.piFinSuccAbove_symm_applystatement · cited by 4
- Fin.insertNthEquiv_applystatement and proof · cited by 3
- Fin.insertNthEquiv_zerostatement and proof · cited by 3
- Action.diagonalSuccIsoTensorTrivial_inv_hom_applyproof · cited by 1
- Finset.map_insertNthEquiv_filter_piFinsetstatement · cited by 1
- Action.diagonalSuccIsoTensorTrivial_hom_hom_applyproof · cited by 0
- Finset.card_insertNthEquiv_filter_piFinsetproof · cited by 0
- Fin.insertNthEquiv_laststatement · cited by 0
- Fin.insertNthEquiv_symm_applystatement and proof · cited by 0
- Fin.insertNthOrderIso_toEquivstatement · cited by 0