added Quest0SideQuests/TrueNotFalse.agda

This commit is contained in:
Jlh18 2021-09-27 11:45:56 +01:00
parent a12e754c23
commit 3fe0981c07
5 changed files with 13 additions and 4 deletions

View File

@ -0,0 +1,9 @@
module 1FundamentalGroup.Quest0SideQuests.TrueNotFalse where
open import Cubical.Data.Empty
open import Cubical.Data.Unit renaming ( Unit to )
open import Cubical.Data.Bool using (Bool ; true ; false)
open import Cubical.Foundations.Prelude
true≢false : true false
true≢false = {!!}

View File

@ -1,12 +1,12 @@
module 1FundamentalGroup.Quest0SideQuests.SideQuest0 where
module 1FundamentalGroup.Quest0SideQuests.TrueNotFalseSolutions where
open import Cubical.Data.Empty
open import Cubical.Data.Unit renaming ( Unit to )
open import Cubical.Data.Bool
open import Cubical.Data.Bool using (Bool ; true ; false)
open import Cubical.Foundations.Prelude
true≢false' : true false
true≢false' h = transport ⊤≡⊥ tt where
true≢false : true false
true≢false h = transport ⊤≡⊥ tt where
propify : Bool Type
propify false =