Documentation

Mathlib.Algebra.GroupWithZero.Action.TransferInstance

Transfer algebraic structures across Equivs or AddEquivs #

This continues the pattern set in Mathlib/Algebra/Group/TransferInstance.lean.

@[reducible, inline]
abbrev Equiv.smulZeroClass (M : Type u_1) {A : Type u_3} {B : Type u_4} (e : A B) [Zero A] [Zero B] [SMulZeroClass M B] (map_zero : e 0 = 0) :

Transfer SMulZeroClass across an Equiv

Equations
Instances For
    @[reducible, inline]
    abbrev Equiv.smulWithZero (M₀ : Type u_2) {A : Type u_3} {B : Type u_4} (e : A B) [Zero M₀] [Zero A] [Zero B] [SMulWithZero M₀ B] (map_zero : e 0 = 0) :

    Transfer SMulWithZero across an Equiv

    Equations
    Instances For
      @[reducible, inline]
      abbrev Equiv.mulActionWithZero (M₀ : Type u_2) {A : Type u_3} {B : Type u_4} (e : A B) [MonoidWithZero M₀] [Zero A] [Zero B] [MulActionWithZero M₀ B] (map_zero : e 0 = 0) :

      Transfer MulActionWithZero across an Equiv

      Equations
      Instances For
        @[reducible, inline]
        abbrev AddEquiv.distribSMul (M : Type u_1) {A : Type u_3} {B : Type u_4} [AddZeroClass A] [AddZeroClass B] [DistribSMul M B] (e : A ≃+ B) :

        Transfer DistribSMul across an AddEquiv

        Equations
        Instances For
          @[reducible, inline]
          abbrev AddEquiv.distribMulAction (M : Type u_1) {A : Type u_3} {B : Type u_4} [Monoid M] [AddMonoid A] [AddMonoid B] [DistribMulAction M B] (e : A ≃+ B) :

          Transfer DistribMulAction across an AddEquiv

          Equations
          Instances For
            @[deprecated AddEquiv.distribSMul (since := "2026-07-30")]
            def Equiv.distribSMul (M : Type u_1) {A : Type u_3} {B : Type u_4} [AddZeroClass A] [AddZeroClass B] [DistribSMul M B] (e : A ≃+ B) :

            Alias of AddEquiv.distribSMul.


            Transfer DistribSMul across an AddEquiv

            Equations
            Instances For
              @[deprecated AddEquiv.distribMulAction (since := "2026-07-30")]
              def Equiv.distribMulAction (M : Type u_1) {A : Type u_3} {B : Type u_4} [Monoid M] [AddMonoid A] [AddMonoid B] [DistribMulAction M B] (e : A ≃+ B) :

              Alias of AddEquiv.distribMulAction.


              Transfer DistribMulAction across an AddEquiv

              Equations
              Instances For