]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/nat.ma
The relevance list can be shorter than leftno (when the default is used).
[helm.git] / helm / software / matita / library / nat / nat.ma
index c54b41c8d71e73262c949ea5043b6ddd2c4cc5d4..5e3e769ec11cf8778db2aa4d43986c5544b23d7e 100644 (file)
@@ -1,5 +1,5 @@
 (**************************************************************************)
-(*       ___                                                                 *)
+(*       ___                                                             *)
 (*      ||M||                                                             *)
 (*      ||A||       A project by Andrea Asperti                           *)
 (*      ||T||                                                             *)
@@ -19,6 +19,7 @@ inductive nat : Set \def
   | S : nat \to nat.
 
 interpretation "Natural numbers" 'N = nat.
+alias num (instance 0) = "natural number".
 
 definition pred: nat \to nat \def
  \lambda n:nat. match n with