Skip to content

Commit bb097aa

Browse files
committed
headers for homotopy course
1 parent a699578 commit bb097aa

12 files changed

Lines changed: 53 additions & 16 deletions

File tree

library/mathematics/homotopy/KGn.anders

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
module KGn where
28
import library/foundations/mltt/inductive
39
import 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

library/mathematics/homotopy/S1.anders

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
module S1 where
29
import library/mathematics/homotopy/coequalizer
310
import library/foundations/mltt/bool

library/mathematics/homotopy/Sn.anders

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
module Sn where
28
import library/foundations/mltt/nat
39
import library/foundations/univalent/extensionality

library/mathematics/homotopy/coequalizer.anders

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
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

157
module coequalizer where
168
import library/foundations/univalent/equiv

library/mathematics/homotopy/colim.anders

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
module colimit where
28
import library/foundations/mltt/nat
39
import library/foundations/mltt/w

library/mathematics/homotopy/hs.anders

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
module hs where
29
import library/foundations/univalent/path
310
import library/foundations/univalent/equiv

library/mathematics/homotopy/loop.anders

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

99
module loop where
1010
import library/foundations/univalent/path

library/mathematics/homotopy/pullback.anders

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
HoTT 2.15
44

5-
Copyright (c) Groupoid Infinity, 2014-2022. -}
5+
Copyright (c) Groupoid Infinity, 2016-2026. -}
66

77
module pullback where
88
import library/foundations/univalent/path

library/mathematics/homotopy/pushout.anders

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
HoTT 6.8 Pushouts
44

5-
Copyright (c) Groupoid Infinity, 2014-2025. -}
5+
Copyright (c) Groupoid Infinity, 2016-2026. -}
66

77
module pushout where
88
import library/foundations/mltt/either

library/mathematics/homotopy/quotient.anders

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
{- Quotient: https://anders.groupoid.space/mathematics/homotopy/quotient/
2+
3+
HoTT 6.10
4+
5+
Copyright (c) Groupoid Infinity, 2016-2026. -}
6+
17
module quotient where
28
import library/foundations/univalent/path
39
import library/mathematics/homotopy/coequalizer

0 commit comments

Comments
 (0)