Mathlib Map

Theorems · Definition · ring theory

Algebra.TensorProduct.lift

{R : Type uR} →
  {S : Type uS} →
    {A : Type uA} →
      {B : Type uB} →
        {C : Type uC} →
          [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 S C] →
                                [inst_11 : Algebra R C] →
                                  [IsScalarTower R S C] →
                                    (f : A →ₐ[S] C) →
                                      (g : B →ₐ[R] C) →
                                        (∀ (x : A) (y : B), Commute (f x) (g y)) → TensorProduct R A B →ₐ[S] C

The forward direction of the universal property of tensor products of algebras; any algebra morphism from the tensor product can be factored as the product of two algebra morphisms that commute. See Algebra.TensorProduct.liftEquiv for the fact that every morphism factors this way.

Defined in
Mathlib.RingTheory.TensorProduct.Maps
Cited by
46 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringAlgebraSemiringAlgebraAlgebraIsScalarTowerSemiringAlgebraSemiringAlgebraAlgebraIsScalarTower

Around this declaration

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

PrimeSpectrum.preimageEquivFiber · cited by 8PrimeSpectrum.preimageEqu…Algebra.TensorProduct.mapRingHom · cited by 8TensorProduct.mapRingHomCliffordAlgebra.ofBaseChange · cited by 7CliffordAlgebra.ofBaseCha…Algebra.pushoutDesc · cited by 6Algebra.pushoutDescAddMonoidAlgebra.rTensorEquivAlgEquiv · cited by 4AddMonoidAlgebra.rTensorE…Algebra.QuasiFiniteAt.baseChange · cited by 4QuasiFiniteAt.baseChangeMonoidAlgebra.rTensorEquivAlgEquiv · cited by 4MonoidAlgebra.rTensorEqui…Polynomial.fiberEquivQuotient · cited by 3Polynomial.fiberEquivQuot…Algebra.Presentation.tensorModelOfHasCoeffsHom · cited by 3Presentation.tensorModelO…Algebra.TensorProduct.liftEquiv · cited by 3TensorProduct.liftEquivAlgebra.TensorProduct.liftEquivRight · cited by 3TensorProduct.liftEquivRi…Algebra.QuasiFinite.of_restrictScalars · cited by 3QuasiFinite.of_restrictSc…AddMonoidAlgebra.rTensorEquiv_tmulAlgEquiv · cited by 2AddMonoidAlgebra.rTensorE…AdjoinRoot.tensorAlgEquiv · cited by 2AdjoinRoot.tensorAlgEquivPrimeSpectrum.mem_image_comap_zeroLocus_sdiff · cited by 2PrimeSpectrum.mem_image_c…DFunLike.coe · cited by 62936DFunLike.coeRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapIsScalarTower · cited by 3896IsScalarTowerAlgHom · cited by 3236AlgHomTensorProduct · cited by 2545TensorProductLinearMap.comp · cited by 1642LinearMap.compCommute · cited by 639CommuteAlgHom.toLinearMap · cited by 254AlgHom.toLinearMapLinearMap.restrictScalars · cited by 215LinearMap.restrictScalarsLinearMap.flip · cited by 193LinearMap.flipSemilinearMapClass.semilinearMap · cited by 80SemilinearMapClass.semili…TensorProduct.liftCITED BYCITES

Cites18

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

Cited by64

Results whose statement or proof uses this declaration.