Mathlib Map

Theorems · Definition · functional analysis

IsHilbertSum.linearIsometryEquiv

{ι : Type u_1} →
  {𝕜 : Type u_2} →
    [inst : RCLike 𝕜] →
      {E : Type u_3} →
        [inst_1 : NormedAddCommGroup E] →
          [inst_2 : InnerProductSpace 𝕜 E] →
            {G : ι → Type u_4} →
              [inst_3 : (i : ι) → NormedAddCommGroup (G i)] →
                [inst_4 : (i : ι) → InnerProductSpace 𝕜 (G i)] →
                  [inst_5 : CompleteSpace E] → {V : (i : ι) → G i →ₗᵢ[𝕜] E} → IsHilbertSum 𝕜 G V → E ≃ₗᵢ[𝕜] ↥(lp G 2)

A Hilbert sum (E, V) of G is canonically isomorphic to the Hilbert sum of G, i.e lp G 2. Note that this goes in the opposite direction from OrthogonalFamily.linearIsometry.

Defined in
Mathlib.Analysis.InnerProductSpace.l2Space
Cited by
7 results in Mathlib
Foundations
Depth 228 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupInnerProductSpaceNormedAddCommGroupInnerProductSpaceCompleteSpace

Around this declaration

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

Cites17

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.