Mathlib Map

Theorems · Definition · combinatorics

Fin.consEquiv

{n : ℕ} → (α : Fin (n + 1) → Type u_1) → α 0 × ((i : Fin n) → α i.succ) ≃ ((i : Fin (n + 1)) → α i)

Equivalence between tuples of length n + 1 and pairs of an element and a tuple of length n given by separating out the first element of the tuple. This is Fin.cons as an Equiv.

Defined in
Mathlib.Data.Fin.Tuple.Basic
Cited by
18 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.

Cites3

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

Cited by24

Results whose statement or proof uses this declaration.