Theorems · Theorem · linear algebra
LinearMap.uncurryMid_apply
∀ {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₂] (p : Fin (n + 1))
(f : M p →ₗ[R] MultilinearMap R (fun i => M (p.succAbove i)) M₂) (m : (i : Fin n.succ) → M i),
(LinearMap.uncurryMid p f) m = (f (m p)) (p.removeNth m)- Defined in
- Mathlib.LinearAlgebra.Multilinear.Curry
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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
- MultilinearMapstatement and proof · cited by 370
- Fin.succAbovestatement and proof · cited by 249
- Fin.removeNthstatement · cited by 53
- LinearMap.uncurryMidstatement and proof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- AlternatingMap.alternatizeUncurryFin_applyproof · cited by 6
- MultilinearMap.uncurryMid_curryMidproof · cited by 1
- LinearMap.curryMid_uncurryMidproof · cited by 0