Added templates and some code done

This commit is contained in:
2026-02-08 12:32:06 +01:00
parent 8bd3e255a0
commit 0fd49a19e9
22 changed files with 448 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
module 1FundamentalGroup.Preambles.P0 where
open import Cubical.Data.Empty using () public
open import Cubical.Data.Unit renaming ( Unit to ) public
open import Cubical.Data.Bool renaming ( elim to Bool-elim ) public
open import Cubical.Foundations.Prelude
renaming ( subst to endPt
; transport to pathToFun
) public
open import Cubical.Foundations.Isomorphism renaming ( Iso to _≅_ ) public
open import Cubical.Foundations.Path public
open import Cubical.HITs.S1 renaming ( elim to S¹-elim ) public