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 theorem nat_lebesgue_oc:
19 ∀a:sequence ℕ.∀l,u:ℕ.∀H:∀i:nat.a i ∈ [l,u].
20 ∀x:ℕ.a order_converges x →
23 uniform_converge {[l,u]} ⌊n,≪a n,H n≫⌋ ≪x,h≫.
24 intros; apply lebesgue_oc; [apply nat_us_is_oc] assumption;