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 - 6301-6400 - Page 64 of 123
TypeLabelDescription
Statement
 
Theoremnn0addge2i 6301 A number is less than or equal to itself plus a nonnegative integer.
|- A e. RR   &   |- N e. NN0   =>   |- A <_ (N + A)
 
Theoremnn0le2xi 6302 A nonnegative integer is less than or equal to twice itself. (Contributed by Raph Levien, 10-Dec-2002.)
|- N e. NN0   =>   |- N <_ (2 x. N)
 
Theoremnn0lele2xi 6303 'Less than or equal to' implies 'less than or equal to twice' for nonnegative integers. (Contributed by Raph Levien, 10-Dec-2002.)
|- M e. NN0   &   |- N e. NN0   =>   |- (N <_ M -> N <_ (2 x. M))
 
Integers (as a subset of complex numbers)
 
Definitiondf-z 6304 Define the set of integers. Definition of integers in [Apostol] p. 22.
|- ZZ = {n e. RR | (n = 0 \/ n e. NN \/ -un e. NN)}
 
Theoremelz 6305 Membership in the set of integers.
|- (N e. ZZ <-> (N e. RR /\ (N = 0 \/ N e. NN \/ -uN e. NN)))
 
Theoremnnnegz 6306 The negative of a natural number is an integer.
|- (N e. NN -> -uN e. ZZ)
 
Theoremzre 6307 An integer is a real.
|- (N e. ZZ -> N e. RR)
 
Theoremzcn 6308 An integer is a complex number.
|- (N e. ZZ -> N e. CC)
 
Theoremzrei 6309 An integer is a real number.
|- A e. ZZ   =>   |- A e. RR
 
Theoremzssre 6310 The integers are a subset of the reals.
|- ZZ (_ RR
 
Theoremzsscn 6311 The integers are a subset of the complex numbers.
|- ZZ (_ CC
 
Theoremzex 6312 The set of integers exists.
|- ZZ e. V
 
Theoremelnnz 6313 Natural number property expressed in terms of integers.
|- (N e. NN <-> (N e. ZZ /\ 0 < N))
 
Theorem0z 6314 Zero is an integer.
|- 0 e. ZZ
 
Theoremelnn0z 6315 Nonnegative integer property expressed in terms of integers.
|- (N e. NN0 <-> (N e. ZZ /\ 0 <_ N))
 
Theoremelznn0nn 6316 Integer property expressed in terms nonnegative integers and natural numbers.
|- (N e. ZZ <-> (N e. NN0 \/ (N e. RR /\ -uN e. NN)))
 
Theoremelznn0 6317 Integer property expressed in terms of nonnegative integers.
|- (N e. ZZ <-> (N e. RR /\ (N e. NN0 \/ -uN e. NN0)))
 
Theoremelznn 6318 Integer property expressed in terms natural numbers and nonnegative integers.
|- (N e. ZZ <-> (N e. RR /\ (N e. NN \/ -uN e. NN0)))
 
Theoremnnssz 6319 Natural numbers are a subset of integers.
|- NN (_ ZZ
 
Theoremnn0ssz 6320 Nonnegative integers are a subset of the integers.
|- NN0 (_ ZZ
 
Theoremnnz 6321 A natural number is an integer.
|- (N e. NN -> N e. ZZ)
 
Theoremnn0z 6322 A nonnegative integer is an integer.
|- (N e. NN0 -> N e. ZZ)
 
Theoremelnnz1 6323 Natural number property expressed in terms of integers.
|- (N e. NN <-> (N e. ZZ /\ 1 <_ N))
 
Theoremznnnlt1 6324 An integer is not a natural number iff it is less than one.
|- (N e. ZZ -> (-. N e. NN <-> N < 1))
 
Theoremnnzrab 6325 Natural numbers expressed as a subset of integers.
|- NN = {x e. ZZ | 1 <_ x}
 
Theoremnn0zrab 6326 Nonnegative integers expressed as a subset of integers.
|- NN0 = {x e. ZZ | 0 <_ x}
 
Theorem1z 6327 One is an integer.
|- 1 e. ZZ
 
Theorem2z 6328 Two is an integer.
|- 2 e. ZZ
 
Theoremnn0sub 6329 Subtraction of nonnegative integers.
|- ((M e. NN0 /\ N e. NN0) -> (M <_ N <-> (N - M) e. NN0))
 
Theoremnn0sub2 6330 Subtraction of nonnegative integers.
|- ((M e. NN0 /\ N e. NN0 /\ M <_ N) -> (N - M) e. NN0)
 
Theoremznegcl 6331 Closure law for negative integers.
|- (N e. ZZ -> -uN e. ZZ)
 
Theoremnn0negz 6332 The negative of a nonnegative integer is an integer.
|- (N e. NN0 -> -uN e. ZZ)
 
Theoremzaddcl 6333 Closure of addition of integers.
|- ((M e. ZZ /\ N e. ZZ) -> (M + N) e. ZZ)
 
Theorempeano2z 6334 Second Peano postulate generalized to integers.
|- (N e. ZZ -> (N + 1) e. ZZ)
 
Theorempeano2zdi 6335 Deduction from second Peano postulate generalized to integers.
|- (ph -> N e. ZZ)   =>   |- (ph -> (N + 1) e. ZZ)
 
Theoremzsubcl 6336 Closure of subtraction of integers.
|- ((M e. ZZ /\ N e. ZZ) -> (M - N) e. ZZ)
 
Theorempeano2zm 6337 "Reverse" second Peano postulate for integers.
|- (N e. ZZ -> (N - 1) e. ZZ)
 
Theoremzrevaddcl 6338 Reverse closure law for addition of integers.
|- (N e. ZZ -> ((M e. CC /\ (M + N) e. ZZ) <-> M e. ZZ))
 
Theoremelnn0nn 6339 The nonnegative integer property expressed in terms of natural numbers.
|- (N e. NN0 <-> (N e. CC /\ (N + 1) e. NN))
 
Theoremelnnnn0 6340 The natural number property expressed in terms of nonnegative integers.
|- (N e. NN <-> (N e. CC /\ (N - 1) e. NN0))
 
Theoremelnnnn0b 6341 The natural number property expressed in terms of nonnegative integers.
|- (N e. NN <-> (N e. NN0 /\ 0 < N))
 
Theoremelnnnn0c 6342 The natural number property expressed in terms of nonnegative integers.
|- (N e. NN <-> (N e. NN0 /\ 1 <_ N))
 
Theoremnn0p1nn 6343 A nonnegative integer plus 1 is a natural number. (Contributed by Raph Levien, 30-Jun-2006.)
|- (N e. NN0 -> (N + 1) e. NN)
 
Theoremnnm1nn0 6344 A natural number minus 1 is a nonnegative integer. (Contributed by Jason Orendorff, 24-Jan-2007.)
|- (N e. NN -> (N - 1) e. NN0)
 
Theoremznnsub 6345 The positive difference of unequal integers is a natural number. (Generalization of nnsub 6103.)
|- ((M e. ZZ /\ N e. ZZ) -> (M < N <-> (N - M) e. NN))
 
Theoremznn0sub 6346 The nonnegative difference of integers is a nonnegative integer. (Generalization of nn0sub 6329.)
|- ((M e. ZZ /\ N e. ZZ) -> (M <_ N <-> (N - M) e. NN0))
 
Theoremznn0sub2 6347 The nonnegative difference of integers is a nonnegative integer.
|- ((M e. ZZ /\ N e. ZZ /\ M <_ N) -> (N - M) e. NN0)
 
Theoremzmulcl 6348 Closure of multiplication of integers.
|- ((M e. ZZ /\ N e. ZZ) -> (M x. N) e. ZZ)
 
Theoremzltp1le 6349 Integer ordering relation.
|- ((M e. ZZ /\ N e. ZZ) -> (M < N <-> (M + 1) <_ N))
 
Theoremzleltp1 6350 Integer ordering relation.
|- ((M e. ZZ /\ N e. ZZ) -> (M <_ N <-> M < (N + 1)))
 
Theoremzlem1lt 6351 Integer ordering relation.
|- ((M e. ZZ /\ N e. ZZ) -> (M <_ N <-> (M - 1) < N))
 
Theoremzltlem1 6352 Integer ordering relation.
|- ((M e. ZZ /\ N e. ZZ) -> (M < N <-> M <_ (N - 1)))
 
Theoremnn0lem1lt 6353 Nonnegative integer ordering relation.
|- ((M e. NN0 /\ N e. NN0) -> (M <_ N <-> (M - 1) < N))
 
Theoremnnlem1lt 6354 Natural number ordering relation.
|- ((M e. NN /\ N e. NN) -> (M <_ N <-> (M - 1) < N))
 
Theoremnnltlem1 6355 Natural number ordering relation.
|- ((M e. NN /\ N e. NN) -> (M < N <-> M <_ (N - 1)))
 
Theoremzdiv 6356 Two ways to express "M divides N.
|- ((M e. NN /\ N e. ZZ) -> (E.k e. ZZ (M x. k) = N <-> (N / M) e. ZZ))
 
Theoremzdivadd 6357 Property of divisibility: if D divides A and B then it divides A + B.
|- (((D e. NN /\ A e. ZZ /\ B e. ZZ) /\ ((A / D) e. ZZ /\ (B / D) e. ZZ)) -> ((A + B) / D) e. ZZ)
 
Theoremzdivmul 6358 Property of divisibility: if D divides A then it divides B x. A.
|- (((D e. NN /\ A e. ZZ /\ B e. ZZ) /\ (A / D) e. ZZ) -> ((B x. A) / D) e. ZZ)
 
Theoremz2ge 6359 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))
 
Theoremzextle 6360 An extensionality-like property for integer ordering.
|- ((M e. ZZ /\ N e. ZZ /\ A.k e. ZZ (k <_ M <-> k <_ N)) -> M = N)
 
Theoremzextlt 6361 An extensionality-like property for integer ordering.
|- ((M e. ZZ /\ N e. ZZ /\ A.k e. ZZ (k < M <-> k < N)) -> M = N)
 
Theoremrecnz 6362 The reciprocal of a number greater than 1 is not an integer.
|- ((A e. RR /\ 1 < A) -> -. (1 / A) e. ZZ)
 
Theorembtwnnz 6363 A number between an integer and its successor is not an integer.
|- ((A e. ZZ /\ A < B /\ B < (A + 1)) -> -. B e. ZZ)
 
Theoremgtndiv 6364 A larger number does not divide a smaller natural number.
|- ((A e. RR /\ B e. NN /\ B < A) -> -. (B / A) e. ZZ)
 
Theoremhalfnz 6365 One-half is not an integer.
|- -. (1 / 2) e. ZZ
 
Theoremprime 6366 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 6367 The square of a non-zero integer is a natural number.
|- ((A e. ZZ /\ A =/= 0) -> (A x. A) e. NN)
 
Theoremnneoi 6368 A natural number is even or odd but not both.
|- N e. NN   =>   |- ((N / 2) e. NN <-> -. ((N + 1) / 2) e. NN)
 
Theoremnneo 6369 A natural number is even or odd but not both.
|- (N e. NN -> ((N / 2) e. NN <-> -. ((N + 1) / 2) e. NN))
 
Theoremzeo 6370 An integer is even or odd.
|- (N e. ZZ -> ((N / 2) e. ZZ \/ ((N + 1) / 2) e. ZZ))
 
Theoremzneo 6371 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 6372 Second Peano postulate for upper integers.
|- ((A e. ZZ /\ B e. {x e. ZZ | A <_ x}) -> (B + 1) e. {x e. ZZ | A <_ x})
 
Theoremdfuzi 6373 An expression for the upper integers that start at N that is analogous to df-n 6070 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)}
 
Theorempeano5uzi 6374 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)
 
Theorempeano5uzti 6375 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 6376 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 6377 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 6378 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 6379 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 6380 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 6381 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 6382 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 6383 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 6384 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 6385 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)
 
Theoremzindd 6386 Principle of Mathematical Induction on all integers, deduction version. The first five hypotheses give the substitutions; the last three are the basis, the induction, and the extension to negative numbers. (Contributed by Paul Chapman, 17-Apr-2009.)
|- (x = 0 -> (ph <-> ps))   &   |- (x = y -> (ph <-> ch))   &   |- (x = (y + 1) -> (ph <-> ta))   &   |- (x = -uy -> (ph <-> th))   &   |- (x = A -> (ph <-> et))   &   |- (ze -> ps)   &   |- (ze -> (y e. NN0 -> (ch -> ta)))   &   |- (ze -> (y e. NN -> (ch -> th)))   =>   |- (ze -> (A e. ZZ -> et))
 
Theorembtwnz 6387 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 6388 Lemma for uzwo3 6390 and zmin 6391.
 
Theoremuzwo3lem2 6389 Lemma for uzwo3 6390.
 
Theoremuzwo3 6390 Well-ordering principle: any non-empty subset of upper integers has a unique least element. This generalization of uzwo2 6584 allows the lower bound B to be any real number. See also nnwo 6585 and nnwos 6587.
|- ((B e. RR /\ (A (_ {z e. ZZ | B <_ z} /\ A =/= (/))) -> E!x e. A A.y e. A x <_ y)
 
Theoremzmin 6391 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 6392 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 6393 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 6394 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)))
 
Rational numbers (as a subset of complex numbers)
 
Definitiondf-q 6395 Define the set of rational numbers. Definition of rationals in [Apostol] p. 22.
|- QQ = {x | E.m e. ZZ E.n e. NN x = (m / n)}
 
Theoremelq 6396 Membership in the set of rationals.
|- (A e. QQ <-> E.x e. ZZ E.y e. NN A = (x / y))
 
Theoremznq 6397 The ratio of an integer and a natural number is a rational number.
|- ((A e. ZZ /\ B e. NN) -> (A / B) e. QQ)
 
Theoremqre 6398 A rational number is a real number.
|- (A e. QQ -> A e. RR)
 
Theoremzq 6399 An integer is a rational number.
|- (A e. ZZ -> A e. QQ)
 
Theoremzssq 6400 The integers are a subset of the rationals.
|- ZZ (_ QQ

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