HomeHome Intuitionistic Logic Explorer
Theorem List (p. 161 of 172)
< Previous  Next >
Browser slow? Try the
Unicode version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 16001-16100   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremrpcxp1 16001 Value of the complex power function at one. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( A  e.  RR+  ->  ( A  ^c  1 )  =  A )
 
Theorem1cxp 16002 Value of the complex power function at one. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( A  e.  CC  ->  ( 1  ^c  A )  =  1
 )
 
Theoremecxp 16003 Write the exponential function as an exponent to the power  _e. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( A  e.  CC  ->  ( _e  ^c  A )  =  ( exp `  A ) )
 
Theoremrpcncxpcl 16004 Closure of the complex power function. (Contributed by Jim Kingdon, 12-Jun-2024.)
 |-  ( ( A  e.  RR+  /\  B  e.  CC )  ->  ( A  ^c  B )  e.  CC )
 
Theoremrpcxpcl 16005 Positive real closure of the complex power function. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  RR )  ->  ( A  ^c  B )  e.  RR+ )
 
Theoremcxpap0 16006 Complex exponentiation is apart from zero. (Contributed by Mario Carneiro, 2-Aug-2014.) (Revised by Jim Kingdon, 12-Jun-2024.)
 |-  ( ( A  e.  RR+  /\  B  e.  CC )  ->  ( A  ^c  B ) #  0 )
 
Theoremrpcxpadd 16007 Sum of exponents law for complex exponentiation. (Contributed by Mario Carneiro, 2-Aug-2014.) (Revised by Jim Kingdon, 13-Jun-2024.)
 |-  ( ( A  e.  RR+  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  ^c 
 ( B  +  C ) )  =  (
 ( A  ^c  B )  x.  ( A  ^c  C ) ) )
 
Theoremrpcxpp1 16008 Value of a nonzero complex number raised to a complex power plus one. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  CC )  ->  ( A  ^c 
 ( B  +  1 ) )  =  ( ( A  ^c  B )  x.  A ) )
 
Theoremrpcxpneg 16009 Value of a complex number raised to a negative power. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  CC )  ->  ( A  ^c  -u B )  =  ( 1  /  ( A 
 ^c  B ) ) )
 
Theoremrpcxpsub 16010 Exponent subtraction law for complex exponentiation. (Contributed by Mario Carneiro, 22-Sep-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  ^c 
 ( B  -  C ) )  =  (
 ( A  ^c  B )  /  ( A  ^c  C ) ) )
 
Theoremrpmulcxp 16011 Complex exponentiation of a product. Proposition 10-4.2(c) of [Gleason] p. 135. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  RR+  /\  C  e.  CC )  ->  (
 ( A  x.  B )  ^c  C )  =  ( ( A 
 ^c  C )  x.  ( B  ^c  C ) ) )
 
Theoremcxprec 16012 Complex exponentiation of a reciprocal. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  CC )  ->  ( ( 1  /  A )  ^c  B )  =  ( 1  /  ( A  ^c  B ) ) )
 
Theoremrpdivcxp 16013 Complex exponentiation of a quotient. (Contributed by Mario Carneiro, 8-Sep-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  RR+  /\  C  e.  CC )  ->  (
 ( A  /  B )  ^c  C )  =  ( ( A 
 ^c  C ) 
 /  ( B  ^c  C ) ) )
 
Theoremcxpmul 16014 Product of exponents law for complex exponentiation. Proposition 10-4.2(b) of [Gleason] p. 135. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  RR  /\  C  e.  CC )  ->  ( A  ^c 
 ( B  x.  C ) )  =  (
 ( A  ^c  B )  ^c  C ) )
 
Theoremrpcxpmul2 16015 Product of exponents law for complex exponentiation. Variation on cxpmul 16014 with more general conditions on  A and  B when  C is a nonnegative integer. (Contributed by Mario Carneiro, 9-Aug-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  CC  /\  C  e.  NN0 )  ->  ( A  ^c  ( B  x.  C ) )  =  ( ( A  ^c  B ) ^ C ) )
 
Theoremrpcxproot 16016 The complex power function allows us to write n-th roots via the idiom  A  ^c 
( 1  /  N
). (Contributed by Mario Carneiro, 6-May-2015.)
 |-  ( ( A  e.  RR+  /\  N  e.  NN )  ->  ( ( A  ^c  ( 1  /  N ) ) ^ N )  =  A )
 
Theoremabscxp 16017 Absolute value of a power, when the base is real. (Contributed by Mario Carneiro, 15-Sep-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  CC )  ->  ( abs `  ( A  ^c  B ) )  =  ( A 
 ^c  ( Re
 `  B ) ) )
 
Theoremcxplt 16018 Ordering property for complex exponentiation. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( ( ( A  e.  RR  /\  1  <  A )  /\  ( B  e.  RR  /\  C  e.  RR ) )  ->  ( B  <  C  <->  ( A  ^c  B )  <  ( A  ^c  C ) ) )
 
Theoremcxple 16019 Ordering property for complex exponentiation. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( ( ( A  e.  RR  /\  1  <  A )  /\  ( B  e.  RR  /\  C  e.  RR ) )  ->  ( B  <_  C  <->  ( A  ^c  B )  <_  ( A  ^c  C ) ) )
 
Theoremrpcxple2 16020 Ordering property for complex exponentiation. (Contributed by Mario Carneiro, 8-Sep-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  RR+  /\  C  e.  RR+ )  ->  ( A  <_  B  <->  ( A  ^c  C )  <_  ( B  ^c  C ) ) )
 
Theoremrpcxplt2 16021 Ordering property for complex exponentiation. (Contributed by Mario Carneiro, 15-Sep-2014.)
 |-  ( ( A  e.  RR+  /\  B  e.  RR+  /\  C  e.  RR+ )  ->  ( A  <  B  <->  ( A  ^c  C )  <  ( B  ^c  C ) ) )
 
Theoremcxplt3 16022 Ordering property for complex exponentiation. (Contributed by Mario Carneiro, 2-May-2016.)
 |-  ( ( ( A  e.  RR+  /\  A  <  1 )  /\  ( B  e.  RR  /\  C  e.  RR ) )  ->  ( B  <  C  <->  ( A  ^c  C )  <  ( A  ^c  B ) ) )
 
Theoremcxple3 16023 Ordering property for complex exponentiation. (Contributed by Mario Carneiro, 2-May-2016.)
 |-  ( ( ( A  e.  RR+  /\  A  <  1 )  /\  ( B  e.  RR  /\  C  e.  RR ) )  ->  ( B  <_  C  <->  ( A  ^c  C )  <_  ( A  ^c  B ) ) )
 
Theoremrpcxpsqrt 16024 The exponential function with exponent 
1  /  2 exactly matches the square root function, and thus serves as a suitable generalization to other  n-th roots and irrational roots. (Contributed by Mario Carneiro, 2-Aug-2014.) (Revised by Jim Kingdon, 16-Jun-2024.)
 |-  ( A  e.  RR+  ->  ( A  ^c  ( 1  /  2 ) )  =  ( sqr `  A ) )
 
Theoremlogsqrt 16025 Logarithm of a square root. (Contributed by Mario Carneiro, 5-May-2016.)
 |-  ( A  e.  RR+  ->  ( log `  ( sqr `  A ) )  =  ( ( log `  A )  /  2 ) )
 
Theoremrpcxp0d 16026 Value of the complex power function when the second argument is zero. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   =>    |-  ( ph  ->  ( A  ^c  0 )  =  1 )
 
Theoremrpcxp1d 16027 Value of the complex power function at one. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   =>    |-  ( ph  ->  ( A  ^c  1 )  =  A )
 
Theorem1cxpd 16028 Value of the complex power function at one. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  (
 1  ^c  A )  =  1 )
 
Theoremrpcncxpcld 16029 Closure of the complex power function. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( A  ^c  B )  e.  CC )
 
Theoremcxpltd 16030 Ordering property for complex exponentiation. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  1  <  A )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  C  e.  RR )   =>    |-  ( ph  ->  ( B  <  C  <->  ( A  ^c  B )  <  ( A  ^c  C ) ) )
 
Theoremcxpled 16031 Ordering property for complex exponentiation. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  1  <  A )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  C  e.  RR )   =>    |-  ( ph  ->  ( B  <_  C  <->  ( A  ^c  B )  <_  ( A  ^c  C ) ) )
 
Theoremrpcxpsqrtth 16032 Square root theorem over the complex numbers for the complex power function. Compare with resqrtth 11797. (Contributed by AV, 23-Dec-2022.)
 |-  ( A  e.  RR+  ->  ( ( sqr `  A )  ^c  2 )  =  A )
 
Theoremcxprecd 16033 Complex exponentiation of a reciprocal. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( ( 1  /  A )  ^c  B )  =  ( 1  /  ( A  ^c  B ) ) )
 
Theoremrpcxpmul2d 16034 Product of exponents law for complex exponentiation. Variation on cxpmul 16014 with more general conditions on  A and  B when  C is a nonnegative integer. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  NN0 )   =>    |-  ( ph  ->  ( A  ^c  ( B  x.  C ) )  =  ( ( A 
 ^c  B ) ^ C ) )
 
Theoremrpcxpcld 16035 Positive real closure of the complex power function. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   &    |-  ( ph  ->  B  e.  RR )   =>    |-  ( ph  ->  ( A  ^c  B )  e.  RR+ )
 
Theoremlogcxpd 16036 Logarithm of a complex power. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   &    |-  ( ph  ->  B  e.  RR )   =>    |-  ( ph  ->  ( log `  ( A  ^c  B ) )  =  ( B  x.  ( log `  A )
 ) )
 
Theoremcxplt3d 16037 Ordering property for complex exponentiation. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  A  <  1
 )   &    |-  ( ph  ->  C  e.  RR )   =>    |-  ( ph  ->  ( B  <  C  <->  ( A  ^c  C )  <  ( A  ^c  B ) ) )
 
Theoremcxple3d 16038 Ordering property for complex exponentiation. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  A  <  1
 )   &    |-  ( ph  ->  C  e.  RR )   =>    |-  ( ph  ->  ( B  <_  C  <->  ( A  ^c  C )  <_  ( A  ^c  B ) ) )
 
Theoremcxpmuld 16039 Product of exponents law for complex exponentiation. Proposition 10-4.2(b) of [Gleason] p. 135. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  ( A  ^c  ( B  x.  C ) )  =  ( ( A 
 ^c  B ) 
 ^c  C ) )
 
Theoremcxpcom 16040 Commutative law for real exponentiation. (Contributed by AV, 29-Dec-2022.)
 |-  ( ( A  e.  RR+  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  ^c  B )  ^c  C )  =  (
 ( A  ^c  C )  ^c  B ) )
 
Theoremapcxp2 16041 Apartness and real exponentiation. (Contributed by Jim Kingdon, 10-Jul-2024.)
 |-  ( ( ( A  e.  RR+  /\  A #  1
 )  /\  ( B  e.  RR  /\  C  e.  RR ) )  ->  ( B #  C  <->  ( A  ^c  B ) #  ( A 
 ^c  C ) ) )
 
Theoremrpabscxpbnd 16042 Bound on the absolute value of a complex power. (Contributed by Mario Carneiro, 15-Sep-2014.) (Revised by Jim Kingdon, 19-Jun-2024.)
 |-  ( ph  ->  A  e.  RR+ )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  0  <  ( Re `  B ) )   &    |-  ( ph  ->  M  e.  RR )   &    |-  ( ph  ->  ( abs `  A )  <_  M )   =>    |-  ( ph  ->  ( abs `  ( A  ^c  B ) )  <_  ( ( M  ^c  ( Re `  B ) )  x.  ( exp `  (
 ( abs `  B )  x.  pi ) ) ) )
 
Theoremltexp2 16043 Ordering law for exponentiation. (Contributed by NM, 2-Aug-2006.) (Revised by Mario Carneiro, 5-Jun-2014.)
 |-  ( ( ( A  e.  RR  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  1  <  A )  ->  ( M  <  N  <->  ( A ^ M )  <  ( A ^ N ) ) )
 
Theoremltexp2d 16044 Ordering relationship for exponentiation. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  M  e.  ZZ )   &    |-  ( ph  ->  N  e.  ZZ )   &    |-  ( ph  ->  1  <  A )   =>    |-  ( ph  ->  ( M  <  N  <->  ( A ^ M )  <  ( A ^ N ) ) )
 
11.2.4  Logarithms to an arbitrary base

Define "log using an arbitrary base" function and then prove some of its properties. As with df-relog 15959 this is for real logarithms rather than complex logarithms.

Metamath doesn't care what letters are used to represent classes. Usually classes begin with the letter "A", but here we use "B" and "X" to more clearly distinguish between "base" and "other parameter of log".

There are different ways this could be defined in Metamath. The approach used here is intentionally similar to existing 2-parameter Metamath functions (operations):  ( B logb  X ) where  B is the base and 
X is the argument of the logarithm function. An alternative would be to support the notational form  ( ( logb  `  B
) `  X ); that looks a little more like traditional notation.

 
Syntaxclogb 16045 Extend class notation to include the logarithm generalized to an arbitrary base.
 class logb
 
Definitiondf-logb 16046* Define the logb operator. This is the logarithm generalized to an arbitrary base. It can be used as  ( B logb  X ) for "log base B of X". In the most common traditional notation, base B is a subscript of "log". The definition will only be useful where  x is a positive real apart from one and where 
y is a positive real, so the choice of  ( CC  \  { 0 ,  1 } ) and  ( CC 
\  { 0 } ) is somewhat arbitrary (we adopt the definition used in set.mm). (Contributed by David A. Wheeler, 21-Jan-2017.)
 |- logb  =  ( x  e.  ( CC  \  { 0 ,  1 } ) ,  y  e.  ( CC  \  { 0 } )  |->  ( ( log `  y
 )  /  ( log `  x ) ) )
 
Theoremrplogbval 16047 Define the value of the logb function, the logarithm generalized to an arbitrary base, when used as infix. Most Metamath statements select variables in order of their use, but to make the order clearer we use "B" for base and "X" for the argument of the logarithm function here. (Contributed by David A. Wheeler, 21-Jan-2017.) (Revised by Jim Kingdon, 3-Jul-2024.)
 |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  ( B logb  X )  =  (
 ( log `  X )  /  ( log `  B ) ) )
 
Theoremrplogbcl 16048 General logarithm closure. (Contributed by David A. Wheeler, 17-Jul-2017.)
 |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  ( B logb  X )  e.  RR )
 
Theoremrplogbid1 16049 General logarithm is 1 when base and arg match. Property 1(a) of [Cohen4] p. 361. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by David A. Wheeler, 22-Jul-2017.)
 |-  ( ( A  e.  RR+  /\  A #  1 )  ->  ( A logb  A )  =  1 )
 
Theoremrplogb1 16050 The logarithm of  1 to an arbitrary base  B is 0. Property 1(b) of [Cohen4] p. 361. See log1 15967. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by Thierry Arnoux, 27-Sep-2017.)
 |-  ( ( B  e.  RR+  /\  B #  1 )  ->  ( B logb  1 )  =  0 )
 
Theoremrpelogb 16051 The general logarithm of a number to the base being Euler's constant is the natural logarithm of the number. Put another way, using  _e as the base in logb is the same as  log. Definition in [Cohen4] p. 352. (Contributed by David A. Wheeler, 17-Oct-2017.) (Revised by David A. Wheeler and AV, 16-Jun-2020.)
 |-  ( A  e.  RR+  ->  ( _e logb  A )  =  ( log `  A ) )
 
Theoremrplogbchbase 16052 Change of base for logarithms. Property in [Cohen4] p. 367. (Contributed by AV, 11-Jun-2020.)
 |-  ( ( ( A  e.  RR+  /\  A #  1
 )  /\  ( B  e.  RR+  /\  B #  1
 )  /\  X  e.  RR+ )  ->  ( A logb  X )  =  ( ( B logb  X )  /  ( B logb  A ) ) )
 
Theoremrelogbval 16053 Value of the general logarithm with integer base. (Contributed by Thierry Arnoux, 27-Sep-2017.)
 |-  ( ( B  e.  ( ZZ>= `  2 )  /\  X  e.  RR+ )  ->  ( B logb  X )  =  ( ( log `  X )  /  ( log `  B ) ) )
 
Theoremrelogbzcl 16054 Closure of the general logarithm with integer base on positive reals. (Contributed by Thierry Arnoux, 27-Sep-2017.) (Proof shortened by AV, 9-Jun-2020.)
 |-  ( ( B  e.  ( ZZ>= `  2 )  /\  X  e.  RR+ )  ->  ( B logb  X )  e. 
 RR )
 
Theoremrplogbreexp 16055 Power law for the general logarithm for real powers: The logarithm of a positive real number to the power of a real number is equal to the product of the exponent and the logarithm of the base of the power. Property 4 of [Cohen4] p. 361. (Contributed by AV, 9-Jun-2020.)
 |-  ( ( ( B  e.  RR+  /\  B #  1
 )  /\  C  e.  RR+  /\  E  e.  RR )  ->  ( B logb  ( C  ^c  E ) )  =  ( E  x.  ( B logb  C ) ) )
 
Theoremrplogbzexp 16056 Power law for the general logarithm for integer powers: The logarithm of a positive real number to the power of an integer is equal to the product of the exponent and the logarithm of the base of the power. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by AV, 9-Jun-2020.)
 |-  ( ( ( B  e.  RR+  /\  B #  1
 )  /\  C  e.  RR+  /\  N  e.  ZZ )  ->  ( B logb  ( C ^ N ) )  =  ( N  x.  ( B logb  C ) ) )
 
Theoremrprelogbmul 16057 The logarithm of the product of two positive real numbers is the sum of logarithms. Property 2 of [Cohen4] p. 361. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by AV, 29-May-2020.)
 |-  ( ( ( B  e.  RR+  /\  B #  1
 )  /\  ( A  e.  RR+  /\  C  e.  RR+ ) )  ->  ( B logb 
 ( A  x.  C ) )  =  (
 ( B logb  A )  +  ( B logb  C ) ) )
 
Theoremrprelogbmulexp 16058 The logarithm of the product of a positive real and a positive real number to the power of a real number is the sum of the logarithm of the first real number and the scaled logarithm of the second real number. (Contributed by AV, 29-May-2020.)
 |-  ( ( ( B  e.  RR+  /\  B #  1
 )  /\  ( A  e.  RR+  /\  C  e.  RR+  /\  E  e.  RR )
 )  ->  ( B logb  ( A  x.  ( C  ^c  E ) ) )  =  ( ( B logb  A )  +  ( E  x.  ( B logb  C ) ) ) )
 
Theoremrprelogbdiv 16059 The logarithm of the quotient of two positive real numbers is the difference of logarithms. Property 3 of [Cohen4] p. 361. (Contributed by AV, 29-May-2020.)
 |-  ( ( ( B  e.  RR+  /\  B #  1
 )  /\  ( A  e.  RR+  /\  C  e.  RR+ ) )  ->  ( B logb 
 ( A  /  C ) )  =  (
 ( B logb  A )  -  ( B logb  C ) ) )
 
Theoremrelogbexpap 16060 Identity law for general logarithm: the logarithm of a power to the base is the exponent. Property 6 of [Cohen4] p. 361. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by AV, 9-Jun-2020.)
 |-  ( ( B  e.  RR+  /\  B #  1  /\  M  e.  ZZ )  ->  ( B logb 
 ( B ^ M ) )  =  M )
 
Theoremnnlogbexp 16061 Identity law for general logarithm with integer base. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by Thierry Arnoux, 27-Sep-2017.)
 |-  ( ( B  e.  ( ZZ>= `  2 )  /\  M  e.  ZZ )  ->  ( B logb  ( B ^ M ) )  =  M )
 
Theoremlogbrec 16062 Logarithm of a reciprocal changes sign. Particular case of Property 3 of [Cohen4] p. 361. (Contributed by Thierry Arnoux, 27-Sep-2017.)
 |-  ( ( B  e.  ( ZZ>= `  2 )  /\  A  e.  RR+ )  ->  ( B logb  ( 1  /  A ) )  =  -u ( B logb  A ) )
 
Theoremlogbleb 16063 The general logarithm function is monotone/increasing. See logleb 15976. (Contributed by Stefan O'Rear, 19-Oct-2014.) (Revised by AV, 31-May-2020.)
 |-  ( ( B  e.  ( ZZ>= `  2 )  /\  X  e.  RR+  /\  Y  e.  RR+ )  ->  ( X  <_  Y  <->  ( B logb  X ) 
 <_  ( B logb  Y ) ) )
 
Theoremlogblt 16064 The general logarithm function is strictly monotone/increasing. Property 2 of [Cohen4] p. 377. See logltb 15975. (Contributed by Stefan O'Rear, 19-Oct-2014.) (Revised by Thierry Arnoux, 27-Sep-2017.)
 |-  ( ( B  e.  ( ZZ>= `  2 )  /\  X  e.  RR+  /\  Y  e.  RR+ )  ->  ( X  <  Y  <->  ( B logb  X )  <  ( B logb  Y ) ) )
 
Theoremrplogbcxp 16065 Identity law for the general logarithm for real numbers. (Contributed by AV, 22-May-2020.)
 |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR )  ->  ( B logb 
 ( B  ^c  X ) )  =  X )
 
Theoremrpcxplogb 16066 Identity law for the general logarithm. (Contributed by AV, 22-May-2020.)
 |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  ( B  ^c  ( B logb  X ) )  =  X )
 
Theoremrelogbcxpbap 16067 The logarithm is the inverse of the exponentiation. Observation in [Cohen4] p. 348. (Contributed by AV, 11-Jun-2020.)
 |-  ( ( ( B  e.  RR+  /\  B #  1
 )  /\  X  e.  RR+  /\  Y  e.  RR )  ->  ( ( B logb  X )  =  Y  <->  ( B  ^c  Y )  =  X ) )
 
Theoremlogbgt0b 16068 The logarithm of a positive real number to a real base greater than 1 is positive iff the number is greater than 1. (Contributed by AV, 29-Dec-2022.)
 |-  ( ( A  e.  RR+  /\  ( B  e.  RR+  /\  1  <  B ) )  ->  ( 0  <  ( B logb  A )  <->  1  <  A ) )
 
Theoremlogbgcd1irr 16069 The logarithm of an integer greater than 1 to an integer base greater than 1 is not rational if the argument and the base are relatively prime. For example,  ( 2 logb  9 )  e.  ( RR  \  QQ ). (Contributed by AV, 29-Dec-2022.)
 |-  ( ( X  e.  ( ZZ>= `  2 )  /\  B  e.  ( ZZ>= `  2 )  /\  ( X 
 gcd  B )  =  1 )  ->  ( B logb  X )  e.  ( RR  \  QQ ) )
 
Theoremlogbgcd1irraplemexp 16070 Lemma for logbgcd1irrap 16072. Apartness of  X ^ N and  B ^ M. (Contributed by Jim Kingdon, 11-Jul-2024.)
 |-  ( ph  ->  X  e.  ( ZZ>= `  2 )
 )   &    |-  ( ph  ->  B  e.  ( ZZ>= `  2 )
 )   &    |-  ( ph  ->  ( X  gcd  B )  =  1 )   &    |-  ( ph  ->  M  e.  ZZ )   &    |-  ( ph  ->  N  e.  NN )   =>    |-  ( ph  ->  ( X ^ N ) #  ( B ^ M ) )
 
Theoremlogbgcd1irraplemap 16071 Lemma for logbgcd1irrap 16072. The result, with the rational number expressed as numerator and denominator. (Contributed by Jim Kingdon, 9-Jul-2024.)
 |-  ( ph  ->  X  e.  ( ZZ>= `  2 )
 )   &    |-  ( ph  ->  B  e.  ( ZZ>= `  2 )
 )   &    |-  ( ph  ->  ( X  gcd  B )  =  1 )   &    |-  ( ph  ->  M  e.  ZZ )   &    |-  ( ph  ->  N  e.  NN )   =>    |-  ( ph  ->  ( B logb  X ) #  ( M  /  N ) )
 
Theoremlogbgcd1irrap 16072 The logarithm of an integer greater than 1 to an integer base greater than 1 is irrational (in the sense of being apart from any rational number) if the argument and the base are relatively prime. For example,  ( 2 logb  9 ) #  Q where  Q is rational. (Contributed by AV, 29-Dec-2022.)
 |-  ( ( ( X  e.  ( ZZ>= `  2
 )  /\  B  e.  ( ZZ>= `  2 )
 )  /\  ( ( X  gcd  B )  =  1  /\  Q  e.  QQ ) )  ->  ( B logb  X ) #  Q )
 
Theorem2logb9irr 16073 Example for logbgcd1irr 16069. The logarithm of nine to base two is not rational. Also see 2logb9irrap 16079 which says that it is irrational (in the sense of being apart from any rational number). (Contributed by AV, 29-Dec-2022.)
 |-  ( 2 logb  9 )  e.  ( RR  \  QQ )
 
Theoremlogbprmirr 16074 The logarithm of a prime to a different prime base is not rational. For example,  ( 2 logb  3 )  e.  ( RR  \  QQ ) (see 2logb3irr 16075). (Contributed by AV, 31-Dec-2022.)
 |-  ( ( X  e.  Prime  /\  B  e.  Prime  /\  X  =/=  B ) 
 ->  ( B logb  X )  e.  ( RR  \  QQ ) )
 
Theorem2logb3irr 16075 Example for logbprmirr 16074. The logarithm of three to base two is not rational. (Contributed by AV, 31-Dec-2022.)
 |-  ( 2 logb  3 )  e.  ( RR  \  QQ )
 
Theorem2logb9irrALT 16076 Alternate proof of 2logb9irr 16073: The logarithm of nine to base two is not rational. (Contributed by AV, 31-Dec-2022.) (Proof modification is discouraged.) (New usage is discouraged.)
 |-  ( 2 logb  9 )  e.  ( RR  \  QQ )
 
Theoremsqrt2cxp2logb9e3 16077 The square root of two to the power of the logarithm of nine to base two is three.  ( sqr `  2
) and  ( 2 logb  9 ) are not rational (see sqrt2irr0 12942 resp. 2logb9irr 16073), satisfying the statement in 2irrexpq 16078. (Contributed by AV, 29-Dec-2022.)
 |-  ( ( sqr `  2
 )  ^c  ( 2 logb  9 ) )  =  3
 
Theorem2irrexpq 16078* There exist real numbers  a and  b which are not rational such that  ( a ^
b ) is rational. Statement in the Metamath book, section 1.1.5, footnote 27 on page 17, and the "constructive proof" for theorem 1.2 of [Bauer], p. 483. This is a constructive proof because it is based on two explicitly named non-rational numbers  ( sqr `  2 ) and  ( 2 logb  9 ), see sqrt2irr0 12942, 2logb9irr 16073 and sqrt2cxp2logb9e3 16077. Therefore, this proof is acceptable/usable in intuitionistic logic.

For a theorem which is the same but proves that  a and  b are irrational (in the sense of being apart from any rational number), see 2irrexpqap 16080. (Contributed by AV, 23-Dec-2022.)

 |- 
 E. a  e.  ( RR  \  QQ ) E. b  e.  ( RR  \  QQ ) ( a 
 ^c  b )  e.  QQ
 
Theorem2logb9irrap 16079 Example for logbgcd1irrap 16072. The logarithm of nine to base two is irrational (in the sense of being apart from any rational number). (Contributed by Jim Kingdon, 12-Jul-2024.)
 |-  ( Q  e.  QQ  ->  ( 2 logb  9 ) #  Q )
 
Theorem2irrexpqap 16080* There exist real numbers  a and  b which are irrational (in the sense of being apart from any rational number) such that  ( a ^ b ) is rational. Statement in the Metamath book, section 1.1.5, footnote 27 on page 17, and the "constructive proof" for theorem 1.2 of [Bauer], p. 483. This is a constructive proof because it is based on two explicitly named irrational numbers  ( sqr `  2 ) and  ( 2 logb  9 ), see sqrt2irrap 12958, 2logb9irrap 16079 and sqrt2cxp2logb9e3 16077. Therefore, this proof is acceptable/usable in intuitionistic logic. (Contributed by Jim Kingdon, 12-Jul-2024.)
 |- 
 E. a  e.  RR  E. b  e.  RR  ( A. p  e.  QQ  a #  p  /\  A. q  e.  QQ  b #  q  /\  ( a  ^c  b )  e.  QQ )
 
11.2.5  Quartic binomial expansion
 
Theorembinom4 16081 Work out a quartic binomial. (You would think that by this point it would be faster to use binom 12251, but it turns out to be just as much work to put it into this form after clearing all the sums and calculating binomial coefficients.) (Contributed by Mario Carneiro, 6-May-2015.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( ( A  +  B ) ^
 4 )  =  ( ( ( A ^
 4 )  +  (
 4  x.  ( ( A ^ 3 )  x.  B ) ) )  +  ( ( 6  x.  ( ( A ^ 2 )  x.  ( B ^
 2 ) ) )  +  ( ( 4  x.  ( A  x.  ( B ^ 3 ) ) )  +  ( B ^ 4 ) ) ) ) )
 
11.2.6  Logarithms (cont.)
 
Theoremlog2tlbndlog2 16082* Bound the error term in the series of the hypothesis. The presence of the hypothesis here is a temporary measure until it can be proved as log2cnv . (Contributed by Mario Carneiro, 7-Apr-2015.)
 |- 
 seq 0 (  +  ,  ( k  e.  NN0  |->  ( 2  /  (
 ( 3  x.  (
 ( 2  x.  k
 )  +  1 ) )  x.  ( 9 ^ k ) ) ) ) )  ~~>  ( log `  2 )   =>    |-  ( N  e.  NN0  ->  ( ( log `  2
 )  -  sum_ n  e.  ( 0 ... ( N  -  1 ) ) ( 2  /  (
 ( 3  x.  (
 ( 2  x.  n )  +  1 )
 )  x.  ( 9 ^ n ) ) ) )  e.  (
 0 [,] ( 3  /  ( ( 4  x.  ( ( 2  x.  N )  +  1 ) )  x.  (
 9 ^ N ) ) ) ) )
 
11.2.7  The Birthday Problem
 
Theoremlog2ublem1 16083 Lemma for log2ublog2 16086. The proof of log2ublog2 16086, which is simply the evaluation of log2tlbndlog2 16082 for  N  =  4, takes the form of the addition of five fractions and showing this is less than another fraction. We could just perform exact arithmetic on these fractions, get a large rational number, and just multiply everything to verify the claim, but as anyone who uses decimal numbers for this task knows, it is often better to pick a common denominator  d (usually a large power of  1 0) and work with the closest approximations of the form  n  /  d for some integer  n instead. It turns out that for our purposes it is sufficient to take  d  =  ( 3 ^ 7 )  x.  5  x.  7, which is also nice because it shares many factors in common with the fractions in question. (Contributed by Mario Carneiro, 17-Apr-2015.)
 |-  ( ( ( 3 ^ 7 )  x.  ( 5  x.  7
 ) )  x.  A )  <_  B   &    |-  A  e.  RR   &    |-  D  e.  NN0   &    |-  E  e.  NN   &    |-  B  e.  NN0   &    |-  F  e.  NN0   &    |-  C  =  ( A  +  ( D  /  E ) )   &    |-  ( B  +  F )  =  G   &    |-  ( ( ( 3 ^ 7 )  x.  ( 5  x.  7 ) )  x.  D )  <_  ( E  x.  F )   =>    |-  ( ( ( 3 ^ 7 )  x.  ( 5  x.  7 ) )  x.  C )  <_  G
 
Theoremlog2ublem2 16084* Lemma for log2ublog2 16086. (Contributed by Mario Carneiro, 17-Apr-2015.)
 |-  ( ( ( 3 ^ 7 )  x.  ( 5  x.  7
 ) )  x.  sum_ n  e.  ( 0 ...
 K ) ( 2 
 /  ( ( 3  x.  ( ( 2  x.  n )  +  1 ) )  x.  ( 9 ^ n ) ) ) ) 
 <_  ( 2  x.  B )   &    |-  B  e.  NN0   &    |-  F  e.  NN0   &    |-  N  e.  NN0   &    |-  ( N  -  1
 )  =  K   &    |-  ( B  +  F )  =  G   &    |-  M  e.  NN0   &    |-  ( M  +  N )  =  3   &    |-  ( ( 5  x.  7 )  x.  ( 9 ^ M ) )  =  (
 ( ( 2  x.  N )  +  1 )  x.  F )   =>    |-  ( ( ( 3 ^ 7 )  x.  ( 5  x.  7
 ) )  x.  sum_ n  e.  ( 0 ...
 N ) ( 2 
 /  ( ( 3  x.  ( ( 2  x.  n )  +  1 ) )  x.  ( 9 ^ n ) ) ) ) 
 <_  ( 2  x.  G )
 
Theoremlog2ublem3 16085 Lemma for log2ublog2 16086. In decimal, this is a proof that the first four terms of the series for  log 2 is less than  5 3 0 5 6  / 
7 6 5 4 5. (Contributed by Mario Carneiro, 17-Apr-2015.) (Proof shortened by AV, 15-Sep-2021.)
 |-  ( ( ( 3 ^ 7 )  x.  ( 5  x.  7
 ) )  x.  sum_ n  e.  ( 0 ... 3 ) ( 2 
 /  ( ( 3  x.  ( ( 2  x.  n )  +  1 ) )  x.  ( 9 ^ n ) ) ) ) 
 <_ ;;;; 5 3 0 5 6
 
Theoremlog2ublog2 16086  log 2 is less than  2 5 3  /  3
6 5. If written in decimal, this is because  log 2  = 0.693147... is less than 253/365 = 0.693151... , so this is a very tight bound, at five decimal places. The presence of the hypothesis here is a temporary measure until it can be proved as log2cnv . (Contributed by Mario Carneiro, 7-Apr-2015.) (Proof shortened by AV, 16-Sep-2021.)
 |- 
 seq 0 (  +  ,  ( k  e.  NN0  |->  ( 2  /  (
 ( 3  x.  (
 ( 2  x.  k
 )  +  1 ) )  x.  ( 9 ^ k ) ) ) ) )  ~~>  ( log `  2 )   =>    |-  ( log `  2
 )  <  (;; 2 5 3  / ;; 3 6 5 )
 
Theorembirthdaylem1g 16087* Lemma for birthdaylog2 16090. (Contributed by Mario Carneiro, 17-Apr-2015.)
 |-  S  =  { f  |  f : ( 1
 ... K ) --> ( 1
 ... N ) }   &    |-  T  =  { f  |  f : ( 1 ...
 K ) -1-1-> ( 1
 ... N ) }   =>    |-  (
 ( K  e.  NN0  /\  N  e.  NN )  ->  ( T  C_  S  /\  S  e.  Fin  /\  S  =/=  (/) ) )
 
Theorembirthdaylem2 16088* For general  N and  K, count the fraction of injective functions from  1 ... K to  1 ... N. (Contributed by Mario Carneiro, 7-May-2015.)
 |-  S  =  { f  |  f : ( 1
 ... K ) --> ( 1
 ... N ) }   &    |-  T  =  { f  |  f : ( 1 ...
 K ) -1-1-> ( 1
 ... N ) }   =>    |-  (
 ( N  e.  NN  /\  K  e.  ( 0
 ... N ) ) 
 ->  ( ( `  T )  /  ( `  S ) )  =  ( exp `  sum_ k  e.  (
 0 ... ( K  -  1 ) ) ( log `  ( 1  -  ( k  /  N ) ) ) ) )
 
Theorembirthdaylem3 16089* For general  N and  K, upper-bound the fraction of injective functions from  1 ... K to  1 ... N. (Contributed by Mario Carneiro, 17-Apr-2015.)
 |-  S  =  { f  |  f : ( 1
 ... K ) --> ( 1
 ... N ) }   &    |-  T  =  { f  |  f : ( 1 ...
 K ) -1-1-> ( 1
 ... N ) }   =>    |-  (
 ( K  e.  NN0  /\  N  e.  NN )  ->  ( ( `  T )  /  ( `  S ) )  <_  ( exp `  -u ( ( ( ( K ^ 2
 )  -  K ) 
 /  2 )  /  N ) ) )
 
Theorembirthdaylog2 16090* The Birthday Problem. There is a more than even chance that out of 23 people in a room, at least two of them have the same birthday. Mathematically, this is asserting that for  K  =  2 3 and  N  =  3 6 5, fewer than half of the set of all functions from  1 ... K to  1 ... N are injective.

The presence of the hypothesis giving a series which converges to  ( log `  2
) is a temporary measure until it can be proved as log2cnv .

Although this is Metamath 100 proof #93, we cannot consider it proved until we prove the missing log2cnv piece (or prove the theorem another way which does not require it). (Contributed by Mario Carneiro, 17-Apr-2015.)

 |-  S  =  { f  |  f : ( 1
 ... K ) --> ( 1
 ... N ) }   &    |-  T  =  { f  |  f : ( 1 ...
 K ) -1-1-> ( 1
 ... N ) }   &    |-  K  = ; 2 3   &    |-  N  = ;; 3 6 5   &    |-  seq 0 (  +  ,  ( k  e.  NN0  |->  ( 2 
 /  ( ( 3  x.  ( ( 2  x.  k )  +  1 ) )  x.  ( 9 ^ k
 ) ) ) ) )  ~~>  ( log `  2
 )   =>    |-  ( ( `  T )  /  ( `  S ) )  <  ( 1 
 /  2 )
 
11.3  Pell equations
 
11.3.1  Pell equations 1: A nontrivial solution always exists
 
Theorempellexlem1 16091 Lemma for pellex . Arithmetical core of pellexlem3, norm lower bound. This begins Dirichlet's proof of the Pell equation solution existence; the proof here follows theorem 62 of [vandenDries] p. 43. (Contributed by Stefan O'Rear, 14-Sep-2014.)
 |-  ( ( ( D  e.  NN  /\  A  e.  NN  /\  B  e.  NN )  /\  -.  ( sqr `  D )  e. 
 QQ )  ->  (
 ( A ^ 2
 )  -  ( D  x.  ( B ^
 2 ) ) )  =/=  0 )
 
Theorempellexlem2 16092 Lemma for pellex . Arithmetical core of pellexlem3, norm upper bound. (Contributed by Stefan O'Rear, 14-Sep-2014.)
 |-  ( ( ( D  e.  NN  /\  A  e.  NN  /\  B  e.  NN )  /\  ( abs `  ( ( A  /  B )  -  ( sqr `  D ) ) )  <  ( B ^ -u 2 ) ) 
 ->  ( abs `  (
 ( A ^ 2
 )  -  ( D  x.  ( B ^
 2 ) ) ) )  <  ( 1  +  ( 2  x.  ( sqr `  D ) ) ) )
 
Theorempellexlem3 16093* Lemma for pellex . To each good rational approximation of  ( sqr `  D
), there exists a near-solution. (Contributed by Stefan O'Rear, 14-Sep-2014.)
 |-  ( ( D  e.  NN  /\  -.  ( sqr `  D )  e.  QQ )  ->  { x  e. 
 QQ  |  ( 0  <  x  /\  ( abs `  ( x  -  ( sqr `  D )
 ) )  <  (
 (denom `  x ) ^ -u 2 ) ) }  ~<_  { <. y ,  z >.  |  ( ( y  e.  NN  /\  z  e.  NN )  /\  (
 ( ( y ^
 2 )  -  ( D  x.  ( z ^
 2 ) ) )  =/=  0  /\  ( abs `  ( ( y ^ 2 )  -  ( D  x.  (
 z ^ 2 ) ) ) )  < 
 ( 1  +  (
 2  x.  ( sqr `  D ) ) ) ) ) } )
 
11.4  Basic number theory
 
11.4.1  Wilson's theorem
 
Theoremwilthlem1 16094 The only elements that are equal to their own inverses in the multiplicative group of nonzero elements in  ZZ 
/  P ZZ are  1 and  -u 1  ==  P  -  1. (Note that from prmdiveq 13014,  ( N ^ ( P  - 
2 ) )  mod 
P is the modular inverse of  N in  ZZ  /  P ZZ. (Contributed by Mario Carneiro, 24-Jan-2015.)
 |-  ( ( P  e.  Prime  /\  N  e.  (
 1 ... ( P  -  1 ) ) ) 
 ->  ( N  =  ( ( N ^ ( P  -  2 ) ) 
 mod  P )  <->  ( N  =  1  \/  N  =  ( P  -  1 ) ) ) )
 
11.4.2  Number-theoretical functions
 
Syntaxcsgm 16095 Extend class notation with the divisor function.
 class  sigma
 
Definitiondf-sgm 16096* Define the sum of positive divisors function  ( x  sigma  n ), which is the sum of the xth powers of the positive integer divisors of n, see definition in [ApostolNT] p. 38. For  x  = 
0,  ( x  sigma  n ) counts the number of divisors of  n, i.e.  ( 0  sigma  n ) is the divisor function, see remark in [ApostolNT] p. 38. (Contributed by Mario Carneiro, 22-Sep-2014.)
 |- 
 sigma  =  ( x  e.  CC ,  n  e. 
 NN  |->  sum_ k  e.  { p  e.  NN  |  p  ||  n }  ( k 
 ^c  x ) )
 
Theoremsgmval 16097* The value of the divisor function. (Contributed by Mario Carneiro, 22-Sep-2014.) (Revised by Mario Carneiro, 21-Jun-2015.)
 |-  ( ( A  e.  CC  /\  B  e.  NN )  ->  ( A  sigma  B )  =  sum_ k  e.  { p  e.  NN  |  p  ||  B }  ( k  ^c  A ) )
 
Theoremsgmval2 16098* The value of the divisor function. (Contributed by Mario Carneiro, 21-Jun-2015.)
 |-  ( ( A  e.  ZZ  /\  B  e.  NN )  ->  ( A  sigma  B )  =  sum_ k  e.  { p  e.  NN  |  p  ||  B }  ( k ^ A ) )
 
Theorem0sgm 16099* The value of the sum-of-divisors function, usually denoted σ<SUB>0</SUB>(<i>n</i>). (Contributed by Mario Carneiro, 21-Jun-2015.)
 |-  ( A  e.  NN  ->  ( 0  sigma  A )  =  ( `  { p  e.  NN  |  p  ||  A } ) )
 
Theoremsgmf 16100 The divisor function is a function into the complex numbers. (Contributed by Mario Carneiro, 22-Sep-2014.) (Revised by Mario Carneiro, 21-Jun-2015.)
 |- 
 sigma  : ( CC  X.  NN ) --> CC
    < Previous  Next >

Page List
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-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17100 172 17101-17179
  Copyright terms: Public domain < Previous  Next >