Documentation

Mathlib.Analysis.Normed.Module.RCLike.Real

Basic facts about real (semi)normed spaces #

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

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 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_sphere {E : Type u_1} [SeminormedAddCommGroup E] [NormedSpace โ„ E] (x : E) {r : โ„} (hr : r โ‰  0) :
interior (Metric.sphere x r) = โˆ…
@[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 : โ„) :
interior (Metric.sphere x r) = โˆ