Zulip Chat Archive

Stream: Is there code for X?

Topic: Fundamental group of the sphere


Adrian (Mar 20 2025 at 13:23):

Is there a proof that the fundamental group of the two dimensional sphere is the trivial group?

Jireh Loreaux (Mar 20 2025 at 16:53):

I don't believe so, as the import chain only has:

Mathlib.AlgebraicTopology.FundamentalGroupoid.FundamentalGroup 
Mathlib.Topology.Homotopy.HomotopyGroup 
Mathlib

Michael Rothgang (Mar 20 2025 at 17:33):

This result (perhaps for the n-sphere, for any n2n\geq 2) would certainly be a welcome addition to mathlib!

Yury G. Kudryashov (Mar 20 2025 at 19:59):

The only instance for SimplyConnected is for contractible spaces.

Yury G. Kudryashov (Mar 20 2025 at 20:00):

What's the easiest argument here? Prove some exact sequence? Or find a smooth curve homotopic to a given continuous curve, deduce that the range is not the whole sphere, then apply stereographic projection?

Jz Pan (Mar 21 2025 at 06:31):

Yury G. Kudryashov said:

What's the easiest argument here? Prove some exact sequence? Or find a smooth curve homotopic to a given continuous curve, deduce that the range is not the whole sphere, then apply stereographic projection?

I think the textbook way to prove that π1(Sn),n2\pi_1(S^n), n\geq 2 is trivial is using https://en.wikipedia.org/wiki/Seifert%E2%80%93Van_Kampen_theorem.


Last updated: May 02 2025 at 03:31 UTC