Skip to content
Snippets Groups Projects
Commit d14bd2c1 authored by gabrielhdt's avatar gabrielhdt
Browse files

not

parent 3fdd6b67
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,4 @@ definition bool ≔ Prop
definition false ≔ @prod Type Prop uProp (λ x : @Term Type uProp, x)
definition true ≔ @Term Prop false ⇒ @Term Prop false
definition bnot (P: @Term Type uProp) ≔ @Term Prop P ⇒ @Term Prop false
// definition band (P Q: @Term Type uProp) ≔ @Term Prop P ⇒ (bnot (@Term Prop Q))
definition bnot (P: @Term Type uProp) ≔ @prod Prop Prop P (λ x, false)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment