Documentation

Mathlib.Analysis.NormedSpace.Real

Basic facts about real (semi)normed spaces #

In this file we prove some theorems about (semi)normed spaces over real numberes.

Main results #

If E is a nontrivial topological module over ℝ, then E has no isolated points. This is a particular case of Module.punctured_nhds_neBot.

theorem norm_smul_of_nonneg {E : Type u_1} [SeminormedAddCommGroup E] [NormedSpace ℝ E] {t : ℝ} (ht : 0 ≤ t) (x : E) :
theorem dist_smul_add_one_sub_smul_le {E : Type u_1} [SeminormedAddCommGroup E] [NormedSpace ℝ E] {r : ℝ} {x y : E} (h : r ∈ Set.Icc 0 1) :
dist (r • x + (1 - r) • y) x ≤ dist y x
theorem closure_ball {E : Type u_1} [SeminormedAddCommGroup E] [NormedSpace ℝ E] (x : E) {r : ℝ} (hr : r ≠ 0) :
theorem frontier_ball {E : Type u_1} [SeminormedAddCommGroup E] [NormedSpace ℝ E] (x : E) {r : ℝ} (hr : r ≠ 0) :
theorem interior_closedBall {E : Type u_1} [SeminormedAddCommGroup E] [NormedSpace ℝ E] (x : E) {r : ℝ} (hr : r ≠ 0) :
theorem interior_sphere {E : Type u_1} [SeminormedAddCommGroup E] [NormedSpace ℝ E] (x : E) {r : ℝ} (hr : r ≠ 0) :
theorem frontier_sphere {E : Type u_1} [SeminormedAddCommGroup E] [NormedSpace ℝ E] (x : E) {r : ℝ} (hr : r ≠ 0) :
theorem exists_norm_eq (E : Type u_1) [NormedAddCommGroup E] [NormedSpace ℝ E] [Nontrivial E] {c : ℝ} (hc : 0 ≤ c) :
∃ (x : E), ‖x‖ = c
@[simp]

In a nontrivial real normed space, a sphere is nonempty if and only if its radius is nonnegative.

@[simp]
theorem interior_sphere' {E : Type u_1} [NormedAddCommGroup E] [NormedSpace ℝ E] [Nontrivial E] (x : E) (r : ℝ) :
@[simp]