| Metamath Proof Explorer | < Previous Next > | |
| Browser slow? Try the
Unicode version. |
| Color key: |
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Theorem | peano2nn 5901 | Peano postulate: a successor of a natural number is a natural number. |
| Theorem | dfnn2 5902 | Alternate definition of the set of natural numbers. Definition of positive integers in [Apostol] p. 22. |
| Principle of mathematical induction | ||
| Theorem | nnind 5903 | Principle of Mathematical Induction (inference schema). The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction hypothesis. See nnaddclt 5906 for an example of its use. See nn0ind 6178 for induction on nonnegative integers and uzind 6171, uzind4 6400 for induction on an arbitrary set of upper integers. See indstr 6411 for strong induction. |
| Theorem | nnindALT 5904 | Principle of Mathematical Induction (inference schema). The last four hypotheses give us the substitution instances we need; the first two are the induction hypothesis and the basis. (This ALT version of nnind 5903 is easier to use with the Proof Assistant since 'assign last' will be applied to the substitution instances first. We may switch to it as the official version.) |
| Natural numbers (cont.) | ||
| Theorem | nn1suc 5905 | If a statement holds for 1 and also holds for a successor, it holds for all natural numbers. The first three hypotheses give us the substitution instances we need; the last two show that it holds for 1 and for a successor. |
| Theorem | nnaddclt 5906 | Closure of addition of natural numbers, proved by induction on the second addend. |
| Theorem | nnmulclt 5907 | Closure of multiplication of natural numbers. |
| Theorem | nn2get 5908 | There exists a natural number greater than or equal to any two others. |
| Theorem | nnge1t 5909 | A natural number is one or greater. |
| Theorem | nngt1ne1t 5910 | A natural number is greater than one iff it is not equal to one. |
| Theorem | nnle1eq1t 5911 | A natural number is less than or equal to one iff it is equal to one. |
| Theorem | nngt0t 5912 | A natural number is positive. |
| Theorem | lt1nnn 5913 | A number less than one is not a natural number. |
| Theorem | 0nnn 5914 | Zero is not a natural number. |
| Theorem | nnne0t 5915 | A natural number is non-zero. |
| Theorem | nngt0 5916 | A natural number is positive (inference version). |
| Theorem | nnne0 5917 | A natural number is non-zero (inference version). |
| Theorem | nnrecgt0t 5918 | The reciprocal of a natural number is positive. |
| Theorem | nnleltp1t 5919 | Natural number ordering relation. |
| Theorem | nnltp1let 5920 | Natural number ordering relation. |
| Theorem | nnsub 5921 | Subtraction of natural numbers. |
| Theorem | nnsubt 5922 | Subtraction of natural numbers. |
| Theorem | nnaddm1clt 5923 | Closure of addition of natural numbers minus one. |
| Theorem | nndivt 5924 |
Two ways to express " |
| Theorem | nndivtrt 5925 |
Transitive property of divisibility: if |
| Decimal representation of numbers | ||
| Syntax | c2 5926 | Extend class notation to include the number 2. |
| Syntax | c3 5927 | Extend class notation to include the number 3. |
| Syntax | c4 5928 | Extend class notation to include the number 4. |
| Syntax | c5 5929 | Extend class notation to include the number 5. |
| Syntax | c6 5930 | Extend class notation to include the number 6. |
| Syntax | c7 5931 | Extend class notation to include the number 7. |
| Syntax | c8 5932 | Extend class notation to include the number 8. |
| Syntax | c9 5933 | Extend class notation to include the number 9. |
| Syntax | c10 5934 | Extend class notation to include the number 10. |
| Definition | df-2 5935 |
Define the number 2.
Note that the numbers 0 and 1 are constants defined as primitives of the complex number axiom system (see df-0 5231 and df-1 5232).
Note: Only the digits 0 through 9 (df-0 5231
through df-9 5942) and the
number 10 (df-10 5943) are explicitly defined. Integers can be
exhibited
as sums of powers of 10 or as some other expression built from
operations on the numbers 0 through 10. For example, the prime number
823541 can be expressed as A decimal representation of numbers may be added at some point in the future if it is deemed useful. Ideas for a clean, eliminable definition are welcome. (An awkward earlier definition was deleted from the database on 18-Sep-1999.) |
| Definition | df-3 5936 | Define the number 3. |
| Definition | df-4 5937 | Define the number 4. |
| Definition | df-5 5938 | Define the number 5. |
| Definition | df-6 5939 | Define the number 6. |
| Definition | df-7 5940 | Define the number 7. |
| Definition | df-8 5941 | Define the number 8. |
| Definition | df-9 5942 | Define the number 9. |
| Definition | df-10 5943 | Define the number 10. See remarks under df-2 5935. |
| Theorem | 2re 5944 | The number 2 is real. |
| Theorem | 2cn 5945 | The number 2 is a complex number. |
| Theorem | 3re 5946 | The number 3 is real. |
| Theorem | 4re 5947 | The number 4 is real. |
| Theorem | 5re 5948 | The number 5 is real. |
| Theorem | 6re 5949 | The number 6 is real. |
| Theorem | 7re 5950 | The number 7 is real. |
| Theorem | 8re 5951 | The number 8 is real. |
| Theorem | 9re 5952 | The number 9 is real. |
| Theorem | 10re 5953 | The number 10 is real. |
| Theorem | 2pos 5954 | The number 2 is positive. |
| Theorem | 2ne0 5955 | The number 2 is nonzero. |
| Theorem | 3pos 5956 | The number 3 is positive. |
| Theorem | 4pos 5957 | The number 4 is positive. |
| Theorem | 5pos 5958 | The number 5 is positive. |
| Theorem | 6pos 5959 | The number 6 is positive. |
| Theorem | 7pos 5960 | The number 7 is positive. |
| Theorem | 8pos 5961 | The number 8 is positive. |
| Theorem | 9pos 5962 | The number 9 is positive. |
| Theorem | 10pos 5963 | The number 10 is positive. |
| Theorem | 2nn 5964 | 2 is a natural number. |
| Theorem | 3nn 5965 | 3 is a natural number. |
| Some properties of specific numbers | ||
| Theorem | 2p2e4 5966 | Two plus two equals four. For more information, see "2+2=4 Trivia" on the Metamath Proof Explorer Home Page: http://us.metamath.org/mpegif/mmset.html#trivia. |
| Theorem | 4nn 5967 | 4 is a natural number. |
| Theorem | 2times 5968 | Two times a number. |
| Theorem | 2timest 5969 | Two times a number. |
| Theorem | times2t 5970 | A number times 2. |
| Theorem | times2 5971 | A number times 2. |
| Theorem | 3p2e5 5972 | 3 + 2 = 5. |
| Theorem | 3p3e6 5973 | 3 + 3 = 6. |
| Theorem | 4p2e6 5974 | 4 + 2 = 6. |
| Theorem | 4p3e7 5975 | 4 + 3 = 7. |
| Theorem | 4p4e8 5976 | 4 + 4 = 8. |
| Theorem | 5p2e7 5977 | 5 + 2 = 7. |
| Theorem | 5p3e8 5978 | 5 + 3 = 8. |
| Theorem | 5p4e9 5979 | 5 + 4 = 9. |
| Theorem | 5p5e10 5980 | 5 + 5 = 10. |
| Theorem | 6p2e8 5981 | 6 + 2 = 8. |
| Theorem | 6p3e9 5982 | 6 + 3 = 9. |
| Theorem | 6p4e10 5983 | 6 + 4 = 10. |
| Theorem | 7p2e9 5984 | 7 + 2 = 9. |
| Theorem | 7p3e10 5985 | 7 + 3 = 10. |
| Theorem | 8p2e10 5986 | 8 + 2 = 10. |
| Theorem | 2t2e4 5987 | 2 times 2 equals 4. |
| Theorem | 3t2e6 5988 | 3 times 2 equals 6. |
| Theorem | 3t3e9 5989 | 3 times 3 equals 9. |
| Theorem | 4t2e8 5990 | 4 times 2 equals 8. |
| Theorem | 5t2e10 5991 | 5 times 2 equals 10. |
| Theorem | 4d2e2 5992 | One half of four is two. |
| Theorem | 1lt2 5993 | 1 is less than 2. |
| Theorem | halfgt0 5994 | One-half is greater than zero. |
| Theorem | halflt1 5995 | One-half is less than one. |
| Theorem | 8th4div3 5996 | An eighth of four thirds is a sixth. (Contributed by Paul Chapman, 24-Nov-2007.) |
| Theorem | halfpm6th 5997 | One half plus or minus one sixth. (Contributed by Paul Chapman, 17-Jan-2008.) |
| Theorem | halfclt 5998 | Closure of half of a number (frequently used special case). |
| Theorem | rehalfclt 5999 | Real closure of half. |
| Theorem | half0t 6000 | Half of a number is zero iff the number is zero. |
| MPE Home Contents | Copyright terms: Public domain | < Previous Next > |