]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/dama/dama/models/nat_lebesgue.ma
some more work to factorize out uninteresting parts of the proof...
[helm.git] / helm / software / matita / contribs / dama / dama / models / nat_lebesgue.ma
index 228392dda8a8c7254fc5c1abcd8d2d14fb595c4d..8b062b6ded457bad06717da766967b76902de547 100644 (file)
@@ -17,11 +17,11 @@ include "models/nat_order_continuous.ma".
 
 alias symbol "pair" = "dependent pair".
 theorem nat_lebesgue_oc:
-   ∀a:sequence ℕ.∀l,u:nat_ordered_uniform_space.∀H:∀i:nat.a i ∈ [l,u]. 
+   ∀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]} (⌊n,〈a n,H n〉⌋) 〈x,h〉.
+       uniform_converge {[l,u]} ⌊n,〈a n,H n〉⌋ 〈x,h〉.
 intros; apply lebesgue_oc; [apply nat_us_is_oc] assumption;
 qed.