Theorems · Theorem · linear algebra
LinearMap.curryMid_uncurryMid
∀ {R : Type uR} {n : ℕ} {M : Fin n.succ → Type v} {M₂ : Type v₂} [inst : CommSemiring R]
[inst_1 : (i : Fin n.succ) → AddCommMonoid (M i)] [inst_2 : AddCommMonoid M₂]
[inst_3 : (i : Fin n.succ) → Module R (M i)] [inst_4 : Module R M₂] (i : Fin (n + 1))
(f : M i →ₗ[R] MultilinearMap R (fun j => M (i.succAbove j)) M₂),
MultilinearMap.curryMid i (LinearMap.uncurryMid i f) = f- Defined in
- Mathlib.LinearAlgebra.Multilinear.Curry
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- LinearMap.extproof · cited by 844
- MultilinearMapstatement and proof · cited by 370
- Fin.succAbovestatement and proof · cited by 249
- Fin.insertNthproof · cited by 95
- MultilinearMap.extproof · cited by 60
- Fin.insertNth_apply_sameproof · cited by 30
Cited by1
Results whose statement or proof uses this declaration.
- MultilinearMap.curryMidLinearEquivproof · cited by 2