]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/dama/dama/nat_ordered_set.ma
general reorganization and first (unconditional) proof of lebesgue over naturals
[helm.git] / helm / software / matita / contribs / dama / dama / nat_ordered_set.ma
index d625d391d72934654b9730b33961acbf9f3e0822..23865418c48fb898f8eeb896ed0894d89ac5e080 100644 (file)
@@ -49,6 +49,9 @@ apply (mk_ordered_set ? nat_excess);
 |2: apply nat_excess_cotransitive]
 qed.
 
+notation "\naturals" non associative with precedence 90 for @{'nat}.
+interpretation "ordered set N" 'nat = nat_ordered_set.
+
 alias id "le" = "cic:/matita/nat/orders/le.ind#xpointer(1/1)".
 lemma os_le_to_nat_le:
   ∀a,b:nat_ordered_set.a ≤ b → le a b.