Theorems · Theorem · combinatorics
Fin.insertNth_binop
∀ {n : ℕ} {α : Fin (n + 1) → Sort u_1} (op : (j : Fin (n + 1)) → α j → α j → α j) (i : Fin (n + 1)) (x y : α i)
(p q : (j : Fin n) → α (i.succAbove j)),
(i.insertNth (op i x y) fun j => op (i.succAbove j) (p j) (q j)) = fun j =>
op j (i.insertNth x p j) (i.insertNth y q j)- Defined in
- Mathlib.Data.Fin.Tuple.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 56 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.
- Fin.succAbovestatement and proof · cited by 249
- Fin.insertNthstatement · cited by 95
- Fin.insertNth_apply_sameproof · cited by 30
- Fin.insertNth_apply_succAboveproof · cited by 23
- Fin.insertNth_eq_iffproof · cited by 6
Cited by4
Results whose statement or proof uses this declaration.
- Fin.insertNth_subproof · cited by 1
- Fin.insertNth_mulproof · cited by 0
- Fin.insertNth_addproof · cited by 0
- Fin.insertNth_divproof · cited by 0