]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/dama/dama/models/nat_lebesgue.ma
- notation fixed according to the new stricter semantics
[helm.git] / helm / software / matita / contribs / dama / dama / models / nat_lebesgue.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "lebesgue.ma".
16 include "models/nat_order_continuous.ma".
17
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 → 
22       x ∈ [l,u] ∧ 
23       ∀h:x ∈ [l,u].
24        uniform_converge {[l,u]} (⌊n,〈a n,H n〉⌋) 〈x,h〉.
25 intros; apply lebesgue_oc; [apply nat_us_is_oc] assumption;
26 qed.
27