Theorems · Definition · combinatorics
Fin.snoc
{n : ℕ} → {α : Fin (n + 1) → Sort u_1} → ((i : Fin n) → α i.castSucc) → α (Fin.last n) → (i : Fin (n + 1)) → α iAdding an element at the end of an n-tuple, to get an n+1-tuple. The name snoc comes from
cons (i.e., adding an element to the left of a tuple) read in reverse order.
- Defined in
- Mathlib.Data.Fin.Tuple.Basic
- Cited by
- 113 results in Mathlib
- Foundations
- Depth 18 from the axioms, rests on 115 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by120
Results whose statement or proof uses this declaration.
- Fin.snoc_castSuccstatement · cited by 38
- Fin.snoc_laststatement · cited by 37
- Fin.snocEquivproof · cited by 7
- Fin.snoc_init_selfstatement · cited by 7
- Fin.init_snocstatement · cited by 6
- Fin.insertNth_last'statement and proof · cited by 6
- HasFTaylorSeriesUpToOn.hasFDerivWithinAtproof · cited by 6
- Fin.snoc_comp_castSuccstatement · cited by 5
- Fin.Embedding.snocproof · cited by 5
- contDiffWithinAt_succ_iff_hasFDerivWithinAtproof · cited by 5
- FirstOrder.Language.BoundedFormula.realize_restrictFreeVarproof · cited by 4
- FirstOrder.Language.BoundedFormula.realize_mapTermRel_idproof · cited by 4