Theorems · Theorem · combinatorics
Fin.removeNth_insertNth
∀ {n : ℕ} {α : Fin (n + 1) → Sort u_1} (p : Fin (n + 1)) (a : α p) (f : (i : Fin n) → α (p.succAbove i)),
p.removeNth (p.insertNth a f) = f- Defined in
- Mathlib.Data.Fin.Tuple.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 55 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.
- Fin.succAbovestatement and proof · cited by 249
- Fin.insertNthstatement · cited by 95
- Fin.removeNthstatement · cited by 53
- Fin.insertNth_apply_succAboveproof · cited by 23
Cited by5
Results whose statement or proof uses this declaration.
- Fin.update_insertNthproof · cited by 2
- Fin.insertNth_updateproof · cited by 0
- LinearMap.curryMid_uncurryMidproof · cited by 0
- Fin.insertNth_mem_piFinset_insertNthproof · cited by 0
- ContinuousLinearMap.curryMid_uncurryMidproof · cited by 0