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-10688

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8760)   Hilbert Space Explorer  Hilbert Space Explorer (8761-10688)  

Statement List for Metamath Proof Explorer - 6301-6400 - Page 64 of 107
TypeLabelDescription
Statement
 
Theoremshftresvalt 6301 Value of a restricted shifted sequence.
|- F e. V   =>   |- (B e. C -> (((F shift A) |` C)` B) = ((F shift A)` B))
 
Theoremshftvalt 6302 Value of a sequence shifted by A.
|- F e. V   =>   |- ((A e. C /\ B e. CC) -> ((F shift A)` B) = (F` (B - A)))
 
Theoremshftval2t 6303 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 6304 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 6305 Value of a sequence shifted by -uA.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> ((F shift -uA)` B) = (F` (A + B)))
 
Theoremshftval5t 6306 Value of a shifted sequence.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> ((F shift A)` (B + A)) = (F` B))
 
Theoremshftf 6307 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 6308 Composite shift operations.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> ((F shift A) shift B) = (F shift (A + B)))
 
Theoremshftcan2t 6309 Cancellation law for the shift operation.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> (((F shift -uA) shift A)` B) = (F` B))
 
Theoremshftcan1t 6310 Cancellation law for the shift operation.
|- F e. V   =>   |- ((A e. CC /\ B e. CC) -> (((F shift A) shift -uA)` B) = (F` B))
 
Theoremshftidt 6311 Identity law for the shift operation.
|- F e. V   =>   |- (A e. CC -> ((F shift 0)` A) = (F` A))
 
Theoremseq1shftid 6312 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 6313 Extend class notation with the set of open intervals of extended reals.
class (,)
 
Syntaxcioc 6314 Extend class notation with the set of open-below, closed-above intervals of extended reals.
class (,]
 
Syntaxcico 6315 Extend class notation with the set of closed-below, open-above intervals of extended reals.
class [,)
 
Syntaxcicc 6316 Extend class notation with the set of closed intervals of extended reals.
class [,]
 
Definitiondf-ioo 6317 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 6318 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 6319 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 6320 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 6321 The set of open intervals of extended reals exists.
|- (,) e. V
 
Theoremioovalt 6322 Value of the open interval function.
|- ((A e. RR* /\ B e. RR*) -> (A(,)B) = {x e. RR* | (A < x /\ x < B)})
 
Theoremiooval2t 6323 Value of the open interval function.
|- ((A e. RR* /\ B e. RR*) -> (A(,)B) = {x e. RR | (A < x /\ x < B)})
 
Theoremioo0t 6324 An empty open interval of extended reals.
|- ((A e. RR* /\ B e. RR*) -> ((A(,)B) = (/) <-> B <_ A))
 
Theoremioon0t 6325 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 6326 The open interval function's value is empty outside of its domain.
|- (-. (A e. RR* /\ B e. RR*) -> (A(,)B) = (/))
 
Theoremiooid 6327 An open interval with identical lower and upper bounds is empty.
|- (A(,)A) = (/)
 
Theoremiooint 6328 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 6329 Subset relationship for open intervals of extended reals.
|- (((A e. RR* /\ B e. RR* /\ C e. RR*) /\ A <_ B) -> (B(,)C) (_ (A(,)C))
 
Theoremiooss2 6330 Subset relationship for open intervals of extended reals.
|- (((A e. RR* /\ B e. RR* /\ C e. RR*) /\ B <_ C) -> (A(,)B) (_ (A(,)C))
 
Theoremiocvalt 6331 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 6332 Value of the closed-below, open-above interval function.
|- ((A e. RR* /\ B e. RR*) -> (A[,)B) = {x e. RR* | (A <_ x /\ x < B)})
 
Theoremiccvalt 6333 Value of the closed interval function.
|- ((A e. RR* /\ B e. RR*) -> (A[,]B) = {x e. RR* | (A <_ x /\ x <_ B)})
 
Theoremelioo1t 6334 Membership in an open interval of extended reals.
|- ((A e. RR* /\ B e. RR*) -> (C e. (A(,)B) <-> (C e. RR* /\ A < C /\ C < B)))
 
Theoremelioo2t 6335 Membership in an open interval of extended reals.
|- ((A e. RR* /\ B e. RR*) -> (C e. (A(,)B) <-> (C e. RR /\ A < C /\ C < B)))
 
Theoremelioo3g 6336 Membership in a set of open intervals of extended reals. We use the fact that an operation's value is empty outside of its domain to show A e. RR* and B e. RR*.
|- (B e. D -> (C e. (A(,)B) <-> ((A e. RR* /\ B e. RR* /\ C e. RR*) /\ (A < C /\ C < B))))
 
Theoremelioo4g 6337 Membership in an open interval of extended reals.
|- (B e. D -> (C e. (A(,)B) <-> ((A e. RR* /\ B e. RR* /\ C e. RR) /\ (A < C /\ C < B))))
 
Theoremelioc1t 6338 Membership in an open-below, closed-above interval of extended reals.
|- ((A e. RR* /\ B e. RR*) -> (C e. (A(,]B) <-> (C e. RR* /\ A < C /\ C <_ B)))
 
Theoremelico1t 6339 Membership in a closed-below, open-above interval of extended reals.
|- ((A e. RR* /\ B e. RR*) -> (C e. (A[,)B) <-> (C e. RR* /\ A <_ C /\ C < B)))
 
Theoremelicc1t 6340 Membership in a closed interval of extended reals.
|- ((A e. RR* /\ B e. RR*) -> (C e. (A[,]B) <-> (C e. RR* /\ A <_ C /\ C <_ B)))
 
Theoremelioc2t 6341 Membership in an open-below, closed-above real interval. (Contributed by Paul Chapman, 30-Dec-2007.)
|- ((A e. RR /\ B e. RR) -> (C e. (A(,]B) <-> (C e. RR /\ A < C /\ C <_ B)))
 
Theoremelico2t 6342 Membership in a closed-below, open-above real interval. (Contributed by Paul Chapman, 21-Jan-2008.)
|- ((A e. RR /\ B e. RR) -> (C e. (A[,)B) <-> (C e. RR /\ A <_ C /\ C < B)))
 
Theoremelicc2t 6343 Membership in a closed real interval. (Contributed by Paul Chapman, 21-Sep-2007.)
|- ((A e. RR /\ B e. RR) -> (C e. (A[,]B) <-> (C e. RR /\ A <_ C /\ C <_ B)))
 
Theoremioomax 6344 The open interval from minus to plus infinity.
|- ( -oo(,) +oo) = RR
 
Theoremioopos 6345 The set of positive reals expressed as an open interval.
|- (0(,) +oo) = {x e. RR | 0 < x}
 
Theoremioorp 6346 The set of positive reals expressed as an open interval. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (0(,) +oo) = RR+
 
Theoremioossre 6347 An open interval is a set of reals.
|- (A(,)B) (_ RR
 
Theoremiccssret 6348 A closed real interval is a set of reals. (Contributed by FL, 6-Jun-2007. Proof shortened by Paul Chapman, 21-Jan-2008.)
|- ((A e. RR /\ B e. RR) -> (A[,]B) (_ RR)
 
Theoremioossicc 6349 An open interval is a subset of its closure. (Contributed by Paul Chapman, 18-Oct-2007.)
|- (A(,)B) (_ (A[,]B)
 
Theoremiccsupr 6350 A nonempty subset of a closed real interval satisfies the conditions for the existence of its supremum (see suprcl 6021). (Contributed by Paul Chapman, 21-Jan-2008.)
|- (((A e. RR /\ B e. RR) /\ S (_ (A[,]B) /\ C e. S) -> (S (_ RR /\ S =/= (/) /\ E.x e. RR A.y e. S y <_ x))
 
Theoremrepos 6351 Two ways of saying that a real number is positive.
|- (A e. (0(,) +oo) <-> (A e. RR /\ 0 < A))
 
Theoremioof 6352 The set of open intervals of extended reals maps to subsets of reals.
|- (,):(RR* X. RR*)-->P~RR
 
Theoremiccf 6353 The set of closed intervals of extended reals maps to subsets of extended reals. (Contributed by FL, 14-Jun-2007.)
|- [,]:(RR* X. RR*)-->P~RR*
 
Theoremunirnioo 6354 The union of the range of the open interval function.
|- U.ran (,) = RR
 
Theoremdfioo2 6355 Alternate definition of 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)})}
 
Theoremlbicc2t 6356 The lower bound of a closed interval is a member of it. (Contributed by Paul Chapman, 26-Nov-2007.)
|- ((A e. RR /\ B e. RR /\ A <_ B) -> A e. (A[,]