Mathlib Map

Theorems Β· Theorem Β· functional analysis

LinearEquiv.extend_symm_apply

βˆ€ {π•œ : 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β‚—] [inst_8 : IsBoundedSMul π•œ Eβ‚—] [inst_9 : Module π•œβ‚‚ F] [inst_10 : Module π•œβ‚‚ Fβ‚—]
  [inst_11 : IsBoundedSMul π•œβ‚‚ Fβ‚—] [inst_12 : CompleteSpace Eβ‚—] [inst_13 : CompleteSpace Fβ‚—] {σ₁₂ : π•œ β†’+* π•œβ‚‚}
  {σ₂₁ : π•œβ‚‚ β†’+* π•œ} [inst_14 : RingHomInvPair σ₁₂ σ₂₁] [inst_15 : RingHomInvPair σ₂₁ σ₁₂] (f : E ≃ₛₗ[σ₁₂] F)
  (e₁ : E β†’β‚—[π•œ] Eβ‚—) (eβ‚‚ : F β†’β‚—[π•œβ‚‚] Fβ‚—) (h_dense₁ : DenseRange ⇑e₁) (h_norm₁ : βˆƒ C, βˆ€ (x : E), β€–eβ‚‚ (f x)β€– ≀ C * β€–e₁ xβ€–)
  (h_denseβ‚‚ : DenseRange ⇑eβ‚‚) (h_normβ‚‚ : βˆƒ C, βˆ€ (x : F), β€–e₁ (f.symm x)β€– ≀ C * β€–eβ‚‚ xβ€–) (x : Fβ‚—),
  (f.extend e₁ eβ‚‚ h_dense₁ h_norm₁ h_denseβ‚‚ h_normβ‚‚).symm x = ((e₁ βˆ˜β‚›β‚— ↑f.symm).extendOfNorm eβ‚‚) x
Defined in
Mathlib.Analysis.Normed.Operator.Extend
Cited by
0 results in Mathlib
Foundations
Depth 168 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.

Cites23

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.