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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8795)
  Hilbert Space Explorer  Hilbert Space Explorer
(8796-10377)
  User Sandboxes  User Sandboxes
(10378-10766)
 

Statement List for Metamath Proof Explorer - 6201-6300 - Page 63 of 108
TypeLabelDescription
Statement
 
Theoremnnltlem1t 6201 Natural number ordering relation.
|- ((M e. NN /\ N e. NN) -> (M < N <-> M <_ (N - 1)))
 
Theoremzdivt 6202 Two ways to express "A divides B.
|- ((A e. NN /\ B e. ZZ) -> (E.x e. ZZ (A x. x) = B <-> (B / A) e. ZZ))
 
Theoremz2get 6203 There exists an integer greater than or equal to any two others.
|- ((M e. ZZ /\ N e. ZZ) -> E.k e. ZZ (M <_ k /\ N <_ k))
 
Theoremzextlet 6204 An extensionality-like property for integer ordering.
|- ((M e. ZZ /\ N e. ZZ /\ A.k e. ZZ (k <_ M <-> k <_ N)) -> M = N)
 
Theoremzextltt 6205 An extensionality-like property for integer ordering.
|- ((M e. ZZ /\ N e. ZZ /\ A.k e. ZZ (k < M <-> k < N)) -> M = N)
 
Theoremrecnzt 6206 The reciprocal of a number greater than 1 is not an integer.
|- ((A e. RR /\ 1 < A) -> -. (1 / A) e. ZZ)
 
Theorembtwnnzt 6207 A number between an integer and its successor is not an integer.
|- ((A e. ZZ /\ A < B /\ B < (A + 1)) -> -. B e. ZZ)
 
Theoremgtndivt 6208 A larger number does not divide a smaller natural number.
|- ((A e. RR /\ B e. NN /\ B < A) -> -. (B / A) e. ZZ)
 
Theoremhalfnz 6209 One-half is not an integer.
|- -. (1 / 2) e. ZZ
 
Theoremprimet 6210 Two ways to express "A is a prime number (or 1)."
|- (A e. NN -> (A.x e. NN ((A / x) e. NN -> (x = 1 \/ x = A)) <-> A.x e. NN ((1 < x /\ x <_ A /\ (A / x) e. NN) -> x = A)))
 
Theoremmsqznn 6211 The square of a non-zero integer is a natural number.
|- ((A e. ZZ /\ A =/= 0) -> (A x. A) e. NN)
 
Theoremnneo 6212 A natural number is even or odd but not both.
|- N e. NN   =>   |- ((N / 2) e. NN <-> -. ((N + 1) / 2) e. NN)
 
Theoremnneot 6213 A natural number is even or odd but not both.
|- (N e. NN -> ((N / 2) e. NN <-> -. ((N + 1) / 2) e. NN))
 
Theoremzeot 6214 An integer is even or odd.
|- (N e. ZZ -> ((N / 2) e. ZZ \/ ((N + 1) / 2) e. ZZ))
 
Theoremzneo 6215 No even integer equals an odd integer (i.e. no integer can be both even and odd). Exercise 10(a) of [Apostol] p. 28.
|- ((A e. ZZ /\ B e. ZZ) -> (2 x. A) =/= ((2 x. B) + 1))
 
Theorempeano2uz2 6216 Second Peano postulate for upper integers.
|- ((A e. ZZ /\ B e. {x e. ZZ | A <_ x}) -> (B + 1) e. {x e. ZZ | A <_ x})
 
Theoremdfuz 6217 An expression for the upper integers that start at N that is analogous to df-n 5939 for natural numbers. Warning: The HTML proof page is 1/2 megabyte in size.
|- N e. ZZ   =>   |- {z e. ZZ | N <_ z} = |^|{x | (N e. x /\ A.y e. x (y + 1) e. x)}
 
Theorempeano5uz 6218 Peano's inductive postulate for upper integers.
|- A e. V   &   |- N e. ZZ   =>   |- ((N e. A /\ A.x e. A (x + 1) e. A) -> {k e. ZZ | N <_ k} (_ A)
 
Theorempeano5uzt 6219 Peano's inductive postulate for upper integers.
|- A e. V   =>   |- (N e. ZZ -> ((N e. A /\ A.x e. A (x + 1) e. A) -> {k e. ZZ | N <_ k} (_ A))
 
Theoremuzind 6220 Induction on the upper integers that start at M. The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction hypothesis.
|- (j = M -> (ph <-> ps))   &   |- (j = k -> (ph <-> ch))   &   |- (j = (k + 1) -> (ph <-> th))   &   |- (j = N -> (ph <-> ta))   &   |- (M e. ZZ -> ps)   &   |- ((M e. ZZ /\ k e. ZZ /\ M <_ k) -> (ch -> th))   =>   |- ((M e. ZZ /\ N e. ZZ /\ M <_ N) -> ta)
 
Theoremuzind2 6221 Induction on the upper integers that start after an integer M. The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction hypothesis.
|- (j = (M + 1) -> (ph <-> ps))   &   |- (j = k -> (ph <-> ch))   &   |- (j = (k + 1) -> (ph <-> th))   &   |- (j = N -> (ph <-> ta))   &   |- (M e. ZZ -> ps)   &   |- ((M e. ZZ /\ k e. ZZ /\ M < k) -> (ch -> th))   =>   |- ((M e. ZZ /\ N e. ZZ /\ M < N) -> ta)
 
Theoremuzind3 6222 Induction on the upper integers that start at an integer M. The first four hypotheses give us the substitution instances we need, and the last two are the basis and the induction hypothesis.
|- (j = M -> (ph <-> ps))   &   |- (j = m -> (ph <-> ch))   &   |- (j = (m + 1) -> (ph <-> th))   &   |- (j = N -> (ph <-> ta))   &   |- (M e. ZZ -> ps)   &   |- ((M e. ZZ /\ m e. {k e. ZZ | M <_ k}) -> (ch -> th))   =>   |- ((M e. ZZ /\ N e. {k e. ZZ | M <_ k}) -> ta)
 
TheoremuzindOLD 6223 Induction on the upper integers that start at an integer B. The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction hypothesis.

Warning: The HTML proof page is 3/4 megabyte in size. An attempt to shorten it is on my to-do list.

|- (x = B -> (ph <-> ps))   &   |- (x = y -> (ph <-> ch))   &   |- (x = (y + 1) -> (ph <-> th))   &   |- (x = A -> (ph <-> ta))   &   |- ps   &   |- (((y e. ZZ /\ B e. ZZ) /\ B <_ y) -> (ch -> th))   =>   |- (((A e. ZZ /\ B e. ZZ) /\ B <_ A) -> ta)
 
Theoremuzind3OLD 6224 Induction on the set of upper integers that starts at B. The first four hypotheses give us the substitution instances we need, and the last two are the basis and the induction hypothesis.
|- (x = B -> (ph <-> ps))   &   |- (x = y -> (ph <-> ch))   &   |- (x = (y + 1) -> (ph <-> th))   &   |- (x = A -> (ph <-> ta))   &   |- ps   &   |- ((B e. ZZ /\ y e. {z e. ZZ | B <_ z}) -> (ch -> th))   =>   |- ((B e. ZZ /\ A e. {z e. ZZ | B <_ z}) -> ta)
 
Theoremuzwo4OLD 6225 Well-ordering principle: any non-empty subset of the upper integers has a least element.
|- ((B e. ZZ /\ (A (_ {z e. ZZ | B <_ z} /\ A =/= (/))) -> E.x e. A A.y e. A x <_ y)
 
Theoremuzwo5OLD 6226 Well-ordering principle: any non-empty subset of upper integers has a unique least element.
|- ((B e. ZZ /\ (A (_ {z e. ZZ | B <_ z} /\ A =/= (/))) -> E!x e. A A.y e. A x <_ y)
 
Theoremnn0ind 6227 Principle of Mathematical Induction (inference schema) on nonnegative integers. The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction hypothesis.
|- (x = 0 -> (ph <-> ps))   &   |- (x = y -> (ph <-> ch))   &   |- (x = (y + 1) -> (ph <-> th))   &   |- (x = A -> (ph <-> ta))   &   |- ps   &   |- (y e. NN0 -> (ch -> th))   =>   |- (A e. NN0 -> ta)
 
Theoremnn0indALT 6228 Principle of Mathematical Induction (inference schema) on nonnegative integers. The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction hypothesis.
|- (y e. NN0 -> (ch -> th))   &   |- ps   &   |- (x = 0 -> (ph <-> ps))   &   |- (x = y -> (ph <-> ch))   &   |- (x = (y + 1) -> (ph <-> th))   &   |- (x = A -> (ph <-> ta))   =>   |- (A e. NN0 -> ta)
 
Theoremnn0ind-raph 6229 Principle of Mathematical Induction (inference schema) on nonnegative integers. The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction hypothesis. (Contributed by Raph Levien, 10-Apr-2004. Raph says: "This seems a bit painful. I wonder if an explicit substitution version would be easier.")
|- (x = 0 -> (ph <-> ps))   &   |- (x = y -> (ph <-> ch))   &   |- (x = (y + 1) -> (ph <-> th))   &   |- (x = A -> (ph <-> ta))   &   |- ps   &   |- (y e. NN0 -> (ch -> th))   =>   |- (A e. NN0 -> ta)
 
Theorembtwnz 6230 Any real number can be sandwiched between two integers. Exercise 2 of [Apostol] p. 28.
|- (A e. RR -> (E.x e. ZZ x < A /\ E.y e. ZZ A < y))
 
Well-ordering principle for bounded-below sets of integers
 
Theoremuzwo3lem1 6231 Lemma for uzwo3 6233 and zmin 6234.
 
Theoremuzwo3lem2 6232 Lemma for uzwo3 6233.
 
Theoremuzwo3 6233 Well-ordering principle: any non-empty subset of upper integers has a unique least element. This generalization of uzwo2 6471 allows the lower bound B to be any real number. See also nnwo 6472 and nnwos 6474.
|- ((B e. RR /\ (A (_ {z e. ZZ | B <_ z} /\ A =/= (/))) -> E!x e. A A.y e. A x <_ y)
 
Theoremzmin 6234 There is a unique smallest integer greater than or equal to a given real number.
|- (A e. RR -> E!x e. ZZ (A <_ x /\ A.y e. ZZ (A <_ y -> x <_ y)))
 
Theoremzmax 6235 There is a unique largest integer less than or equal to a given real number.
|- (A e. RR -> E!x e. ZZ (x <_ A /\ A.y e. ZZ (y <_ A -> y <_ x)))
 
Theoremzbtwnre 6236 There is a unique integer between a real number and the number plus one. Exercise 5 of [Apostol] p. 28.
|- (A e. RR -> E!x e. ZZ (A <_ x /\ x < (A + 1)))
 
Theoremrebtwnz 6237 There is a unique greatest integer less than or equal to a real number. Exercise 4 of [Apostol] p. 28.
|- (A e. RR -> E!x e. ZZ (x <_ A /\ A < (x + 1)))
 
The floor (greatest integer) function
 
Syntaxcfl 6238 Extend class notation with floor (greatest integer) function.
class |_
 
Definitiondf-fl 6239 Define the floor (greatest integer) function. See flvalt 6240 for its value, flleltt 6243 for its basic property, and flclt 6241 for its closure.

The term "floor" was coined by Ken Iverson. He also invented a mathematical notation for floor, consisting of