Documentation

Mathlib.Analysis.Normed.Module.Seminorm.Norm

The norm as a seminorm #

In this file, we define the norm of a normed space as a bundled seminorm.

def normSeminorm (๐•œ : Type u_1) (E : Type u_2) [NormedField ๐•œ] [SeminormedAddCommGroup E] [NormedSpace ๐•œ E] :
Seminorm ๐•œ E

The norm of a seminormed space as a seminorm.

Equations
Instances For
    @[simp]
    theorem coe_normSeminorm (๐•œ : Type u_1) (E : Type u_2) [NormedField ๐•œ] [SeminormedAddCommGroup E] [NormedSpace ๐•œ E] :
    โ‡‘(normSeminorm ๐•œ E) = norm
    @[simp]
    theorem ball_normSeminorm (๐•œ : Type u_1) (E : Type u_2) [NormedField ๐•œ] [SeminormedAddCommGroup E] [NormedSpace ๐•œ E] :
    @[simp]
    theorem closedBall_normSeminorm (๐•œ : Type u_1) (E : Type u_2) [NormedField ๐•œ] [SeminormedAddCommGroup E] [NormedSpace ๐•œ E] :
    theorem absorbent_ball_zero {๐•œ : Type u_1} {E : Type u_2} [NormedField ๐•œ] [SeminormedAddCommGroup E] [NormedSpace ๐•œ E] {r : โ„} (hr : 0 < r) :
    Absorbent ๐•œ (Metric.ball 0 r)

    Balls at the origin are absorbent.

    theorem absorbent_ball {๐•œ : Type u_1} {E : Type u_2} [NormedField ๐•œ] [SeminormedAddCommGroup E] [NormedSpace ๐•œ E] {r : โ„} {x : E} (hx : โ€–xโ€– < r) :
    Absorbent ๐•œ (Metric.ball x r)

    Balls containing the origin are absorbent.

    theorem balanced_ball_zero {๐•œ : Type u_1} {E : Type u_2} [NormedField ๐•œ] [SeminormedAddCommGroup E] [NormedSpace ๐•œ E] {r : โ„} :
    Balanced ๐•œ (Metric.ball 0 r)

    Balls at the origin are balanced.

    theorem balanced_closedBall_zero {๐•œ : Type u_1} {E : Type u_2} [NormedField ๐•œ] [SeminormedAddCommGroup E] [NormedSpace ๐•œ E] {r : โ„} :
    Balanced ๐•œ (Metric.closedBall 0 r)

    Closed balls at the origin are balanced.

    theorem rescale_to_shell_semi_normed_zpow {๐•œ : Type u_1} {E : Type u_2} [NormedField ๐•œ] [SeminormedAddCommGroup E] [NormedSpace ๐•œ E] {x : E} {c : ๐•œ} {ฮต : โ„} (hc : 1 < โ€–cโ€–) (ฮตpos : 0 < ฮต) (hx : โ€–xโ€– โ‰  0) :

    If there is a scalar c with โ€–cโ€– > 1, then any element with nonzero norm can be moved by scalar multiplication to any shell of width โ€–cโ€–. Also recap information on the norm of the rescaling element that shows up in applications.

    theorem rescale_to_shell_semi_normed {๐•œ : Type u_1} {E : Type u_2} [NormedField ๐•œ] [SeminormedAddCommGroup E] [NormedSpace ๐•œ E] {x : E} {c : ๐•œ} {ฮต : โ„} (hc : 1 < โ€–cโ€–) (ฮตpos : 0 < ฮต) (hx : โ€–xโ€– โ‰  0) :

    If there is a scalar c with โ€–cโ€– > 1, then any element with nonzero norm can be moved by scalar multiplication to any shell of width โ€–cโ€–. Also recap information on the norm of the rescaling element that shows up in applications.

    theorem rescale_to_shell_zpow {๐•œ : Type u_1} {E : Type u_2} [NormedField ๐•œ] [NormedAddCommGroup E] [NormedSpace ๐•œ E] {x : E} {c : ๐•œ} {ฮต : โ„} (hc : 1 < โ€–cโ€–) (ฮตpos : 0 < ฮต) (hx : x โ‰  0) :
    theorem rescale_to_shell {๐•œ : Type u_1} {E : Type u_2} [NormedField ๐•œ] [NormedAddCommGroup E] [NormedSpace ๐•œ E] {x : E} {c : ๐•œ} {ฮต : โ„} (hc : 1 < โ€–cโ€–) (ฮตpos : 0 < ฮต) (hx : x โ‰  0) :

    If there is a scalar c with โ€–cโ€– > 1, then any element can be moved by scalar multiplication to any shell of width โ€–cโ€–. Also recap information on the norm of the rescaling element that shows up in applications.