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 "sequence.ma".
16 include "metric_space.ma".
17 include "nat/orders.ma".
20 λO:pogroup.λs:sequence O.∀e:O.0 < e → ∃N.∀n.N < n → -e < s n ∧ s n < e.
23 λR.λms:metric_space R.λs:sequence ms.λk.λn. δ (s n) k.
25 notation "s ⇝ x" non associative with precedence 50 for @{'tends $s $x}.
26 interpretation "tends to" 'tends s x = (tends0 _ (d2s _ _ s x)).