Theorems · Theorem
Function.FromTypes.curry_apply_cons
∀ {n : ℕ} {α : Type u} {p : Fin n → Type u} {τ : Type u} (f : ((i : Fin (n + 1)) → Matrix.vecCons α p i) → τ) (a : α),
Function.FromTypes.curry f a = Function.FromTypes.curry ((fun {x} => f) ∘' Fin.cons a)- Defined in
- Mathlib.Data.Fin.Tuple.Curry
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrix.vecConsstatement and proof · cited by 852
- Fin.consstatement · cited by 190
- Matrix.vecTailstatement · cited by 39
- Function.FromTypesstatement · cited by 29
- Function.FromTypes.currystatement · cited by 7
- Function.dcompstatement · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.