Mathlib Map

Theorems · Definition · functional analysis

ContinuousAffineMap.decompLinearIsometryEquiv

(𝕜 : Type u_1) →
  (R : Type u_2) →
    (V : Type u_3) →
      (W : Type u_4) →
        [inst : SeminormedAddCommGroup V] →
          [inst_1 : SeminormedAddCommGroup W] →
            [inst_2 : NontriviallyNormedField 𝕜] →
              [inst_3 : NormedSpace 𝕜 V] →
                [inst_4 : NormedSpace 𝕜 W] →
                  [inst_5 : Ring R] →
                    [inst_6 : Module R W] →
                      [inst_7 : ContinuousConstSMul R W] →
                        [inst_8 : SMulCommClass 𝕜 R W] → (V →ᴬ[𝕜] W) ≃ₗᵢ[R] W × (V →L[𝕜] W)

The space of affine maps between two normed spaces is linearly isometric to the product of the codomain with the space of linear maps, by taking the value of the affine map at (0 : V) and the linear part.

Defined in
Mathlib.Analysis.Normed.Affine.ContinuousAffineMap
Cited by
4 results in Mathlib
Foundations
Depth 175 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedAddCommGroupSeminormedAddCommGroupNontriviallyNormedFieldNormedSpaceNormedSpaceRingModuleContinuousConstSMulSMulCommClass

Around this declaration

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

Cites13

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

Cited by5

Results whose statement or proof uses this declaration.