Skip to content

Commit f524f55

Browse files
committed
S^1 from W+Path
1 parent 160b84e commit f524f55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/mathematics/homotopy/S1.anders

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ def S¹ : U := coequ 𝟏 𝟏 (id 𝟏) (id 𝟏)
77
def base : S¹ := ι₂ 𝟏 𝟏 (id 𝟏) (id 𝟏) ★
88
def loop : Path S¹ base base := resp 𝟏 𝟏 (id 𝟏) (id 𝟏) ★
99

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

Comments
 (0)