Theorems · Definition · linear algebra
MultilinearMap.mkPiAlgebra
(R : Type uR) →
(ι : Type uι) →
[inst : CommSemiring R] →
(A : Type u_1) →
[inst_1 : CommSemiring A] → [inst_2 : Algebra R A] → [Fintype ι] → MultilinearMap R (fun x => A) AGiven an R-algebra A, mkPiAlgebra is the multilinear map on A^ι associating
to m the product of all the m i.
See also MultilinearMap.mkPiAlgebraFin for a version that works with a non-commutative
algebra A but requires ι = Fin n.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, 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.
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Finset.univproof · cited by 3,473
- Finset.prodproof · cited by 2,356
- MultilinearMapstatement · cited by 370
Cited by8
Results whose statement or proof uses this declaration.
- Matrix.det_applyproof · cited by 16
- Matrix.detRowAlternatingproof · cited by 14
- ContinuousMultilinearMap.mkPiAlgebraproof · cited by 13
- MultilinearMap.mkPiRingproof · cited by 8
- PiTensorProduct.constantBaseRingEquivproof · cited by 7
- PiTensorProduct.constantBaseRingEquiv_tprodproof · cited by 4
- FormalMultilinearSeries.radius_right_inv_pos_of_radius_pos_aux1proof · cited by 1
- MultilinearMap.mkPiAlgebra_applystatement · cited by 0