Mathlib Map

Theorems · Definition · linear algebra

Module.Basis.baseChange

{R : Type u_1} →
  {M : Type u_3} →
    {ι : Type u_5} →
      [inst : CommSemiring R] →
        [inst_1 : AddCommMonoid M] →
          [inst_2 : Module R M] →
            (S : Type u_7) →
              [inst_3 : Semiring S] →
                [inst_4 : Algebra R S] → Module.Basis ι R M → Module.Basis ι S (TensorProduct R S M)

The lift of an R-basis of M to an S-basis of the base change S ⊗[R] M.

Defined in
Mathlib.LinearAlgebra.TensorProduct.Basis
Cited by
9 results in Mathlib
Foundations
Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleSemiringAlgebra

Around this declaration

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

Algebra.Generators.cotangentSpaceBasis · cited by 22Generators.cotangentSpace…Algebra.Generators.CotangentSpace.compEquiv · cited by 9CotangentSpace.compEquivModule.Basis.baseChange_apply · cited by 7Basis.baseChange_applySubalgebra.LinearDisjoint.basisOfBasisRight · cited by 6LinearDisjoint.basisOfBas…Algebra.Generators.CotangentSpace.compEquiv_symm_inr · cited by 4CotangentSpace.compEquiv_…Algebra.Generators.CotangentSpace.fst_compEquiv · cited by 4CotangentSpace.fst_compEq…Module.Basis.baseChange_repr_tmul · cited by 4Basis.baseChange_repr_tmulSubalgebra.LinearDisjoint.algebraMap_basisOfBasisRight_repr_apply · cited by 3LinearDisjoint.algebraMap…Subalgebra.LinearDisjoint.basisOfBasisLeft · cited by 2LinearDisjoint.basisOfBas…LinearMap.charpoly_baseChange · cited by 2LinearMap.charpoly_baseCh…Submodule.finrank_span_eq_finrank · cited by 1Submodule.finrank_span_eq…Algebra.Generators.H1Cotangent.δAux_ofComp · cited by 1H1Cotangent.δAux_ofCompAlgebra.Generators.H1Cotangent.exact_δ_map · cited by 1H1Cotangent.exact_δ_mapModule · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringTensorProduct · cited by 2545TensorProductModule.Basis · cited by 1477Module.BasisModule.Basis.reindex · cited by 57Basis.reindexModule.Basis.tensorProduct · cited by 19Basis.tensorProductModule.Basis.singleton · cited by 15Basis.singletonEquiv.punitProd · cited by 9Equiv.punitProdBasis.baseChangeCITED BYCITES

Cites11

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

Cited by13

Results whose statement or proof uses this declaration.