Mathlib Map

Theorems · Definition · linear algebra

TensorProduct.AlgebraTensorModule.curry

{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] → (TensorProduct R M N →ₗ[A] P) → M →ₗ[A] N →ₗ[R] P

Heterobasic version of TensorProduct.curry: Given a linear map M ⊗[R] N →[A] P, compose it with the canonical bilinear map M →[A] N →[R] M ⊗[R] N to form a bilinear map M →[A] N →[R] P.

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

Around this declaration

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

TensorProduct.AlgebraTensorModule.curry_injective · cited by 159AlgebraTensorModule.curry…TensorProduct.AlgebraTensorModule.curry_apply · cited by 121AlgebraTensorModule.curry…TensorProduct.AlgebraTensorModule.assoc · cited by 11AlgebraTensorModule.assocQuadraticForm.associated_tmul · cited by 6QuadraticForm.associated_…TensorProduct.directSum · cited by 6TensorProduct.directSumIsBaseChange.of_lift_unique · cited by 5IsBaseChange.of_lift_uniq…Module.FaithfullyFlat.lTensor_reflects_exact · cited by 3FaithfullyFlat.lTensor_re…Module.Flat.of_flat_tensorProduct · cited by 2Flat.of_flat_tensorProductLinearMap.BilinMap.tmul_isSymm · cited by 2BilinMap.tmul_isSymminjective_lTensor_quotient_iff_inf_eq_mul · cited by 2injective_lTensor_quotien…Module.FaithfullyFlat.trans · cited by 2FaithfullyFlat.transbaseChange_ext · cited by 2baseChange_extModule.Invertible.leftCancelEquiv_comp_lTensor_comp_symm · cited by 2Invertible.leftCancelEqui…Module.Invertible.right · cited by 2Invertible.rightTensorProduct.restrictScalar_directSumRight · cited by 2TensorProduct.restrictSca…DFunLike.coe · cited by 62936DFunLike.coeModule · 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.restrictScalarsTensorProduct.curry · cited by 28TensorProduct.curryAlgebraTensorModule.curryCITED BYCITES

Cites12

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

Cited by83

Results whose statement or proof uses this declaration.