Mathlib Map

Theorems · Definition · commutative algebra

LinearEquiv.toAddEquiv

{R : Type u_14} →
  {S : Type u_15} →
    [inst : Semiring R] →
      [inst_1 : Semiring S] →
        {σ : R →+* S} →
          {σ' : S →+* R} →
            [inst_2 : RingHomInvPair σ σ'] →
              [inst_3 : RingHomInvPair σ' σ] →
                {M : Type u_16} →
                  {M₂ : Type u_17} →
                    [inst_4 : AddCommMonoid M] →
                      [inst_5 : AddCommMonoid M₂] →
                        [inst_6 : Module R M] → [inst_7 : Module S M₂] → (M ≃ₛₗ[σ] M₂) → M ≃+ M₂

The additive equivalence of types underlying a linear equivalence.

Defined in
Mathlib.Algebra.Module.Equiv.Defs
Cited by
58 results in Mathlib
Foundations
Depth 15 from the axioms · uses no axioms
Assumes
SemiringSemiringRingHomInvPairRingHomInvPairAddCommMonoidAddCommMonoidModuleModule

Around this declaration

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

LinearEquiv.toEquiv · cited by 105LinearEquiv.toEquivFinsupp.mapRange.linearEquiv · cited by 24mapRange.linearEquivModule.Free.of_equiv · cited by 23Free.of_equivLinearEquiv.map_eq_zero_iff · cited by 17LinearEquiv.map_eq_zero_i…LinearEquiv.piCongrRight · cited by 16LinearEquiv.piCongrRightLinearEquiv.prodCongr · cited by 15LinearEquiv.prodCongrFinsupp.lift · cited by 9Finsupp.liftDFinsupp.mapRange.linearEquiv · cited by 7mapRange.linearEquivLinearEquiv.map_ne_zero_iff · cited by 6LinearEquiv.map_ne_zero_i…DirectSum.congrLinearEquiv · cited by 6DirectSum.congrLinearEquivgroupHomology.H1AddEquivOfIsTrivial · cited by 4groupHomology.H1AddEquivO…Submodule.fg_iff_exists_fin_linearMap · cited by 4Submodule.fg_iff_exists_f…Function.Exact.iff_of_ladder_linearEquiv · cited by 4Exact.iff_of_ladder_linea…Algebra.unramifiedLocus_eq_compl_support · cited by 3Algebra.unramifiedLocus_e…Algebra.basicOpen_subset_etaleLocus_iff · cited by 3Algebra.basicOpen_subset_…Module · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidRingHom · cited by 10189RingHomLinearEquiv · cited by 3317LinearEquivLinearEquiv.toLinearMap · cited by 1171LinearEquiv.toLinearMapAddEquiv · cited by 1087AddEquivRingHomInvPair · cited by 523RingHomInvPairAddHom.toFun · cited by 168AddHom.toFunLinearMap.toAddHom · cited by 165LinearMap.toAddHomLinearEquiv.invFun · cited by 29LinearEquiv.invFunLinearEquiv.left_inv · cited by 26LinearEquiv.left_invLinearEquiv.right_inv · cited by 23LinearEquiv.right_invAddHom.map_add' · cited by 13AddHom.map_add'LinearEquiv.toAddEquivCITED BYCITES

Cites14

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

Cited by78

Results whose statement or proof uses this declaration.