Theorems · Theorem · combinatorics
Fin.insertNthEquiv_apply
∀ {n : ℕ} (α : Fin (n + 1) → Type u) (p : Fin (n + 1)) (f : α p × ((i : Fin n) → α (p.succAbove i))) (j : Fin (n + 1)),
(Fin.insertNthEquiv α p) f j = p.insertNth f.1 f.2 j- Defined in
- Mathlib.Data.Fin.Tuple.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Fin.succAbovestatement and proof · cited by 249
- Fin.insertNthstatement · cited by 95
- Fin.insertNthEquivstatement and proof · cited by 14
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.measurePreserving_piFinSuccAboveproof · cited by 3
- Finset.map_insertNthEquiv_filter_piFinsetproof · cited by 1
- Fin.insertNthEquiv_lastproof · cited by 0