Theorems · Definition · functional analysis
LinearIsometryEquiv.ofBounds
{R : Type u_1} →
{R₂ : Type u_2} →
{E : Type u_5} →
{E₂ : Type u_6} →
[inst : Semiring R] →
[inst_1 : Semiring R₂] →
{σ₁₂ : R →+* R₂} →
{σ₂₁ : R₂ →+* R} →
[inst_2 : RingHomInvPair σ₁₂ σ₂₁] →
[inst_3 : RingHomInvPair σ₂₁ σ₁₂] →
[inst_4 : SeminormedAddCommGroup E] →
[inst_5 : SeminormedAddCommGroup E₂] →
[inst_6 : Module R E] →
[inst_7 : Module R₂ E₂] →
(e : E ≃ₛₗ[σ₁₂] E₂) →
(∀ (x : E), ‖e x‖ ≤ ‖x‖) → (∀ (y : E₂), ‖e.symm y‖ ≤ ‖y‖) → E ≃ₛₗᵢ[σ₁₂] E₂Construct a LinearIsometryEquiv from a LinearEquiv and two inequalities:
∀ x, ‖e x‖ ≤ ‖x‖ and ∀ y, ‖e.symm y‖ ≤ ‖y‖.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 103 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 · cited by 25,697
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- RingHomstatement and proof · cited by 10,189
- 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
- LinearIsometryEquivstatement · cited by 748
- RingHomInvPairstatement and proof · cited by 523
Cited by5
Results whose statement or proof uses this declaration.
- continuousMultilinearCurryLeftEquivproof · cited by 32
- continuousMultilinearCurryRightEquivproof · cited by 4
- ContinuousMultilinearMap.curryMidEquivproof · cited by 4
- PiTensorProduct.liftIsometryproof · cited by 4
- ContinuousMultilinearMap.currySumEquivproof · cited by 0