| Metamath Proof Explorer | < Previous Next > | |
| Browser slow? Try the
Unicode version. |
| Color key: |
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Theorem | 1nn 5901 | Peano postulate: 1 is a natural number. |
| Theorem | peano2nn 5902 | Peano postulate: a successor of a natural number is a natural number. |
| Theorem | dfnn2 5903 | Alternate definition of the set of natural numbers. Definition of positive integers in [Apostol] p. 22. |
| Principle of mathematical induction | ||
| Theorem | nnind 5904 | 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 5907 for an example of its use. See nn0ind 6179 for induction on nonnegative integers and uzind 6172, uzind4 6401 for induction on an arbitrary set of upper integers. See indstr 6412 for strong induction. |
| Theorem | nnindALT 5905 | 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 5904 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 5906 | 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 5907 | Closure of addition of natural numbers, proved by induction on the second addend. |
| Theorem | nnmulclt 5908 | Closure of multiplication of natural numbers. |
| Theorem | nn2get 5909 | There exists a natural number greater than or equal to any two others. |
| Theorem | nnge1t 5910 | A natural number is one or greater. |
| Theorem | nngt1ne1t 5911 | A natural number is greater than one iff it is not equal to one. |
| Theorem | nnle1eq1t 5912 | A natural number is less than or equal to one iff it is equal to one. |
| Theorem | nngt0t 5913 | A natural number is positive. |
| Theorem | lt1nnn 5914 | A number less than one is not a natural number. |
| Theorem | 0nnn 5915 | Zero is not a natural number. |
| Theorem | nnne0t 5916 | A natural number is non-zero. |
| Theorem | nngt0 5917 | A natural number is positive (inference version). |
| Theorem | nnne0 5918 | A natural number is non-zero (inference version). |
| Theorem | nnrecgt0t 5919 | The reciprocal of a natural number is positive. |
| Theorem | nnleltp1t 5920 | Natural number ordering relation. |
| Theorem | nnltp1let 5921 | Natural number ordering relation. |
| Theorem | nnsub 5922 | Subtraction of natural numbers. |
| Theorem | nnsubt 5923 | Subtraction of natural numbers. |
| Theorem | nnaddm1clt 5924 | Closure of addition of natural numbers minus one. |
| Theorem | nndivt 5925 |
Two ways to express " |
| Theorem | nndivtrt 5926 |
Transitive property of divisibility: if |
| Decimal representation of numbers | ||
| Syntax | c2 5927 | Extend class notation to include the number 2. |
| Syntax | c3 5928 | Extend class notation to include the number 3. |
| Syntax | c4 5929 | Extend class notation to include the number 4. |
| Syntax | c5 5930 | Extend class notation to include the number 5. |
| Syntax | c6 5931 | Extend class notation to include the number 6. |
| Syntax | c7 5932 | Extend class notation to include the number 7. |
| Syntax | c8 5933 | Extend class notation to include the number 8. |
| Syntax | c9 5934 | Extend class notation to include the number 9. |
| Syntax | c10 5935 | Extend class notation to include the number 10. |
| Definition | df-2 5936 |
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 5232 and df-1 5233).
Note: Only the digits 0 through 9 (df-0 5232
through df-9 5943) and the
number 10 (df-10 5944) 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 5937 | Define the number 3. |
| Definition | df-4 5938 | Define the number 4. |
| Definition | df-5 5939 | Define the number 5. |
| Definition | df-6 5940 | Define the number 6. |
| Definition | df-7 5941 | Define the number 7. |
| Definition | df-8 5942 | Define the number 8. |
| Definition | df-9 5943 | Define the number 9. |
| Definition | df-10 5944 | Define the number 10. See remarks under df-2 5936. |
| Theorem | 2re 5945 | The number 2 is real. |
| Theorem | 2cn 5946 | The number 2 is a complex number. |
| Theorem | 3re 5947 | The number 3 is real. |
| Theorem | 4re 5948 | The number 4 is real. |
| Theorem | 5re 5949 | The number 5 is real. |
| Theorem | 6re 5950 | The number 6 is real. |
| Theorem | 7re 5951 | The number 7 is real. |
| Theorem | 8re 5952 | The number 8 is real. |
| Theorem | 9re 5953 | The number 9 is real. |
| Theorem | 10re 5954 | The number 10 is real. |
| Theorem | 2pos 5955 | The number 2 is positive. |
| Theorem | 2ne0 5956 | The number 2 is nonzero. |
| Theorem | 3pos 5957 | The number 3 is positive. |
| Theorem | 4pos 5958 | The number 4 is positive. |
| Theorem | 5pos 5959 | The number 5 is positive. |
| Theorem | 6pos 5960 | The number 6 is positive. |
| Theorem | 7pos 5961 | The number 7 is positive. |
| Theorem | 8pos 5962 | The number 8 is positive. |
| Theorem | 9pos 5963 | The number 9 is positive. |
| Theorem | 10pos 5964 | The number 10 is positive. |
| Theorem | 2nn 5965 | 2 is a natural number. |
| Theorem | 3nn 5966 | 3 is a natural number. |
| Some properties of specific numbers | ||
| Theorem | 2p2e4 5967 | 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 5968 | 4 is a natural number. |
| Theorem | 2times 5969 | Two times a number. |
| Theorem | 2timest 5970 | Two times a number. |
| Theorem | times2t 5971 | A number times 2. |
| Theorem | times2 5972 | A number times 2. |
| Theorem | 3p2e5 5973 | 3 + 2 = 5. |
| Theorem | 3p3e6 5974 | 3 + 3 = 6. |
| Theorem | 4p2e6 5975 | 4 + 2 = 6. |
| Theorem | 4p3e7 5976 | 4 + 3 = 7. |
| Theorem | 4p4e8 5977 | 4 + 4 = 8. |
| Theorem | 5p2e7 5978 | 5 + 2 = 7. |
| Theorem | 5p3e8 5979 | 5 + 3 = 8. |
| Theorem | 5p4e9 5980 | 5 + 4 = 9. |
| Theorem | 5p5e10 5981 | 5 + 5 = 10. |
| Theorem | 6p2e8 5982 | 6 + 2 = 8. |
| Theorem | 6p3e9 5983 | 6 + 3 = 9. |
| Theorem | 6p4e10 5984 | 6 + 4 = 10. |
| Theorem | 7p2e9 5985 | 7 + 2 = 9. |
| Theorem | 7p3e10 5986 | 7 + 3 = 10. |
| Theorem | 8p2e10 5987 | 8 + 2 = 10. |
| Theorem | 2t2e4 5988 | 2 times 2 equals 4. |
| Theorem | 3t2e6 5989 | 3 times 2 equals 6. |
| Theorem | 3t3e9 5990 | 3 times 3 equals 9. |
| Theorem | 4t2e8 5991 | 4 times 2 equals 8. |
| Theorem | 5t2e10 5992 | 5 times 2 equals 10. |
| Theorem | 4d2e2 5993 | One half of four is two. |
| Theorem | 1lt2 5994 | 1 is less than 2. |
| Theorem | halfgt0 5995 | One-half is greater than zero. |
| Theorem | halflt1 5996 | One-half is less than one. |
| Theorem | 8th4div3 5997 | An eighth of four thirds is a sixth. (Contributed by Paul Chapman, 24-Nov-2007.) |
| Theorem | halfpm6th 5998 | One half plus or minus one sixth. (Contributed by Paul Chapman, 17-Jan-2008.) |
| Theorem | halfclt 5999 | Closure of half of a number (frequently used special case). |
| Theorem | rehalfclt 6000 | Real closure of half. |
| MPE Home Contents | Copyright terms: Public domain | < Previous Next > |