]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/dama/sequence.ma
...
[helm.git] / helm / software / matita / dama / sequence.ma
index 9edc871e5ce25ba2f2373d07b01aa6c82f74d043..1350545ae23863b86a04019befa86e293b1cd376 100644 (file)
@@ -58,7 +58,12 @@ intros (O s x Ssup); elim Ssup (Ubx M); clear Ssup; split; [assumption]
 intros 3 (y Uby E); cases (M ? E) (n En); unfold in Uby; cases (Uby ? En);
 qed.
 
+include "ordered_group.ma".
+include "nat/orders.ma".
 
+definition tends ≝ 
+  λO:ogroup.λs:sequence O.
+    ∀e:O.0 < e → ∃N.∀n.N < n → -e < s n ∧ s n < e.
 
 definition increasing ≝ 
   λO:pordered_set.λa:sequence O.∀n:nat.a n ≤ a (S n).