]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/library/dama/models/nat_lebesgue.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / library / 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 "dama/lebesgue.ma".
16 include "dama/models/nat_order_continuous.ma".
17
18 alias symbol "dependent_pair" = "dependent pair".
19 theorem nat_lebesgue_oc:
20    ∀a:sequence ℕ.∀s:‡ℕ.∀H:∀i:nat.a i ∈ s. 
21      ∀x:ℕ.a order_converges x → 
22       x ∈ s ∧ 
23       ∀h:x ∈ s.
24        uniform_converge {[s]} ⌊n,≪a n,H n≫⌋ ≪x,h≫.
25 intros; apply lebesgue_oc; [apply nat_us_is_oc] assumption;
26 qed.
27