]> matita.cs.unibo.it Git - helm.git/commitdiff
commit by user andrea
authormatitaweb <claudio.sacerdoticoen@unibo.it>
Wed, 12 Oct 2011 14:00:06 +0000 (14:00 +0000)
committermatitaweb <claudio.sacerdoticoen@unibo.it>
Wed, 12 Oct 2011 14:00:06 +0000 (14:00 +0000)
weblib/tutorial/chapter2.ma

index 21a0151cd2f4b17aac12bc916f9a95a28291a241..3b878a63c49c3a093b55373ce9584c8f8658cb2f 100644 (file)
@@ -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}.
+