Theorems · Theorem · combinatorics
Fin.update_cons_zero
∀ {n : ℕ} {α : Fin (n + 1) → Sort u} (x : α 0) (p : (i : Fin n) → α i.succ) (z : α 0),
Function.update (Fin.cons x p) 0 z = Fin.cons z pAdding an element at the beginning of a tuple and then updating it amounts to adding it directly.
- Defined in
- Mathlib.Data.Fin.Tuple.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, 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.
- Function.updatestatement · cited by 502
- Function.update_selfproof · cited by 201
- Function.update_of_neproof · cited by 198
- Fin.consstatement and proof · cited by 190
- Fin.cons_succproof · cited by 54
- Fin.cons_zeroproof · cited by 53
Cited by4
Results whose statement or proof uses this declaration.
- MultilinearMap.cons_addproof · cited by 4
- MultilinearMap.cons_smulproof · cited by 4
- iteratedDerivWithin_vcomp_threeproof · cited by 2
- ContinuousAlternatingMap.map_vecCons_subproof · cited by 1