Theorems · Theorem
Function.FromTypes.curry_two_eq_curry
∀ {p : Fin 2 → Type u} {τ : Type u} (f : ((i : Fin 2) → p i) → τ),
Function.FromTypes.curry f = Function.curry (f ∘ ⇑(piFinTwoEquiv p).symm)- Defined in
- Mathlib.Data.Fin.Tuple.Curry
- Cited by
- 1 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.
- DFunLike.coestatement · cited by 62,936
- Equivstatement · cited by 8,337
- Equiv.symmstatement · cited by 3,681
- Function.FromTypesstatement · cited by 29
- piFinTwoEquivstatement · cited by 19
- Function.FromTypes.currystatement · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- Function.OfArity.curry_two_eq_curryproof · cited by 0