HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: Contents + 1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10697

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8753)
  Hilbert Space Explorer  Hilbert Space Explorer
(8754-10334)
  User Sandboxes  User Sandboxes
(10335-10697)
 

Statement List for Metamath Proof Explorer - 6301-6400 - Page 64 of 107
TypeLabelDescription
Statement
 
Theoremser1f 6301 An infinite series is a function from NN to CC.
|- F:NN-->CC   =>   |- ( + seq1 F):NN-->CC
 
Theoremser1cl1 6302 The partial sums in an infinite series of complex terms are complex.
|- F:NN-->CC   =>   |- (A e. NN -> (( + seq1 F)` A) e. CC)
 
Theoremser1recl 6303 The partial sums in an infinite series of real terms are real.
|- F:NN-->RR   =>   |- (A e. NN -> (( + seq1 F)` A) e. RR)
 
Theoremser1ref 6304 The partial sums of an infinite series of reals is an infinite real sequence.
|- F:NN-->RR   =>   |- ( + seq1 F):NN-->RR
 
Theoremser1cl2 6305 Closure of the value of the B th term of an infinite series.
|- F = {<.x, y>. | (x e. NN /\ y = A)}   &   |- A.x e. NN A e. CC   =>   |- (B e. NN -> (( + seq1 F)` B) e. CC)
 
Theoremser1f2 6306 An infinite series is a function from NN to CC.
|- F = {<.x, y>. | (x e. NN /\ y = A)}   &   |- A.x e. NN A e. CC   =>   |- ( + seq1 F):NN-->CC
 
Theoremser11 6307 The value of the first term in an infinite series.
|- F = {<.x, y>. | (x e. NN /\ y = A)}   &   |- B e. V   &   |- (x = 1 -> A = B)   =>   |- (( + seq1 F)` 1) = B
 
Theoremser1p1 6308 The value of the next term in an infinite series.
|- F = {<.x, y>. | (x e. NN /\ y = A)}   &   |- C e. V   &   |- (x = (B + 1) -> A = C)   =>   |- (B e. NN -> (( + seq1 F)` (B + 1)) = ((( + seq1 F)` B) + C))
 
Theoremser1mono 6309 The partial sums in an infinite series of positive terms form a monotonic sequence.
|- F:NN-->RR   &   |- (x e. NN -> 0 <_ (F` x))   =>   |- (A e. NN -> (( + seq1 F)` A) <_ (( + seq1 F)` (A + 1)))
 
Theoremser1add2 6310 The sum of two infinite series.
|- F:NN-->CC   &   |- G:NN-->CC   &   |- H e. V   &   |- ((k e. NN /\ N e. NN /\ k <_ N) -> (H` k) = ((F` k) + (G` k)))   =>   |- (N e. NN -> (( + seq1 H)` N) = ((( + seq1 F)` N) + (( + seq1 G)` N)))
 
Theoremser1add 6311 The sum of two infinite series.
|- F:NN-->CC   &   |- G:NN-->CC   &   |- H e. V   &   |- ((k e. NN /\ k <_ N) -> (H` k) = ((F` k) + (G` k)))   =>   |- (N e. NN -> (( + seq1 H)` N) = ((( + seq1 F)` N) + (( + seq1 G)` N)))
 
The "shift" operation
 
Syntaxcshi 6312 Extend class notation with function shifter.
class shift
 
Definitiondf-shft 6313 Define a function shifter. This operation offsets the value argument of a function (ordinarily on a subset of CC) and produces a new function on CC. See shftvalt 6318 for its value.
|- shift = {<.<.f, x>., g>. | g = {<.y, z>. | (y e. CC /\ z = (f` (y - x)))}}
 
Theoremshftfval 6314 The value of the sequence shifter operation is a function on CC. A is ordinarily an integer.
|- F e. V   =>   |- (A e. B -> (F shift A) = {<.x, y>. | (x e. CC /\ y = (F` (x - A)))})
 
Theoremshftfn 6315 Functionality and domain of a sequence shifted by A.
|- F e. V   =>   |- (A e. B -> (F shift A) Fn CC)
 
Theoremshftres 6316 Restriction of a shifted sequence.
|- F e. V   =>   |- ((A e. C /\ B (_ CC) -> ((F shift A) |` B) Fn B)
 
Theoremshftresvalt 6317 Value of a restricted shifted sequence.
|- F e. V   =>   |- (B e. C -> (((F shift A) |` C)` B) = ((F shift A)` B))
 
Theoremshftvalt 6318 Value of a sequence shifted by A.
|- F e. V   =>   |- ((A e. C /\ B e. CC) -> ((F shift A)` B) = (F` (B - A)))
 
Theoremshftval2t 6319 Value of a sequence shifted by A - B.
|- F e. V   =>   |- ((A e. CC /\ B e. CC /\ C e. CC) -> ((F shift (A - B))` (A + C)) = (F` (B + C)))
 
Theoremshftval3t 6320 Value of a sequence shifted by A - B.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> ((F shift (A - B))` A) = (F` B))
 
Theoremshftval4t 6321 Value of a sequence shifted by -uA.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> ((F shift -uA)` B) = (F` (A + B)))
 
Theoremshftval5t 6322 Value of a shifted sequence.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> ((F shift A)` (B + A)) = (F` B))
 
Theoremshftf 6323 Functionality of a restricted shifted sequence.
|- F e. V   =>   |- ((A e. D /\ B (_ CC /\ A.x e. B (F` (x - A)) e. C) -> ((F shift A) |` B):B-->C)
 
Theorem2shft 6324 Composite shift operations.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> ((F shift A) shift B) = (F shift (A + B)))
 
Theoremshftcan2t 6325 Cancellation law for the shift operation.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> (((F shift -uA) shift A)` B) = (F` B))
 
Theoremshftcan1t 6326 Cancellation law for the shift operation.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> (((F shift A) shift -uA)` B) = (F` B))
 
Theoremshftidt 6327 Identity law for the shift operation.
|- F e. V   =>   |- (A e. CC -> ((F shift 0)` A) = (F` A))
 
Theoremseq1shftid 6328 Identity law for the shift operation in a 1-based sequence builder.
|- S e. V   &   |- F e. V   =>   |- (S seq1 (F shift 0)) = (S seq1 F)
 
Real number intervals
 
Syntaxcioo 6329 Extend class notation with the set of open intervals of extended reals.
class (,)
 
Syntaxcioc 6330 Extend class notation with the set of open-below, closed-above intervals of extended reals.
class (,]
 
Syntaxcico 6331 Extend class notation with the set of closed-below, open-above intervals of extended reals.
class [,)
 
Syntaxcicc 6332 Extend class notation with the set of closed intervals of extended reals.
class [,]
 
Definitiondf-ioo 6333 Define the set of open intervals of extended reals.
|- (,) = {<.<.x, y>., z>. | ((x e. RR* /\ y e. RR*) /\ z = {w e. RR* | (x < w /\ w < y)})}
 
Definitiondf-ioc 6334 Define the set of open-below, closed-above intervals of extended reals.
|- (,] = {<.<.x, y>., z>. | ((x e. RR* /\ y e. RR*) /\ z = {w e. RR* | (x < w /\ w <_ y)})}
 
Definitiondf-ico 6335 Define the set of closed-below, open-above intervals of extended reals.
|- [,) = {<.<.x, y>., z>. | ((x e. RR* /\ y e. RR*) /\ z = {w e. RR* | (x <_ w /\ w < y)})}
 
Definitiondf-icc 6336 Define the set of closed intervals of extended reals.
|- [,] = {<.<.x, y>., z>. | ((x e. RR* /\ y e. RR*) /\ z = {w e. RR* | (x <_ w /\ w <_ y)})}
 
Theoremiooex 6337 The set of open intervals of extended reals exists.
|- (,) e. V
 
Theoremioovalt 6338 Value of the open interval function.
|- ((A e. RR* /\ B e. RR*) -> (A(,)B) = {x e. RR* | (A < x /\ x < B)})
 
Theoremiooval2t 6339 Value of the open interval function.
|- ((A e. RR* /\ B e. RR*) -> (A(,)B) = {x e. RR | (A < x /\ x < B)})
 
Theoremioo0t 6340 An empty open interval of extended reals.
|- ((A e. RR* /\ B e. RR*) -> ((A(,)B) = (/) <-> B <_ A))
 
Theoremioon0t 6341 An open interval of extended reals is nonempty iff the lower argument is less than the upper argument.
|- ((A e. RR* /\ B e. RR*) -> ((A(,)B) =/= (/) <-> A < B))
 
Theoremndmioo 6342 The open interval function's value is empty outside of its domain.
|- (-. (A e. RR* /\ B e. RR*) -> (A(,)B) = (/))
 
Theoremiooid 6343 An open interval with identical lower and upper bounds is empty.
|- (A(,)A) = (/)
 
Theoremiooint 6344 Intersection of two open intervals of extended reals.
|- (((A e. RR* /\ B e. RR*) /\ (C e. RR* /\ D e. RR*)) -> ((A(,)B) i^i (C(,)D)) = (if(A <_ C, C, A)(,)if(B <_ D, B, D)))
 
Theoremiooss1 6345 Subset relationship for open intervals of extended reals.
|- (((A e. RR* /\ B e. RR* /\ C e. RR*) /\ A <_ B) -> (B(,)C) (_ (A(,)C))
 
Theoremiooss2 6346 Subset relationship for open intervals of extended reals.
|- (((A e. RR* /\ B e. RR* /\ C e. RR*) /\ B <_ C) -> (A(,)B) (_ (A(,)C))
 
Theoremiocvalt 6347 Value of the open-below, closed-above interval function.
|- ((A e. RR* /\ B e. RR*) -> (A(,]B) = {x e. RR* | (A < x /\ x <_ B)})
 
Theoremicovalt 6348 Value of the closed-below, open-above interval function.
|- ((A e. RR* /\ B e. RR*) -> (A[,)