Mathlib Map

Theorems · Definition · linear algebra

Finsupp.mapRange.linearEquiv

{α : Type u_1} →
  {M : Type u_2} →
    {N : Type u_3} →
      {R : Type u_5} →
        {R₂ : Type u_6} →
          [inst : Semiring R] →
            [inst_1 : Semiring R₂] →
              [inst_2 : AddCommMonoid M] →
                [inst_3 : Module R M] →
                  [inst_4 : AddCommMonoid N] →
                    [inst_5 : Module R₂ N] →
                      {σ₁₂ : R →+* R₂} →
                        {σ₂₁ : R₂ →+* R} →
                          [inst_6 : RingHomInvPair σ₁₂ σ₂₁] →
                            [inst_7 : RingHomInvPair σ₂₁ σ₁₂] → (M ≃ₛₗ[σ₁₂] N) → (α →₀ M) ≃ₛₗ[σ₁₂] α →₀ N

Finsupp.mapRange as a LinearEquiv.

Defined in
Mathlib.LinearAlgebra.Finsupp.Defs
Cited by
24 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringSemiringAddCommMonoidModuleAddCommMonoidModuleRingHomInvPairRingHomInvPair

Around this declaration

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

Finsupp.lcongr · cited by 22Finsupp.lcongrTensorProduct.finsuppScalarRight · cited by 16TensorProduct.finsuppScal…Finsupp.mapRange.linearEquiv_apply · cited by 14mapRange.linearEquiv_applyFinsupp.lcongr_single · cited by 12Finsupp.lcongr_singleTensorProduct.finsuppScalarLeft · cited by 8TensorProduct.finsuppScal…Module.Basis.mapCoeffs · cited by 7Basis.mapCoeffsTensorProduct.finsuppScalarRight_symm_apply_single · cited by 4TensorProduct.finsuppScal…ModuleCat.hasProjectiveDimensionLE_of_semiLinearEquiv · cited by 3ModuleCat.hasProjectiveDi…Module.Basis.mapCoeffs_repr · cited by 3Basis.mapCoeffs_reprFinsupp.mapRange.linearEquiv_symm · cited by 3mapRange.linearEquiv_symmModule.exists_finite_presentation · cited by 2Module.exists_finite_pres…Module.Basis.mapCoeffs_apply · cited by 2Basis.mapCoeffs_applyRepresentation.leftRegularTensorTrivialIsoFree · cited by 2Representation.leftRegula…Subalgebra.LinearDisjoint.mulLeftMap_ker_eq_bot_iff_linearIndependent_op · cited by 2LinearDisjoint.mulLeftMap…Module.Free.trans · cited by 2Free.transDFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidLinearMap · cited by 10215LinearMapRingHom · cited by 10189RingHomFinsupp · cited by 5255FinsuppLinearEquiv · cited by 3317LinearEquivLinearEquiv.symm · cited by 1461LinearEquiv.symmLinearEquiv.toLinearMap · cited by 1171LinearEquiv.toLinearMapAddEquiv · cited by 1087AddEquivRingHomInvPair · cited by 523RingHomInvPairFinsupp.mapRange · cited by 91Finsupp.mapRangeFinsupp.mapRange.linearMap · cited by 70mapRange.linearMapLinearEquiv.toAddEquiv · cited by 58LinearEquiv.toAddEquivmapRange.linearEquivCITED BYCITES

Cites17

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

Cited by30

Results whose statement or proof uses this declaration.