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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8757)   Hilbert Space Explorer  Hilbert Space Explorer (8758-10682)  

Statement List for Metamath Proof Explorer - 8701-8800 - Page 88 of 107
TypeLabelDescription
Statement
 
Theoremeff1o 8701 The exponential function restricted to its principal domain maps one-to-one onto the nonzero complex numbers. (Contributed by Paul Chapman, 21-Apr-2008.)
|- (exp |` {x e. CC | (Im` x) e. (-upi[,)pi)}):{x e. CC | (Im` x) e. (-upi[,)pi)}-1-1-onto->(CC \ {0})
 
The natural logarithm on complex numbers
 
Syntaxclog 8702 Extend class notation with the natural logarithm function on complex numbers.
class log
 
Definitiondf-log 8703 Define the natural logarithm function on complex numbers. See http://en.wikipedia.org/wiki/Natural_logarithm ("The natural logarithm function can also be defined as the inverse function of the exponential function").
|- log = `'(exp |` {x e. CC | (Im` x) e. (-upi[,)pi)})
 
Theoremlogrn 8704 The range of the natural logarithm function, also the principal domain of the exponential function. This allows us to write the longer class abstraction as simply ran log. (Contributed by Paul Chapman, 21-Apr-2008.)
|- ran log = {x e. CC | (Im` x) e. (-upi[,)pi)}
 
Theoremdflog2 8705 The natural logarithm function in terms of the exponential function restricted to its principal domain. (Contributed by Paul Chapman, 21-Apr-2008.)
|- log = `'(exp |` ran log)
 
Theoremresslogrn 8706 The range of the natural logarithm function includes the real numbers. (Contributed by Paul Chapman, 21-Apr-2008.)
|- RR (_ ran log
 
Theoremeff1o2 8707 The exponential function restricted to its principal domain maps one-to-one onto the nonzero complex numbers. (Contributed by Paul Chapman, 21-Apr-2008.)
|- (exp |` ran log):ran log-1-1-onto->(CC \ {0})
 
Theoremlogf1o 8708 The natural logarithm function maps the nonzero complex numbers one-to-one onto its range. (Contributed by Paul Chapman, 21-Apr-2008.)
|- log:(CC \ {0})-1-1-onto->ran log
 
Theoremdfrelog 8709 The natural logarithm function on the positive reals in terms of the real exponential function. (Contributed by Paul Chapman, 21-Apr-2008.)
|- (log |` RR+) = `'(exp |` RR)
 
Theoremrelogf1o 8710 The natural logarithm function maps the positive reals one-to-one onto the real numbers. (Contributed by Paul Chapman, 21-Apr-2008.)
|- (log |` RR+):RR+-1-1-onto->RR
 
Theoremlogclt 8711 Closure of the natural logarithm function. (Contributed by Paul Chapman, 21-Apr-2008.)
|- ((A e. CC /\ A =/= 0) -> (log` A) e. ran log)
 
Theoremrelogclt 8712 Closure of the natural logarithm function on positive reals. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (A e. RR+ -> (log` A) e. RR)
 
Theoremeflogt 8713 Relationship between the natural logarithm function and the exponential function. (Contributed by Paul Chapman, 21-Apr-2008.)
|- ((A e. CC /\ A =/= 0) -> (exp` (log` A)) = A)
 
Theoremreeflogt 8714 Relationship between the natural logarithm function and the exponential function. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (A e. RR+ -> (exp` (log` A)) = A)
 
Theoremlogeft 8715 Relationship between the natural logarithm function and the exponential function. (Contributed by Paul Chapman, 21-Apr-2008.)
|- (A e. ran log -> (log` (exp` A)) = A)
 
Theoremrelogeft 8716 Relationship between the natural logarithm function and the exponential function. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (A e. RR -> (log` (exp` A)) = A)
 
Theoremlogeftb 8717 Relationship between the natural logarithm function and the exponential function. (Contributed by Paul Chapman, 21-Apr-2008.)
|- ((A e. CC /\ A =/= 0 /\ B e. ran log) -> ((log` A) = B <-> (exp` B) = A))
 
Theoremrelogeftb 8718 Relationship between the natural logarithm function and the exponential function. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ B e. RR) -> ((log` A) = B <-> (exp` B) = A))
 
Theoremlog1 8719 The natural logarithm of 1. One case of Property 1a of [Cohen] p. 301. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (log` 1) = 0
 
Theoremloge 8720 The natural logarithm of e. One case of Property 1b of [Cohen] p. 301. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (log` e) = 1
 
Theorempilog 8721 Relationship between pi and the natural logarithm function. (Contributed by Paul Chapman, 21-Apr-2008.)
|- pi = (i x. (log` -u1))
 
Theoremrelogoprlem 8722 Lemma for relogmult 8723 and relogdivt 8724. Remark of [Cohen] p. 301 ("The proof of Property 3 is quite similar to the proof given for Property 2").
 
Theoremrelogmult 8723 The natural logarithm of the product of two positive real numbers is the sum of natural logarithms. Property 2 of [Cohen] p. 301, restricted to natural logarithms. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ B e. RR+) -> (log` (A x. B)) = ((log` A) + (log` B)))
 
Theoremrelogdivt 8724 The natural logarithm of the quotient of two positive real numbers is the difference of natural logarithms. Exercise 72(a) and Property 3 of [Cohen] p. 301, restricted to natural logarithms. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ B e. RR+) -> (log` (A / B)) = ((log` A) - (log` B)))
 
Theoremexplogt 8725 Exponentiation of a nonzero complex number to a nonnegative integer power. (Contributed by Paul Chapman, 21-Apr-2008.)
|- ((A e. CC /\ A =/= 0 /\ N e. NN0) -> (A^N) = (exp` (N x. (log` A))))
 
Theoremreexplogt 8726 Exponentiation of a positive real number to a nonnegative integer power. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ N e. NN0) -> (A^N) = (exp` (N x. (log` A))))
 
Theoremrelogexpt 8727 The natural logarithm of positive A raised to an nonnegative integer power. Property 4 of [Cohen] p. 301-302, restricted to natural logarithms and nonnegative-integer powers N. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ N e. NN0) -> (log` (A^N)) = (N x. (log`
 A)))
 
Theoremrelogiso 8728 The natural logarithm function on positive reals determines an isomorphism from the positive reals onto the reals. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (log |` RR+) Isom < , < (RR+, RR)
 
Theoremlogltbt 8729 The natural logarithm function on positive reals is strictly monotonic. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ B e. RR+) -> (A < B <-> (log` A) < (log` B)))
 
SyntaxclogOLD 8730 Extend class notation with the natural logarithm function on positive reals.
class logOLD
 
Definitiondf-logOLD 8731 Define the natural logarithm function on positive real numbers. See http://en.wikipedia.org/wiki/Natural_logarithm ("The natural logarithm function can also be defined as the inverse function of the exponential function").
|- logOLD = `'(exp |` RR)
 
Theoremdflog2OLD 8732 Alternate version of df-logOLD 8731. (Contributed by Steve Rodriguez, 22-Oct-2007.)
|- logOLD = {<.x, y>. | (x e. (0(,) +oo) /\ y = (`'(exp |` RR)` x))}
 
TheoremlogvaltOLD 8733 Value of the natural logarithm function on positive reals. (Contributed by Steve Rodriguez, 22-Oct-2007.)
|- (logOLD` A) = (`'(exp |` RR)` A)
 
TheoremlogcltOLD 8734 Closure of the natural logarithm function on positive reals. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (A e. RR+ -> (logOLD` A) e. RR)
 
TheoremeflogtOLD 8735 Relationship between the natural logarithm and the exponential function. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (A e. RR+ -> (exp` (logOLD` A)) = A)
 
TheoremlogeftOLD 8736 Relationship between the natural logarithm and the exponential function. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (A e. RR -> (logOLD` (exp` A)) = A)
 
TheoremlogeftbOLD 8737 Relationship between the natural logarithm and the exponential function. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ B e. RR) -> ((logOLD` A) = B <-> (exp` B) = A))
 
Theoremlog1OLD 8738 The natural logarithm of 1. One case of Property 1a of [Cohen] p. 301. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (logOLD` 1) = 0
 
TheoremlogeOLD 8739 The natural logarithm of e. One case of Property 1b of [Cohen] p. 301. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (logOLD` e) = 1
 
TheoremlogoprlemOLD 8740 Lemma for logmultOLD 8741 and logdivtOLD 8742. Remark of [Cohen] p. 301 ("The proof of Property 3 is quite similar to the proof given for Property 2").
 
TheoremlogmultOLD 8741 The natural logarithm of a product is a sum of natural logarithms. Property 2 of [Cohen] p. 301, restricted to natural logarithms. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ B e. RR+) -> (logOLD` (A x. B)) = ((logOLD` A) + (logOLD` B)))
 
TheoremlogdivtOLD 8742 The natural logarithm of a quotient is a difference of natural logarithms. Exercise 72(a) and Property 3 of [Cohen] p. 301, restricted to natural logarithms. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ B e. RR+) -> (logOLD` (A / B)) = ((logOLD` A) - (logOLD` B)))
 
TheoremlogexptOLD 8743 The natural logarithm of positive A raised to a power. Property 4 of [Cohen] p. 301-302, restricted to natural logarithms and nonnegative-integer powers N. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ N e. NN0) -> (logOLD` (A^N)) = (N x. (logOLD` A)))
 
TheoremexplogtOLD 8744 Exponentiation of a positive real to a nonnegative integer power. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ N e. NN0) -> (A^N) = (exp` (N x. (logOLD` A))))
 
TheoremlogisoOLD 8745 The natural logarithm on positive reals determines an isomorphism from positive reals onto reals. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- logOLD Isom < , < (RR+, RR)
 
TheoremlogltbtOLD 8746 The natural logarithm function on positive reals is strictly monotonic. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- ((A e. RR+ /\ B e. RR+) -> (A < B <-> (logOLD` A) < (logOLD` B)))
 
ZFC Set Theory plus Grothendieck's Axiom
 
Introduce Grothendieck's Axiom
 
Axiomax-groth 8747 Grothendieck's Axiom. For every set x there is an inaccessible cardinal y such that y is not in x. The addition of this axiom to ZFC set theory provides a framework for category theory, thus for all practical purposes giving us a complete foundation for "all of mathematics." This version of the axiom is used by the Mizar project (http://www.mizar.org/JFM/Axiomatics/tarski.html). Unlike the ZFC axioms, this axiom is very long when expressed in terms of primitive symbols - see grothprim 8753. An open problem is finding a shorter equivalent.
|- E.y(x e. y /\ A.z e. y (A.w(w (_ z -> w e. y) /\ E.w e. y A.v(v (_ z -> v e. w)) /\ A.z(z (_ y -> (z ~~ y \/ z e. y)))
 
Theoremaxgroth2 8748 Alternate version of Grothendieck's Axiom.
|- E.y(x e. y /\ A.z e. y (A.w(w (_ z -> w e. y) /\ E.w e. y A.v(v (_ z -> v e. w)) /\ A.z(z (_ y -> (y ~<_ z \/ z e. y)))
 
Theoremaxgroth3 8749 Alternate version of Grothendieck's Axiom. ax-ac 4734 is used to derive this version.
|- E.y(x e. y /\ A.z e. y (A.w(w (_ z -> w e. y) /\ E.w e. y A.v(v (_ z -> v e. w)) /\ A.z(z (_ y -> ((y \ z) ~<_ z \/ z e. y)))
 
Theoremaxgroth4 8750 Alternate version of Grothendieck's Axiom. ax-ac 4734 is used to derive this version.
|- E.y(x e. y /\ A.z e. y E.v e. y A.w(w (_ z -> w e. (y i^i v)) /\ A.z(z (_ y -> ((y \ z) ~<_ z \/ z e. y)))
 
Theoremgrothinf 8751 Grothendieck's Axiom implies the Axiom of Infinity (in the form of omex 4617). Note that our proof does not depend on the Axiom of Infinity.
|- om e. V
 
Theoremgrothprimlem 8752 Lemma for grothprim 8753. Expand the membership of an unordered pair into primitives.
 
Theoremgrothprim 8753 Grothendieck's Axiom ax-groth 8747 expanded into set theory primitives using 163 symbols. An open problem is whether a shorter equivalent exists (when expanded to primitives).
|- E.y(x e. y /\ A.z((z e. y -> E.v(v e. y /\ A.w(A.u(u e. w -> u e. z) -> (w e. y /\ w e. v)))) /\ E.w((w e. z -> w e. y) -> (A.v((v e. z -> E.tA.u(E.g(g e. w /\ A.h(h e. g <-> (h = v \/ h = u))) -> u = t)) /\ (v e. y -> (v e. z \/ E.u(u e. z /\ E.g(g e. w /\ A.h(h e. g <-> (h = u \/ h = v))))))) \/ z e. y))))
 
Humor
 
April Fool's theorem
 
Theoremavril1 8754 Poisson d'Avril's Theorem. This theorem is noted for its Selbstdokumentieren property, which means, literally, "self-documenting" and recalls the principle of quidquid germanus dictum sit, altum viditur, often used in set theory. Starting with the seemingly simple yet profound fact that any object x equals itself (proved by Tarski in 1965; see Lemma 6 of [Tarski] p. 68), we demonstrate that the power set of the real numbers, as a relation on the value of the imaginary unit, does not conjoin with an empty relation on the product of the additive and multiplicative identity elements, leading to this startling conclusion that has left even seasoned professional mathematicians scratching their heads. (Contributed by Prof. Loof Lirpa, 1-Apr-2005.)

A reply to skeptics can be found at http://us.metamath.org/mpegif/mmnotes.txt, under the 1-Apr-06 entry.

|- -. (AP~RR(i` 1) /\ F(/)(0 x. 1))
 
Theorem2bornot2b 8755 The law of excluded middle. Act III, Theorem 1 of Shakespeare, Hamlet, Prince of Denmark (1602). Its author leaves its proof as an exercise for the reader - "To be, or not to be: that is the question" - starting a trend that has become standard in modern-day textbooks, serving to make the frustrated reader feel inferior, or in some cases to mask the fact that the author does not know its solution. (Contributed by Prof. Loof Lirpa, 1-Apr-2006.)
|- (2 x. B \/ -. 2 x. B)
 
Theoremhelloworld 8756 The classic "Hello world" benchmark has been translated into 314 computer programming languages - see http://www.roesler-ac.de/wolfram/hello.htm. However, for many years it eluded a proof that it is more than just a conjecture, even though a wily mathematician once claimed, "I have discovered a truly marvelous proof of this, which this margin is too narrow to contain." Using an IBM 709 mainframe, a team of mathematicians led by Prof. Loof Lirpa, at the New College of Tahiti, were finally able put it rest with a remarkably short proof only 4 lines long. (Contributed by Prof. Loof Lirpa, 1-Apr-2007.)
|- -. (h e. (LL0) /\ W(/)(R.1d))
 
Theorem1p1e2 8757 One plus one equals two. Using proof-shortening techniques pioneered by Mr. Mel O'Cat, along with the latest supercomputer technology, Prof. Loof Lirpa and colleagues were able to shorten Whitehead and Russell's 360-page proof that 1+1=2 in Principia Mathematica to this remarkable proof only two steps long, thus establishing a new world's record for this famous theorem. (Contributed by Prof. Loof Lirpa, 1-Apr-2008.)
|- (1 + 1) = 2
 
Hilbert Space Explorer
 
Syntaxchil 8758 Extend class notation with Hilbert vector space.
class H~
 
Syntaxcva 8759 Extend class notation with vector addition in Hilbert space. In the literature, the subscript "v" is omitted, but we need it to avoid ambiguity with complex number addition + caddc 5227.
class +h
 
Syntaxcsm 8760 Extend class notation with scalar multiplication in Hilbert space. In the literature scalar multiplication is usually indicated by juxtaposition, but we need an explicit symbol to prevent ambiguity.
class .h
 
Syntaxc0v 8761 Extend class notation with zero vector in Hilbert space.
class 0h
 
Syntaxcmv 8762 Extend class notation wit