Mathlib Map

Theorems Β· Definition Β· functional analysis

LinearEquiv.extend

{π•œ : Type u_1} β†’
  {π•œβ‚‚ : Type u_2} β†’
    {E : Type u_3} β†’
      {Eβ‚— : Type u_4} β†’
        {F : Type u_5} β†’
          {Fβ‚— : Type u_6} β†’
            [inst : NormedDivisionRing π•œ] β†’
              [inst_1 : NormedDivisionRing π•œβ‚‚] β†’
                [inst_2 : AddCommGroup E] β†’
                  [inst_3 : NormedAddCommGroup Eβ‚—] β†’
                    [inst_4 : AddCommGroup F] β†’
                      [inst_5 : NormedAddCommGroup Fβ‚—] β†’
                        [inst_6 : Module π•œ E] β†’
                          [inst_7 : Module π•œ Eβ‚—] β†’
                            [IsBoundedSMul π•œ Eβ‚—] β†’
                              [inst_9 : Module π•œβ‚‚ F] β†’
                                [inst_10 : Module π•œβ‚‚ Fβ‚—] β†’
                                  [IsBoundedSMul π•œβ‚‚ Fβ‚—] β†’
                                    [CompleteSpace Eβ‚—] β†’
                                      [CompleteSpace Fβ‚—] β†’
                                        {σ₁₂ : π•œ β†’+* π•œβ‚‚} β†’
                                          {σ₂₁ : π•œβ‚‚ β†’+* π•œ} β†’
                                            [inst_14 : RingHomInvPair σ₁₂ σ₂₁] β†’
                                              [inst_15 : RingHomInvPair σ₂₁ σ₁₂] β†’
                                                (f : E ≃ₛₗ[σ₁₂] F) β†’
                                                  (e₁ : E β†’β‚—[π•œ] Eβ‚—) β†’
                                                    (eβ‚‚ : F β†’β‚—[π•œβ‚‚] Fβ‚—) β†’
                                                      DenseRange ⇑e₁ β†’
                                                        (βˆƒ C, βˆ€ (x : E), β€–eβ‚‚ (f x)β€– ≀ C * β€–e₁ xβ€–) β†’
                                                          DenseRange ⇑eβ‚‚ β†’
                                                            (βˆƒ C, βˆ€ (x : F), β€–e₁ (f.symm x)β€– ≀ C * β€–eβ‚‚ xβ€–) β†’
                                                              Eβ‚— ≃SL[σ₁₂] Fβ‚—

Extension of a linear equivalence f : E ≃ₛₗ[σ₁₂] F to a continuous linear equivalence Eβ‚— ≃SL[σ₁₂] Fβ‚—, where E and F are normed spaces and Eβ‚— and Fβ‚— are Banach spaces, using dense maps e₁ : E β†’β‚—[π•œβ‚] Eβ‚— and eβ‚‚ : F β†’β‚—[π•œβ‚‚] Fβ‚‚ together with bounds β€–eβ‚‚ (f x)β€– ≀ C * β€–e₁ xβ€– for all x : E and β€–e₁ (f.symm x)β€– ≀ C * β€–eβ‚‚ xβ€– for all x : F.

Defined in
Mathlib.Analysis.Normed.Operator.Extend
Cited by
7 results in Mathlib
Foundations
Depth 167 from the axioms Β· uses propext, Classical.choice, Quot.sound
Assumes
NormedDivisionRingNormedDivisionRingAddCommGroupNormedAddCommGroupAddCommGroupNormedAddCommGroupModuleModuleIsBoundedSMulModuleModuleIsBoundedSMulCompleteSpaceCompleteSpaceRingHomInvPairRingHomInvPair

Around this declaration

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

Cites22

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

Cited by8

Results whose statement or proof uses this declaration.