Theorems · Theorem
Function.FromTypes.curry_apply_succ
∀ {n : ℕ} {p : Fin (n + 1) → Type u} {τ : Type u} (f : ((i : Fin (n + 1)) → p i) → τ) (a : p 0),
Function.FromTypes.curry f a = Function.FromTypes.curry (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.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fin.consstatement · cited by 190
- Matrix.vecTailstatement · cited by 39
- Function.FromTypesstatement · cited by 29
- Function.FromTypes.currystatement · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.