Theorems · Definition · linear algebra
dotProductBilin
{m : Type u_2} →
(R : Type u_4) →
(S : Type u_5) →
{A : Type u_6} →
[inst : Semiring R] →
[inst_1 : Semiring S] →
[inst_2 : NonUnitalNonAssocSemiring A] →
[inst_3 : Module R A] →
[inst_4 : Module S A] →
[inst_5 : SMulCommClass S R A] →
[SMulCommClass S A A] → [IsScalarTower R A A] → [Fintype m] → (m → A) →ₗ[R] (m → A) →ₗ[S] AdotProduct as a bilinear map.
When A is noncommutative, R and S can be instantiated as dotProductBilin A Aᵐᵒᵖ.
- Defined in
- Mathlib.LinearAlgebra.Matrix.ToLin
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 59 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.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- IsScalarTowerstatement and proof · cited by 3,896
- SMulCommClassstatement and proof · cited by 1,927
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- dotProductproof · cited by 194
- dotProduct_addproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- dotProductBilin_apply_applystatement and proof · cited by 0