Theorems · Theorem · combinatorics
Fin.comp_contractNth
∀ {n : ℕ} {α : Sort u_1} {β : Sort u_2} (opα : α → α → α) (opβ : β → β → β) {f : α → β},
(∀ (x y : α), f (opα x y) = opβ (f x) (f y)) →
∀ (j : Fin (n + 1)) (g : Fin (n + 1) → α), f ∘ j.contractNth opα g = j.contractNth opβ (f ∘ g)- Defined in
- Mathlib.Data.Fin.Tuple.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- lt_trichotomyproof · cited by 178
- Fin.contractNthstatement · cited by 21
- Fin.contractNth_apply_of_gtproof · cited by 6
- Fin.contractNth_apply_of_ltproof · cited by 6
- Fin.contractNth_apply_of_eqproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.