Mathlib Map

Theorems · Definition · commutative algebra

LinearEquiv.arrowCongr

{R₁ : Type u_9} →
  {R₂ : Type u_10} →
    {R₁' : Type u_12} →
      {R₂' : Type u_13} →
        {M₁ : Type u_17} →
          {M₂ : Type u_18} →
            {M₁' : Type u_20} →
              {M₂' : Type u_21} →
                [inst : Semiring R₁] →
                  [inst_1 : Semiring R₂] →
                    [inst_2 : CommSemiring R₁'] →
                      [inst_3 : CommSemiring R₂'] →
                        [inst_4 : AddCommMonoid M₁] →
                          [inst_5 : AddCommMonoid M₂] →
                            [inst_6 : AddCommMonoid M₁'] →
                              [inst_7 : AddCommMonoid M₂'] →
                                [inst_8 : Module R₁ M₁] →
                                  [inst_9 : Module R₂ M₂] →
                                    [inst_10 : Module R₁' M₁'] →
                                      [inst_11 : Module R₂' M₂'] →
                                        {σ₁₂ : R₁ →+* R₂} →
                                          {σ₂₁ : R₂ →+* R₁} →
                                            {σ₁'₂' : R₁' →+* R₂'} →
                                              {σ₂'₁' : R₂' →+* R₁'} →
                                                {σ₁₁' : R₁ →+* R₁'} →
                                                  {σ₂₂' : R₂ →+* R₂'} →
                                                    {σ₂₁' : R₂ →+* R₁'} →
                                                      {σ₁₂' : R₁ →+* R₂'} →
                                                        [inst_12 : RingHomInvPair σ₁₂ σ₂₁] →
                                                          [inst_13 : RingHomInvPair σ₂₁ σ₁₂] →
                                                            [inst_14 : RingHomInvPair σ₁'₂' σ₂'₁'] →
                                                              [inst_15 : RingHomInvPair σ₂'₁' σ₁'₂'] →
                                                                [RingHomCompTriple σ₁₁' σ₁'₂' σ₁₂'] →
                                                                  [RingHomCompTriple σ₂₁ σ₁₂' σ₂₂'] →
                                                                    [RingHomCompTriple σ₂₂' σ₂'₁' σ₂₁'] →
                                                                      [RingHomCompTriple σ₁₂ σ₂₁' σ₁₁'] →
                                                                        (M₁ ≃ₛₗ[σ₁₂] M₂) →
                                                                          (M₁' ≃ₛₗ[σ₁'₂'] M₂') →
                                                                            (M₁ →ₛₗ[σ₁₁'] M₁') ≃ₛₗ[σ₁'₂']
                                                                              M₂ →ₛₗ[σ₂₂'] M₂'

A linear isomorphism between the domains and codomains of two spaces of linear maps gives a linear isomorphism between the two function spaces. See LinearEquiv.arrowCongrAddEquiv for the additive version of this isomorphism that works over a not necessarily commutative semiring.

Defined in
Mathlib.Algebra.Module.Equiv.Basic
Cited by
28 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Quot.sound
Assumes
SemiringSemiringCommSemiringCommSemiringAddCommMonoidAddCommMonoidAddCommMonoidAddCommMonoidModuleModuleModuleModuleRingHomInvPairRingHomInvPairRingHomInvPairRingHomInvPairRingHomCompTripleRingHomCompTripleRingHomCompTripleRingHomCompTriple

Around this declaration

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

LinearMap.toMatrix · cited by 180LinearMap.toMatrixLinearMap.toMatrix₂ · cited by 43LinearMap.toMatrix₂LinearEquiv.conj · cited by 38LinearEquiv.conjMatrix.toLpLin · cited by 14Matrix.toLpLinLinearMap.toMatrix_comp · cited by 12LinearMap.toMatrix_compAlgebra.PreSubmersivePresentation.jacobiMatrix_apply · cited by 9PreSubmersivePresentation…LinearMap.toMatrix₂_apply · cited by 8LinearMap.toMatrix₂_applyLinearMap.toMatrix_mulVec_repr · cited by 5LinearMap.toMatrix_mulVec…NormedSpace.inclusionInDoubleDualWeak · cited by 5NormedSpace.inclusionInDo…LinearEquiv.congrRight · cited by 4LinearEquiv.congrRightLinearMap.SeparatingLeft.congr · cited by 4SeparatingLeft.congrLinearMap.separatingLeft_congr_iff · cited by 3LinearMap.separatingLeft_…LinearEquiv.arrowCongr.congr_simp · cited by 2arrowCongr.congr_simphomTensorHomEquiv · cited by 2homTensorHomEquivLinearEquiv.arrowCongr_comp · cited by 2LinearEquiv.arrowCongr_co…Module · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapRingHom · cited by 10189RingHomLinearEquiv · cited by 3317LinearEquivAddEquiv · cited by 1087AddEquivRingHomInvPair · cited by 523RingHomInvPairEquiv.toFun · cited by 279Equiv.toFunRingHomCompTriple · cited by 234RingHomCompTripleAddEquiv.toEquiv · cited by 174AddEquiv.toEquivEquiv.invFun · cited by 163Equiv.invFunLinearEquiv.arrowCongrAddEquiv · cited by 10LinearEquiv.arrowCongrAdd…LinearEquiv.arrowCongrCITED BYCITES

Cites14

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

Cited by35

Results whose statement or proof uses this declaration.