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-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12229

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9062)
  Hilbert Space Explorer  Hilbert Space Explorer
(9063-10650)
  Users' Mathboxes  Users' Mathboxes
(10651-12229)
 

Statement List for Metamath Proof Explorer - 6401-6500 - Page 65 of 123
TypeLabelDescription
Statement
 
Theoremnn0ssq 6401 The nonnegative integers are a subset of the rationals.
|- NN0 (_ QQ
 
Theoremnnssq 6402 The natural numbers are a subset of the rationals.
|- NN (_ QQ
 
Theoremqssre 6403 The rationals are a subset of the reals.
|- QQ (_ RR
 
Theoremqsscn 6404 The rationals are a subset of the complex numbers.
|- QQ (_ CC
 
Theoremnnq 6405 A natural number is rational.
|- (A e. NN -> A e. QQ)
 
Theoremqcn 6406 A rational number is a complex number.
|- (A e. QQ -> A e. CC)
 
Theoremqex 6407 The set of rational numbers exists.
|- QQ e. V
 
Theoremqaddcl 6408 Closure of addition of rationals.
|- ((A e. QQ /\ B e. QQ) -> (A + B) e. QQ)
 
Theoremqnegcl 6409 Closure law for the negative of a rational.
|- (A e. QQ -> -uA e. QQ)
 
Theoremqmulcl 6410 Closure of multiplication of rationals.
|- ((A e. QQ /\ B e. QQ) -> (A x. B) e. QQ)
 
Theoremqsubcl 6411 Closure of subtraction of rationals.
|- ((A e. QQ /\ B e. QQ) -> (A - B) e. QQ)
 
Theoremqreccl 6412 Closure of reciprocal of rationals.
|- ((A e. QQ /\ A =/= 0) -> (1 / A) e. QQ)
 
Theoremqdivcl 6413 Closure of division of rationals.
|- ((A e. QQ /\ B e. QQ /\ B =/= 0) -> (A / B) e. QQ)
 
Theoremqrevaddcl 6414 Reverse closure law for addition of rationals.
|- (B e. QQ -> ((A e. CC /\ (A + B) e. QQ) <-> A e. QQ))
 
Theoremnnrecq 6415 The reciprocal of a natural number is rational.
|- (A e. NN -> (1 / A) e. QQ)
 
Theoremirradd 6416 The sum of an irrational number and a rational number is irrational.
|- ((A e. (RR \ QQ) /\ B e. QQ) -> (A + B) e. (RR \ QQ))
 
Theoremirrmul 6417 The product of an irrational with a nonzero rational is irrational.
|- ((A e. (RR \ QQ) /\ B e. QQ /\ B =/= 0) -> (A x. B) e. (RR \ QQ))
 
Theoremqbtwnre 6418 The rational numbers are dense in RR: any two real numbers have a rational between them. Exercise 6 of [Apostol] p. 28.
|- ((A e. RR /\ B e. RR /\ A < B) -> E.x e. QQ (A < x /\ x < B))
 
Theoremqbtwnxr 6419 The rational numbers are dense in RR*: any two extended real numbers have a rational between them.
|- ((A e. RR* /\ B e. RR* /\ A < B) -> E.x e. QQ (A < x /\ x < B))
 
Theoremqsqueeze 6420 If a nonnegative real is less than any positive rational, it is zero.
|- ((A e. RR /\ 0 <_ A /\ A.x e. QQ (0 < x -> A < x)) -> A = 0)
 
The floor (greatest integer) function
 
Syntaxcfl 6421 Extend class notation with floor (greatest integer) function.
class |_
 
Definitiondf-fl 6422 Define the floor (greatest integer) function. See flval 6423 for its value, fllelt 6426 for its basic property, and flcl 6424 for its closure.

The term "floor" was coined by Ken Iverson. He also invented a mathematical notation for floor, consisting of an L-shaped left bracket and its reflection as a right bracket. In APL, the left-bracket alone is used, and we borrow this idea. (Thanks to Paul Chapman for this information.)

|- |_ = {<.x, y>. | (x e. RR /\ y = U.{z e. ZZ | (z <_ x /\ x < (z + 1))})}
 
Theoremflval 6423 Value of the floor (greatest integer) function. The floor of A is the (unique) integer less than or equal to A whose successor is strictly greater than A.
|- (A e. RR -> (|_` A) = U.{x e. ZZ | (x <_ A /\ A < (x + 1))})
 
Theoremflcl 6424 The floor (greatest integer) function is an integer (closure law).
|- (A e. RR -> (|_` A) e. ZZ)
 
Theoremreflcl 6425 The floor (greatest integer) function is real.
|- (A e. RR -> (|_` A) e. RR)
 
Theoremfllelt 6426 A basic property of the floor (greatest integer) function.
|- (A e. RR -> ((|_` A) <_ A /\ A < ((|_` A) + 1)))
 
Theoremflle 6427 A basic property of the floor (greatest integer) function.
|- (A e. RR -> (|_` A) <_ A)
 
Theoremflltp1 6428 A basic property of the floor (greatest integer) function.
|- (A e. RR -> A < ((|_` A) + 1))
 
Theoremfraclt1 6429 The fractional part of a real number is less than one.
|- (A e. RR -> (A - (|_` A)) < 1)
 
Theoremfracge0 6430 The fractional part of a real number is nonnegative.
|- (A e. RR -> 0 <_ (A - (|_` A)))
 
Theoremflge 6431 The floor function value is the greatest integer less than or equal to its argument.
|- ((A e. RR /\ B e. ZZ) -> (B <_ A <-> B <_ (|_` A)))
 
Theoremfllt 6432 The floor function value is less than the next integer.
|- ((A e. RR /\ B e. ZZ) -> (A < B <-> (|_`
 A) < B))
 
Theoremflid 6433 An integer is its own floor.
|- (A e. ZZ -> (|_` A) = A)
 
Theoremflidm 6434 The floor function is idempotent.
|- (A e. RR -> (|_` (|_` A)) = (|_` A))
 
Theoremflidz 6435 A real number equals its floor iff it is an integer.
|- (A e. RR -> ((|_` A) = A <-> A e. ZZ))
 
Theoremflwordi 6436 Ordering relationship for the greatest integer function.
|- ((A e. RR /\ B e. RR /\ A <_ B) -> (|_` A) <_ (|_` B))
 
Theoremflval2 6437 An alternate way to define the floor (greatest integer) function.
|- (A e. RR -> (|_` A) = U.{x e. ZZ | (x <_ A /\ A.y e. ZZ (y <_ A -> y <_ x))})
 
Theoremflval3 6438 An alternate way to define the floor (greatest integer) function, as the supremum of all integers less than or equal to its argument.
|- (A e. RR -> (|_` A) = sup({x e. ZZ | x <_ A}, RR, < ))
 
Theoremflbi 6439 A condition equivalent to floor.
|- ((A e. RR /\ B e. ZZ) -> ((|_` A) = B <-> (B <_ A /\ A < (B + 1))))
 
Theoremflbi2 6440 A condition equivalent to floor.
|- ((N e. ZZ /\ F e. RR) -> ((|_` (N + F)) = N <-> (0 <_ F /\ F < 1)))
 
Theoremflge0nn0 6441 The floor of a number greater than or equal to 0 is a nonnegative integer.
|- ((A e. RR /\ 0 <_ A) -> (|_` A) e. NN0)
 
Theoremflge1nn 6442 The floor of a number greater than or equal to 1 is a natural number.
|- ((A e. RR /\ 1 <_ A) -> (|_` A) e. NN)
 
Theoremfladdz 6443 An integer can be moved in and out of the floor of a sum.
|- ((A e. RR /\ N e. ZZ) -> (|_` (A + N)) = ((|_` A) + N))
 
Theoremflzadd 6444 An integer can be moved in and out of the floor of a sum.
|- ((N e. ZZ /\ A e. RR) -> (|_` (N + A)) = (N + (|_` A)))
 
Theorembtwnzge0 6445 A real bounded between an integer and its successor is nonnegative iff the integer is nonnegative. Second half of Lemma 13-4.1 of [Gleason] p. 217. (For the first half see rebtwnz 6394.)
|- (((A e. RR /\ N e. ZZ) /\ (N <_ A /\ A < (N + 1))) -> (0 <_ A <-> 0 <_ N))
 
Theoremflhalf 6446 Ordering relation for the floor of half of an integer.
|- (N e. ZZ -> N <_ (2 x. (|_` ((N + 1) / 2))))
 
Theoremceicl 6447 The ceiling function returns an integer (closure law). (Contributed by Jeffrey Hankins, 10-Jun-2007.)
|- (A e. RR -> -u(|_` -uA) e. ZZ)
 
Theoremceige 6448 The ceiling of a real number is greater than or equal to that number. (Contributed by Jeffrey Hankins, 10-Jun-2007.)
|- (A e. RR -> A <_ -u(|_` -uA))
 
Theoremceim1l 6449 One less than the ceiling of a real number is strictly less than that number. (Contributed by Jeffrey Hankins, 10-Jun-2007.)
|- (A e. RR -> (-u(|_`
 -uA) - 1) < A)
 
Theoremceile 6450 The ceiling of a real number is the smallest integer greater than or equal to it. (Contributed by Jeffrey Hankins, 10-Jun-2007.)
|- ((A e. RR /\ B e. ZZ /\ A <_ B) -> -u(|_` -uA) <_ B)
 
Theoremquoremz 6451 Quotient and remainder of an integer divided by a natural number.
|- Q = (|_`
 (A / B))   &   |- R = (A - (B x. Q))   =>   |- ((A e. ZZ /\ B e. NN) -> ((Q e. ZZ /\ R e. NN0) /\ (R < B /\ A = ((B x. Q) + R))))
 
Theoremquoremnn0ALT 6452 Quotient and remainder of a nonnegative integer divided by a natural number.
|- Q = (|_`
 (A / B))   &   |- R = (A - (B x. Q))   =>   |- ((A e. NN0 /\ B e. NN) -> ((Q e. NN0 /\ R e. NN0) /\ (R < B /\ A = ((B x. Q) + R))))
 
Theoremquoremnn0 6453 Quotient and remainder of a nonnegative integer divided by a natural number.
|- Q = (|_`
 (A / B))   &   |- R = (A - (B x. Q))   =>   |- ((A e. NN0 /\ B e. NN) -> ((Q e. NN0 /\ R e. NN0) /\ (R < B /\ A = ((B x. Q) + R))))
 
Theoremintfrac2 6454 Decompose a real into integer and fractional parts.
|- Z = (|_`
 A)   &   |- F = (A - Z)   =>   |- (A e. RR -> (0 <_ F /\ F < 1 /\ A = (Z + F)))
 
Theoremintfracq 6455 Decompose a rational number, expressed as a ratio, into integer and fractional parts. The fractional part has a tighter bound than that of intfrac2 6454.
|- Z = (|_`
 (M / N))   &   |- F = ((M / N) - Z)   =>   |- ((M e. ZZ /\ N e. NN) -> (0 <_ F /\ F <_ ((N - 1) / N) /\ (M / N) = (Z + F)))
 
Theoremfldiv 6456 Cancellation of the embedded floor of a real divided by an integer.
|- ((A e. RR /\ N e. NN) -> (|_` ((|_`
 A) / N)) = (|_` (A / N)))
 
Theoremfldiv2 6457 Cancellation of an embedded floor of a ratio. Generalization of Equation 2.4 in [CormenLeisersonRivest] p. 33 (where A must be an integer).
|- ((A e. RR /\ M e. NN /\ N e. NN) -> (|_` ((|_`
 (A / M)) / N)) = (|_` (A / (M x. N))))
 
The modulo (remainder) operation
 
Syntaxcmo 6458 Extend class notation with the modulo operation.
class mod
 
Definitiondf-mod 6459 Define the modulo (remainder) operation. See modval 6460 for its value.
|- mod = {<.<.x, y>., z>. | ((x e. RR /\ y e. RR+) /\ z = (x - (y x. (|_` (x / y)))))}
 
Theoremmodval 6460 The value of the modulo operation. The modulo congruence notation of number theory, J == K( modulo N), can be expressed in our notation as (J mod N) = (K mod N). Definition 1 in Knuth, The Art of Computer Programming, Vol. I (1972), p. 38. Knuth uses "mod" for the operation and "modulo" for the congruence. Unlike Knuth, we restrict the second argument to positive reals to simplify certain theorems. (This also gives us future flexibility to extend it to any one of several different conventions for a zero or negative second argument, should there be an advantage in doing so.)
|- ((A e. RR /\ B e. RR+) -> (A mod B) = (A - (B x. (|_` (A / B)))))
 
Theoremmodcl 6461 Closure law for the modulo operation.
|- ((A e. RR /\ B e. RR+) -> (A mod B) e. RR)
 
Theoremmodge0 6462 The modulo operation is nonnegative.
|- ((A e. RR /\ B e. RR+) -> 0 <_ (A mod B))
 
Theoremmodlt 6463 The modulo operation is less than its second argument.
|- ((A e. RR /\ B e. RR+) -> (A mod B) < B)
 
Theoremmodfrac 6464 The fractional part of a number is the number modulo 1.
|- (A e. RR -> (A mod 1) = (A - (|_` A)))
 
Theoremflmod 6465 The floor function expressed in terms of the modulo operation.
|- (A e. RR -> (|_` A) = (A - (A mod 1)))
 
Theoremintfrac 6466 Break a number into its integer part and its fractional part.
|- (A e. RR -> A = ((|_` A) + (A mod 1)))
 
Theoremflmulnn0 6467 Move a nonnegative integer in and out of a floor.
|- ((N e. NN0 /\ A e. RR) -> (N x. (|_` A)) <_ (|_` (N x. A)))
 
Theoremflmulnn0OLD 6468 Move a nonnegative integer in and out of a floor.
|- ((N e. NN0 /\ A e. RR) -> (N x. (|_` A)) <_ (|_` (N x. A)))
 
Theoremmodmulnn 6469 Move a natural number in and out of a floor in the first argument of a modulo operation.
|- ((N e. NN /\ A e. RR /\ M e. NN) -> ((N x. (|_` A)) mod (N x. M)) <_ ((|_` (N x. A)) mod (N x. M)))
 
Theoremzmodcl 6470 Closure law for the modulo operation restricted to integers.
|- ((A e. ZZ /\ B e. NN) -> (A mod B) e. NN0)
 
Theoremmodid 6471 Identity law for modulo.
|- (((A e. RR /\ B e. RR+) /\ (0 <_ A /\ A < B)) -> (A mod B) = A)
 
Theoremmodid2 6472 Identity law for modulo.
|- ((A e. RR /\ B e. RR+) -> ((A mod B) = A <-> (0 <_ A /\ A < B)))
 
Theoremmodabs 6473 Absorption law for modulo.
|- (((A e. RR /\ B e. RR+ /\ C e. RR+) /\ B <_ C) -> ((A mod B) mod C) = (A mod B))
 
Theoremmodabs2 6474 Absorption law for modulo.
|- ((A e. RR /\ B e. RR+) -> ((A mod B) mod B) = (A mod B))
 
Theoremmodcyc 6475 The modulo operation is periodic.
|- ((A e. RR /\ B e. RR+ /\ N e. ZZ) -> ((A + (N x. B)) mod B) = (A mod B))
 
Theoremmodcyc2 6476 The modulo operation is periodic.
|- ((A e. RR /\ B e. RR+ /\ N e. ZZ) -> ((A - (B x. N)) mod B) = (A mod B))
 
Theoremmodadd1 6477 Addition property of the modulo operation.
|- (((A e. RR /\ B e. RR) /\ (C e. RR /\ D e. RR+) /\ (A mod D) = (B mod D)) -> ((A + C) mod D) = ((B + C) mod D))
 
Theoremmodmul1 6478 Multiplication property of the modulo operation. Note that the multiplier C must be an integer.
|- (((A e. RR /\ B e. RR) /\ (C e. ZZ /\ D e. RR+) /\ (A mod D) = (B mod D)) -> ((A x. C) mod D) = ((B x. C) mod D))
 
Theoremmoddi 6479 Distribute multiplication over a modulo operation.
|- ((A e. RR+ /\ B e. RR /\ C e. RR+) -> (A x. (B mod C)) = ((A x. B) mod (A x. C)))
 
Theoremmodsubdir 6480 Distribute the modulo operation over a subtraction.
|- ((A e. RR /\ B e. RR /\ C e. RR+) -> ((B mod C) <_ (A mod C) <-> ((A - B) mod C) = ((A mod C) - (B mod C))))
 
Theoremmodirr 6481 A number modulo an irrational multiple of it is nonzero.
|- ((A e. RR /\ B e. RR+ /\ (A / B) e. (RR \ QQ)) -> (A mod B) =/= 0)
 
Monotonic sequences
 
Theoremmonoord 6482 Ordering relation for a monotonic sequence.
|- F:NN-->RR   &   |- (x e. NN -> (F` x) <_ (F` (x + 1)))   =>   |- ((A e. NN /\ B e. NN /\ A <_ B) -> (F` A) <_ (F` B))
 
Real number intervals
 
Syntaxcioo 6483 Extend class notation with the set of open intervals of extended reals.
class (,)
 
Syntaxcioc 6484 Extend class notation with the set of open-below, closed-above intervals of extended reals.
class (,]
 
Syntaxcico 6485 Extend class notation with the set of closed-below, open-above intervals of extended reals.
class [,)
 
Syntaxcicc 6486 Extend class notation with the set of closed intervals of extended reals.
class [,]
 
Definitiondf-ioo 6487 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 6488 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 6489 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 6490 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 6491 The set of open intervals of extended reals exists.
|- (,) e. V
 
Theoremiooval 6492 Value of the open interval function.
|- ((A e. RR* /\ B e. RR*) -> (A(,)B) = {x e. RR* | (A < x /\ x < B)})
 
Theoremiooval2 6493 Value of the open interval function.
|- ((A e. RR* /\ B e. RR*) -> (A(,)B) = {x e. RR | (A < x /\ x < B)})
 
Theoremioo0 6494 An empty open interval of extended reals.
|- ((A e. RR* /\ B e. RR*) -> ((A(,)B) = (/) <-> B <_ A))
 
Theoremioon0 6495 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 6496 The open interval function's value is empty outside of its domain.
|- (-. (A e. RR* /\ B e. RR*) -> (A(,)B) = (/))
 
Theoremiooid 6497 An open interval with identical lower and upper bounds is empty.
|- (A(,)A) = (/)
 
Theoremiooin 6498 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 6499 Subset relationship for open intervals of extended reals.
|- (((A e. RR* /\ B e. RR* /\ C e. RR*) /\ A <_ B) -> (B(,)C) (_ (A(,)C))
 
Theoremiooss2 6500 Subset relationship for open intervals of extended reals.
|- (((A e. RR* /\ B e. RR* /\ C e. RR*) /\ B <_ C) -> (A(,)B) (_ (A(,)C))

MPE Home   Contents Copyright terms: Public domain < Previous  Next >