Theorems · Definition · functional analysis
LinearEquiv.toContinuousLinearEquivOfBounds
{𝕜 : Type u_1} →
{𝕜₂ : Type u_2} →
{E : Type u_3} →
{F : Type u_4} →
[inst : Ring 𝕜] →
[inst_1 : Ring 𝕜₂] →
[inst_2 : SeminormedAddCommGroup E] →
[inst_3 : SeminormedAddCommGroup F] →
[inst_4 : Module 𝕜 E] →
[inst_5 : Module 𝕜₂ F] →
{σ : 𝕜 →+* 𝕜₂} →
{σ₂₁ : 𝕜₂ →+* 𝕜} →
[inst_6 : RingHomInvPair σ σ₂₁] →
[inst_7 : RingHomInvPair σ₂₁ σ] →
(e : E ≃ₛₗ[σ] F) →
(C_to C_inv : ℝ) →
(∀ (x : E), ‖e x‖ ≤ C_to * ‖x‖) → (∀ (x : F), ‖e.symm x‖ ≤ C_inv * ‖x‖) → E ≃SL[σ] FConstruct a continuous linear equivalence from a linear equivalence together with bounds in both directions.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 154 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Modulestatement and proof · cited by 20,661
- RingHomstatement and proof · cited by 10,189
- Ringstatement and proof · cited by 7,463
- Norm.normstatement and proof · cited by 5,413
- LinearEquivstatement and proof · cited by 3,317
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- LinearEquiv.symmstatement and proof · cited by 1,461
- ContinuousLinearEquivstatement · cited by 743
- RingHomInvPairstatement and proof · cited by 523
Cited by3
Results whose statement or proof uses this declaration.
- Complex.equivRealProdCLMproof · cited by 11
- ContinuousLinearMap.flipMultilinearEquivproof · cited by 2
- ContinuousLinearEquiv.ofHomothetyproof · cited by 1