X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fdama%2Fdama%2Fnat_ordered_set.ma;h=23865418c48fb898f8eeb896ed0894d89ac5e080;hb=89f78f0dcea3eabe47182bdb27bfca8a97cfc3e5;hp=d625d391d72934654b9730b33961acbf9f3e0822;hpb=3c1ca5620048ad842144fba291f8bc5f0dca7061;p=helm.git diff --git a/helm/software/matita/contribs/dama/dama/nat_ordered_set.ma b/helm/software/matita/contribs/dama/dama/nat_ordered_set.ma index d625d391d..23865418c 100644 --- a/helm/software/matita/contribs/dama/dama/nat_ordered_set.ma +++ b/helm/software/matita/contribs/dama/dama/nat_ordered_set.ma @@ -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.