HomeHome Intuitionistic Logic Explorer
Theorem List (p. 152 of 159)
< 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 - 15101-15200   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremdvexp 15101* Derivative of a power function. (Contributed by Mario Carneiro, 9-Aug-2014.) (Revised by Mario Carneiro, 10-Feb-2015.)
 |-  ( N  e.  NN  ->  ( CC  _D  ( x  e.  CC  |->  ( x ^ N ) ) )  =  ( x  e.  CC  |->  ( N  x.  ( x ^
 ( N  -  1
 ) ) ) ) )
 
Theoremdvexp2 15102* Derivative of an exponential, possibly zero power. (Contributed by Stefan O'Rear, 13-Nov-2014.) (Revised by Mario Carneiro, 10-Feb-2015.)
 |-  ( N  e.  NN0  ->  ( CC  _D  ( x  e.  CC  |->  ( x ^ N ) ) )  =  ( x  e.  CC  |->  if ( N  =  0 , 
 0 ,  ( N  x.  ( x ^
 ( N  -  1
 ) ) ) ) ) )
 
Theoremdvrecap 15103* Derivative of the reciprocal function. (Contributed by Mario Carneiro, 25-Feb-2015.) (Revised by Mario Carneiro, 28-Dec-2016.)
 |-  ( A  e.  CC  ->  ( CC  _D  ( x  e.  { w  e.  CC  |  w #  0 }  |->  ( A  /  x ) ) )  =  ( x  e. 
 { w  e.  CC  |  w #  0 }  |->  -u ( A  /  ( x ^ 2 ) ) ) )
 
Theoremdvmptidcn 15104 Function-builder for derivative: derivative of the identity. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon, 30-Dec-2023.)
 |-  ( CC  _D  ( x  e.  CC  |->  x ) )  =  ( x  e.  CC  |->  1 )
 
Theoremdvmptccn 15105* Function-builder for derivative: derivative of a constant. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon, 30-Dec-2023.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( CC  _D  ( x  e. 
 CC  |->  A ) )  =  ( x  e. 
 CC  |->  0 ) )
 
Theoremdvmptid 15106* Function-builder for derivative: derivative of the identity. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Mario Carneiro, 11-Feb-2015.)
 |-  ( ph  ->  S  e.  { RR ,  CC } )   =>    |-  ( ph  ->  ( S  _D  ( x  e.  S  |->  x ) )  =  ( x  e.  S  |->  1 ) )
 
Theoremdvmptc 15107* Function-builder for derivative: derivative of a constant. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Mario Carneiro, 11-Feb-2015.)
 |-  ( ph  ->  S  e.  { RR ,  CC } )   &    |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( S  _D  ( x  e.  S  |->  A ) )  =  ( x  e.  S  |->  0 ) )
 
Theoremdvmptclx 15108* Closure lemma for dvmptmulx 15110 and other related theorems. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Mario Carneiro, 11-Feb-2015.)
 |-  ( ph  ->  S  e.  { RR ,  CC } )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  CC )   &    |-  (
 ( ph  /\  x  e.  X )  ->  B  e.  V )   &    |-  ( ph  ->  ( S  _D  ( x  e.  X  |->  A ) )  =  ( x  e.  X  |->  B ) )   &    |-  ( ph  ->  X 
 C_  S )   =>    |-  ( ( ph  /\  x  e.  X ) 
 ->  B  e.  CC )
 
Theoremdvmptaddx 15109* Function-builder for derivative, addition rule. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Mario Carneiro, 11-Feb-2015.)
 |-  ( ph  ->  S  e.  { RR ,  CC } )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  CC )   &    |-  (
 ( ph  /\  x  e.  X )  ->  B  e.  V )   &    |-  ( ph  ->  ( S  _D  ( x  e.  X  |->  A ) )  =  ( x  e.  X  |->  B ) )   &    |-  ( ph  ->  X 
 C_  S )   &    |-  (
 ( ph  /\  x  e.  X )  ->  C  e.  CC )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  D  e.  W )   &    |-  ( ph  ->  ( S  _D  ( x  e.  X  |->  C ) )  =  ( x  e.  X  |->  D ) )   =>    |-  ( ph  ->  ( S  _D  ( x  e.  X  |->  ( A  +  C ) ) )  =  ( x  e.  X  |->  ( B  +  D ) ) )
 
Theoremdvmptmulx 15110* Function-builder for derivative, product rule. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Mario Carneiro, 11-Feb-2015.)
 |-  ( ph  ->  S  e.  { RR ,  CC } )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  CC )   &    |-  (
 ( ph  /\  x  e.  X )  ->  B  e.  V )   &    |-  ( ph  ->  ( S  _D  ( x  e.  X  |->  A ) )  =  ( x  e.  X  |->  B ) )   &    |-  ( ph  ->  X 
 C_  S )   &    |-  (
 ( ph  /\  x  e.  X )  ->  C  e.  CC )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  D  e.  W )   &    |-  ( ph  ->  ( S  _D  ( x  e.  X  |->  C ) )  =  ( x  e.  X  |->  D ) )   =>    |-  ( ph  ->  ( S  _D  ( x  e.  X  |->  ( A  x.  C ) ) )  =  ( x  e.  X  |->  ( ( B  x.  C )  +  ( D  x.  A ) ) ) )
 
Theoremdvmptcmulcn 15111* Function-builder for derivative, product rule for constant multiplier. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon, 31-Dec-2023.)
 |-  ( ( ph  /\  x  e.  CC )  ->  A  e.  CC )   &    |-  ( ( ph  /\  x  e.  CC )  ->  B  e.  V )   &    |-  ( ph  ->  ( CC  _D  ( x  e.  CC  |->  A ) )  =  ( x  e.  CC  |->  B ) )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  ( CC  _D  ( x  e. 
 CC  |->  ( C  x.  A ) ) )  =  ( x  e. 
 CC  |->  ( C  x.  B ) ) )
 
Theoremdvmptnegcn 15112* Function-builder for derivative, product rule for negatives. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon, 31-Dec-2023.)
 |-  ( ( ph  /\  x  e.  CC )  ->  A  e.  CC )   &    |-  ( ( ph  /\  x  e.  CC )  ->  B  e.  V )   &    |-  ( ph  ->  ( CC  _D  ( x  e.  CC  |->  A ) )  =  ( x  e.  CC  |->  B ) )   =>    |-  ( ph  ->  ( CC  _D  ( x  e.  CC  |->  -u A ) )  =  ( x  e.  CC  |->  -u B ) )
 
Theoremdvmptsubcn 15113* Function-builder for derivative, subtraction rule. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon, 31-Dec-2023.)
 |-  ( ( ph  /\  x  e.  CC )  ->  A  e.  CC )   &    |-  ( ( ph  /\  x  e.  CC )  ->  B  e.  V )   &    |-  ( ph  ->  ( CC  _D  ( x  e.  CC  |->  A ) )  =  ( x  e.  CC  |->  B ) )   &    |-  (
 ( ph  /\  x  e. 
 CC )  ->  C  e.  CC )   &    |-  ( ( ph  /\  x  e.  CC )  ->  D  e.  W )   &    |-  ( ph  ->  ( CC  _D  ( x  e.  CC  |->  C ) )  =  ( x  e.  CC  |->  D ) )   =>    |-  ( ph  ->  ( CC  _D  ( x  e.  CC  |->  ( A  -  C ) ) )  =  ( x  e.  CC  |->  ( B  -  D ) ) )
 
Theoremdvmptcjx 15114* Function-builder for derivative, conjugate rule. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon, 24-May-2024.)
 |-  ( ( ph  /\  x  e.  X )  ->  A  e.  CC )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  B  e.  V )   &    |-  ( ph  ->  ( RR  _D  ( x  e.  X  |->  A ) )  =  ( x  e.  X  |->  B ) )   &    |-  ( ph  ->  X  C_  RR )   =>    |-  ( ph  ->  ( RR  _D  ( x  e.  X  |->  ( * `  A ) ) )  =  ( x  e.  X  |->  ( * `  B ) ) )
 
Theoremdvmptfsum 15115* Function-builder for derivative, finite sums rule. (Contributed by Stefan O'Rear, 12-Nov-2014.)
 |-  J  =  ( Kt  S )   &    |-  K  =  (
 TopOpen ` fld )   &    |-  ( ph  ->  S  e.  { RR ,  CC } )   &    |-  ( ph  ->  X  e.  J )   &    |-  ( ph  ->  I  e.  Fin )   &    |-  ( ( ph  /\  i  e.  I  /\  x  e.  X )  ->  A  e.  CC )   &    |-  ( ( ph  /\  i  e.  I  /\  x  e.  X )  ->  B  e.  CC )   &    |-  (
 ( ph  /\  i  e.  I )  ->  ( S  _D  ( x  e.  X  |->  A ) )  =  ( x  e.  X  |->  B ) )   =>    |-  ( ph  ->  ( S  _D  ( x  e.  X  |->  sum_
 i  e.  I  A ) )  =  ( x  e.  X  |->  sum_ i  e.  I  B )
 )
 
Theoremdveflem 15116 Derivative of the exponential function at 0. The key step in the proof is eftlub 11920, to show that  abs ( exp ( x )  - 
1  -  x )  <_  abs ( x ) ^ 2  x.  (
3  /  4 ). (Contributed by Mario Carneiro, 9-Aug-2014.) (Revised by Mario Carneiro, 28-Dec-2016.)
 |-  0 ( CC  _D  exp ) 1
 
Theoremdvef 15117 Derivative of the exponential function. (Contributed by Mario Carneiro, 9-Aug-2014.) (Proof shortened by Mario Carneiro, 10-Feb-2015.)
 |-  ( CC  _D  exp )  =  exp
 
PART 11  BASIC REAL AND COMPLEX FUNCTIONS
 
11.1  Polynomials
 
11.1.1  Elementary properties of complex polynomials
 
Syntaxcply 15118 Extend class notation to include the set of complex polynomials.
 class Poly
 
Syntaxcidp 15119 Extend class notation to include the identity polynomial.
 class  Xp
 
Definitiondf-ply 15120* Define the set of polynomials on the complex numbers with coefficients in the given subset. (Contributed by Mario Carneiro, 17-Jul-2014.)
 |- Poly  =  ( x  e.  ~P CC  |->  { f  |  E. n  e.  NN0  E. a  e.  ( ( x  u.  { 0 } )  ^m  NN0 ) f  =  ( z  e.  CC  |->  sum_ k  e.  ( 0 ... n ) ( ( a `  k )  x.  ( z ^
 k ) ) ) } )
 
Definitiondf-idp 15121 Define the identity polynomial. (Contributed by Mario Carneiro, 17-Jul-2014.)
 |-  Xp  =  (  _I  |`  CC )
 
Theoremplyval 15122* Value of the polynomial set function. (Contributed by Mario Carneiro, 17-Jul-2014.)
 |-  ( S  C_  CC  ->  (Poly `  S )  =  { f  |  E. n  e.  NN0  E. a  e.  ( ( S  u.  { 0 } )  ^m  NN0 ) f  =  ( z  e.  CC  |->  sum_ k  e.  ( 0 ... n ) ( ( a `  k )  x.  ( z ^
 k ) ) ) } )
 
Theoremplybss 15123 Reverse closure of the parameter  S of the polynomial set function. (Contributed by Mario Carneiro, 22-Jul-2014.)
 |-  ( F  e.  (Poly `  S )  ->  S  C_ 
 CC )
 
Theoremelply 15124* Definition of a polynomial with coefficients in  S. (Contributed by Mario Carneiro, 17-Jul-2014.)
 |-  ( F  e.  (Poly `  S )  <->  ( S  C_  CC  /\  E. n  e. 
 NN0  E. a  e.  (
 ( S  u.  {
 0 } )  ^m  NN0 ) F  =  ( z  e.  CC  |->  sum_ k  e.  ( 0 ... n ) ( ( a `  k )  x.  ( z ^
 k ) ) ) ) )
 
Theoremelply2 15125* The coefficient function can be assumed to have zeroes outside  0 ... n. (Contributed by Mario Carneiro, 20-Jul-2014.) (Revised by Mario Carneiro, 23-Aug-2014.)
 |-  ( F  e.  (Poly `  S )  <->  ( S  C_  CC  /\  E. n  e. 
 NN0  E. a  e.  (
 ( S  u.  {
 0 } )  ^m  NN0 ) ( ( a
 " ( ZZ>= `  ( n  +  1 )
 ) )  =  {
 0 }  /\  F  =  ( z  e.  CC  |->  sum_
 k  e.  ( 0
 ... n ) ( ( a `  k
 )  x.  ( z ^ k ) ) ) ) ) )
 
Theoremplyun0 15126 The set of polynomials is unaffected by the addition of zero. (This is built into the definition because all higher powers of a polynomial are effectively zero, so we require that the coefficient field contain zero to simplify some of our closure theorems.) (Contributed by Mario Carneiro, 17-Jul-2014.)
 |-  (Poly `  ( S  u.  { 0 } )
 )  =  (Poly `  S )
 
Theoremplyf 15127 A polynomial is a function on the complex numbers. (Contributed by Mario Carneiro, 22-Jul-2014.)
 |-  ( F  e.  (Poly `  S )  ->  F : CC --> CC )
 
Theoremplyss 15128 The polynomial set function preserves the subset relation. (Contributed by Mario Carneiro, 17-Jul-2014.)
 |-  ( ( S  C_  T  /\  T  C_  CC )  ->  (Poly `  S )  C_  (Poly `  T ) )
 
Theoremplyssc 15129 Every polynomial ring is contained in the ring of polynomials over  CC. (Contributed by Mario Carneiro, 22-Jul-2014.)
 |-  (Poly `  S )  C_  (Poly `  CC )
 
Theoremelplyr 15130* Sufficient condition for elementhood in the set of polynomials. (Contributed by Mario Carneiro, 17-Jul-2014.) (Revised by Mario Carneiro, 23-Aug-2014.)
 |-  ( ( S  C_  CC  /\  N  e.  NN0  /\  A : NN0 --> S ) 
 ->  ( z  e.  CC  |->  sum_
 k  e.  ( 0
 ... N ) ( ( A `  k
 )  x.  ( z ^ k ) ) )  e.  (Poly `  S ) )
 
Theoremelplyd 15131* Sufficient condition for elementhood in the set of polynomials. (Contributed by Mario Carneiro, 17-Jul-2014.)
 |-  ( ph  ->  S  C_ 
 CC )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ( ph  /\  k  e.  ( 0
 ... N ) ) 
 ->  A  e.  S )   =>    |-  ( ph  ->  ( z  e.  CC  |->  sum_ k  e.  (
 0 ... N ) ( A  x.  ( z ^ k ) ) )  e.  (Poly `  S ) )
 
Theoremply1termlem 15132* Lemma for ply1term 15133. (Contributed by Mario Carneiro, 26-Jul-2014.)
 |-  F  =  ( z  e.  CC  |->  ( A  x.  ( z ^ N ) ) )   =>    |-  ( ( A  e.  CC  /\  N  e.  NN0 )  ->  F  =  ( z  e.  CC  |->  sum_ k  e.  ( 0 ...
 N ) ( if ( k  =  N ,  A ,  0 )  x.  ( z ^
 k ) ) ) )
 
Theoremply1term 15133* A one-term polynomial. (Contributed by Mario Carneiro, 17-Jul-2014.)
 |-  F  =  ( z  e.  CC  |->  ( A  x.  ( z ^ N ) ) )   =>    |-  ( ( S  C_  CC  /\  A  e.  S  /\  N  e.  NN0 )  ->  F  e.  (Poly `  S ) )
 
Theoremplypow 15134* A power is a polynomial. (Contributed by Mario Carneiro, 17-Jul-2014.)
 |-  ( ( S  C_  CC  /\  1  e.  S  /\  N  e.  NN0 )  ->  ( z  e.  CC  |->  ( z ^ N ) )  e.  (Poly `  S ) )
 
Theoremplyconst 15135 A constant function is a polynomial. (Contributed by Mario Carneiro, 17-Jul-2014.)
 |-  ( ( S  C_  CC  /\  A  e.  S )  ->  ( CC  X.  { A } )  e.  (Poly `  S )
 )
 
Theoremplyid 15136 The identity function is a polynomial. (Contributed by Mario Carneiro, 17-Jul-2014.)
 |-  ( ( S  C_  CC  /\  1  e.  S )  ->  Xp  e.  (Poly `  S )
 )
 
Theoremplyaddlem1 15137* Derive the coefficient function for the sum of two polynomials. (Contributed by Mario Carneiro, 23-Jul-2014.)
 |-  ( ph  ->  F  e.  (Poly `  S )
 )   &    |-  ( ph  ->  G  e.  (Poly `  S )
 )   &    |-  ( ph  ->  M  e.  NN0 )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ph  ->  A : NN0 --> CC )   &    |-  ( ph  ->  B : NN0 --> CC )   &    |-  ( ph  ->  ( A " ( ZZ>= `  ( M  +  1
 ) ) )  =  { 0 } )   &    |-  ( ph  ->  ( B "
 ( ZZ>= `  ( N  +  1 ) ) )  =  { 0 } )   &    |-  ( ph  ->  F  =  ( z  e. 
 CC  |->  sum_ k  e.  (
 0 ... M ) ( ( A `  k
 )  x.  ( z ^ k ) ) ) )   &    |-  ( ph  ->  G  =  ( z  e. 
 CC  |->  sum_ k  e.  (
 0 ... N ) ( ( B `  k
 )  x.  ( z ^ k ) ) ) )   =>    |-  ( ph  ->  ( F  oF  +  G )  =  ( z  e.  CC  |->  sum_ k  e.  (
 0 ... if ( M 
 <_  N ,  N ,  M ) ) ( ( ( A  oF  +  B ) `  k )  x.  (
 z ^ k ) ) ) )
 
Theoremplymullem1 15138* Derive the coefficient function for the product of two polynomials. (Contributed by Mario Carneiro, 23-Jul-2014.)
 |-  ( ph  ->  F  e.  (Poly `  S )
 )   &    |-  ( ph  ->  G  e.  (Poly `  S )
 )   &    |-  ( ph  ->  M  e.  NN0 )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ph  ->  A : NN0 --> CC )   &    |-  ( ph  ->  B : NN0 --> CC )   &    |-  ( ph  ->  ( A " ( ZZ>= `  ( M  +  1
 ) ) )  =  { 0 } )   &    |-  ( ph  ->  ( B "
 ( ZZ>= `  ( N  +  1 ) ) )  =  { 0 } )   &    |-  ( ph  ->  F  =  ( z  e. 
 CC  |->  sum_ k  e.  (
 0 ... M ) ( ( A `  k
 )  x.  ( z ^ k ) ) ) )   &    |-  ( ph  ->  G  =  ( z  e. 
 CC  |->  sum_ k  e.  (
 0 ... N ) ( ( B `  k
 )  x.  ( z ^ k ) ) ) )   =>    |-  ( ph  ->  ( F  oF  x.  G )  =  ( z  e.  CC  |->  sum_ n  e.  (
 0 ... ( M  +  N ) ) (
 sum_ k  e.  (
 0 ... n ) ( ( A `  k
 )  x.  ( B `
  ( n  -  k ) ) )  x.  ( z ^ n ) ) ) )
 
Theoremplyaddlem 15139* Lemma for plyadd 15141. (Contributed by Mario Carneiro, 21-Jul-2014.)
 |-  ( ph  ->  F  e.  (Poly `  S )
 )   &    |-  ( ph  ->  G  e.  (Poly `  S )
 )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  +  y )  e.  S )   &    |-  ( ph  ->  M  e.  NN0 )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ph  ->  A  e.  ( ( S  u.  { 0 } )  ^m  NN0 )
 )   &    |-  ( ph  ->  B  e.  ( ( S  u.  { 0 } )  ^m  NN0 ) )   &    |-  ( ph  ->  ( A " ( ZZ>= `  ( M  +  1
 ) ) )  =  { 0 } )   &    |-  ( ph  ->  ( B "
 ( ZZ>= `  ( N  +  1 ) ) )  =  { 0 } )   &    |-  ( ph  ->  F  =  ( z  e. 
 CC  |->  sum_ k  e.  (
 0 ... M ) ( ( A `  k
 )  x.  ( z ^ k ) ) ) )   &    |-  ( ph  ->  G  =  ( z  e. 
 CC  |->  sum_ k  e.  (
 0 ... N ) ( ( B `  k
 )  x.  ( z ^ k ) ) ) )   =>    |-  ( ph  ->  ( F  oF  +  G )  e.  (Poly `  S ) )
 
Theoremplymullem 15140* Lemma for plymul 15142. (Contributed by Mario Carneiro, 21-Jul-2014.)
 |-  ( ph  ->  F  e.  (Poly `  S )
 )   &    |-  ( ph  ->  G  e.  (Poly `  S )
 )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  +  y )  e.  S )   &    |-  ( ph  ->  M  e.  NN0 )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ph  ->  A  e.  ( ( S  u.  { 0 } )  ^m  NN0 )
 )   &    |-  ( ph  ->  B  e.  ( ( S  u.  { 0 } )  ^m  NN0 ) )   &    |-  ( ph  ->  ( A " ( ZZ>= `  ( M  +  1
 ) ) )  =  { 0 } )   &    |-  ( ph  ->  ( B "
 ( ZZ>= `  ( N  +  1 ) ) )  =  { 0 } )   &    |-  ( ph  ->  F  =  ( z  e. 
 CC  |->  sum_ k  e.  (
 0 ... M ) ( ( A `  k
 )  x.  ( z ^ k ) ) ) )   &    |-  ( ph  ->  G  =  ( z  e. 
 CC  |->  sum_ k  e.  (
 0 ... N ) ( ( B `  k
 )  x.  ( z ^ k ) ) ) )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S ) )  ->  ( x  x.  y )  e.  S )   =>    |-  ( ph  ->  ( F  oF  x.  G )  e.  (Poly `  S ) )
 
Theoremplyadd 15141* The sum of two polynomials is a polynomial. (Contributed by Mario Carneiro, 21-Jul-2014.)
 |-  ( ph  ->  F  e.  (Poly `  S )
 )   &    |-  ( ph  ->  G  e.  (Poly `  S )
 )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  +  y )  e.  S )   =>    |-  ( ph  ->  ( F  oF  +  G )  e.  (Poly `  S ) )
 
Theoremplymul 15142* The product of two polynomials is a polynomial. (Contributed by Mario Carneiro, 21-Jul-2014.)
 |-  ( ph  ->  F  e.  (Poly `  S )
 )   &    |-  ( ph  ->  G  e.  (Poly `  S )
 )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  +  y )  e.  S )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  x.  y )  e.  S )   =>    |-  ( ph  ->  ( F  oF  x.  G )  e.  (Poly `  S ) )
 
Theoremplysub 15143* The difference of two polynomials is a polynomial. (Contributed by Mario Carneiro, 21-Jul-2014.)
 |-  ( ph  ->  F  e.  (Poly `  S )
 )   &    |-  ( ph  ->  G  e.  (Poly `  S )
 )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  +  y )  e.  S )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  x.  y )  e.  S )   &    |-  ( ph  ->  -u 1  e.  S )   =>    |-  ( ph  ->  ( F  oF  -  G )  e.  (Poly `  S ) )
 
Theoremplyaddcl 15144 The sum of two polynomials is a polynomial. (Contributed by Mario Carneiro, 24-Jul-2014.)
 |-  ( ( F  e.  (Poly `  S )  /\  G  e.  (Poly `  S ) )  ->  ( F  oF  +  G )  e.  (Poly `  CC ) )
 
Theoremplymulcl 15145 The product of two polynomials is a polynomial. (Contributed by Mario Carneiro, 24-Jul-2014.)
 |-  ( ( F  e.  (Poly `  S )  /\  G  e.  (Poly `  S ) )  ->  ( F  oF  x.  G )  e.  (Poly `  CC ) )
 
Theoremplysubcl 15146 The difference of two polynomials is a polynomial. (Contributed by Mario Carneiro, 24-Jul-2014.)
 |-  ( ( F  e.  (Poly `  S )  /\  G  e.  (Poly `  S ) )  ->  ( F  oF  -  G )  e.  (Poly `  CC ) )
 
Theoremplycoeid3 15147* Reconstruct a polynomial as an explicit sum of the coefficient function up to an index no smaller than the degree of the polynomial. (Contributed by Jim Kingdon, 17-Oct-2025.)
 |-  ( ph  ->  D  e.  NN0 )   &    |-  ( ph  ->  A : NN0 --> CC )   &    |-  ( ph  ->  ( A "
 ( ZZ>= `  ( D  +  1 ) ) )  =  { 0 } )   &    |-  ( ph  ->  F  =  ( z  e. 
 CC  |->  sum_ k  e.  (
 0 ... D ) ( ( A `  k
 )  x.  ( z ^ k ) ) ) )   &    |-  ( ph  ->  M  e.  ( ZZ>= `  D ) )   &    |-  ( ph  ->  X  e.  CC )   =>    |-  ( ph  ->  ( F `  X )  =  sum_ j  e.  (
 0 ... M ) ( ( A `  j
 )  x.  ( X ^ j ) ) )
 
Theoremplycolemc 15148* Lemma for plyco 15149. The result expressed as a sum, with a degree and coefficients for  F specified as hypotheses. (Contributed by Jim Kingdon, 20-Sep-2025.)
 |-  ( ph  ->  F  e.  (Poly `  S )
 )   &    |-  ( ph  ->  G  e.  (Poly `  S )
 )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  +  y )  e.  S )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  x.  y )  e.  S )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ph  ->  A : NN0 --> ( S  u.  { 0 } ) )   &    |-  ( ph  ->  ( A " ( ZZ>= `  ( N  +  1
 ) ) )  =  { 0 } )   &    |-  ( ph  ->  F  =  ( x  e.  CC  |->  sum_ k  e.  ( 0 ...
 N ) ( ( A `  k )  x.  ( x ^
 k ) ) ) )   =>    |-  ( ph  ->  (
 z  e.  CC  |->  sum_ k  e.  ( 0 ...
 N ) ( ( A `  k )  x.  ( ( G `
  z ) ^
 k ) ) )  e.  (Poly `  S ) )
 
Theoremplyco 15149* The composition of two polynomials is a polynomial. (Contributed by Mario Carneiro, 23-Jul-2014.) (Revised by Mario Carneiro, 23-Aug-2014.)
 |-  ( ph  ->  F  e.  (Poly `  S )
 )   &    |-  ( ph  ->  G  e.  (Poly `  S )
 )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  +  y )  e.  S )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x  x.  y )  e.  S )   =>    |-  ( ph  ->  ( F  o.  G )  e.  (Poly `  S )
 )
 
Theoremplycjlemc 15150* Lemma for plycj 15151. (Contributed by Mario Carneiro, 24-Jul-2014.) (Revised by Jim Kingdon, 22-Sep-2025.)
 |-  ( ph  ->  N  e.  NN0 )   &    |-  G  =  ( ( *  o.  F )  o.  * )   &    |-  ( ph  ->  A : NN0 --> ( S  u.  { 0 } ) )   &    |-  ( ph  ->  F  =  ( z  e.  CC  |->  sum_ k  e.  ( 0 ...
 N ) ( ( A `  k )  x.  ( z ^
 k ) ) ) )   &    |-  ( ph  ->  F  e.  (Poly `  S ) )   =>    |-  ( ph  ->  G  =  ( z  e.  CC  |->  sum_
 k  e.  ( 0
 ... N ) ( ( ( *  o.  A ) `  k
 )  x.  ( z ^ k ) ) ) )
 
Theoremplycj 15151* The double conjugation of a polynomial is a polynomial. (The single conjugation is not because our definition of polynomial includes only holomorphic functions, i.e. no dependence on  ( * `  z ) independently of  z.) (Contributed by Mario Carneiro, 24-Jul-2014.)
 |-  G  =  ( ( *  o.  F )  o.  * )   &    |-  (
 ( ph  /\  x  e.  S )  ->  ( * `  x )  e.  S )   &    |-  ( ph  ->  F  e.  (Poly `  S ) )   =>    |-  ( ph  ->  G  e.  (Poly `  S )
 )
 
Theoremplycn 15152 A polynomial is a continuous function. (Contributed by Mario Carneiro, 23-Jul-2014.) Avoid ax-mulf 8030. (Revised by GG, 16-Mar-2025.)
 |-  ( F  e.  (Poly `  S )  ->  F  e.  ( CC -cn-> CC )
 )
 
Theoremplyrecj 15153 A polynomial with real coefficients distributes under conjugation. (Contributed by Mario Carneiro, 24-Jul-2014.)
 |-  ( ( F  e.  (Poly `  RR )  /\  A  e.  CC )  ->  ( * `  ( F `  A ) )  =  ( F `  ( * `  A ) ) )
 
Theoremplyreres 15154 Real-coefficient polynomials restrict to real functions. (Contributed by Stefan O'Rear, 16-Nov-2014.)
 |-  ( F  e.  (Poly `  RR )  ->  ( F  |`  RR ) : RR --> RR )
 
Theoremdvply1 15155* Derivative of a polynomial, explicit sum version. (Contributed by Stefan O'Rear, 13-Nov-2014.) (Revised by Mario Carneiro, 11-Feb-2015.)
 |-  ( ph  ->  F  =  ( z  e.  CC  |->  sum_
 k  e.  ( 0
 ... N ) ( ( A `  k
 )  x.  ( z ^ k ) ) ) )   &    |-  ( ph  ->  G  =  ( z  e. 
 CC  |->  sum_ k  e.  (
 0 ... ( N  -  1 ) ) ( ( B `  k
 )  x.  ( z ^ k ) ) ) )   &    |-  ( ph  ->  A : NN0 --> CC )   &    |-  B  =  ( k  e.  NN0  |->  ( ( k  +  1 )  x.  ( A `  ( k  +  1 ) ) ) )   &    |-  ( ph  ->  N  e.  NN0 )   =>    |-  ( ph  ->  ( CC  _D  F )  =  G )
 
Theoremdvply2g 15156 The derivative of a polynomial with coefficients in a subring is a polynomial with coefficients in the same ring. (Contributed by Mario Carneiro, 1-Jan-2017.) (Revised by GG, 30-Apr-2025.)
 |-  ( ( S  e.  (SubRing ` fld )  /\  F  e.  (Poly `  S ) ) 
 ->  ( CC  _D  F )  e.  (Poly `  S ) )
 
Theoremdvply2 15157 The derivative of a polynomial is a polynomial. (Contributed by Stefan O'Rear, 14-Nov-2014.) (Proof shortened by Mario Carneiro, 1-Jan-2017.)
 |-  ( F  e.  (Poly `  S )  ->  ( CC  _D  F )  e.  (Poly `  CC )
 )
 
11.2  Basic trigonometry
 
11.2.1  The exponential, sine, and cosine functions (cont.)
 
Theoremefcn 15158 The exponential function is continuous. (Contributed by Paul Chapman, 15-Sep-2007.) (Revised by Mario Carneiro, 20-Jun-2015.)
 |- 
 exp  e.  ( CC -cn-> CC )
 
Theoremsincn 15159 Sine is continuous. (Contributed by Paul Chapman, 28-Nov-2007.) (Revised by Mario Carneiro, 3-Sep-2014.)
 |- 
 sin  e.  ( CC -cn-> CC )
 
Theoremcoscn 15160 Cosine is continuous. (Contributed by Paul Chapman, 28-Nov-2007.) (Revised by Mario Carneiro, 3-Sep-2014.)
 |- 
 cos  e.  ( CC -cn-> CC )
 
Theoremreeff1olem 15161* Lemma for reeff1o 15163. (Contributed by Paul Chapman, 18-Oct-2007.) (Revised by Mario Carneiro, 30-Apr-2014.)
 |-  ( ( U  e.  RR  /\  1  <  U )  ->  E. x  e.  RR  ( exp `  x )  =  U )
 
Theoremreeff1oleme 15162* Lemma for reeff1o 15163. (Contributed by Jim Kingdon, 15-May-2024.)
 |-  ( U  e.  (
 0 (,) _e )  ->  E. x  e.  RR  ( exp `  x )  =  U )
 
Theoremreeff1o 15163 The real exponential function is one-to-one onto. (Contributed by Paul Chapman, 18-Oct-2007.) (Revised by Mario Carneiro, 10-Nov-2013.)
 |-  ( exp  |`  RR ) : RR
 -1-1-onto-> RR+
 
Theoremefltlemlt 15164 Lemma for eflt 15165. The converse of efltim 11928 plus the epsilon-delta setup. (Contributed by Jim Kingdon, 22-May-2024.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  ( exp `  A )  <  ( exp `  B ) )   &    |-  ( ph  ->  D  e.  RR+ )   &    |-  ( ph  ->  ( ( abs `  ( A  -  B ) )  <  D  ->  ( abs `  ( ( exp `  A )  -  ( exp `  B ) ) )  <  ( ( exp `  B )  -  ( exp `  A ) ) ) )   =>    |-  ( ph  ->  A  <  B )
 
Theoremeflt 15165 The exponential function on the reals is strictly increasing. (Contributed by Paul Chapman, 21-Aug-2007.) (Revised by Jim Kingdon, 21-May-2024.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  <  B  <-> 
 ( exp `  A )  <  ( exp `  B ) ) )
 
Theoremefle 15166 The exponential function on the reals is nondecreasing. (Contributed by Mario Carneiro, 11-Mar-2014.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  <_  B  <-> 
 ( exp `  A )  <_  ( exp `  B ) ) )
 
Theoremreefiso 15167 The exponential function on the reals determines an isomorphism from reals onto positive reals. (Contributed by Steve Rodriguez, 25-Nov-2007.) (Revised by Mario Carneiro, 11-Mar-2014.)
 |-  ( exp  |`  RR )  Isom  <  ,  <  ( RR ,  RR+ )
 
Theoremreapef 15168 Apartness and the exponential function for reals. (Contributed by Jim Kingdon, 11-Jul-2024.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A #  B  <->  ( exp `  A ) #  ( exp `  B )
 ) )
 
11.2.2  Properties of pi = 3.14159...
 
Theorempilem1 15169 Lemma for pire , pigt2lt4 and sinpi . (Contributed by Mario Carneiro, 9-May-2014.)
 |-  ( A  e.  ( RR+ 
 i^i  ( `' sin " { 0 } )
 ) 
 <->  ( A  e.  RR+  /\  ( sin `  A )  =  0 )
 )
 
Theoremcosz12 15170 Cosine has a zero between 1 and 2. (Contributed by Mario Carneiro and Jim Kingdon, 7-Mar-2024.)
 |- 
 E. p  e.  (
 1 (,) 2 ) ( cos `  p )  =  0
 
Theoremsin0pilem1 15171* Lemma for pi related theorems. (Contributed by Mario Carneiro and Jim Kingdon, 8-Mar-2024.)
 |- 
 E. p  e.  (
 1 (,) 2 ) ( ( cos `  p )  =  0  /\  A. x  e.  ( p (,) ( 2  x.  p ) ) 0  <  ( sin `  x ) )
 
Theoremsin0pilem2 15172* Lemma for pi related theorems. (Contributed by Mario Carneiro and Jim Kingdon, 8-Mar-2024.)
 |- 
 E. q  e.  (
 2 (,) 4 ) ( ( sin `  q
 )  =  0  /\  A. x  e.  ( 0 (,) q ) 0  <  ( sin `  x ) )
 
Theorempilem3 15173 Lemma for pi related theorems. (Contributed by Jim Kingdon, 9-Mar-2024.)
 |-  ( pi  e.  (
 2 (,) 4 )  /\  ( sin `  pi )  =  0 )
 
Theorempigt2lt4 15174  pi is between 2 and 4. (Contributed by Paul Chapman, 23-Jan-2008.) (Revised by Mario Carneiro, 9-May-2014.)
 |-  ( 2  <  pi  /\  pi  <  4 )
 
Theoremsinpi 15175 The sine of  pi is 0. (Contributed by Paul Chapman, 23-Jan-2008.)
 |-  ( sin `  pi )  =  0
 
Theorempire 15176  pi is a real number. (Contributed by Paul Chapman, 23-Jan-2008.)
 |-  pi  e.  RR
 
Theorempicn 15177  pi is a complex number. (Contributed by David A. Wheeler, 6-Dec-2018.)
 |-  pi  e.  CC
 
Theorempipos 15178  pi is positive. (Contributed by Paul Chapman, 23-Jan-2008.) (Revised by Mario Carneiro, 9-May-2014.)
 |-  0  <  pi
 
Theorempirp 15179  pi is a positive real. (Contributed by Glauco Siliprandi, 11-Dec-2019.)
 |-  pi  e.  RR+
 
Theoremnegpicn 15180  -u pi is a real number. (Contributed by David A. Wheeler, 8-Dec-2018.)
 |-  -u pi  e.  CC
 
Theoremsinhalfpilem 15181 Lemma for sinhalfpi 15186 and coshalfpi 15187. (Contributed by Paul Chapman, 23-Jan-2008.)
 |-  ( ( sin `  ( pi  /  2 ) )  =  1  /\  ( cos `  ( pi  / 
 2 ) )  =  0 )
 
Theoremhalfpire 15182  pi  /  2 is real. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( pi  /  2
 )  e.  RR
 
Theoremneghalfpire 15183  -u pi  / 
2 is real. (Contributed by David A. Wheeler, 8-Dec-2018.)
 |-  -u ( pi  /  2
 )  e.  RR
 
Theoremneghalfpirx 15184  -u pi  / 
2 is an extended real. (Contributed by David A. Wheeler, 8-Dec-2018.)
 |-  -u ( pi  /  2
 )  e.  RR*
 
Theorempidiv2halves 15185 Adding  pi  /  2 to itself gives  pi. See 2halves 9248. (Contributed by David A. Wheeler, 8-Dec-2018.)
 |-  ( ( pi  / 
 2 )  +  ( pi  /  2 ) )  =  pi
 
Theoremsinhalfpi 15186 The sine of  pi  /  2 is 1. (Contributed by Paul Chapman, 23-Jan-2008.)
 |-  ( sin `  ( pi  /  2 ) )  =  1
 
Theoremcoshalfpi 15187 The cosine of  pi  /  2 is 0. (Contributed by Paul Chapman, 23-Jan-2008.)
 |-  ( cos `  ( pi  /  2 ) )  =  0
 
Theoremcosneghalfpi 15188 The cosine of  -u pi  /  2 is zero. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( cos `  -u ( pi  /  2 ) )  =  0
 
Theoremefhalfpi 15189 The exponential of  _i pi  /  2 is  _i. (Contributed by Mario Carneiro, 9-May-2014.)
 |-  ( exp `  ( _i  x.  ( pi  / 
 2 ) ) )  =  _i
 
Theoremcospi 15190 The cosine of  pi is  -u 1. (Contributed by Paul Chapman, 23-Jan-2008.)
 |-  ( cos `  pi )  =  -u 1
 
Theoremefipi 15191 The exponential of  _i  x.  pi is  -u 1. (Contributed by Paul Chapman, 23-Jan-2008.) (Revised by Mario Carneiro, 10-May-2014.)
 |-  ( exp `  ( _i  x.  pi ) )  =  -u 1
 
Theoremeulerid 15192 Euler's identity. (Contributed by Paul Chapman, 23-Jan-2008.) (Revised by Mario Carneiro, 9-May-2014.)
 |-  ( ( exp `  ( _i  x.  pi ) )  +  1 )  =  0
 
Theoremsin2pi 15193 The sine of  2 pi is 0. (Contributed by Paul Chapman, 23-Jan-2008.)
 |-  ( sin `  (
 2  x.  pi ) )  =  0
 
Theoremcos2pi 15194 The cosine of  2 pi is 1. (Contributed by Paul Chapman, 23-Jan-2008.)
 |-  ( cos `  (
 2  x.  pi ) )  =  1
 
Theoremef2pi 15195 The exponential of  2 pi _i is  1. (Contributed by Mario Carneiro, 9-May-2014.)
 |-  ( exp `  ( _i  x.  ( 2  x.  pi ) ) )  =  1
 
Theoremef2kpi 15196 If  K is an integer, then the exponential of  2 K pi _i is  1. (Contributed by Mario Carneiro, 9-May-2014.)
 |-  ( K  e.  ZZ  ->  ( exp `  (
 ( _i  x.  (
 2  x.  pi ) )  x.  K ) )  =  1 )
 
Theoremefper 15197 The exponential function is periodic. (Contributed by Paul Chapman, 21-Apr-2008.) (Proof shortened by Mario Carneiro, 10-May-2014.)
 |-  ( ( A  e.  CC  /\  K  e.  ZZ )  ->  ( exp `  ( A  +  ( ( _i  x.  ( 2  x.  pi ) )  x.  K ) ) )  =  ( exp `  A ) )
 
Theoremsinperlem 15198 Lemma for sinper 15199 and cosper 15200. (Contributed by Paul Chapman, 23-Jan-2008.) (Revised by Mario Carneiro, 10-May-2014.)
 |-  ( A  e.  CC  ->  ( F `  A )  =  ( (
 ( exp `  ( _i  x.  A ) ) O ( exp `  ( -u _i  x.  A ) ) )  /  D ) )   &    |-  ( ( A  +  ( K  x.  ( 2  x.  pi ) ) )  e. 
 CC  ->  ( F `  ( A  +  ( K  x.  ( 2  x.  pi ) ) ) )  =  ( ( ( exp `  ( _i  x.  ( A  +  ( K  x.  (
 2  x.  pi ) ) ) ) ) O ( exp `  ( -u _i  x.  ( A  +  ( K  x.  ( 2  x.  pi ) ) ) ) ) )  /  D ) )   =>    |-  ( ( A  e.  CC  /\  K  e.  ZZ )  ->  ( F `  ( A  +  ( K  x.  ( 2  x.  pi ) ) ) )  =  ( F `
  A ) )
 
Theoremsinper 15199 The sine function is periodic. (Contributed by Paul Chapman, 23-Jan-2008.) (Revised by Mario Carneiro, 10-May-2014.)
 |-  ( ( A  e.  CC  /\  K  e.  ZZ )  ->  ( sin `  ( A  +  ( K  x.  ( 2  x.  pi ) ) ) )  =  ( sin `  A ) )
 
Theoremcosper 15200 The cosine function is periodic. (Contributed by Paul Chapman, 23-Jan-2008.) (Revised by Mario Carneiro, 10-May-2014.)
 |-  ( ( A  e.  CC  /\  K  e.  ZZ )  ->  ( cos `  ( A  +  ( K  x.  ( 2  x.  pi ) ) ) )  =  ( cos `  A ) )
    < 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-15887
  Copyright terms: Public domain < Previous  Next >