File tree Expand file tree Collapse file tree
library/mathematics/homotopy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {- K(G,n): https://anders.groupoid.space/mathematics/homotopy/KGn/
2+
3+ - Eilenberg-MacLane spaces K(G,n).
4+
5+ Copyright (c) Groupoid Infinity, 2016-2026. -}
6+
17module KGn where
28import library/foundations/mltt/inductive
39import library/mathematics/algebra/algebra
@@ -44,7 +50,7 @@ def K1-ind (G : group) (P : K1 G → U)
4450 (2-quot-ind 𝟏 (R-K1 G) (Q-K1 G) (λ (x : 2-quot 𝟏 (R-K1 G) (Q-K1 G)), P (trunc₁ (2-quot 𝟏 (R-K1 G) (Q-K1 G)) two x))
4551 (λ (_ : 𝟏), pPoint)
4652 (λ (_ _ : 𝟏) (g : G.1.1), pPath g)
47- (λ (x y : 𝟏) (r1 r2 : R¯ 𝟏 (R-K1 G) x y) (q : Q-K1 G x y r1 r2),
53+ (λ (x y : 𝟏) (r1 r2 : R¯ 𝟏 (R-K1 G) x y) (q : Q-K1 G x y r1 r2),
4854 <i> PathP (<j> P (trunc₁ (2-quot 𝟏 (R-K1 G) (Q-K1 G)) two (2-quot₃ 𝟏 (R-K1 G) (Q-K1 G) x y r1 r2 q @ i @ j)))
4955 (pPath G.2.1.2.2.1 @ i) (pPath G.2.1.2.2.1 @ i)))
5056 nHub nSpoke z
Original file line number Diff line number Diff line change 1+ {- S^1: https://anders.groupoid.space/mathematics/homotopy/s1/
2+ - S^1 Sphere (Circle).
3+
4+ HoTT 6.4 Circles and Spheres
5+
6+ Copyright (c) Groupoid Infinity, 2016-2026. -}
7+
18module S1 where
29import library/mathematics/homotopy/coequalizer
310import library/foundations/mltt/bool
Original file line number Diff line number Diff line change 1+ {- n-Sphere: https://anders.groupoid.space/mathematics/homotopy/nsphere/
2+
3+ HoTT 6.4 Circles and Spheres
4+
5+ Copyright (c) Groupoid Infinity, 2016-2026. -}
6+
17module Sn where
28import library/foundations/mltt/nat
39import library/foundations/univalent/extensionality
Original file line number Diff line number Diff line change 1- {- Homotopy Type Theory:
2- - Coequalizer and Hubs/Spokes as primitives.
3- - S¹ sphere and 𝑛-sphere.
4- - Pushout.
5- - Suspension.
6- - 𝑛-Truncation.
1+ {- Coequalizer: https://anders.groupoid.space/mathematics/homotopy/coequalizer/
72
8- HoTT 6.8 Pushouts
9- HoTT 6.10 Quotients
10- HoTT 6.7 Hub and Spoke Disc
11- HoTT 6.9 Truncations
3+ HoTT 6.12 The flattening lemma
124
13- Copyright (c) Groupoid Infinity, 2014-2022 . -}
5+ Copyright (c) Groupoid Infinity, 2016-2026 . -}
146
157module coequalizer where
168import library/foundations/univalent/equiv
Original file line number Diff line number Diff line change 1+ {- Colimit: https://anders.groupoid.space/mathematics/homotopy/colimit/
2+
3+ HoTT 7.4 Colimits of n-types
4+
5+ Copyright (c) Groupoid Infinity, 2016-2026. -}
6+
17module colimit where
28import library/foundations/mltt/nat
39import library/foundations/mltt/w
Original file line number Diff line number Diff line change 1+ {- Homotopy Type Theory:
2+ - Coequalizer and Hubs/Spokes as primitives.
3+
4+ HoTT 6.7 Hub and Spoke Disc
5+
6+ Copyright (c) Groupoid Infinity, 2016-2026. -}
7+
18module hs where
29import library/foundations/univalent/path
310import library/foundations/univalent/equiv
Original file line number Diff line number Diff line change 44 HoTT 8.1 0-Truncations Loop Space of Circle
55 HoTT 8.4 Fiber Sequence and long exact sequence
66
7- Copyright (c) Groupoid Infinity, 2014 -2026. -}
7+ Copyright (c) Groupoid Infinity, 2016 -2026. -}
88
99module loop where
1010import library/foundations/univalent/path
Original file line number Diff line number Diff line change 22
33 HoTT 2.15
44
5- Copyright (c) Groupoid Infinity, 2014-2022 . -}
5+ Copyright (c) Groupoid Infinity, 2016-2026 . -}
66
77module pullback where
88import library/foundations/univalent/path
Original file line number Diff line number Diff line change 22
33 HoTT 6.8 Pushouts
44
5- Copyright (c) Groupoid Infinity, 2014-2025 . -}
5+ Copyright (c) Groupoid Infinity, 2016-2026 . -}
66
77module pushout where
88import library/foundations/mltt/either
Original file line number Diff line number Diff line change 1+ {- Quotient: https://anders.groupoid.space/mathematics/homotopy/quotient/
2+
3+ HoTT 6.10
4+
5+ Copyright (c) Groupoid Infinity, 2016-2026. -}
6+
17module quotient where
28import library/foundations/univalent/path
39import library/mathematics/homotopy/coequalizer
You can’t perform that action at this time.
0 commit comments