1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "lebesgue.ma".
16 include "models/nat_order_continuous.ma".
18 alias symbol "pair" = "dependent pair".
19 theorem nat_lebesgue_oc:
20 ∀a:sequence ℕ.∀l,u:ℕ.∀H:∀i:nat.a i ∈ [l,u].
21 ∀x:ℕ.a order_converges x →
24 uniform_converge {[l,u]} ⌊n,〈a n,H n〉⌋ 〈x,h〉.
25 intros; apply lebesgue_oc; [apply nat_us_is_oc] assumption;