We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160b84e commit f524f55Copy full SHA for f524f55
lib/mathematics/homotopy/S1.anders
@@ -7,3 +7,11 @@ def S¹ : U := coequ 𝟏 𝟏 (id 𝟏) (id 𝟏)
7
def base : S¹ := ι₂ 𝟏 𝟏 (id 𝟏) (id 𝟏) ★
8
def loop : Path S¹ base base := resp 𝟏 𝟏 (id 𝟏) (id 𝟏) ★
9
10
+-- [Sokhatsky] 2022
11
+
12
+def Loop₀ : U := PathP (<_>𝟐) false false
13
+def Rec : 𝟐 -> U := λ (x : 𝟐), 2-rec U 𝟎 Loop₀ x
14
+def WS¹ : U := W (x : 𝟐), Rec x
15
+def Wbase : WS¹ := sup 𝟐 Rec false (ind₀ WS¹)
16
+def Wloop (n : WS¹) : WS¹ := sup 𝟐 Rec true (λ (x : Loop₀), n)
17
0 commit comments