Theorems · Inductive type · linear algebra
MultilinearMap
(R : Type uR) →
{ι : Type uι} →
(M₁ : ι → Type v₁) →
(M₂ : Type v₂) →
[inst : Semiring R] →
[inst_1 : (i : ι) → AddCommMonoid (M₁ i)] →
[inst_2 : AddCommMonoid M₂] → [(i : ι) → Module R (M₁ i)] → [Module R M₂] → Type (max (max uι v₁) v₂)Multilinear maps over the ring R, from ∀ i, M₁ i to M₂ where M₁ i and M₂ are modules
over R.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basic
- Cited by
- 370 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 4 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement · cited by 20,661
- Semiringstatement · cited by 13,802
- AddCommMonoidstatement · cited by 12,281
Cited by501
Results whose statement or proof uses this declaration.
- PiTensorProduct.tprodstatement · cited by 117
- Module.Basis.detproof · cited by 73
- ContinuousMultilinearMap.toMultilinearMapstatement · cited by 70
- MultilinearMap.extstatement and proof · cited by 60
- AlternatingMap.toMultilinearMapstatement · cited by 53
- ContinuousMultilinearMap.compContinuousLinearMapproof · cited by 46
- ContinuousLinearMap.compContinuousMultilinearMapproof · cited by 45
- LinearMap.compMultilinearMapstatement and proof · cited by 44
- PiTensorProduct.liftstatement and proof · cited by 30
- ContinuousMultilinearMap.mkPiAlgebraFinproof · cited by 29
- LinearMap.compAlternatingMapproof · cited by 28
- ExteriorAlgebra.ιMultiproof · cited by 26
Showing the 200 most cited of 501.