Added templates and some code done
This commit is contained in:
27
1FundamentalGroup/Quest2.agda
Normal file
27
1FundamentalGroup/Quest2.agda
Normal file
@@ -0,0 +1,27 @@
|
||||
-- ignore
|
||||
module 1FundamentalGroup.Quest2 where
|
||||
open import 1FundamentalGroup.Preambles.P2
|
||||
|
||||
isSet→LoopSpace≡⊤ : {A : Type} (x : A) → isSet A → (x ≡ x) ≡ ⊤
|
||||
isSet→LoopSpace≡⊤ = {!!}
|
||||
|
||||
data _⊔_ (A B : Type) : Type where
|
||||
|
||||
inl : A → A ⊔ B
|
||||
inr : B → A ⊔ B
|
||||
|
||||
{-
|
||||
|
||||
Your definition of ℤ≡ℕ⊔ℕ goes here.
|
||||
|
||||
Your definition of ⊔NoConfusion goes here.
|
||||
|
||||
Your definition of Path≡⊔NoConfusion goes here.
|
||||
|
||||
Your definition of isSet⊔NoConfusion goes here.
|
||||
|
||||
Your definition of isSet⊔ goes here.
|
||||
|
||||
Your definition of isSetℤ goes here.
|
||||
|
||||
-}
|
||||
Reference in New Issue
Block a user