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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8729)   Hilbert Space Explorer  Hilbert Space Explorer (8730-10658)  

Statement List for Metamath Proof Explorer - 6301-6400 - Page 64 of 107
TypeLabelDescription
Statement
 
Theoremshftidt 6301 Identity law for the shift operation.
|- F e. V   =>   |- (A e. CC -> ((F shift 0)` A) = (F` A))
 
Theoremseq1shftid 6302 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 6303 Extend class notation with the set of open intervals of extended reals.
class (,)
 
Syntaxcioc 6304 Extend class notation with the set of open-below, closed-above intervals of extended reals.
class (,]
 
Syntaxcico 6305 Extend class notation with the set of closed-below, open-above intervals of extended reals.
class [,)
 
Syntaxcicc 6306 Extend class notation with the set of closed intervals of extended reals.
class [,]
 
Definitiondf-ioo 6307 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 6308 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 6309 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 6310 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 6311 The set of open intervals of extended reals exists.
|- (,) e. V
 
Theoremioovalt 6312 Value of the open interval function.
|- ((A e. RR* /\ B e. RR*) -> (A(,)B) = {x e. RR* | (A < x /\ x < B)})
 
Theoremiooval2t 6313 Value of the open interval function.
|- ((A e. RR* /\ B e. RR*) -> (A(,)B) = {x e. RR | (A < x /\ x < B)})
 
Theoremioo0t 6314 An empty open interval of extended reals.
|- ((A e. RR* /\ B e. RR*) -> ((A(,)B) = (/) <-> B <_ A))
 
Theoremioon0t 6315 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 6316 The open interval function's value is empty outside of its domain.
|- (-. (A e. RR* /\ B e. RR*) -> (A(,)B) = (/))
 
Theoremiooid 6317 An open interval with identical lower and upper bounds is empty.
|- (A(,)A) = (/)
 
Theoremiooint 6318 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 6319 Subset relationship for open intervals of extended reals.
|- (((A e. RR* /\ B e. RR* /\ C e. RR*) /\ A <_ B) -> (B(,)C) (_ (A(,)C))
 
Theoremiooss2 6320 Subset relationship for open intervals of extended reals.
|- (((A e. RR* /\ B e. RR* /\ C e. RR*) /\ B <_ C) -> (A(,)B) (_ (A(,)C))
 
Theoremiocvalt 6321 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 6322 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 6323 Value of the closed interval function.
|- ((A e. RR* /\ B e. RR*) -> (A[,]B) = {x e. RR* | (A <_ x /\ x <_ B)})
 
Theoremelioo1t 6324 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 6325 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 6326 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 6327 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 6328 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 6329 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 6330 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 6331 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 6332 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 6333 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 6334 The open interval from minus to plus infinity.
|- ( -oo(,) +oo) = RR
 
Theoremioopos 6335 The set of positive reals expressed as an open interval.
|- (0(,) +oo) = {x e. RR | 0 < x}
 
Theoremioorp 6336 The set of positive reals expressed as an open interval. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (0(,) +oo) = RR+
 
Theoremioossre 6337 An open interval is a set of reals.
|- (A(,)B) (_ RR
 
Theoremiccssret 6338 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 6339 An open interval is a subset of its closure. (Contributed by Paul Chapman, 18-Oct-2007.)
|- (A(,)B) (_ (A[,]B)
 
Theoremiccsupr 6340 A nonempty subset of a closed real interval satisfies the conditions for the existence of its supremum (see suprcl 6011). (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 6341 Two ways of saying that a real number is positive.
|- (A e. (0(,) +oo) <-> (A e. RR /\ 0 < A))
 
Theoremioof 6342 The set of open intervals of extended reals maps to subsets of reals.
|- (,):(RR* X. RR*)-->P~RR
 
Theoremiccf 6343 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 6344 The union of the range of the open interval function.
|- U.ran (,) = RR
 
Theoremdfioo2 6345 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 6346 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[,]B))
 
Theoremubicc2t 6347 The upper 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) -> B e. (A[,]B))
 
Theoremioonegt 6348 Membership in a negated open real interval. (Contributed by Paul Chapman, 26-Nov-2007.)
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (C e. (A(,)B) <-> -uC e. (-uB(,)-uA)))
 
Theoremiccnegt 6349 Membership in a negated closed real interval. (Contributed by Paul Chapman, 26-Nov-2007.)
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (C e. (A[,]B) <-> -uC e. (-uB[,]-uA)))
 
Theoremicoshft 6350 A shifted real is a member of a shifted, closed-below, open-above real interval. (Contributed by Paul Chapman, 25-Mar-2008.)
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (X e. (A[,)B) -> (X + C) e. ((A + C)[,)(B + C))))
 
Theoremicoshftf1oi 6351 Shifting a closed-below, open-above interval is one-to-one onto. (Contributed by Paul Chapman, 25-Mar-2008.)
|- F = {<.x, y>. | (x e. (A[,)B) /\ y = (x + C))}   &   |- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- F:(A[,)B)-1-1-onto->((A + C)[,)(B + C))
 
Theoremicoshftf1olem 6352 Lemma for icoshftf1o 6353.
 
Theoremicoshftf1o 6353 Shifting a closed-below, open-above interval is one-to-one onto. (Contributed by Paul Chapman, 25-Mar-2008.)
|- F = {<.x, y>. | (x e. (A[,)B) /\ y = (x + C))}   =>   |- ((A e. RR /\ B e. RR /\ C e. RR) -> F:(A[,)B)-1-1-onto->((A + C)[,)(B + C)))
 
Theoremicounlem 6354 Lemma for icoun 6355.
 
Theoremicoun 6355 The union of end-to-end closed-below, open-above real intervals. (Contributed by Paul Chapman, 15-Mar-2008.)
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ (A <_ B /\ B <_ C)) -> ((A[,)B) u. (B[,)C)) = (A[,)C))
 
Theoremsnunioolem 6356 Lemma for snunioo 6357.
 
Theoremsnunioo 6357 The closure of one end of an open real interval. (Contributed by Paul Chapman, 15-Mar-2008.)
|- ((A e. RR /\ B e. RR /\ A < B) -> ({A} u. (A(,)B)) = (A[,)B))
 
Upper partititions of integers
 
Syntaxcuz 6358 Extend class notation with the upper integer function. Read "ZZ>` M" as "the set of integers greater than or equal to M."
class ZZ>
 
Definitiondf-uz 6359 Define a function whose value at j is the semi-infinite set of contiguous integers starting at j, which we will also call the upper integers starting at j. Read "ZZ>` M" as "the set of integers greater than or equal to M." See uzvalt 6360 for its value, uzssz 6371 for its relationship to ZZ, nnuz 6380 and nn0uz 6379 for its relationships to NN and NN0, and