Theorems · Definition
Function.FromTypes.curryEquiv
{n : ℕ} → {τ : Type u} → (p : Fin n → Type u) → (((i : Fin n) → p i) → τ) ≃ Function.FromTypes p τEquiv.curry for p-ary heterogeneous functions.
- Defined in
- Mathlib.Data.Fin.Tuple.Curry
- Cited by
- 2 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivstatement · cited by 8,337
- Function.FromTypesstatement · cited by 29
- Function.FromTypes.uncurryproof · cited by 7
- Function.FromTypes.curryproof · cited by 7
- Function.FromTypes.curry_uncurryproof · cited by 1
- Function.FromTypes.uncurry_curryproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Function.OfArity.curryEquivproof · cited by 2
- Function.FromTypes.curryEquiv_applystatement and proof · cited by 0
- Function.FromTypes.curryEquiv_symm_applystatement and proof · cited by 0