Mathlib Map

Theorems · Definition · linear algebra

TensorProduct.AlgebraTensorModule.cancelBaseChange

(R : Type uR) →
  (A : Type uA) →
    (B : Type uB) →
      (M : Type uM) →
        (N : Type uN) →
          [inst : CommSemiring R] →
            [inst_1 : CommSemiring A] →
              [inst_2 : Semiring B] →
                [inst_3 : Algebra R A] →
                  [inst_4 : Algebra R B] →
                    [inst_5 : AddCommMonoid M] →
                      [inst_6 : Module R M] →
                        [inst_7 : Module A M] →
                          [inst_8 : Module B M] →
                            [IsScalarTower R A M] →
                              [inst_10 : IsScalarTower R B M] →
                                [inst_11 : SMulCommClass A B M] →
                                  [inst_12 : AddCommMonoid N] →
                                    [inst_13 : Module R N] →
                                      [inst_14 : Algebra A B] →
                                        [IsScalarTower A B M] →
                                          TensorProduct A M (TensorProduct R A N) ≃ₗ[B] TensorProduct R M N

B-linear equivalence between M ⊗[A] (A ⊗[R] N) and M ⊗[R] N. In particular useful with B = A.

Defined in
Mathlib.LinearAlgebra.TensorProduct.Tower
Cited by
32 results in Mathlib
Foundations
Depth 76 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringSemiringAlgebraAlgebraAddCommMonoidModuleModuleModuleIsScalarTowerIsScalarTowerSMulCommClassAddCommMonoidModuleAlgebraIsScalarTower

Around this declaration

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

Algebra.TensorProduct.cancelBaseChange · cited by 10TensorProduct.cancelBaseC…Module.Flat.trans · cited by 9Flat.transTensorProduct.AlgebraTensorModule.distribBaseChange · cited by 7AlgebraTensorModule.distr…KaehlerDifferential.tensorKaehlerEquiv · cited by 6KaehlerDifferential.tenso…Module.rankAtStalk_baseChange · cited by 4Module.rankAtStalk_baseCh…Module.Grassmannian.baseChangeMkQ · cited by 4Grassmannian.baseChangeMkQAlgebra.Extension.tensorCotangentSpace · cited by 3Extension.tensorCotangent…IsBaseChange.lift_rank_eq_of_le_nonZeroDivisors · cited by 3IsBaseChange.lift_rank_eq…KaehlerDifferential.tensorKaehlerEquiv_tmul_D · cited by 3KaehlerDifferential.tenso…Module.rankAtStalk_eq · cited by 2Module.rankAtStalk_eqAlgebra.Extension.cotangentComplexBaseChange_eq_lTensor_cotangentComplex · cited by 2Extension.cotangentComple…Module.rankAtStalk_tensorProduct · cited by 2Module.rankAtStalk_tensor…Algebra.IsPushout.cancelBaseChangeAux · cited by 2IsPushout.cancelBaseChang…Module.FaithfullyFlat.trans · cited by 2FaithfullyFlat.transIdeal.finrank_fiber_eq_finrank · cited by 1Ideal.finrank_fiber_eq_fi…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringIsScalarTower · cited by 3896IsScalarTowerLinearEquiv · cited by 3317LinearEquivTensorProduct · cited by 2545TensorProductSMulCommClass · cited by 1927SMulCommClassLinearEquiv.symm · cited by 1461LinearEquiv.symmLinearEquiv.trans · cited by 298LinearEquiv.transLinearEquiv.refl · cited by 143LinearEquiv.reflTensorProduct.AlgebraTensorModule.congr · cited by 29AlgebraTensorModule.congrTensorProduct.AlgebraTensorModule.rid · cited by 28AlgebraTensorModule.ridAlgebraTensorModule.cancelBas…CITED BYCITES

Cites16

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

Cited by41

Results whose statement or proof uses this declaration.