Mathlib Map

Theorems · Theorem · algebraic topology

simply_connected_iff_paths_homotopic

∀ {Y : Type u_2} [inst : TopologicalSpace Y],
  SimplyConnectedSpace Y ↔ PathConnectedSpace Y ∧ ∀ (x y : Y), Subsingleton (Path.Homotopic.Quotient x y)

A space is simply connected iff it is path connected, and there is at most one path up to homotopy between any two points.

Defined in
Mathlib.AlgebraicTopology.FundamentalGroupoid.SimplyConnected
Cited by
1 results in Mathlib
Foundations
Depth 142 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpace

Around this declaration

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

Cites8

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

Cited by1

Results whose statement or proof uses this declaration.