HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: 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-5787

Color key:    Metamath Proof
Explorer  Metamath Proof Explorer (1-4957)   Hilbert Space Explorer  Hilbert Space Explorer (4958-5787)  

Statement List for Metamath Proof Explorer - 4401-4500 - Page 45 of 58
TypeLabelDescription
Statement
 
Theoremrecgt0t 4401 The reciprocal of a positive number is positive. Exercise 4 of [Apostol] p. 21.
|- (A e. RR -> (0 < A -> 0 < (1 / A)))
 
Theoremdivgt0t 4402 The ratio of two positive numbers is positive.
|- ((A e. RR /\ B e. RR) -> ((0 < A /\ 0 < B) -> 0 < (A / B)))
 
Theoremdivge0t 4403 The ratio of nonnegative and positive numbers is nonnegative.
|- ((A e. RR /\ B e. RR) -> ((0 <_ A /\ 0 < B) -> 0 <_ (A / B)))
 
Theoremltdivt 4404 Division of both sides of 'less than' by a positive number.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (0 < C -> (A < B <-> (A / C) < (B / C))))
 
Theoremledivt 4405 Division of both sides of a less than or equal to relation by a positive number.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (0 < C -> (A <_ B <-> (A / C) <_ (B / C))))
 
Theoremltmuldivt 4406 'Less than' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (0 < B -> ((A x. B) < C <-> A < (C / B))))
 
Theoremltmuldiv2t 4407 'Less than' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (0 < A -> ((A x. B) < C <-> B < (C / A))))
 
Theoremltdivmult 4408 'Less than' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (0 < B -> ((A / B) < C <-> A < (B x. C))))
 
Theoremltreci 4409 The reciprocal of both sides of 'less than'.
|- A e. RR   &   |- B e. RR   &   |- 0 < A   &   |- 0 < B   =>   |- (A < B <-> (1 / B) < (1 / A))
 
Theoremltrec 4410 The reciprocal of both sides of 'less than'.
|- A e. RR   &   |- B e. RR   =>   |- ((0 < A /\ 0 < B) -> (A < B <-> (1 / B) < (1 / A)))
 
Theoremlerec 4411 The reciprocal of both sides of 'less than or equal to'.
|- A e. RR   &   |- B e. RR   =>   |- ((0 < A /\ 0 < B) -> (A <_ B <-> (1 / B) <_ (1 / A)))
 
Theoremltdiv23i 4412 Swap denominator with other side of 'less than'.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   &   |- 0 < B   &   |- 0 < C   =>   |- ((A / B) < C <-> (A / C) < B)
 
Theoremltdiv23 4413 Swap denominator with other side of 'less than'.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((0 < B /\ 0 < C) -> ((A / B) < C <-> (A / C) < B))
 
Theoremlt2sq 4414 Two nonnegative numbers compare the same as their squares.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> (A < B <-> (A x. A) < (B x. B)))
 
Theoremle2sq 4415 Two nonnegative numbers compare the same as their squares.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> (A <_ B <-> (A x. A) <_ (B x. B)))
 
Theoremsq11 4416 The square of a nonnegative number is a one-to-one function.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> ((A x. A) = (B x. B) <-> A = B))
 
Theoremltrect 4417 The reciprocal of both sides of 'less than'.
|- ((A e. RR /\ B e. RR) -> ((0 < A /\ 0 < B) -> (A < B <-> (1 / B) < (1 / A))))
 
Theoremlerect 4418 The reciprocal of both sides of 'less than or equal to'.
|- ((A e. RR /\ B e. RR) -> ((0 < A /\ 0 < B) -> (A <_ B <-> (1 / B) <_ (1 / A))))
 
Theoremltdiv23t 4419 Swap denominator with other side of 'less than'.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((0 < B /\ 0 < C) -> ((A / B) < C <-> (A / C) < B)))
 
Theoremle2sqt 4420 Two nonnegative numbers compare the same as their squares.
|- ((A e. RR /\ B e. RR) -> ((0 <_ A /\ 0 <_ B) -> (A <_ B <-> (A x. A) <_ (B x. B))))
 
Theoremhalfpos 4421 A positive number is greater than its half.
|- A e. RR   =>   |- (0 < A <-> (A / (1 + 1)) < A)
 
Theoremposex 4422 There exists a positive number less than two others.
|- A e. RR   &   |- B e. RR   &   |- 0 < A   &   |- 0 < B   =>   |- E.x e. RR (0 < x /\ (x < A /\ x < B))
 
Definitiondf-n 4423 The natural numbers of analysis start at one (unlike the natural numbers of set theory, i.e. the members of set omega, which start at zero). This is the convention used by most analysis books, and it also convenient for proofs in that we never have to worry about division by zero. See nnind 4434 for the principle of mathematical induction. Definition of positive integers in [Apostol] p. 22.
|- NN = |^|{x | (1 e. x /\ A.y(y e. x -> (y + 1) e. x))}
 
Theorempeano5nn 4424 Peano's inductive postulate. Theorem I.36 (principle of mathematical induction) of [Apostol] p. 34.
|- A e. V   =>   |- ((1 e. A /\ A.x(x e. A -> (x + 1) e. A)) -> NN (_ A)
 
Theoremnnssre 4425 The natural numbers are a subset of the reals.
|- NN (_ RR
 
Theoremnnsscn 4426 The natural numbers are a subset of the complex numbers.
|- NN (_ CC
 
Theoremnnret 4427 A natural number is a real number.
|- (A e. NN -> A e. RR)
 
Theoremnncnt 4428 A natural number is a complex number.
|- (A e. NN -> A e. CC)
 
Theoremnnre 4429 A natural number is a real number.
|- A e. NN   =>   |- A e. RR
 
Theoremnncn 4430 A natural number is a complex number.
|- A e. NN   =>   |- A e. CC
 
Theoremnnex 4431 The set of natural numbers exists.
|- NN e. V
 
Theorem1nn 4432 Peano postulate: 1 is a natural number.
|- 1 e. NN
 
Theorempeano2nn 4433 Peano postulate: a successor of a natural number is a natural number.
|- (A e. NN -> (A + 1) e. NN)
 
Theoremnnind 4434 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 4436 for an example of its use.
|- (x = 1 -> (ph <-> ps))   &   |- (x = y -> (ph <-> ch))   &   |- (x = (y + 1) -> (ph <-> th))   &   |- (x = A -> (ph <-> ta ))   &   |- ps   &   |- (y e. NN -> (ch -> th))   =>   |- (A e. NN -> ta )
 
Theoremnn1suc 4435 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.
|- (x = 1 -> (ph <-> ps))   &   |- (x = (y + 1) -> (ph <-> ch))   &   |- (x = A -> (ph <-> th))   &   |- ps   &   |- (y e. NN -> ch)   =>   |- (A e. NN -> th)
 
Theoremnnaddclt 4436 Closure of addition of natural numbers, proved by induction on the second addend.
|- ((A e. NN /\ B e. NN) -> (A + B) e. NN)
 
Theoremnnmulclt 4437 Closure of multiplication of natural numbers.
|- ((A e. NN /\ B e. NN) -> (A x. B) e. NN)
 
Theoremnn2get 4438 There exists a natural number greater than or equal to any two others.
|- ((A e. NN /\ B e. NN) -> E.x e. NN (A <_ x /\ B <_ x))
 
Theoremnnge1t 4439 A natural number is one or greater.
|- (A e. NN -> 1 <_ A)
 
Theoremnngt1ne1t 4440 A natural number is greater than one iff it is not equal to one.
|- (A e. NN -> (1 < A <-> -. A = 1))
 
Theoremnngt0t 4441 A natural number is positive.
|- (A e. NN -> 0 < A)
 
Theoremlt1nnn 4442 A number less than one is not a natural number.
|- ((A e. RR /\ A < 1) -> -. A e. NN)
 
Theorem0nnn 4443 Zero is not a natural number.
|- -. 0 e. NN
 
Theoremnnne0t 4444 A natural number is non-zero.
|- (A e. NN -> A =/= 0)
 
Theoremnngt0 4445 A natural number is positive (inference version).
|- A e. NN   =>   |- 0 < A
 
Theoremnnne0 4446 A natural number is non-zero (inference version).
|- A e. NN   =>   |- A =/= 0
 
Theoremnnrecgt0t 4447 The reciprocal of a natural number is positive.
|- (A e. NN -> 0 < (1 / A))
 
Theoremnnleltp1t 4448 Natural number ordering relation.
|- ((A e. NN /\ B e. NN) -> (A <_ B <-> A < (B + 1)))
 
Theoremnnltp1let 4449 Natural number ordering relation.
|- ((A e. NN /\ B e. NN) -> (A < B <-> (A + 1) <_ B))
 
Theoremnnsub 4450 Subtraction of natural numbers.
|- A e. NN   &   |- B e. NN   =>   |- (A < B <-> (B - A) e. NN)
 
Theoremnnsubt 4451 Subtraction of natural numbers.
|- ((A e. NN /\ B e. NN) -> (A < B <-> (B - A) e. NN))
 
Theoremnnaddm1clt 4452 Closure of addition of natural numbers minus one.
|- ((A e. NN /\ B e. NN) -> ((A + B) - 1) e. NN)
 
Theoremnndiv 4453 Two ways to express "A divides B" for natural numbers.
|- ((A e. NN /\ B e. NN) -> (E.x e. NN (A x. x) = B <-> (B / A) e. NN))
 
Syntaxc2 4454 Extend class notation to include the number 2.
class 2
 
Syntaxc3 4455 Extend class notation to include the number 3.
class 3
 
Syntaxc4 4456 Extend class notation to include the number 4.
class 4
 
Syntaxc5 4457 Extend class notation to include the number 5.
class 5
 
Syntaxc6 4458 Extend class notation to include the number 6.
class 6
 
Syntaxc7 4459 Extend class notation to include the number 7.
class 7
 
Syntaxc8 4460 Extend class notation to include the number 8.
class 8
 
Syntaxc9 4461 Extend class notation to include the number 9.
class 9
 
Definitiondf-2 4462 Define the number 2.

Note that the numbers 0 and 1 are primitive constants of the complex number axiom system (see df-0 4035 and df-1 4036).

Note: The decimal representation of numbers will undergo a major revision at some point in the future, and the old rather clumsy development has been deleted. For now, every number that is needed should be exhibited as an explicit expression built from operations on the digits 0 through 9. For example, 350 can be expressed as ((7^3) + 7).

|- 2 = (1 + 1)
 
Definitiondf-3 4463 Define the number 3.
|- 3 = (2 + 1)
 
Definitiondf-4 4464 Define the number 4.
|- 4 = (3 + 1)
 
Definitiondf-5 4465 Define the number 5.
|- 5 = (4 + 1)
 
Definitiondf-6 4466 Define the number 6.
|- 6 = (5 + 1)
 
Definitiondf-7 4467 Define the number 7.
|- 7 = (6 + 1)
 
Definitiondf-8 4468 Define the number 8.
|- 8 = (7 + 1)
 
Definitiondf-9 4469 Define the number 9.
|- 9 = (8 + 1)
 
Theorem2re 4470 The number 2 is real.
|- 2 e. RR
 
Theorem2cn 4471 The number 2 is a complex number.
|- 2 e. CC
 
Theorem3re 4472 The number 3 is real.
|- 3 e. RR
 
Theorem4re 4473 The number 4 is real.
|- 4 e. RR
 
Theorem5re 4474 The number 5 is real.
|- 5 e. RR
 
Theorem6re 4475 The number 6 is real.
|- 6 e. RR
 
Theorem7re 4476 The number 7 is real.
|- 7 e. RR