Mathlib Map

Theorems · Definition · linear algebra

TensorProduct.AlgebraTensorModule.mk

(R : Type uR) →
  [inst : CommSemiring R] →
    (A : Type u_1) →
      (M : Type u_2) →
        (N : Type u_3) →
          [inst_1 : Semiring A] →
            [inst_2 : AddCommMonoid M] →
              [inst_3 : Module R M] →
                [inst_4 : Module A M] →
                  [inst_5 : SMulCommClass R A M] →
                    [inst_6 : AddCommMonoid N] → [inst_7 : Module R N] → M →ₗ[A] N →ₗ[R] TensorProduct R M N

Heterobasic version of TensorProduct.mk: The canonical bilinear map M →[A] N →[R] M ⊗[R] N.

Defined in
Mathlib.LinearAlgebra.TensorProduct.Tower
Cited by
10 results in Mathlib
Foundations
Depth 59 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringSemiringAddCommMonoidModuleModuleSMulCommClassAddCommMonoidModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Algebra.TensorProduct.includeRight · cited by 165TensorProduct.includeRightTensorProduct.AlgebraTensorModule.map · cited by 36AlgebraTensorModule.mapAlgebra.TensorProduct.includeLeftRingHom · cited by 36TensorProduct.includeLeft…TensorProduct.AlgebraTensorModule.rid · cited by 28AlgebraTensorModule.ridTensorProduct.AlgebraTensorModule.assoc · cited by 11AlgebraTensorModule.assocTensorProduct.AlgebraTensorModule.rightComm · cited by 6AlgebraTensorModule.right…TensorProduct.AlgebraTensorModule.mk_apply · cited by 3AlgebraTensorModule.mk_ap…TensorProduct.prodRight · cited by 3TensorProduct.prodRightMatrix.kroneckerTMulBilinear · cited by 1Matrix.kroneckerTMulBilin…Subalgebra.centralizer_coe_range_includeLeft_eq_center_tensorProduct · cited by 1Subalgebra.centralizer_co…Subalgebra.centralizer_range_includeRight_eq_center_tensorProduct · cited by 1Subalgebra.centralizer_ra…QuadraticForm.tmul_comp_tensorAssoc · cited by 1QuadraticForm.tmul_comp_t…QuadraticForm.tmul_comp_tensorComm · cited by 1QuadraticForm.tmul_comp_t…Algebra.TensorProduct.toLinearMap_includeLeft · cited by 0TensorProduct.toLinearMap…Algebra.TensorProduct.toLinearMap_includeRight · cited by 0TensorProduct.toLinearMap…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapTensorProduct · cited by 2545TensorProductSMulCommClass · cited by 1927SMulCommClassLinearMap.toAddHom · cited by 165LinearMap.toAddHomTensorProduct.mk · cited by 129TensorProduct.mkAlgebraTensorModule.mkCITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by18

Results whose statement or proof uses this declaration.