Mathlib Map

Theorems · Definition · commutative algebra

LinearMap.ringLmapEquivSelf

(R : Type u_1) →
  (S : Type u_4) →
    (M : Type u_5) →
      [inst : Semiring R] →
        [inst_1 : Semiring S] →
          [inst_2 : AddCommMonoid M] →
            [inst_3 : Module R M] → [inst_4 : Module S M] → [inst_5 : SMulCommClass R S M] → (R →ₗ[R] M) ≃ₗ[S] M

The equivalence between R-linear maps from R to M, and points of M itself. This says that the forgetful functor from R-modules to types is representable, by R. This is an S-linear equivalence, under the assumption that S acts on M commuting with R. When R is commutative, we can take this to be the usual action with S = R. Otherwise, S = ℕ shows that the equivalence is additive. See note [bundled maps over different rings].

Defined in
Mathlib.Algebra.Module.Equiv.Basic
Cited by
12 results in Mathlib
Foundations
Depth 35 from the axioms · uses propext, Quot.sound
Assumes
SemiringSemiringAddCommMonoidModuleModuleSMulCommClass

Around this declaration

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

Finsupp.lift · cited by 9Finsupp.liftLinearMap.ringLmapEquivSelf_symm_apply · cited by 8LinearMap.ringLmapEquivSe…LinearMap.liftBaseChangeEquiv · cited by 7LinearMap.liftBaseChangeE…PiTensorProduct.dualDistribInvOfBasis · cited by 5PiTensorProduct.dualDistr…IsLocalRing.map_tensorProduct_mk_eq_top · cited by 4IsLocalRing.map_tensorPro…tensorKaehlerQuotKerSqEquiv · cited by 4tensorKaehlerQuotKerSqEqu…TensorProduct.dualDistribInvOfBasis · cited by 4TensorProduct.dualDistrib…MvPolynomial.mkDerivationₗ · cited by 3MvPolynomial.mkDerivationₗMvPolynomial.mkDerivationₗ_monomial · cited by 3MvPolynomial.mkDerivation…LinearEquiv.piRing · cited by 3LinearEquiv.piRingTensorProduct.dualDistribInvOfBasis_apply · cited by 3TensorProduct.dualDistrib…Algebra.Generators.liftBaseChange_injective_of_isLocalizationAway · cited by 2Generators.liftBaseChange…IsLocalExtrOn.exists_linear_map_of_hasStrictFDerivAt · cited by 2IsLocalExtrOn.exists_line…Module.Finite.left · cited by 2Finite.leftPiTensorProduct.dualDistribInvOfBasis_apply · cited by 2PiTensorProduct.dualDistr…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidLinearMap · cited by 10215LinearMapLinearEquiv · cited by 3317LinearEquivSMulCommClass · cited by 1927SMulCommClassLinearMap.smulRight · cited by 54LinearMap.smulRightLinearMap.applyₗ' · cited by 1LinearMap.applyₗ'LinearMap.ringLmapEquivSelfCITED BYCITES

Cites10

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

Cited by20

Results whose statement or proof uses this declaration.