Theorems · Definition · commutative algebra
TensorProduct.mapBilinear
{R : Type u_1} →
{R₂ : Type u_2} →
[inst : CommSemiring R] →
[inst_1 : CommSemiring R₂] →
(σ₁₂ : R →+* R₂) →
(M : Type u_7) →
(N : Type u_8) →
(M₂ : Type u_12) →
(N₂ : Type u_14) →
[inst_2 : AddCommMonoid M] →
[inst_3 : AddCommMonoid N] →
[inst_4 : AddCommMonoid M₂] →
[inst_5 : AddCommMonoid N₂] →
[inst_6 : Module R M] →
[inst_7 : Module R N] →
[inst_8 : Module R₂ M₂] →
[inst_9 : Module R₂ N₂] →
(M →ₛₗ[σ₁₂] M₂) →ₗ[R₂]
(N →ₛₗ[σ₁₂] N₂) →ₗ[R₂] TensorProduct R M N →ₛₗ[σ₁₂] TensorProduct R₂ M₂ N₂The tensor product of a pair of semilinear maps between modules, bilinear in both maps.
- Defined in
- Mathlib.LinearAlgebra.TensorProduct.Map
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- TensorProductstatement · cited by 2,545
- TensorProduct.mapproof · cited by 250
- LinearMap.mk₂proof · cited by 5
- TensorProduct.map_add_leftproof · cited by 1
- TensorProduct.map_add_rightproof · cited by 1
- TensorProduct.map_smul_leftproof · cited by 1
Cited by8
Results whose statement or proof uses this declaration.
- TensorProduct.homTensorHomMapproof · cited by 5
- TensorProduct.map_zero_rightproof · cited by 3
- TensorProduct.map_zero_leftproof · cited by 2
- LinearMap.trace_tensorProduct'proof · cited by 2
- TensorProduct.inner_map_mapproof · cited by 1
- LinearMap.trace_tensorProductstatement and proof · cited by 1
- TensorProduct.inner_defstatement · cited by 0
- TensorProduct.mapBilinear_applystatement · cited by 0