Mathlib Map

Theorems · Theorem · general topology

isConnected_sphere

∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E],
  1 < Module.rank ℝ E → ∀ (x : E) {r : ℝ}, 0 ≤ r → IsConnected (Metric.sphere x r)

In a real vector space of dimension > 1, any sphere of nonnegative radius is connected.

Defined in
Mathlib.Analysis.Normed.Module.Connected
Cited by
2 results in Mathlib
Foundations
Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

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

Cites9

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

Cited by2

Results whose statement or proof uses this declaration.