Mathlib Map

Theorems · Definition · combinatorics

Fin.contractNth

{n : ℕ} → {α : Sort u_1} → Fin (n + 1) → (α → α → α) → (Fin (n + 1) → α) → Fin n → α

Sends (g₀, ..., gₙ) to (g₀, ..., op gⱼ gⱼ₊₁, ..., gₙ).

Defined in
Mathlib.Data.Fin.Tuple.Basic
Cited by
21 results in Mathlib
Foundations
Depth 17 from the axioms · 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 by24

Results whose statement or proof uses this declaration.