Mathlib Map

Theorems · Theorem · algebraic topology

simply_connected_iff_loops_nullhomotopic

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

A space is simply connected if and only if it is path-connected and every loop at any basepoint is null-homotopic (i.e., homotopic to the constant loop).

Defined in
Mathlib.AlgebraicTopology.FundamentalGroupoid.SimplyConnected
Cited by
1 results in Mathlib
Foundations
Depth 144 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.

Cites18

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.