Loogle!
Result
Found 20366 declarations mentioning RingHom.id. Of these, only the first 200 are shown.
- RingHom.id π Mathlib.Algebra.Ring.Hom.Defs
(Ξ± : Type u_5) [NonAssocSemiring Ξ±] : Ξ± β+* Ξ± - RingHom.coe_id π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {xβ : NonAssocSemiring Ξ±} : β(RingHom.id Ξ±) = id - RingHom.id_apply π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {xβ : NonAssocSemiring Ξ±} (x : Ξ±) : (RingHom.id Ξ±) x = x - RingHom.one_def π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {xβ : NonAssocSemiring Ξ±} : 1 = RingHom.id Ξ± - RingHom.comp_id π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} {xβ : NonAssocSemiring Ξ±} {xβΒΉ : NonAssocSemiring Ξ²} (f : Ξ± β+* Ξ²) : f.comp (RingHom.id Ξ±) = f - RingHom.id_comp π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} {xβ : NonAssocSemiring Ξ±} {xβΒΉ : NonAssocSemiring Ξ²} (f : Ξ± β+* Ξ²) : (RingHom.id Ξ²).comp f = f - RingHom.coe_monoidHom_id π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {xβ : NonAssocSemiring Ξ±} : β(RingHom.id Ξ±) = MonoidHom.id Ξ± - RingHom.coe_addMonoidHom_id π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {xβ : NonAssocSemiring Ξ±} : β(RingHom.id Ξ±) = AddMonoidHom.id Ξ± - Nat.castRingHom_nat π Mathlib.Data.Nat.Cast.Basic
: Nat.castRingHom β = RingHom.id β - Int.castRingHom_int π Mathlib.Data.Int.Cast.Lemmas
: Int.castRingHom β€ = RingHom.id β€ - Rat.castHom_rat π Mathlib.Data.Rat.Cast.Order
: Rat.castHom β = RingHom.id β - RingEquiv.toRingHom_refl π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} [NonAssocSemiring R] : (RingEquiv.refl R).toRingHom = RingHom.id R - RingEquiv.ofRingHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : f.comp g = RingHom.id S) (hβ : g.comp f = RingHom.id R) : R β+* S - RingEquiv.symm_toRingHom_comp_toRingHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) : e.symm.toRingHom.comp e.toRingHom = RingHom.id R - RingEquiv.toRingHom_comp_symm_toRingHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) : e.toRingHom.comp e.symm.toRingHom = RingHom.id S - RingEquiv.ofRingHom_symm π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : f.comp g = RingHom.id S) (hβ : g.comp f = RingHom.id R) : (RingEquiv.ofRingHom f g hβ hβ).symm = RingEquiv.ofRingHom g f hβ hβ - RingEquiv.ofRingHom_apply π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : f.comp g = RingHom.id S) (hβ : g.comp f = RingHom.id R) (a : R) : (RingEquiv.ofRingHom f g hβ hβ) a = f a - RingEquiv.ofRingHom_symm_apply π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : f.comp g = RingHom.id S) (hβ : g.comp f = RingHom.id R) (a : S) : (RingEquiv.ofRingHom f g hβ hβ).symm a = g a - RingEquiv.coe_ringHom_refl π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} [NonAssocSemiring R] : β(RingEquiv.refl R) = RingHom.id R - RingEquiv.coe_ringHom_ofRingHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : f.comp g = RingHom.id S) (hβ : g.comp f = RingHom.id R) : β(RingEquiv.ofRingHom f g hβ hβ) = f - RingEquiv.comp_symm π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) : (βe).comp βe.symm = RingHom.id S - RingEquiv.symm_comp π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) : (βe.symm).comp βe = RingHom.id R - RingEquiv.ofRingHom_coe_ringHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : (βf).comp g = RingHom.id S) (hβ : g.comp βf = RingHom.id R) : RingEquiv.ofRingHom (βf) g hβ hβ = f - OrderRingHom.coe_ringHom_id π Mathlib.Algebra.Order.Hom.Ring
{Ξ± : Type u_2} [NonAssocSemiring Ξ±] [Preorder Ξ±] : β(OrderRingHom.id Ξ±) = RingHom.id Ξ± - instRingHomIdId π Mathlib.Algebra.Ring.CompTypeclasses
{R : Type u_4} [Semiring R] : RingHomId (RingHom.id R) - RingHomSurjective.ids π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} [Semiring Rβ] : RingHomSurjective (RingHom.id Rβ) - RingHomInvPair.ids π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} [Semiring Rβ] : RingHomInvPair (RingHom.id Rβ) (RingHom.id Rβ) - RingHomCompTriple.ids π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} [Semiring Rβ] [Semiring Rβ] {Οββ : Rβ β+* Rβ} : RingHomCompTriple (RingHom.id Rβ) Οββ Οββ - RingHomCompTriple.right_ids π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} [Semiring Rβ] [Semiring Rβ] {Οββ : Rβ β+* Rβ} : RingHomCompTriple Οββ (RingHom.id Rβ) Οββ - RingHomId.eq_id π Mathlib.Algebra.Ring.CompTypeclasses
{R : Type u_4} {instβ : Semiring R} {Ο : R β+* R} [self : RingHomId Ο] : Ο = RingHom.id R - RingHomId.mk π Mathlib.Algebra.Ring.CompTypeclasses
{R : Type u_4} [Semiring R] {Ο : R β+* R} (eq_id : Ο = RingHom.id R) : RingHomId Ο - RingHomInvPair.triples π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} [Semiring Rβ] [Semiring Rβ] {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} [RingHomInvPair Οββ Οββ] : RingHomCompTriple Οββ Οββ (RingHom.id Rβ) - RingHomInvPair.triplesβ π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} [Semiring Rβ] [Semiring Rβ] {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} [RingHomInvPair Οββ Οββ] : RingHomCompTriple Οββ Οββ (RingHom.id Rβ) - RingHomInvPair.comp_eq π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} {instβ : Semiring Rβ} {instβΒΉ : Semiring Rβ} {Ο : Rβ β+* Rβ} {Ο' : outParam (Rβ β+* Rβ)} [self : RingHomInvPair Ο Ο'] : Ο'.comp Ο = RingHom.id Rβ - RingHomInvPair.comp_eqβ π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} {instβ : Semiring Rβ} {instβΒΉ : Semiring Rβ} {Ο : Rβ β+* Rβ} {Ο' : outParam (Rβ β+* Rβ)} [self : RingHomInvPair Ο Ο'] : Ο.comp Ο' = RingHom.id Rβ - RingHomInvPair.mk π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} [Semiring Rβ] [Semiring Rβ] {Ο : Rβ β+* Rβ} {Ο' : outParam (Rβ β+* Rβ)} (comp_eq : Ο'.comp Ο = RingHom.id Rβ) (comp_eqβ : Ο.comp Ο' = RingHom.id Rβ) : RingHomInvPair Ο Ο' - LinearMap.id π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {M : Type u_8} [Semiring R] [AddCommMonoid M] [Module R M] : M ββ[R] M - AddMonoidHom.toNatLinearMap π Mathlib.Algebra.Module.LinearMap.Defs
{M : Type u_8} {Mβ : Type u_10} [AddCommMonoid M] [AddCommMonoid Mβ] (f : M β+ Mβ) : M ββ[β] Mβ - AddMonoidHom.toNatLinearMap_injective π Mathlib.Algebra.Module.LinearMap.Defs
{M : Type u_8} {Mβ : Type u_10} [AddCommMonoid M] [AddCommMonoid Mβ] : Function.Injective AddMonoidHom.toNatLinearMap - IsLinearMap.mk' π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (f : M β Mβ) (lin : IsLinearMap R f) : M ββ[R] Mβ - Module.compHom.toLinearMap π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_14} {S : Type u_15} [Semiring R] [Semiring S] (g : R β+* S) : R ββ[R] S - LinearMapClass.linearMap π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {Mβ : Type u_9} {Mβ : Type u_10} {F : Type u_14} [Semiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R Mβ] [Module R Mβ] (f : F) [FunLike F Mβ Mβ] [LinearMapClass F R Mβ Mβ] : Mβ ββ[R] Mβ - LinearMapClass.instCoeToLinearMap π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {Mβ : Type u_9} {Mβ : Type u_10} {F : Type u_14} [Semiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R Mβ] [Module R Mβ] [FunLike F Mβ Mβ] [LinearMapClass F R Mβ Mβ] : CoeHead F (Mβ ββ[R] Mβ) - AddMonoidHom.toIntLinearMap π Mathlib.Algebra.Module.LinearMap.Defs
{M : Type u_8} {Mβ : Type u_10} [AddCommGroup M] [AddCommGroup Mβ] (f : M β+ Mβ) : M ββ[β€] Mβ - LinearMap.id_apply π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {M : Type u_8} [Semiring R] [AddCommMonoid M] [Module R M] (x : M) : LinearMap.id x = x - LinearMap.id_coe π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {M : Type u_8} [Semiring R] [AddCommMonoid M] [Module R M] : βLinearMap.id = id - AddMonoidHom.toIntLinearMap_injective π Mathlib.Algebra.Module.LinearMap.Defs
{M : Type u_8} {Mβ : Type u_10} [AddCommGroup M] [AddCommGroup Mβ] : Function.Injective AddMonoidHom.toIntLinearMap - LinearMap.isLinear π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (fβ : M ββ[R] Mβ) : IsLinearMap R βfβ - IsLinearMap.mk'_apply π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] {f : M β Mβ} (lin : IsLinearMap R f) (x : M) : (IsLinearMap.mk' f lin) x = f x - LinearMap.identityMapOfZeroModuleIsZero π Mathlib.Algebra.Module.LinearMap.Defs
{Rβ : Type u_2} {M : Type u_8} [Semiring Rβ] [AddCommMonoid M] [Module Rβ M] [Subsingleton M] : LinearMap.id = 0 - LinearMap.mulLeft π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) {A : Type u_15} [Semiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] (a : A) : A ββ[R] A - LinearMap.comp_id π Mathlib.Algebra.Module.LinearMap.Defs
{Rβ : Type u_3} {Rβ : Type u_4} {Mβ : Type u_10} {Mβ : Type u_11} [Semiring Rβ] [Semiring Rβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] {module_Mβ : Module Rβ Mβ} {module_Mβ : Module Rβ Mβ} {Οββ : Rβ β+* Rβ} (f : Mβ βββ[Οββ] Mβ) : f βββ LinearMap.id = f - LinearMap.id_comp π Mathlib.Algebra.Module.LinearMap.Defs
{Rβ : Type u_3} {Rβ : Type u_4} {Mβ : Type u_10} {Mβ : Type u_11} [Semiring Rβ] [Semiring Rβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] {module_Mβ : Module Rβ Mβ} {module_Mβ : Module Rβ Mβ} {Οββ : Rβ β+* Rβ} (f : Mβ βββ[Οββ] Mβ) : LinearMap.id βββ f = f - AddMonoidHom.coe_toNatLinearMap π Mathlib.Algebra.Module.LinearMap.Defs
{M : Type u_8} {Mβ : Type u_10} [AddCommMonoid M] [AddCommMonoid Mβ] (f : M β+ Mβ) : βf.toNatLinearMap = βf - Module.compHom.toLinearMap_apply π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_14} {S : Type u_15} [Semiring R] [Semiring S] (g : R β+* S) (a : R) : (Module.compHom.toLinearMap g) a = g a - LinearMap.mulRight π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) {A : Type u_15} [Semiring R] [NonUnitalNonAssocSemiring A] [Module R A] [IsScalarTower R A A] (b : A) : A ββ[R] A - LinearMap.mulLeft_apply π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) {A : Type u_15} [Semiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] (a b : A) : (LinearMap.mulLeft R a) b = a * b - LinearMap.restrictScalars_id π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_1) {S : Type u_5} {M : Type u_8} [Semiring R] [Semiring S] [AddCommMonoid M] [Module R M] [Module S M] [LinearMap.CompatibleSMul M M R S] : βR LinearMap.id = LinearMap.id - LinearMap.restrictScalars π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_1) {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module S M] [Module S Mβ] [LinearMap.CompatibleSMul M Mβ R S] (fβ : M ββ[S] Mβ) : M ββ[R] Mβ - LinearMap.coeIsScalarTower π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_1) {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module S M] [Module S Mβ] [LinearMap.CompatibleSMul M Mβ R S] : CoeHTCT (M ββ[S] Mβ) (M ββ[R] Mβ) - AddMonoidHom.coe_toIntLinearMap π Mathlib.Algebra.Module.LinearMap.Defs
{M : Type u_8} {Mβ : Type u_10} [AddCommGroup M] [AddCommGroup Mβ] (f : M β+ Mβ) : βf.toIntLinearMap = βf - LinearMap.map_smul_of_tower π Mathlib.Algebra.Module.LinearMap.Defs
{M : Type u_8} {Mβ : Type u_10} [AddCommMonoid M] [AddCommMonoid Mβ] {R : Type u_14} {S : Type u_15} [Semiring S] [SMul R M] [Module S M] [SMul R Mβ] [Module S Mβ] [LinearMap.CompatibleSMul M Mβ R S] (fβ : M ββ[S] Mβ) (c : R) (x : M) : fβ (c β’ x) = c β’ fβ x - LinearMap.CompatibleSMul.map_smul π Mathlib.Algebra.Module.LinearMap.Defs
{M : Type u_8} {Mβ : Type u_10} {instβ : AddCommMonoid M} {instβΒΉ : AddCommMonoid Mβ} {R : Type u_14} {S : Type u_15} {instβΒ² : Semiring S} {instβΒ³ : SMul R M} {instββ΄ : Module S M} {instββ΅ : SMul R Mβ} {instββΆ : Module S Mβ} [self : LinearMap.CompatibleSMul M Mβ R S] (fβ : M ββ[S] Mβ) (c : R) (x : M) : fβ (c β’ x) = c β’ fβ x - LinearMap.CompatibleSMul.mk π Mathlib.Algebra.Module.LinearMap.Defs
{M : Type u_8} {Mβ : Type u_10} [AddCommMonoid M] [AddCommMonoid Mβ] {R : Type u_14} {S : Type u_15} [Semiring S] [SMul R M] [Module S M] [SMul R Mβ] [Module S Mβ] (map_smul : β (fβ : M ββ[S] Mβ) (c : R) (x : M), fβ (c β’ x) = c β’ fβ x) : LinearMap.CompatibleSMul M Mβ R S - LinearMap.injective_of_comp_eq_id π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module S Mβ] {Ο : R β+* S} {Ο' : S β+* R} [RingHomInvPair Ο Ο'] (f : M βββ[Ο] Mβ) (g : Mβ βββ[Ο'] M) (h : g βββ f = LinearMap.id) : Function.Injective βf - LinearMap.restrictScalars_injective π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_1) {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module S M] [Module S Mβ] [LinearMap.CompatibleSMul M Mβ R S] : Function.Injective βR - LinearMap.surjective_of_comp_eq_id π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module S Mβ] {Ο : R β+* S} {Ο' : S β+* R} [RingHomInvPair Ο Ο'] (f : M βββ[Ο] Mβ) (g : Mβ βββ[Ο'] M) (h : g βββ f = LinearMap.id) : Function.Surjective βg - LinearMap.mulLeft_zero_eq_zero π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) (A : Type u_15) [Semiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] : LinearMap.mulLeft R 0 = 0 - LinearMap.isLinearMap_of_compatibleSMul π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_1) {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module S M] [Module S Mβ] [LinearMap.CompatibleSMul M Mβ R S] (f : M ββ[S] Mβ) : IsLinearMap R βf - LinearMap.isScalarTower_of_injective π Mathlib.Algebra.Module.LinearMap.Defs
{M : Type u_8} {Mβ : Type u_10} [AddCommMonoid M] [AddCommMonoid Mβ] (R : Type u_14) {S : Type u_15} [Semiring S] [SMul R M] [Module S M] [SMul R Mβ] [Module S Mβ] [SMul R S] [LinearMap.CompatibleSMul M Mβ R S] [IsScalarTower R S Mβ] (f : M ββ[S] Mβ) (hf : Function.Injective βf) : IsScalarTower R S M - LinearMap.mulRight_apply π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) {A : Type u_15} [Semiring R] [NonUnitalNonAssocSemiring A] [Module R A] [IsScalarTower R A A] (a b : A) : (LinearMap.mulRight R a) b = b * a - LinearMap.mulLeftRight π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) {A : Type u_15} [Semiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] (ab : A Γ A) : A ββ[R] A - LinearMap.restrictScalars_self π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_1) {M : Type u_8} {Mβ : Type u_10} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (f : M ββ[R] Mβ) : βR f = f - LinearMap.map_smul π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (fβ : M ββ[R] Mβ) (c : R) (x : M) : fβ (c β’ x) = c β’ fβ x - LinearMap.mulRight_zero_eq_zero π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) (A : Type u_15) [Semiring R] [NonUnitalNonAssocSemiring A] [Module R A] [IsScalarTower R A A] : LinearMap.mulRight R 0 = 0 - LinearMap.restrictScalars_inj π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_1) {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module S M] [Module S Mβ] [LinearMap.CompatibleSMul M Mβ R S] (fβ gβ : M ββ[S] Mβ) : βR fβ = βR gβ β fβ = gβ - LinearMap.coe_restrictScalars π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_1) {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module S M] [Module S Mβ] [LinearMap.CompatibleSMul M Mβ R S] (f : M ββ[S] Mβ) : β(βR f) = βf - LinearMap.restrictScalars_apply π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_1) {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module S M] [Module S Mβ] [LinearMap.CompatibleSMul M Mβ R S] (fβ : M ββ[S] Mβ) (x : M) : (βR fβ) x = fβ x - LinearMap.restrictScalars_zero π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) (S : Type u_15) (M : Type u_16) (N : Type u_17) [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Module S M] [Module S N] [LinearMap.CompatibleSMul M N R S] : βR 0 = 0 - LinearMap.surjective_comp_left_of_exists_rightInverse π Mathlib.Algebra.Module.LinearMap.Defs
{Rβ : Type u_2} {Rβ : Type u_3} {Rβ : Type u_4} {Mβ : Type u_9} {Mβ : Type u_10} {Mβ : Type u_11} [Semiring Rβ] [Semiring Rβ] [Semiring Rβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] {module_Mβ : Module Rβ Mβ} {module_Mβ : Module Rβ Mβ} {module_Mβ : Module Rβ Mβ} {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} [RingHomCompTriple Οββ Οββ Οββ] {f : Mβ βββ[Οββ] Mβ} {Οββ : Rβ β+* Rβ} [RingHomInvPair Οββ Οββ] [RingHomCompTriple Οββ Οββ Οββ] (hf : β f', f βββ f' = LinearMap.id) : Function.Surjective fun g => f βββ g - LinearMap.mulLeftRight_apply π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_14} {A : Type u_15} [Semiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] (a b x : A) : (LinearMap.mulLeftRight R (a, b)) x = a * x * b - LinearMap.restrictScalars_neg π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_14} {S : Type u_15} [Semiring R] [Semiring S] {M : Type u_19} {N : Type u_20} [AddCommMonoid M] [AddCommGroup N] [Module R M] [Module R N] [Module S M] [Module S N] [LinearMap.CompatibleSMul M N R S] (f : M ββ[S] N) : βR (-f) = -βR f - LinearMap.toAddMonoidHom_mulLeft π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) {A : Type u_15} [Semiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] (a : A) : β(LinearMap.mulLeft R a) = AddMonoidHom.mulLeft a - LinearMap.restrictScalars_trans π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_14} {S : Type u_15} {M : Type u_16} {N : Type u_17} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Module S M] [Module S N] [LinearMap.CompatibleSMul M N R S] {T : Type u_20} [Semiring T] [Module T M] [Module T N] [LinearMap.CompatibleSMul M N S T] [LinearMap.CompatibleSMul M N R T] (f : M ββ[T] N) : βR (βS f) = βR f - LinearMap.restrictScalars_add π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_14} {S : Type u_15} {M : Type u_16} {N : Type u_17} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Module S M] [Module S N] [LinearMap.CompatibleSMul M N R S] (f g : M ββ[S] N) : βR (f + g) = βR f + βR g - LinearMap.restrictScalarsβ π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) (S : Type u_15) (M : Type u_16) (N : Type u_17) [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Module S M] [Module S N] [LinearMap.CompatibleSMul M N R S] (Rβ : Type u_19) [Semiring Rβ] [Module Rβ N] [SMulCommClass S Rβ N] [SMulCommClass R Rβ N] : (M ββ[S] N) ββ[Rβ] M ββ[R] N - LinearMap.toAddMonoidHom_mulRight π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) {A : Type u_15} [Semiring R] [NonUnitalNonAssocSemiring A] [Module R A] [IsScalarTower R A A] (a : A) : β(LinearMap.mulRight R a) = AddMonoidHom.mulRight a - LinearMap.restrictScalars_comp π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_14} {S : Type u_15} {M : Type u_16} {N : Type u_17} {P : Type u_18} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Module S M] [Module S N] [LinearMap.CompatibleSMul M N R S] [AddCommMonoid P] [Module S P] [Module R P] [LinearMap.CompatibleSMul N P R S] [LinearMap.CompatibleSMul M P R S] (f : N ββ[S] P) (g : M ββ[S] N) : βR (f ββ g) = βR f ββ βR g - LinearMap.restrictScalars_smul π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_14} {S : Type u_15} {M : Type u_16} {N : Type u_17} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Module S M] [Module S N] [LinearMap.CompatibleSMul M N R S] {Rβ : Type u_19} [Semiring Rβ] [Module Rβ N] [SMulCommClass S Rβ N] [SMulCommClass R Rβ N] (c : Rβ) (f : M ββ[S] N) : βR (c β’ f) = c β’ βR f - LinearMap.comp_smul π Mathlib.Algebra.Module.LinearMap.Defs
{R : Type u_1} {S : Type u_5} {M : Type u_8} {Mβ : Type u_10} {Mβ : Type u_11} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R M] [Monoid S] [DistribMulAction S Mβ] [Module R Mβ] [Module R Mβ] [SMulCommClass R S Mβ] [DistribMulAction S Mβ] [SMulCommClass R S Mβ] [LinearMap.CompatibleSMul Mβ Mβ S R] (g : Mβ ββ[R] Mβ) (a : S) (f : M ββ[R] Mβ) : g ββ (a β’ f) = a β’ g ββ f - LinearMap.restrictScalarsβ_apply π Mathlib.Algebra.Module.LinearMap.Defs
(R : Type u_14) (S : Type u_15) (M : Type u_16) (N : Type u_17) [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Module S M] [Module S N] [LinearMap.CompatibleSMul M N R S] (Rβ : Type u_19) [Semiring Rβ] [Module Rβ N] [SMulCommClass S Rβ N] [SMulCommClass R Rβ N] (fβ : M ββ[S] N) : (LinearMap.restrictScalarsβ R S M N Rβ) fβ = βR fβ - Algebra.algebraMap_self π Mathlib.Algebra.Algebra.Defs
{R : Type u} [CommSemiring R] : algebraMap R R = RingHom.id R - Algebra.linearMap π Mathlib.Algebra.Algebra.Defs
(R : Type u) (A : Type w) [CommSemiring R] [Semiring A] [Algebra R A] : R ββ[R] A - Algebra.linearMap_self π Mathlib.Algebra.Algebra.Defs
(R : Type u) [CommSemiring R] : Algebra.linearMap R R = LinearMap.id - Algebra.coe_linearMap π Mathlib.Algebra.Algebra.Defs
(R : Type u) (A : Type w) [CommSemiring R] [Semiring A] [Algebra R A] : β(Algebra.linearMap R A) = β(algebraMap R A) - Algebra.linearMap_apply π Mathlib.Algebra.Algebra.Defs
(R : Type u) (A : Type w) [CommSemiring R] [Semiring A] [Algebra R A] (r : R) : (Algebra.linearMap R A) r = (algebraMap R A) r - LinearEquiv.refl π Mathlib.Algebra.Module.Equiv.Defs
(R : Type u_1) (M : Type u_7) [Semiring R] [AddCommMonoid M] [Module R M] : M ββ[R] M - LinearEquiv.cast π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} [Semiring R] {ΞΉ : Type u_14} {M : ΞΉ β Type u_15} [(i : ΞΉ) β AddCommMonoid (M i)] [(i : ΞΉ) β Module R (M i)] {i j : ΞΉ} (h : i = j) : M i ββ[R] M j - LinearEquiv.refl_toLinearMap π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {M : Type u_7} [Semiring R] [AddCommMonoid M] [Module R M] : β(LinearEquiv.refl R M) = LinearMap.id - LinearEquiv.refl_symm π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {M : Type u_7} [Semiring R] [AddCommMonoid M] [Module R M] : (LinearEquiv.refl R M).symm = LinearEquiv.refl R M - LinearEquiv.refl_apply π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {M : Type u_7} [Semiring R] [AddCommMonoid M] [Module R M] (x : M) : (LinearEquiv.refl R M) x = x - LinearEquiv.refl_trans π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {S : Type u_6} {M : Type u_7} {Mβ : Type u_9} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] {module_M : Module R M} {module_S_Mβ : Module S Mβ} {Ο : R β+* S} {Ο' : S β+* R} {reβ : RingHomInvPair Ο Ο'} {reβ : RingHomInvPair Ο' Ο} (e : M βββ[Ο] Mβ) : (LinearEquiv.refl R M).trans e = e - LinearEquiv.trans_refl π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {S : Type u_6} {M : Type u_7} {Mβ : Type u_9} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] {module_M : Module R M} {module_S_Mβ : Module S Mβ} {Ο : R β+* S} {Ο' : S β+* R} {reβ : RingHomInvPair Ο Ο'} {reβ : RingHomInvPair Ο' Ο} (e : M βββ[Ο] Mβ) : e.trans (LinearEquiv.refl S Mβ) = e - LinearEquiv.cast_apply π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} [Semiring R] {ΞΉ : Type u_14} {M : ΞΉ β Type u_15} [(i : ΞΉ) β AddCommMonoid (M i)] [(i : ΞΉ) β Module R (M i)] {i j : ΞΉ} (h : i = j) (aβ : M i) : (LinearEquiv.cast h) aβ = cast β― aβ - LinearEquiv.comp_symm π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {S : Type u_6} {M : Type u_7} {Mβ : Type u_9} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] {module_M : Module R M} {module_S_Mβ : Module S Mβ} {Ο : R β+* S} {Ο' : S β+* R} {reβ : RingHomInvPair Ο Ο'} {reβ : RingHomInvPair Ο' Ο} (e : M βββ[Ο] Mβ) : βe βββ βe.symm = LinearMap.id - LinearEquiv.symm_comp π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {S : Type u_6} {M : Type u_7} {Mβ : Type u_9} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] {module_M : Module R M} {module_S_Mβ : Module S Mβ} {Ο : R β+* S} {Ο' : S β+* R} {reβ : RingHomInvPair Ο Ο'} {reβ : RingHomInvPair Ο' Ο} (e : M βββ[Ο] Mβ) : βe.symm βββ βe = LinearMap.id - LinearEquiv.self_trans_symm π Mathlib.Algebra.Module.Equiv.Defs
{Rβ : Type u_2} {Rβ : Type u_3} {Mβ : Type u_8} {Mβ : Type u_9} [Semiring Rβ] [Semiring Rβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] {module_Mβ : Module Rβ Mβ} {module_Mβ : Module Rβ Mβ} {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} {reββ : RingHomInvPair Οββ Οββ} {reββ : RingHomInvPair Οββ Οββ} (f : Mβ βββ[Οββ] Mβ) : f.trans f.symm = LinearEquiv.refl Rβ Mβ - LinearEquiv.symm_trans_self π Mathlib.Algebra.Module.Equiv.Defs
{Rβ : Type u_2} {Rβ : Type u_3} {Mβ : Type u_8} {Mβ : Type u_9} [Semiring Rβ] [Semiring Rβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] {module_Mβ : Module Rβ Mβ} {module_Mβ : Module Rβ Mβ} {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} {reββ : RingHomInvPair Οββ Οββ} {reββ : RingHomInvPair Οββ Οββ} (f : Mβ βββ[Οββ] Mβ) : f.symm.trans f = LinearEquiv.refl Rβ Mβ - LinearEquiv.cast_symm_apply π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} [Semiring R] {ΞΉ : Type u_14} {M : ΞΉ β Type u_15} [(i : ΞΉ) β AddCommMonoid (M i)] [(i : ΞΉ) β Module R (M i)] {i j : ΞΉ} (h : i = j) (aβ : M j) : (LinearEquiv.cast h).symm aβ = cast β― aβ - LinearEquiv.coe_symm_mk' π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {M : Type u_7} {Mβ : Type u_9} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] {f : M ββ[R] Mβ} {inv_fun : Mβ β M} {left_inv : Function.LeftInverse inv_fun f.toFun} {right_inv : Function.RightInverse inv_fun f.toFun} : β{ toLinearMap := f, invFun := inv_fun, left_inv := left_inv, right_inv := right_inv }.symm = inv_fun - LinearEquiv.instSMulUnitsId π Mathlib.Algebra.Module.Equiv.Defs
{S : Type u_14} {R : Type u_15} {V : Type u_16} {W : Type u_17} [Semiring R] [Semiring S] [AddCommMonoid V] [Module R V] [Module S V] [AddCommMonoid W] [Module R W] [Module S W] [SMulCommClass R S W] [SMul S R] [IsScalarTower S R V] [IsScalarTower S R W] : SMul SΛ£ (V ββ[R] W) - LinearEquiv.map_smul π Mathlib.Algebra.Module.Equiv.Defs
{Rβ : Type u_2} {Nβ : Type u_12} {Nβ : Type u_13} [Semiring Rβ] [AddCommMonoid Nβ] [AddCommMonoid Nβ] {module_Nβ : Module Rβ Nβ} {module_Nβ : Module Rβ Nβ} (e : Nβ ββ[Rβ] Nβ) (c : Rβ) (x : Nβ) : e (c β’ x) = c β’ e x - LinearEquiv.toLinearMap_smul π Mathlib.Algebra.Module.Equiv.Defs
{S : Type u_14} {R : Type u_15} {V : Type u_16} {W : Type u_17} [Semiring R] [Semiring S] [AddCommMonoid V] [Module R V] [Module S V] [AddCommMonoid W] [Module R W] [Module S W] [SMulCommClass R S W] [SMul S R] [IsScalarTower S R V] [IsScalarTower S R W] (e : V ββ[R] W) (Ξ± : SΛ£) : β(Ξ± β’ e) = βΞ± β’ βe - LinearEquiv.coe_symm_mk π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {M : Type u_7} {Mβ : Type u_9} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] {to_fun : M β Mβ} {inv_fun : Mβ β M} {map_add : β (x y : M), to_fun (x + y) = to_fun x + to_fun y} {map_smul : β (m : R) (x : M), { toFun := to_fun, map_add' := map_add }.toFun (m β’ x) = (RingHom.id R) m β’ { toFun := to_fun, map_add' := map_add }.toFun x} {left_inv : Function.LeftInverse inv_fun { toFun := to_fun, map_add' := map_add, map_smul' := map_smul }.toFun} {right_inv : Function.RightInverse inv_fun { toFun := to_fun, map_add' := map_add, map_smul' := map_smul }.toFun} : β{ toFun := to_fun, map_add' := map_add, map_smul' := map_smul, invFun := inv_fun, left_inv := left_inv, right_inv := right_inv }.symm = inv_fun - LinearEquiv.smul_apply π Mathlib.Algebra.Module.Equiv.Defs
{S : Type u_14} {R : Type u_15} {V : Type u_16} {W : Type u_17} [Semiring R] [Semiring S] [AddCommMonoid V] [Module R V] [Module S V] [AddCommMonoid W] [Module R W] [Module S W] [SMulCommClass R S W] [SMul S R] [IsScalarTower S R V] [IsScalarTower S R W] (Ξ± : SΛ£) (e : V ββ[R] W) (x : V) : (Ξ± β’ e) x = βΞ± β’ e x - LinearEquiv.symm_smul π Mathlib.Algebra.Module.Equiv.Defs
{S : Type u_14} {R : Type u_15} {V : Type u_16} {W : Type u_17} [Semiring R] [Semiring S] [AddCommMonoid V] [Module R V] [Module S V] [AddCommMonoid W] [Module R W] [Module S W] [SMulCommClass R S W] [SMul S R] [IsScalarTower S R V] [IsScalarTower S R W] [SMulCommClass R S V] (e : V ββ[R] W) (Ξ± : SΛ£) : (Ξ± β’ e).symm = Ξ±β»ΒΉ β’ e.symm - LinearEquiv.symm_smul_apply π Mathlib.Algebra.Module.Equiv.Defs
{S : Type u_14} {R : Type u_15} {V : Type u_16} {W : Type u_17} [Semiring R] [Semiring S] [AddCommMonoid V] [Module R V] [Module S V] [AddCommMonoid W] [Module R W] [Module S W] [SMulCommClass R S W] [SMul S R] [IsScalarTower S R V] [IsScalarTower S R W] (e : V ββ[R] W) (Ξ± : SΛ£) (x : W) : (Ξ± β’ e).symm x = βΞ±β»ΒΉ β’ e.symm x - LinearEquiv.trans_smul π Mathlib.Algebra.Module.Equiv.Defs
{S : Type u_14} {R : Type u_15} {V : Type u_16} {W : Type u_17} {G : Type u_18} [Semiring R] [Semiring S] [AddCommMonoid V] [Module R V] [Module S V] [AddCommMonoid W] [Module R W] [Module S W] [AddCommMonoid G] [Module R G] [Module S G] [SMulCommClass R S W] [SMul S R] [IsScalarTower S R V] [IsScalarTower S R W] [IsScalarTower S R G] (Ξ± : SΛ£) (e : G ββ[R] V) (f : V ββ[R] W) : e βͺβ«β (Ξ± β’ f) = Ξ± β’ e βͺβ«β f - LinearEquiv.smul_trans π Mathlib.Algebra.Module.Equiv.Defs
{S : Type u_14} {R : Type u_15} {V : Type u_16} {W : Type u_17} {G : Type u_18} [Semiring R] [Semiring S] [AddCommMonoid V] [Module R V] [Module S V] [AddCommMonoid W] [Module R W] [Module S W] [AddCommMonoid G] [Module R G] [Module S G] [SMulCommClass R S W] [SMul S R] [IsScalarTower S R V] [IsScalarTower S R W] [SMulCommClass R S V] [IsScalarTower S R G] (Ξ± : SΛ£) (e : G ββ[R] V) (f : V ββ[R] W) : (Ξ± β’ e) βͺβ«β f = Ξ± β’ e βͺβ«β f - Sum.elimZeroLeft π Mathlib.Algebra.Module.LinearMap.Basic
{ΞΉ : Type u_6} {ΞΊ : Type u_7} {R : Type u_8} [Semiring R] : (ΞΉ β R) ββ[R] ΞΊ β ΞΉ β R - Sum.elimZeroRight π Mathlib.Algebra.Module.LinearMap.Basic
{ΞΉ : Type u_6} {ΞΊ : Type u_7} {R : Type u_8} [Semiring R] : (ΞΉ β R) ββ[R] ΞΉ β ΞΊ β R - LinearMap.mulLeft_inj π Mathlib.Algebra.Module.LinearMap.Basic
{R : Type u_6} {A : Type u_7} [Semiring R] [NonAssocSemiring A] [Module R A] [SMulCommClass R A A] {a b : A} : LinearMap.mulLeft R a = LinearMap.mulLeft R b β a = b - LinearMap.mulLeft_one π Mathlib.Algebra.Module.LinearMap.Basic
(R : Type u_6) (A : Type u_7) [Semiring R] [NonAssocSemiring A] [Module R A] [SMulCommClass R A A] : LinearMap.mulLeft R 1 = LinearMap.id - Sum.elimZeroLeft_apply π Mathlib.Algebra.Module.LinearMap.Basic
{ΞΉ : Type u_6} {ΞΊ : Type u_7} {R : Type u_8} [Semiring R] (g : ΞΉ β R) (aβ : ΞΊ β ΞΉ) : Sum.elimZeroLeft g aβ = Sum.elim 0 g aβ - Sum.elimZeroRight_apply π Mathlib.Algebra.Module.LinearMap.Basic
{ΞΉ : Type u_6} {ΞΊ : Type u_7} {R : Type u_8} [Semiring R] (f : ΞΉ β R) (aβ : ΞΉ β ΞΊ) : Sum.elimZeroRight f aβ = Sum.elim f 0 aβ - LinearMap.ltoFun π Mathlib.Algebra.Module.LinearMap.Basic
(R : Type u_6) (M : Type u_7) (N : Type u_8) (A : Type u_9) [Semiring R] [Semiring A] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Module A N] [SMulCommClass R A N] : (M ββ[R] N) ββ[A] M β N - LinearMap.mulRight_inj π Mathlib.Algebra.Module.LinearMap.Basic
{R : Type u_6} {A : Type u_7} [Semiring R] [NonAssocSemiring A] [Module R A] [IsScalarTower R A A] {a b : A} : LinearMap.mulRight R a = LinearMap.mulRight R b β a = b - LinearMap.mulRight_one π Mathlib.Algebra.Module.LinearMap.Basic
(R : Type u_6) (A : Type u_7) [Semiring R] [NonAssocSemiring A] [Module R A] [IsScalarTower R A A] : LinearMap.mulRight R 1 = LinearMap.id - LinearMap.mulLeft_mul π Mathlib.Algebra.Module.LinearMap.Basic
(R : Type u_6) (A : Type u_7) [Semiring R] [NonUnitalSemiring A] [Module R A] [SMulCommClass R A A] (a b : A) : LinearMap.mulLeft R (a * b) = LinearMap.mulLeft R a ββ LinearMap.mulLeft R b - LinearMap.mulLeft_eq_zero_iff π Mathlib.Algebra.Module.LinearMap.Basic
(R : Type u_6) (A : Type u_7) [Semiring R] [NonAssocSemiring A] [Module R A] [SMulCommClass R A A] (a : A) : LinearMap.mulLeft R a = 0 β a = 0 - LinearMap.mulRight_mul π Mathlib.Algebra.Module.LinearMap.Basic
(R : Type u_6) (A : Type u_7) [Semiring R] [NonUnitalSemiring A] [Module R A] [IsScalarTower R A A] (a b : A) : LinearMap.mulRight R (a * b) = LinearMap.mulRight R b ββ LinearMap.mulRight R a - LinearMap.mulRight_eq_zero_iff π Mathlib.Algebra.Module.LinearMap.Basic
(R : Type u_6) (A : Type u_7) [Semiring R] [NonAssocSemiring A] [Module R A] [IsScalarTower R A A] (a : A) : LinearMap.mulRight R a = 0 β a = 0 - LinearMap.ltoFun_apply π Mathlib.Algebra.Module.LinearMap.Basic
{R : Type u_6} {M : Type u_7} {N : Type u_8} {A : Type u_9} [Semiring R] [Semiring A] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Module A N] [SMulCommClass R A N] {f : M ββ[R] N} : (LinearMap.ltoFun R M N A) f = βf - MulOpposite.opLinearEquiv π Mathlib.Algebra.Module.Equiv.Opposite
(R : Type u) {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] : M ββ[R] Mα΅α΅α΅ - MulOpposite.opLinearEquiv_toAddEquiv π Mathlib.Algebra.Module.Equiv.Opposite
(R : Type u) {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] : (MulOpposite.opLinearEquiv R).toAddEquiv = MulOpposite.opAddEquiv - MulOpposite.coe_opLinearEquiv_toLinearMap π Mathlib.Algebra.Module.Equiv.Opposite
(R : Type u) {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] : ββ(MulOpposite.opLinearEquiv R) = MulOpposite.op - MulOpposite.coe_opLinearEquiv π Mathlib.Algebra.Module.Equiv.Opposite
(R : Type u) {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] : β(MulOpposite.opLinearEquiv R) = MulOpposite.op - MulOpposite.opLinearEquiv_symm_toAddEquiv π Mathlib.Algebra.Module.Equiv.Opposite
(R : Type u) {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] : (MulOpposite.opLinearEquiv R).symm.toAddEquiv = MulOpposite.opAddEquiv.symm - MulOpposite.coe_opLinearEquiv_symm_toLinearMap π Mathlib.Algebra.Module.Equiv.Opposite
(R : Type u) {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] : ββ(MulOpposite.opLinearEquiv R).symm = MulOpposite.unop - MulOpposite.coe_opLinearEquiv_symm π Mathlib.Algebra.Module.Equiv.Opposite
(R : Type u) {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] : β(MulOpposite.opLinearEquiv R).symm = MulOpposite.unop - MulOpposite.coe_opLinearEquiv_addEquiv π Mathlib.Algebra.Module.Equiv.Opposite
(R : Type u) {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] : β(MulOpposite.opLinearEquiv R) = MulOpposite.opAddEquiv - MulOpposite.coe_opLinearEquiv_symm_addEquiv π Mathlib.Algebra.Module.Equiv.Opposite
(R : Type u) {M : Type v} [Semiring R] [AddCommMonoid M] [Module R M] : β(MulOpposite.opLinearEquiv R).symm = MulOpposite.opAddEquiv.symm - Module.End.coe_one π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] : β1 = id - Module.End.one_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (x : M) : 1 x = x - RingEquiv.moduleEndSelf π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) [Semiring R] : Rα΅α΅α΅ β+* Module.End R R - Module.End.commute_id_left π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_9} {M : Type u_10} [Ring R] [AddCommGroup M] [Module R M] (f : Module.End R M) : Commute LinearMap.id f - RingEquiv.moduleEndSelfOp π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) [Semiring R] : R β+* Module.End Rα΅α΅α΅ R - DistribSMul.toLinearMap π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) {S : Type u_3} (M : Type u_4) [Semiring R] [AddCommMonoid M] [Module R M] [DistribSMul S M] [SMulCommClass S R M] (s : S) : M ββ[R] M - Module.End.natCast_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (n : β) (m : M) : βn m = n β’ m - Module.End.intCast_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {Nβ : Type u_8} [Semiring R] [AddCommGroup Nβ] [Module R Nβ] (z : β€) (m : Nβ) : βz m = z β’ m - Module.End.mul_eq_comp π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (f g : Module.End R M) : f * g = f ββ g - Module.End.ofNat_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (n : β) [n.AtLeastTwo] (m : M) : (OfNat.ofNat n) m = OfNat.ofNat n β’ m - Module.End.isUnit_apply_inv_apply_of_isUnit π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {f : Module.End R M} (h : IsUnit f) (x : M) : f (h.unit.inv x) = x - Module.End.isUnit_inv_apply_apply_of_isUnit π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {f : Module.End R M} (h : IsUnit f) (x : M) : h.unit.inv (f x) = x - Module.End.smulLeft_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (Ξ± : R) (hΞ± : Ξ± β Set.center R) (x : M) : (Module.End.smulLeft Ξ± hΞ±) x = Ξ± β’ x - Module.End.coe_pow π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (f : Module.End R M) (n : β) : β(f ^ n) = (βf)^[n] - Module.End.iterate_bijective π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {f' : Module.End R M} (h : Function.Bijective βf') (n : β) : Function.Bijective β(f' ^ n) - Module.End.iterate_injective π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {f' : Module.End R M} (h : Function.Injective βf') (n : β) : Function.Injective β(f' ^ n) - Module.End.iterate_surjective π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {f' : Module.End R M} (h : Function.Surjective βf') (n : β) : Function.Surjective β(f' ^ n) - Module.End.pow_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (f : Module.End R M) (n : β) (m : M) : (f ^ n) m = (βf)^[n] m - Module.End.injective_of_iterate_injective π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {f' : Module.End R M} {n : β} (hn : n β 0) (h : Function.Injective β(f' ^ n)) : Function.Injective βf' - Module.End.surjective_of_iterate_surjective π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {f' : Module.End R M} {n : β} (hn : n β 0) (h : Function.Surjective β(f' ^ n)) : Function.Surjective βf' - Module.End.id_pow π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (n : β) : LinearMap.id ^ n = LinearMap.id - Module.End.smul_def π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (f : Module.End R M) (a : M) : f β’ a = f a - Module.End.mul_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (f g : Module.End R M) (x : M) : (f * g) x = f (g x) - Module.End.coe_mul π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (f g : Module.End R M) : β(f * g) = βf β βg - Module.End.smulLeft_eq π Mathlib.Algebra.Module.LinearMap.End
{M : Type u_4} [AddCommMonoid M] {R : Type u_9} [CommSemiring R] [Module R M] (Ξ± : R) (hΞ± : Ξ± β Set.center R := by simp) : Module.End.smulLeft Ξ± hΞ± = Ξ± β’ LinearMap.id - DistribSMul.toLinearMap_apply π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) {S : Type u_3} (M : Type u_4) [Semiring R] [AddCommMonoid M] [Module R M] [DistribSMul S M] [SMulCommClass S R M] (s : S) (aβ : M) : (DistribSMul.toLinearMap R M s) aβ = s β’ aβ - Module.End.instIsScalarTower π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass R S M] : IsScalarTower S (Module.End R M) (Module.End R M) - Module.End.iterate_succ π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {f' : Module.End R M} (n : β) : f' ^ (n + 1) = (f' ^ n) ββ f' - Module.End.iterate_succ' π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {f' : Module.End R M} (n : β) : f' ^ (n + 1) = f' ββ f' ^ n - LinearMap.smulRight π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Semiring S] [Module R S] [Module S M] [IsScalarTower R S M] (f : Mβ ββ[R] S) (x : M) : Mβ ββ[R] M - Module.End.pow_map_zero_of_le π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] {f : Module.End R M} {m : M} {k l : β} (hk : k β€ l) (hm : (f ^ k) m = 0) : (f ^ l) m = 0 - Module.toModuleEnd_apply π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) {S : Type u_3} (M : Type u_4) [Semiring R] [AddCommMonoid M] [Module R M] [Semiring S] [Module S M] [SMulCommClass S R M] (s : S) : (Module.toModuleEnd R M) s = DistribSMul.toLinearMap R M s - Module.End.instSMulCommClass π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass R S M] [SMul S R] [IsScalarTower S R M] : SMulCommClass S (Module.End R M) (Module.End R M) - Module.End.instSMulCommClass' π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass R S M] [SMul S R] [IsScalarTower S R M] : SMulCommClass (Module.End R M) S (Module.End R M) - Module.End.apply_isScalarTower π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass R S M] : IsScalarTower S (Module.End R M) M - DistribMulAction.toModuleEnd_apply π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) {S : Type u_3} (M : Type u_4) [Semiring R] [AddCommMonoid M] [Module R M] [Monoid S] [DistribMulAction S M] [SMulCommClass S R M] (s : S) : (DistribMulAction.toModuleEnd R M) s = DistribSMul.toLinearMap R M s - LinearMap.smulRight_zero π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Semiring S] [Module R S] [Module S M] [IsScalarTower R S M] (f : Mβ ββ[R] S) : f.smulRight 0 = 0 - RingEquiv.moduleEndSelf_apply π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) [Semiring R] (s : Rα΅α΅α΅) : (RingEquiv.moduleEndSelf R) s = DistribSMul.toLinearMap R R s - Module.End.commute_pow_left_of_commute π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {Rβ : Type u_2} {M : Type u_4} {Mβ : Type u_6} [Semiring R] [AddCommMonoid M] [Module R M] [Semiring Rβ] [AddCommMonoid Mβ] [Module Rβ Mβ] {Οββ : R β+* Rβ} {f : M βββ[Οββ] Mβ} {g : Module.End R M} {gβ : Module.End Rβ Mβ} (h : gβ βββ f = f βββ g) (k : β) : (gβ ^ k) βββ f = f βββ (g ^ k) - LinearMap.zero_smulRight π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Semiring S] [Module R S] [Module S M] [IsScalarTower R S M] (x : M) : LinearMap.smulRight 0 x = 0 - RingEquiv.moduleEndSelfOp_apply π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) [Semiring R] (s : R) : (RingEquiv.moduleEndSelfOp R) s = DistribSMul.toLinearMap Rα΅α΅α΅ R s - LinearMap.coe_smulRight π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Semiring S] [Module R S] [Module S M] [IsScalarTower R S M] (f : Mβ ββ[R] S) (x : M) : β(f.smulRight x) = fun c => f c β’ x - LinearMap.smulRight_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Semiring S] [Module R S] [Module S M] [IsScalarTower R S M] (f : Mβ ββ[R] S) (x : M) (c : Mβ) : (f.smulRight x) c = f c β’ x - RingEquiv.moduleEndSelf_symm_apply π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) [Semiring R] (f : Module.End R R) : (RingEquiv.moduleEndSelf R).symm f = MulOpposite.op (f 1) - LinearMap.smulRight_apply_eq_zero_iff π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {S : Type u_3} {M : Type u_4} {Mβ : Type u_5} [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Semiring S] [Module R S] [Module S M] [IsScalarTower R S M] [IsDomain S] {f : Mβ ββ[R] S} {x : M} [Module.IsTorsionFree S M] : f.smulRight x = 0 β f = 0 β¨ x = 0 - LinearMap.applyβ' π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} (S : Type u_3) {M : Type u_4} {Mβ : Type u_6} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module S Mβ] [SMulCommClass R S Mβ] : M β+ (M ββ[R] Mβ) ββ[S] Mβ - LinearMap.compRight π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} (S : Type u_3) {M : Type u_4} {Mβ : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module R Mβ] [Module S Mβ] [Module S Mβ] [SMulCommClass R S Mβ] [SMulCommClass R S Mβ] [LinearMap.CompatibleSMul Mβ Mβ S R] (f : Mβ ββ[R] Mβ) : (M ββ[R] Mβ) ββ[S] M ββ[R] Mβ - LinearMap.applyβ π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} {Mβ : Type u_6} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] : M ββ[R] (M ββ[R] Mβ) ββ[R] Mβ - RingEquiv.moduleEndSelfOp_symm_apply π Mathlib.Algebra.Module.LinearMap.End
(R : Type u_1) [Semiring R] (f : Module.End Rα΅α΅α΅ R) : (RingEquiv.moduleEndSelfOp R).symm f = f 1 - LinearMap.compRight_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} (S : Type u_3) {M : Type u_4} {Mβ : Type u_5} {Mβ : Type u_6} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module R Mβ] [Module S Mβ] [Module S Mβ] [SMulCommClass R S Mβ] [SMulCommClass R S Mβ] [LinearMap.CompatibleSMul Mβ Mβ S R] (f : Mβ ββ[R] Mβ) (g : M ββ[R] Mβ) : (LinearMap.compRight S f) g = f ββ g - LinearMap.smulRightβ π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} {Mβ : Type u_6} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] : (Mβ ββ[R] R) ββ[R] M ββ[R] Mβ ββ[R] M - LinearMap.applyβ'_apply_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} (S : Type u_3) {M : Type u_4} {Mβ : Type u_6} [Semiring R] [Semiring S] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Module S Mβ] [SMulCommClass R S Mβ] (v : M) (f : M ββ[R] Mβ) : ((LinearMap.applyβ' S) v) f = f v - LinearMap.applyβ_apply_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} {Mβ : Type u_6} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (v : M) (f : M ββ[R] Mβ) : (LinearMap.applyβ v) f = f v - LinearMap.smulRightβ_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} {Mβ : Type u_6} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (f : Mβ ββ[R] R) (x : M) : (LinearMap.smulRightβ f) x = f.smulRight x - LinearMap.smulRightβ_apply_apply π Mathlib.Algebra.Module.LinearMap.End
{R : Type u_1} {M : Type u_4} {Mβ : Type u_6} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (f : Mβ ββ[R] R) (x : M) (y : Mβ) : ((LinearMap.smulRightβ f) x) y = f y β’ x - LinearEquiv.automorphismGroup π Mathlib.Algebra.Module.Equiv.Basic
{R : Type u_1} {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] : Group (M ββ[R] M) - LinearEquiv.neg π Mathlib.Algebra.Module.Equiv.Basic
(R : Type u_1) {M : Type u_5} [Semiring R] [AddCommGroup M] [Module R M] : M ββ[R] M - LinearEquiv.ofSubsingleton π Mathlib.Algebra.Module.Equiv.Basic
{R : Type u_1} (M : Type u_5) (Mβ : Type u_7) [Semiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] [Subsingleton M] [Subsingleton Mβ] : M ββ[R] Mβ
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59