]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/nat.ma
better notation for oalgebra
[helm.git] / helm / software / matita / library / nat / nat.ma
index b098279e62e9ed3ecf1cf99a04e564faaf3bbf2c..83b489f06eb08a6772e0d7abb00e315032604ad0 100644 (file)
@@ -1,5 +1,5 @@
 (**************************************************************************)
-(*       ___                                                                 *)
+(*       ___                                                             *)
 (*      ||M||                                                             *)
 (*      ||A||       A project by Andrea Asperti                           *)
 (*      ||T||                                                             *)
@@ -19,6 +19,9 @@ inductive nat : Set \def
   | S : nat \to nat.
 
 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