Mathlib Map

Theorems · Definition · ring theory

Algebra.TensorProduct.map

{R : Type uR} →
  {S : Type uS} →
    {A : Type uA} →
      {B : Type uB} →
        {C : Type uC} →
          {D : Type uD} →
            [inst : CommSemiring R] →
              [inst_1 : CommSemiring S] →
                [inst_2 : Algebra R S] →
                  [inst_3 : Semiring A] →
                    [inst_4 : Algebra R A] →
                      [inst_5 : Algebra S A] →
                        [inst_6 : IsScalarTower R S A] →
                          [inst_7 : Semiring B] →
                            [inst_8 : Algebra R B] →
                              [inst_9 : Semiring C] →
                                [inst_10 : Algebra R C] →
                                  [inst_11 : Algebra S C] →
                                    [inst_12 : IsScalarTower R S C] →
                                      [inst_13 : Semiring D] →
                                        [inst_14 : Algebra R D] →
                                          (A →ₐ[S] C) → (B →ₐ[R] D) → TensorProduct R A B →ₐ[S] TensorProduct R C D

The tensor product of a pair of algebra morphisms.

Defined in
Mathlib.RingTheory.TensorProduct.Maps
Cited by
97 results in Mathlib
Foundations
Depth 78 from the axioms, rests on 1,031 definitions · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringAlgebraSemiringAlgebraAlgebraIsScalarTowerSemiringAlgebraSemiringAlgebraAlgebraIsScalarTowerSemiringAlgebra

Around this declaration

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

Algebra.TensorProduct.congr · cited by 26TensorProduct.congrAlgebra.Extension.baseChange · cited by 12Extension.baseChangeBialgHom.ofAlgHom · cited by 9BialgHom.ofAlgHomBialgebra.TensorProduct.map · cited by 8TensorProduct.mapCommRingCat.tensorProd · cited by 7CommRingCat.tensorProdAlgebra.TensorProduct.map_comp_includeLeft · cited by 7TensorProduct.map_comp_in…TensorProduct.toIntegralClosure · cited by 6TensorProduct.toIntegralC…Algebra.TensorProduct.map_restrictScalars_comp_includeRight · cited by 6TensorProduct.map_restric…Algebra.QuasiFiniteAt.baseChange · cited by 4QuasiFiniteAt.baseChangeSubalgebra.baseChange · cited by 4Subalgebra.baseChangeAlgebra.TensorProduct.lTensor_ker · cited by 4TensorProduct.lTensor_kerAlgebra.TensorProduct.map_tmul · cited by 4TensorProduct.map_tmulAlgebra.Presentation.tensorModelOfHasCoeffsInv · cited by 3Presentation.tensorModelO…BialgEquiv.ofAlgEquiv · cited by 3BialgEquiv.ofAlgEquivAlgebra.FiniteType.of_finiteType_tensorProduct_of_faithfullyFlat · cited by 3FiniteType.of_finiteType_…Semiring · cited by 13802SemiringAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringIsScalarTower · cited by 3896IsScalarTowerAlgHom · cited by 3236AlgHomTensorProduct · cited by 2545TensorProductAlgHom.toLinearMap · cited by 254AlgHom.toLinearMapTensorProduct.AlgebraTensorModule.map · cited by 36AlgebraTensorModule.mapAlgebra.TensorProduct.algHomOfLinearMapTensorProduct · cited by 3TensorProduct.algHomOfLin…TensorProduct.mapCITED BYCITES

Cites9

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

Cited by121

Results whose statement or proof uses this declaration.