Theorems · Definition · linear algebra
AlternatingMap.curryLeft
{R : Type u_1} →
{M : Type u_2} →
{N : Type u_4} →
[inst : CommSemiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : AddCommMonoid N] →
[inst_3 : Module R M] →
[inst_4 : Module R N] → {n : ℕ} → M [⋀^Fin n.succ]→ₗ[R] N → M →ₗ[R] M [⋀^Fin n]→ₗ[R] NGiven an alternating map f in n+1 variables, split the first variable to obtain
a linear map into alternating maps in n variables, given by x ↦ (m ↦ f (Matrix.vecCons x m)).
It can be thought of as a map $Hom(\bigwedge^{n+1} M, N) \to Hom(M, Hom(\bigwedge^n M, N))$.
This is MultilinearMap.curryLeft for AlternatingMap. See also
AlternatingMap.curryLeftLinearMap.
- Defined in
- Mathlib.LinearAlgebra.Alternating.Curry
- Cited by
- 18 results in Mathlib
- Foundations
- Depth 37 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.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- MultilinearMapproof · cited by 370
- AlternatingMapstatement and proof · cited by 329
- AlternatingMap.toMultilinearMapproof · cited by 53
- MultilinearMap.curryLeftproof · cited by 5
Cited by21
Results whose statement or proof uses this declaration.
- ContinuousAlternatingMap.curryLeftproof · cited by 14
- ExteriorAlgebra.liftAlternatingproof · cited by 9
- Orientation.areaForm_to_volumeFormproof · cited by 8
- ExteriorAlgebra.liftAlternating_ι_mulstatement and proof · cited by 3
- AlternatingMap.curryLeftLinearMapproof · cited by 3
- ExteriorAlgebra.liftAlternating_oneproof · cited by 2
- AlternatingMap.curryLeft_apply_applystatement · cited by 2
- ExteriorAlgebra.ιMulti_succ_curryLeftstatement · cited by 1
- ExteriorAlgebra.liftAlternating_apply_ιMultiproof · cited by 1
- ExteriorAlgebra.liftAlternating_compproof · cited by 1
- AlternatingMap.curryLeftLinearMap_applystatement · cited by 1
- AlternatingMap.curryLeft_zerostatement · cited by 0