]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/dama/dama/models/nat_lebesgue.ma
simplified coercDb implementation with additional info about the position of
[helm.git] / helm / software / matita / contribs / dama / dama / models / nat_lebesgue.ma
index 8b062b6ded457bad06717da766967b76902de547..dd1f52b7233d8399cbd1dd390098969027e6815f 100644 (file)
 include "lebesgue.ma".
 include "models/nat_order_continuous.ma".
 
-alias symbol "pair" = "dependent pair".
 theorem nat_lebesgue_oc:
    ∀a:sequence ℕ.∀l,u:ℕ.∀H:∀i:nat.a i ∈ [l,u]. 
      ∀x:ℕ.a order_converges x → 
       x ∈ [l,u] ∧ 
       ∀h:x ∈ [l,u].
-       uniform_converge {[l,u]} â\8c\8an,â\8c©a n,H nâ\8cªâ\8c\8b â\8c©x,hâ\8cª.
+       uniform_converge {[l,u]} â\8c\8an,â\89ªa n,H nâ\89«â\8c\8b â\89ªx,hâ\89«.
 intros; apply lebesgue_oc; [apply nat_us_is_oc] assumption;
 qed.