Mathlib Map

Theorems · Definition · combinatorics

Fin.consCases

{n : ℕ} →
  {α : Fin (n + 1) → Sort u} →
    {motive : ((i : Fin n.succ) → α i) → Sort v} →
      ((x₀ : α 0) → (x : (i : Fin n) → α i.succ) → motive (Fin.cons x₀ x)) → (x : (i : Fin n.succ) → α i) → motive x

Recurse on an n+1-tuple by splitting it into a single element and an n-tuple.

Defined in
Mathlib.Data.Fin.Tuple.Basic
Cited by
4 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites2

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.