HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Definition df-clim 8235
Description: Define the limit relation for complex number sequences. See clim 8237 for its relational expression.
Assertion
Ref Expression
df-clim |- ~~> = {<.f, y>. | (y e. CC /\ A.x e. RR (0 < x -> E.j e. ZZ A.k e. ZZ (j <_ k -> ((f` k) e. CC /\ (abs` ((f` k) - y)) < x))))}
Distinct variable group:   j,k,x,y,f

Detailed syntax breakdown of Definition df-clim
StepHypRef Expression
1 cli 8234 . 2 class ~~>
2 vy . . . . . 6 set y
32cv 1297 . . . . 5 class y
4 cc 6384 . . . . 5 class CC
53, 4wcel 1300 . . . 4 wff y e. CC
6 cc0 6386 . . . . . . 7 class 0
7 vx . . . . . . . 8 set x
87cv 1297 . . . . . . 7 class x
9 clt 6653 . . . . . . 7 class <
106, 8, 9wbr 3338 . . . . . 6 wff 0 < x
11 vj . . . . . . . . . . 11 set j
1211cv 1297 . . . . . . . . . 10 class j
13 vk . . . . . . . . . . 11 set k
1413cv 1297 . . . . . . . . . 10 class k
15 cle 6448 . . . . . . . . . 10 class <_
1612, 14, 15wbr 3338 . . . . . . . . 9 wff j <_ k
17 vf . . . . . . . . . . . . 13 set f
1817cv 1297 . . . . . . . . . . . 12 class f
1914, 18cfv 3998 . . . . . . . . . . 11 class (f` k)
2019, 4wcel 1300 . . . . . . . . . 10 wff (f` k) e. CC
21 cmin 6445 . . . . . . . . . . . . 13 class -
2219, 3, 21co 4884 . . . . . . . . . . . 12 class ((f` k) - y)
23 cabs 8000 . . . . . . . . . . . 12 class abs
2422, 23cfv 3998 . . . . . . . . . . 11 class (abs`
((f` k) - y))
2524, 8, 9wbr 3338 . . . . . . . . . 10 wff (abs` ((f` k) - y)) < x
2620, 25wa 240 . . . . . . . . 9 wff ((f` k) e. CC /\ (abs` ((f` k) - y)) < x)
2716, 26wi 3 . . . . . . . 8 wff (j <_ k -> ((f` k) e. CC /\ (abs` ((f` k) - y)) < x))
28 cz 6451 . . . . . . . 8 class ZZ
2927, 13, 28wral 2105 . . . . . . 7 wff A.k e. ZZ (j <_ k -> ((f` k) e. CC /\ (abs` ((f` k) - y)) < x))
3029, 11, 28wrex 2106 . . . . . 6 wff E.j e. ZZ A.k e. ZZ (j <_ k -> ((f` k) e. CC /\ (abs` ((f` k) - y)) < x))
3110, 30wi 3 . . . . 5 wff (0 < x -> E.j e. ZZ A.k e. ZZ (j <_ k -> ((f` k) e. CC /\ (abs` ((f` k) - y)) < x)))
32 cr 6385 . . . . 5 class RR
3331, 7, 32wral 2105 . . . 4 wff A.x e. RR (0 < x -> E.j e. ZZ A.k e. ZZ (j <_ k -> ((f` k) e. CC /\ (abs` ((f` k) - y)) < x)))
345, 33wa 240 . . 3 wff (y e. CC /\ A.x e. RR (0 < x -> E.j e. ZZ A.k e. ZZ (j <_ k -> ((f` k) e. CC /\ (abs` ((f` k) - y)) < x))))
3534, 17, 2copab 3395 . 2 class {<.f, y>. | (y e. CC /\ A.x e. RR (0 < x -> E.j e. ZZ A.k e. ZZ (j <_ k -> ((f` k) e. CC /\ (abs` ((f` k) - y)) < x))))}
361, 35wceq 1298 1 wff ~~> = {<.f, y>. | (y e. CC /\ A.x e. RR (0 < x -> E.j e. ZZ A.k e. ZZ (j <_ k -> ((f` k) e. CC /\ (abs` ((f` k) - y)) < x))))}
Colors of variables: wff set class
This definition is referenced by:  climrel 8236  clim 8237
Copyright terms: Public domain