projects
/
helm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2121ee8
)
commit by user andrea
author
matitaweb
<claudio.sacerdoticoen@unibo.it>
Wed, 12 Oct 2011 14:00:06 +0000
(14:00 +0000)
committer
matitaweb
<claudio.sacerdoticoen@unibo.it>
Wed, 12 Oct 2011 14:00:06 +0000
(14:00 +0000)
weblib/tutorial/chapter2.ma
patch
|
blob
|
history
diff --git
a/weblib/tutorial/chapter2.ma
b/weblib/tutorial/chapter2.ma
index 21a0151cd2f4b17aac12bc916f9a95a28291a241..3b878a63c49c3a093b55373ce9584c8f8658cb2f 100644
(file)
--- a/
weblib/tutorial/chapter2.ma
+++ b/
weblib/tutorial/chapter2.ma
@@
-215,6
+215,13
@@
an element of a of type A and a proof of P(a). The crucial point is to have a la
reach enough to comprise proofs among its expressions.
*)
-axiom div2P n : nat → {N×N | True}.
+inductive Sub (A:Type[0]) (P:A → Prop) : Type[0] ≝
+| sub_intro : ∀a:A. P a → Sub A P.
+
+
+
+
+ axiom div2P n : nat → {N×N | True}.
+