]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/nat.ma
minus in nat.ma
[helm.git] / helm / software / matita / library / nat / nat.ma
index c54b41c8d71e73262c949ea5043b6ddd2c4cc5d4..83b489f06eb08a6772e0d7abb00e315032604ad0 100644 (file)
@@ -1,5 +1,5 @@
 (**************************************************************************)
-(*       ___                                                                 *)
+(*       ___                                                             *)
 (*      ||M||                                                             *)
 (*      ||A||       A project by Andrea Asperti                           *)
 (*      ||T||                                                             *)
@@ -20,6 +20,10 @@ inductive nat : Set \def
 
 interpretation "Natural numbers" 'N = nat.
 
+default "natural numbers" cic:/matita/nat/nat/nat.ind.
+
+alias num (instance 0) = "natural number".
+
 definition pred: nat \to nat \def
  \lambda n:nat. match n with
  [ O \Rightarrow  O