Mathlib Map

Theorems · Definition · linear algebra

TensorProduct.AlgebraTensorModule.lift

{R : Type uR} →
  {A : Type uA} →
    {M : Type uM} →
      {N : Type uN} →
        {P : Type uP} →
          [inst : CommSemiring R] →
            [inst_1 : Semiring A] →
              [inst_2 : Algebra R A] →
                [inst_3 : AddCommMonoid M] →
                  [inst_4 : Module R M] →
                    [inst_5 : Module A M] →
                      [inst_6 : IsScalarTower R A M] →
                        [inst_7 : AddCommMonoid N] →
                          [inst_8 : Module R N] →
                            [inst_9 : AddCommMonoid P] →
                              [inst_10 : Module R P] →
                                [inst_11 : Module A P] →
                                  [inst_12 : IsScalarTower R A P] → (M →ₗ[A] N →ₗ[R] P) → TensorProduct R M N →ₗ[A] P

Heterobasic version of TensorProduct.lift: Constructing a linear map M ⊗[R] N →[A] P given a bilinear map M →[A] N →[R] P with the property that its composition with the canonical bilinear map M →[A] N →[R] M ⊗[R] N is the given bilinear map M →[A] N →[R] P.

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

Around this declaration

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

Algebra.TensorProduct.lift · cited by 46TensorProduct.liftTensorProduct.AlgebraTensorModule.map · cited by 36AlgebraTensorModule.mapTensorProduct.AlgebraTensorModule.rid · cited by 28AlgebraTensorModule.ridTensorProduct.AlgebraTensorModule.assoc · cited by 11AlgebraTensorModule.assocDerivation.tensorProductTo · cited by 10Derivation.tensorProductToAdicCompletion.ofTensorProduct · cited by 10AdicCompletion.ofTensorPr…kroneckerTMulLinearEquiv · cited by 9kroneckerTMulLinearEquivTensorProduct.directSum · cited by 6TensorProduct.directSumTensorProduct.AlgebraTensorModule.rightComm · cited by 6AlgebraTensorModule.right…LinearMap.tensorProduct · cited by 5LinearMap.tensorProductIsLocalRing.map_tensorProduct_mk_eq_top · cited by 4IsLocalRing.map_tensorPro…TensorProduct.piRightHom · cited by 4TensorProduct.piRightHomtensorKaehlerQuotKerSqEquiv · cited by 4tensorKaehlerQuotKerSqEqu…Submodule.tensorToSpan · cited by 4Submodule.tensorToSpanAlgebra.FormallyUnramified.comp_sec · cited by 3FormallyUnramified.comp_s…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapIsScalarTower · cited by 3896IsScalarTowerTensorProduct · cited by 2545TensorProductLinearMap.restrictScalars · cited by 215LinearMap.restrictScalarsLinearMap.toAddHom · cited by 165LinearMap.toAddHomTensorProduct.lift · cited by 59TensorProduct.liftAlgebraTensorModule.liftCITED BYCITES

Cites12

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

Cited by29

Results whose statement or proof uses this declaration.