Theorems · Theorem · combinatorics
Fin.insertNth_rev
∀ {n : ℕ} {α : Sort u_3} (i : Fin (n + 1)) (a : α) (f : Fin n → α) (j : Fin (n + 1)),
i.insertNth a f j.rev = i.rev.insertNth a (f ∘ Fin.rev) j- Defined in
- Mathlib.Data.Fin.Tuple.Basic
- Cited by
- 3 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fin.succAboveproof · cited by 249
- Fin.insertNthstatement and proof · cited by 95
- Fin.insertNth_apply_sameproof · cited by 30
- Fin.insertNth_apply_succAboveproof · cited by 23
- Fin.succAboveCasesproof · cited by 9
- Fin.rev_succAboveproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Fin.cons_revproof · cited by 1
- Fin.snoc_revproof · cited by 1
- Fin.insertNth_comp_revproof · cited by 0