Theorems · Definition
Function.FromTypes.uncurry
{n : ℕ} → {p : Fin n → Type u} → {τ : Type u} → Function.FromTypes p τ → ((i : Fin n) → p i) → τUncurry all the arguments of Function.FromTypes p τ to get
a function from a tuple.
Note this can be used on raw functions if used.
- Defined in
- Mathlib.Data.Fin.Tuple.Curry
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Function.FromTypesstatement and proof · cited by 29
Cited by9
Results whose statement or proof uses this declaration.
- Function.OfArity.uncurryproof · cited by 3
- Function.FromTypes.curryEquivproof · cited by 2
- Function.FromTypes.curry_uncurrystatement and proof · cited by 1
- Function.FromTypes.uncurry_currystatement and proof · cited by 1
- Function.FromTypes.uncurry_two_eq_uncurrystatement · cited by 1
- Function.OfArity.curryEquiv_symm_applystatement · cited by 0
- Function.FromTypes.curryEquiv_symm_applystatement · cited by 0
- Function.FromTypes.uncurry_apply_consstatement · cited by 0
- Function.FromTypes.uncurry_apply_succstatement · cited by 0