Theorems · Definition · linear algebra
MultilinearMap.mkPiRing
(R : Type uR) →
(ι : Type uι) →
{M₂ : Type v₂} →
[inst : CommSemiring R] →
[inst_1 : AddCommMonoid M₂] → [inst_2 : Module R M₂] → [Fintype ι] → M₂ → MultilinearMap R (fun x => R) M₂The canonical multilinear map on R^ι when ι is finite, associating to m the product of
all the m i (multiplied by a fixed reference element z in the target module). See also
mkPiAlgebra for a more general version.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basic
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- MultilinearMapstatement · cited by 370
- MultilinearMap.mkPiAlgebraproof · cited by 4
- MultilinearMap.smulRightproof · cited by 3
Cited by10
Results whose statement or proof uses this declaration.
- MultilinearMap.freeDFinsuppEquiv_singleproof · cited by 2
- TensorPower.multilinearMapToDualproof · cited by 2
- MultilinearMap.mkPiRing_apply_one_eq_selfstatement · cited by 2
- MultilinearMap.mkPiRing_eq_iffstatement · cited by 2
- MultilinearMap.mkPiRing_zerostatement · cited by 1
- MultilinearMap.piRingEquivproof · cited by 1
- Basis.multilinearMap_applystatement and proof · cited by 1
- MultilinearMap.mkPiRing_applystatement · cited by 1
- Basis.multilinearMap_apply_applyproof · cited by 0
- MultilinearMap.mkPiRing_eq_zero_iffstatement and proof · cited by 0