Mathlib Map

Theorems · Definition · linear algebra

LinearMap.baseChange

{R : Type u_1} →
  (A : Type u_2) →
    {M : Type u_4} →
      {N : Type u_5} →
        [inst : CommSemiring R] →
          [inst_1 : Semiring A] →
            [inst_2 : Algebra R A] →
              [inst_3 : AddCommMonoid M] →
                [inst_4 : AddCommMonoid N] →
                  [inst_5 : Module R M] →
                    [inst_6 : Module R N] → (M →ₗ[R] N) → TensorProduct R A M →ₗ[A] TensorProduct R A N

baseChange A f for f : M →ₗ[R] N is the A-linear map A ⊗[R] M →ₗ[A] A ⊗[R] N. This "base change" operation is also known as "extension of scalars".

Defined in
Mathlib.LinearAlgebra.TensorProduct.Tower
Cited by
62 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringSemiringAlgebraAddCommMonoidAddCommMonoidModuleModule

Around this declaration

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

Submodule.baseChange · cited by 36Submodule.baseChangeAlgebra.Generators.H1Cotangent.δ · cited by 11H1Cotangent.δSubmodule.toBaseChange · cited by 9Submodule.toBaseChangeLinearMap.baseChangeHom · cited by 7LinearMap.baseChangeHomSubmodule.baseChange_eq_span · cited by 4Submodule.baseChange_eq_s…Module.Grassmannian.baseChangeMkQ · cited by 4Grassmannian.baseChangeMkQAlgebra.Generators.H1Cotangent.map_comp_cotangentComplex_baseChange · cited by 4H1Cotangent.map_comp_cota…LieModule.toEnd_baseChange · cited by 3LieModule.toEnd_baseChangeAlgebra.Generators.H1Cotangent.δ_eq_δAux · cited by 3H1Cotangent.δ_eq_δAuxLinearMap.baseChange_eq_ltensor · cited by 3LinearMap.baseChange_eq_l…LinearMap.baseChange_id · cited by 3LinearMap.baseChange_idLinearMap.baseChange_surjective · cited by 2LinearMap.baseChange_surj…LinearMap.charpoly_baseChange · cited by 2LinearMap.charpoly_baseCh…Submodule.toBaseChange_surjective · cited by 2Submodule.toBaseChange_su…LinearMap.toMatrix_baseChange · cited by 2LinearMap.toMatrix_baseCh…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapTensorProduct · cited by 2545TensorProductLinearMap.id · cited by 625LinearMap.idTensorProduct.AlgebraTensorModule.map · cited by 36AlgebraTensorModule.mapLinearMap.baseChangeCITED BYCITES

Cites10

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

Cited by68

Results whose statement or proof uses this declaration.