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

update

parent 996d7b23
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ definition not_zero ≔ neq 0
symbol prod_not_zero (x y: Term nat):
Term (not_zero x) ⇒ Term (not_zero y) ⇒ Term (not_zero (times x y))
definition nznat ≔ ePsub nat not_zero
definition nznat ≔ Psub not_zero
// Constructor of nznat
definition nznatc (x: Term nat) (h: Term (not_zero x)) : Term nznat ≔
......
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