HomeHome Intuitionistic Logic Explorer
Theorem List (p. 115 of 169)
< 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 - 11401-11500   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theorempfxpfxid 11401 A prefix of a prefix with the same length is the original prefix. In other words, the operation "prefix of length  N " is idempotent. (Contributed by AV, 5-Apr-2018.) (Revised by AV, 8-May-2020.)
 |-  ( ( W  e. Word  V 
 /\  N  e.  (
 0 ... ( `  W ) ) )  ->  ( ( W prefix  N ) prefix  N )  =  ( W prefix  N ) )
 
4.7.9  Subwords and concatenations
 
Theorempfxcctswrd 11402 The concatenation of the prefix of a word and the rest of the word yields the word itself. (Contributed by AV, 21-Oct-2018.) (Revised by AV, 9-May-2020.)
 |-  ( ( W  e. Word  V 
 /\  M  e.  (
 0 ... ( `  W ) ) )  ->  ( ( W prefix  M ) ++  ( W substr  <. M ,  ( `  W ) >. ) )  =  W )
 
Theoremlenpfxcctswrd 11403 The length of the concatenation of the prefix of a word and the rest of the word is the length of the word. (Contributed by AV, 21-Oct-2018.) (Revised by AV, 9-May-2020.)
 |-  ( ( W  e. Word  V 
 /\  M  e.  (
 0 ... ( `  W ) ) )  ->  ( `  ( ( W prefix  M ) ++  ( W substr  <. M ,  ( `  W ) >. ) ) )  =  ( `  W ) )
 
Theoremlenrevpfxcctswrd 11404 The length of the concatenation of the rest of a word and the prefix of the word is the length of the word. (Contributed by Alexander van der Vekens, 1-Apr-2018.) (Revised by AV, 9-May-2020.)
 |-  ( ( W  e. Word  V 
 /\  M  e.  (
 0 ... ( `  W ) ) )  ->  ( `  ( ( W substr  <. M ,  ( `  W ) >. ) ++  ( W prefix  M ) ) )  =  ( `  W ) )
 
Theorempfxlswccat 11405 Reconstruct a nonempty word from its prefix and last symbol. (Contributed by Alexander van der Vekens, 5-Aug-2018.) (Revised by AV, 9-May-2020.)
 |-  ( ( W  e. Word  V 
 /\  W  =/=  (/) )  ->  ( ( W prefix  (
 ( `  W )  -  1 ) ) ++  <" (lastS `  W ) "> )  =  W )
 
Theoremccats1pfxeq 11406 The last symbol of a word concatenated with the word with the last symbol removed results in the word itself. (Contributed by Alexander van der Vekens, 24-Oct-2018.) (Revised by AV, 9-May-2020.)
 |-  ( ( W  e. Word  V 
 /\  U  e. Word  V  /\  ( `  U )  =  ( ( `  W )  +  1 )
 )  ->  ( W  =  ( U prefix  ( `  W ) )  ->  U  =  ( W ++  <" (lastS `  U ) "> ) ) )
 
Theoremccats1pfxeqrex 11407* There exists a symbol such that its concatenation after the prefix obtained by deleting the last symbol of a nonempty word results in the word itself. (Contributed by AV, 5-Oct-2018.) (Revised by AV, 9-May-2020.)
 |-  ( ( W  e. Word  V 
 /\  U  e. Word  V  /\  ( `  U )  =  ( ( `  W )  +  1 )
 )  ->  ( W  =  ( U prefix  ( `  W ) )  ->  E. s  e.  V  U  =  ( W ++  <" s "> ) ) )
 
Theoremccatopth 11408 An opth 4353-like theorem for recovering the two halves of a concatenated word. (Contributed by Mario Carneiro, 1-Oct-2015.) (Proof shortened by AV, 12-Oct-2022.)
 |-  ( ( ( A  e. Word  X  /\  B  e. Word  X )  /\  ( C  e. Word  X  /\  D  e. Word  X )  /\  ( `  A )  =  ( `  C ) )  ->  ( ( A ++  B )  =  ( C ++  D )  <-> 
 ( A  =  C  /\  B  =  D ) ) )
 
Theoremccatopth2 11409 An opth 4353-like theorem for recovering the two halves of a concatenated word. (Contributed by Mario Carneiro, 1-Oct-2015.)
 |-  ( ( ( A  e. Word  X  /\  B  e. Word  X )  /\  ( C  e. Word  X  /\  D  e. Word  X )  /\  ( `  B )  =  ( `  D ) )  ->  ( ( A ++  B )  =  ( C ++  D )  <-> 
 ( A  =  C  /\  B  =  D ) ) )
 
Theoremccatlcan 11410 Concatenation of words is left-cancellative. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  ( ( A  e. Word  X 
 /\  B  e. Word  X  /\  C  e. Word  X )  ->  ( ( C ++  A )  =  ( C ++  B )  <->  A  =  B ) )
 
Theoremccatrcan 11411 Concatenation of words is right-cancellative. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  ( ( A  e. Word  X 
 /\  B  e. Word  X  /\  C  e. Word  X )  ->  ( ( A ++  C )  =  ( B ++  C )  <->  A  =  B ) )
 
Theoremwrdeqs1cat 11412 Decompose a nonempty word by separating off the first symbol. (Contributed by Stefan O'Rear, 25-Aug-2015.) (Revised by Mario Carneiro, 1-Oct-2015.) (Proof shortened by AV, 12-Oct-2022.)
 |-  ( ( W  e. Word  A 
 /\  W  =/=  (/) )  ->  W  =  ( <" ( W `  0
 ) "> ++  ( W substr  <. 1 ,  ( `  W ) >. ) ) )
 
Theoremcats1un 11413 Express a word with an extra symbol as the union of the word and the new value. (Contributed by Mario Carneiro, 28-Feb-2016.)
 |-  ( ( A  e. Word  X 
 /\  B  e.  X )  ->  ( A ++  <" B "> )  =  ( A  u.  { <. ( `  A ) ,  B >. } ) )
 
Theoremwrdind 11414* Perform induction over the structure of a word. (Contributed by Mario Carneiro, 27-Sep-2015.) (Revised by Mario Carneiro, 26-Feb-2016.) (Proof shortened by AV, 12-Oct-2022.)
 |-  ( x  =  (/)  ->  ( ph  <->  ps ) )   &    |-  ( x  =  y  ->  (
 ph 
 <->  ch ) )   &    |-  ( x  =  ( y ++  <" z "> )  ->  ( ph  <->  th ) )   &    |-  ( x  =  A  ->  (
 ph 
 <->  ta ) )   &    |-  ps   &    |-  (
 ( y  e. Word  B  /\  z  e.  B )  ->  ( ch  ->  th ) )   =>    |-  ( A  e. Word  B  ->  ta )
 
Theoremwrd2ind 11415* Perform induction over the structure of two words of the same length. (Contributed by AV, 23-Jan-2019.) (Proof shortened by AV, 12-Oct-2022.)
 |-  ( ( x  =  (/)  /\  w  =  (/) )  ->  ( ph  <->  ps ) )   &    |-  (
 ( x  =  y 
 /\  w  =  u )  ->  ( ph  <->  ch ) )   &    |-  ( ( x  =  ( y ++  <" z "> )  /\  w  =  ( u ++  <" s "> ) )  ->  ( ph 
 <-> 
 th ) )   &    |-  ( x  =  A  ->  ( rh  <->  ta ) )   &    |-  ( w  =  B  ->  (
 ph 
 <->  rh ) )   &    |-  ps   &    |-  (
 ( ( y  e. Word  X  /\  z  e.  X )  /\  ( u  e. Word  Y  /\  s  e.  Y )  /\  ( `  y
 )  =  ( `  u ) )  ->  ( ch 
 ->  th ) )   =>    |-  ( ( A  e. Word  X  /\  B  e. Word  Y 
 /\  ( `  A )  =  ( `  B )
 )  ->  ta )
 
4.7.10  Subwords of concatenations
 
Theoremswrdccatfn 11416 The subword of a concatenation as function. (Contributed by Alexander van der Vekens, 27-May-2018.)
 |-  ( ( ( A  e. Word  V  /\  B  e. Word  V )  /\  ( M  e.  ( 0 ...
 N )  /\  N  e.  ( 0 ... (
 ( `  A )  +  ( `  B ) ) ) ) )  ->  ( ( A ++  B ) substr 
 <. M ,  N >. )  Fn  ( 0..^ ( N  -  M ) ) )
 
Theoremswrdccatin1 11417 The subword of a concatenation of two words within the first of the concatenated words. (Contributed by Alexander van der Vekens, 28-Mar-2018.)
 |-  ( ( A  e. Word  V 
 /\  B  e. Word  V )  ->  ( ( M  e.  ( 0 ...
 N )  /\  N  e.  ( 0 ... ( `  A ) ) ) 
 ->  ( ( A ++  B ) substr 
 <. M ,  N >. )  =  ( A substr  <. M ,  N >. ) ) )
 
Theorempfxccatin12lem4 11418 Lemma 4 for pfxccatin12 11425. (Contributed by Alexander van der Vekens, 30-Mar-2018.) (Revised by Alexander van der Vekens, 23-May-2018.)
 |-  ( ( L  e.  NN0  /\  M  e.  NN0  /\  N  e.  ZZ )  ->  (
 ( K  e.  (
 0..^ ( N  -  M ) )  /\  -.  K  e.  ( 0..^ ( L  -  M ) ) )  ->  K  e.  ( ( L  -  M )..^ ( ( L  -  M )  +  ( N  -  L ) ) ) ) )
 
Theorempfxccatin12lem2a 11419 Lemma for pfxccatin12lem2 11423. (Contributed by AV, 30-Mar-2018.) (Revised by AV, 27-May-2018.)
 |-  ( ( M  e.  ( 0 ... L )  /\  N  e.  ( L ... X ) ) 
 ->  ( ( K  e.  ( 0..^ ( N  -  M ) )  /\  -.  K  e.  ( 0..^ ( L  -  M ) ) )  ->  ( K  +  M )  e.  ( L..^ X ) ) )
 
Theorempfxccatin12lem1 11420 Lemma 1 for pfxccatin12 11425. (Contributed by AV, 30-Mar-2018.) (Revised by AV, 9-May-2020.)
 |-  ( ( M  e.  ( 0 ... L )  /\  N  e.  ( L ... X ) ) 
 ->  ( ( K  e.  ( 0..^ ( N  -  M ) )  /\  -.  K  e.  ( 0..^ ( L  -  M ) ) )  ->  ( K  -  ( L  -  M ) )  e.  ( 0..^ ( N  -  L ) ) ) )
 
Theoremswrdccatin2 11421 The subword of a concatenation of two words within the second of the concatenated words. (Contributed by Alexander van der Vekens, 28-Mar-2018.) (Revised by Alexander van der Vekens, 27-May-2018.)
 |-  L  =  ( `  A )   =>    |-  ( ( A  e. Word  V 
 /\  B  e. Word  V )  ->  ( ( M  e.  ( L ... N )  /\  N  e.  ( L ... ( L  +  ( `  B ) ) ) ) 
 ->  ( ( A ++  B ) substr 
 <. M ,  N >. )  =  ( B substr  <. ( M  -  L ) ,  ( N  -  L ) >. ) ) )
 
Theorempfxccatin12lem2c 11422 Lemma for pfxccatin12lem2 11423 and pfxccatin12lem3 11424. (Contributed by AV, 30-Mar-2018.) (Revised by AV, 27-May-2018.)
 |-  L  =  ( `  A )   =>    |-  ( ( ( A  e. Word  V  /\  B  e. Word  V )  /\  ( M  e.  ( 0 ...
 L )  /\  N  e.  ( L ... ( L  +  ( `  B ) ) ) ) )  ->  ( ( A ++  B )  e. Word  V  /\  M  e.  ( 0
 ... N )  /\  N  e.  ( 0 ... ( `  ( A ++  B ) ) ) ) )
 
Theorempfxccatin12lem2 11423 Lemma 2 for pfxccatin12 11425. (Contributed by AV, 30-Mar-2018.) (Revised by AV, 9-May-2020.)
 |-  L  =  ( `  A )   =>    |-  ( ( ( A  e. Word  V  /\  B  e. Word  V )  /\  ( M  e.  ( 0 ...
 L )  /\  N  e.  ( L ... ( L  +  ( `  B ) ) ) ) )  ->  ( ( K  e.  ( 0..^ ( N  -  M ) )  /\  -.  K  e.  ( 0..^ ( L  -  M ) ) )  ->  ( (
 ( A ++  B ) substr  <. M ,  N >. ) `
  K )  =  ( ( B prefix  ( N  -  L ) ) `
  ( K  -  ( `  ( A substr  <. M ,  L >. ) ) ) ) ) )
 
Theorempfxccatin12lem3 11424 Lemma 3 for pfxccatin12 11425. (Contributed by AV, 30-Mar-2018.) (Revised by AV, 27-May-2018.)
 |-  L  =  ( `  A )   =>    |-  ( ( ( A  e. Word  V  /\  B  e. Word  V )  /\  ( M  e.  ( 0 ...
 L )  /\  N  e.  ( L ... ( L  +  ( `  B ) ) ) ) )  ->  ( ( K  e.  ( 0..^ ( N  -  M ) )  /\  K  e.  ( 0..^ ( L  -  M ) ) ) 
 ->  ( ( ( A ++ 
 B ) substr  <. M ,  N >. ) `  K )  =  ( ( A substr 
 <. M ,  L >. ) `
  K ) ) )
 
Theorempfxccatin12 11425 The subword of a concatenation of two words within both of the concatenated words. (Contributed by Alexander van der Vekens, 5-Apr-2018.) (Revised by AV, 9-May-2020.)
 |-  L  =  ( `  A )   =>    |-  ( ( A  e. Word  V 
 /\  B  e. Word  V )  ->  ( ( M  e.  ( 0 ...
 L )  /\  N  e.  ( L ... ( L  +  ( `  B ) ) ) ) 
 ->  ( ( A ++  B ) substr 
 <. M ,  N >. )  =  ( ( A substr  <. M ,  L >. ) ++  ( B prefix  ( N  -  L ) ) ) ) )
 
Theorempfxccat3 11426 The subword of a concatenation is either a subword of the first concatenated word or a subword of the second concatenated word or a concatenation of a suffix of the first word with a prefix of the second word. (Contributed by Alexander van der Vekens, 30-Mar-2018.) (Revised by AV, 10-May-2020.)
 |-  L  =  ( `  A )   =>    |-  ( ( A  e. Word  V 
 /\  B  e. Word  V )  ->  ( ( M  e.  ( 0 ...
 N )  /\  N  e.  ( 0 ... ( L  +  ( `  B ) ) ) ) 
 ->  ( ( A ++  B ) substr 
 <. M ,  N >. )  =  if ( N 
 <_  L ,  ( A substr  <. M ,  N >. ) ,  if ( L 
 <_  M ,  ( B substr  <. ( M  -  L ) ,  ( N  -  L ) >. ) ,  ( ( A substr  <. M ,  L >. ) ++  ( B prefix 
 ( N  -  L ) ) ) ) ) ) )
 
Theoremswrdccat 11427 The subword of a concatenation of two words as concatenation of subwords of the two concatenated words. (Contributed by Alexander van der Vekens, 29-May-2018.)
 |-  L  =  ( `  A )   =>    |-  ( ( A  e. Word  V 
 /\  B  e. Word  V )  ->  ( ( M  e.  ( 0 ...
 N )  /\  N  e.  ( 0 ... ( L  +  ( `  B ) ) ) ) 
 ->  ( ( A ++  B ) substr 
 <. M ,  N >. )  =  ( ( A substr  <. M ,  if ( N  <_  L ,  N ,  L ) >. ) ++  ( B substr 
 <. if ( 0  <_  ( M  -  L ) ,  ( M  -  L ) ,  0 ) ,  ( N  -  L ) >. ) ) ) )
 
Theorempfxccatpfx1 11428 A prefix of a concatenation being a prefix of the first concatenated word. (Contributed by AV, 10-May-2020.)
 |-  L  =  ( `  A )   =>    |-  ( ( A  e. Word  V 
 /\  B  e. Word  V  /\  N  e.  ( 0
 ... L ) ) 
 ->  ( ( A ++  B ) prefix  N )  =  ( A prefix  N ) )
 
Theorempfxccatpfx2 11429 A prefix of a concatenation of two words being the first word concatenated with a prefix of the second word. (Contributed by AV, 10-May-2020.)
 |-  L  =  ( `  A )   &    |-  M  =  ( `  B )   =>    |-  ( ( A  e. Word  V 
 /\  B  e. Word  V  /\  N  e.  ( ( L  +  1 )
 ... ( L  +  M ) ) ) 
 ->  ( ( A ++  B ) prefix  N )  =  ( A ++  ( B prefix  ( N  -  L ) ) ) )
 
Theorempfxccat3a 11430 A prefix of a concatenation is either a prefix of the first concatenated word or a concatenation of the first word with a prefix of the second word. (Contributed by Alexander van der Vekens, 31-Mar-2018.) (Revised by AV, 10-May-2020.)
 |-  L  =  ( `  A )   &    |-  M  =  ( `  B )   =>    |-  ( ( A  e. Word  V 
 /\  B  e. Word  V )  ->  ( N  e.  ( 0 ... ( L  +  M )
 )  ->  ( ( A ++  B ) prefix  N )  =  if ( N 
 <_  L ,  ( A prefix  N ) ,  ( A ++  ( B prefix  ( N  -  L ) ) ) ) ) )
 
Theoremswrdccat3blem 11431 Lemma for swrdccat3b 11432. (Contributed by AV, 30-May-2018.)
 |-  L  =  ( `  A )   =>    |-  ( ( ( ( A  e. Word  V  /\  B  e. Word  V )  /\  M  e.  ( 0 ... ( L  +  ( `  B ) ) ) )  /\  ( L  +  ( `  B ) )  <_  L ) 
 ->  if ( L  <_  M ,  ( B substr  <. ( M  -  L ) ,  ( `  B ) >. ) ,  ( ( A substr  <. M ,  L >. ) ++  B ) )  =  ( A substr  <. M ,  ( L  +  ( `  B ) ) >. ) )
 
Theoremswrdccat3b 11432 A suffix of a concatenation is either a suffix of the second concatenated word or a concatenation of a suffix of the first word with the second word. (Contributed by Alexander van der Vekens, 31-Mar-2018.) (Revised by Alexander van der Vekens, 30-May-2018.) (Proof shortened by AV, 14-Oct-2022.)
 |-  L  =  ( `  A )   =>    |-  ( ( A  e. Word  V 
 /\  B  e. Word  V )  ->  ( M  e.  ( 0 ... ( L  +  ( `  B ) ) )  ->  ( ( A ++  B ) substr 
 <. M ,  ( L  +  ( `  B ) ) >. )  =  if ( L  <_  M ,  ( B substr  <. ( M  -  L ) ,  ( `  B ) >. ) ,  ( ( A substr  <. M ,  L >. ) ++  B ) ) ) )
 
Theorempfxccatid 11433 A prefix of a concatenation of length of the first concatenated word is the first word itself. (Contributed by Alexander van der Vekens, 20-Sep-2018.) (Revised by AV, 10-May-2020.)
 |-  ( ( A  e. Word  V 
 /\  B  e. Word  V  /\  N  =  ( `  A ) )  ->  ( ( A ++  B ) prefix  N )  =  A )
 
Theoremccats1pfxeqbi 11434 A word is a prefix of a word with length greater by 1 than the first word iff the second word is the first word concatenated with the last symbol of the second word. (Contributed by AV, 24-Oct-2018.) (Revised by AV, 10-May-2020.)
 |-  ( ( W  e. Word  V 
 /\  U  e. Word  V  /\  ( `  U )  =  ( ( `  W )  +  1 )
 )  ->  ( W  =  ( U prefix  ( `  W ) )  <->  U  =  ( W ++  <" (lastS `  U ) "> ) ) )
 
Theoremswrdccatin1d 11435 The subword of a concatenation of two words within the first of the concatenated words. (Contributed by AV, 31-May-2018.) (Revised by Mario Carneiro/AV, 21-Oct-2018.)
 |-  ( ph  ->  ( `  A )  =  L )   &    |-  ( ph  ->  ( A  e. Word  V  /\  B  e. Word  V ) )   &    |-  ( ph  ->  M  e.  (
 0 ... N ) )   &    |-  ( ph  ->  N  e.  ( 0 ... L ) )   =>    |-  ( ph  ->  (
 ( A ++  B ) substr  <. M ,  N >. )  =  ( A substr  <. M ,  N >. ) )
 
Theoremswrdccatin2d 11436 The subword of a concatenation of two words within the second of the concatenated words. (Contributed by AV, 31-May-2018.) (Revised by Mario Carneiro/AV, 21-Oct-2018.)
 |-  ( ph  ->  ( `  A )  =  L )   &    |-  ( ph  ->  ( A  e. Word  V  /\  B  e. Word  V ) )   &    |-  ( ph  ->  M  e.  ( L ... N ) )   &    |-  ( ph  ->  N  e.  ( L ... ( L  +  ( `  B ) ) ) )   =>    |-  ( ph  ->  ( ( A ++  B ) substr  <. M ,  N >. )  =  ( B substr  <. ( M  -  L ) ,  ( N  -  L ) >. ) )
 
Theorempfxccatin12d 11437 The subword of a concatenation of two words within both of the concatenated words. (Contributed by AV, 31-May-2018.) (Revised by AV, 10-May-2020.)
 |-  ( ph  ->  ( `  A )  =  L )   &    |-  ( ph  ->  ( A  e. Word  V  /\  B  e. Word  V ) )   &    |-  ( ph  ->  M  e.  (
 0 ... L ) )   &    |-  ( ph  ->  N  e.  ( L ... ( L  +  ( `  B ) ) ) )   =>    |-  ( ph  ->  ( ( A ++  B ) substr  <. M ,  N >. )  =  ( ( A substr  <. M ,  L >. ) ++  ( B prefix 
 ( N  -  L ) ) ) )
 
Theoremreuccatpfxs1lem 11438* Lemma for reuccatpfxs1 11439. (Contributed by Alexander van der Vekens, 5-Oct-2018.) (Revised by AV, 9-May-2020.)
 |-  ( ( ( W  e. Word  V  /\  U  e.  X )  /\  A. s  e.  V  ( ( W ++ 
 <" s "> )  e.  X  ->  S  =  s )  /\  A. x  e.  X  ( x  e. Word  V  /\  ( `  x )  =  ( ( `  W )  +  1 )
 ) )  ->  ( W  =  ( U prefix  ( `  W ) )  ->  U  =  ( W ++  <" S "> )
 ) )
 
Theoremreuccatpfxs1 11439* There is a unique word having the length of a given word increased by 1 with the given word as prefix if there is a unique symbol which extends the given word. (Contributed by Alexander van der Vekens, 6-Oct-2018.) (Revised by AV, 21-Jan-2022.) (Revised by AV, 13-Oct-2022.)
 |-  F/_ v X   =>    |-  ( ( W  e. Word  V 
 /\  A. x  e.  X  ( x  e. Word  V  /\  ( `  x )  =  ( ( `  W )  +  1 )
 ) )  ->  ( E! v  e.  V  ( W ++  <" v "> )  e.  X  ->  E! x  e.  X  W  =  ( x prefix  ( `  W ) ) ) )
 
Theoremreuccatpfxs1v 11440* There is a unique word having the length of a given word increased by 1 with the given word as prefix if there is a unique symbol which extends the given word. (Contributed by Alexander van der Vekens, 6-Oct-2018.) (Revised by AV, 21-Jan-2022.) (Revised by AV, 10-May-2022.) (Proof shortened by AV, 13-Oct-2022.)
 |-  ( ( W  e. Word  V 
 /\  A. x  e.  X  ( x  e. Word  V  /\  ( `  x )  =  ( ( `  W )  +  1 )
 ) )  ->  ( E! v  e.  V  ( W ++  <" v "> )  e.  X  ->  E! x  e.  X  W  =  ( x prefix  ( `  W ) ) ) )
 
4.7.11  Longer string literals
 
Syntaxcs2 11441 Syntax for the length 2 word constructor.
 class  <" A B ">
 
Syntaxcs3 11442 Syntax for the length 3 word constructor.
 class  <" A B C ">
 
Syntaxcs4 11443 Syntax for the length 4 word constructor.
 class  <" A B C D ">
 
Syntaxcs5 11444 Syntax for the length 5 word constructor.
 class  <" A B C D E ">
 
Syntaxcs6 11445 Syntax for the length 6 word constructor.
 class  <" A B C D E F ">
 
Syntaxcs7 11446 Syntax for the length 7 word constructor.
 class  <" A B C D E F G ">
 
Syntaxcs8 11447 Syntax for the length 8 word constructor.
 class  <" A B C D E F G H ">
 
Definitiondf-s2 11448 Define the length 2 word constructor. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |- 
 <" A B ">  =  ( <" A "> ++  <" B "> )
 
Definitiondf-s3 11449 Define the length 3 word constructor. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |- 
 <" A B C ">  =  ( <" A B "> ++  <" C "> )
 
Definitiondf-s4 11450 Define the length 4 word constructor. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |- 
 <" A B C D ">  =  ( <" A B C "> ++  <" D "> )
 
Definitiondf-s5 11451 Define the length 5 word constructor. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |- 
 <" A B C D E ">  =  ( <" A B C D "> ++  <" E "> )
 
Definitiondf-s6 11452 Define the length 6 word constructor. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |- 
 <" A B C D E F ">  =  ( <" A B C D E "> ++  <" F "> )
 
Definitiondf-s7 11453 Define the length 7 word constructor. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |- 
 <" A B C D E F G ">  =  ( <" A B C D E F "> ++  <" G "> )
 
Definitiondf-s8 11454 Define the length 8 word constructor. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |- 
 <" A B C D E F G H ">  =  ( <" A B C D E F G "> ++  <" H "> )
 
Theoremcats1cld 11455 Closure of concatenation with a singleton word. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  T  =  ( S ++ 
 <" X "> )   &    |-  ( ph  ->  S  e. Word  A )   &    |-  ( ph  ->  X  e.  A )   =>    |-  ( ph  ->  T  e. Word  A )
 
Theoremcats1fvn 11456 The last symbol of a concatenation with a singleton word. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  T  =  ( S ++ 
 <" X "> )   &    |-  S  e. Word  _V   &    |-  ( `  S )  =  M   =>    |-  ( X  e.  V  ->  ( T `  M )  =  X )
 
Theoremcats1fvnd 11457 The last symbol of a concatenation with a singleton word. (Contributed by Mario Carneiro, 26-Feb-2016.) (Revised by Jim Kingdon, 20-Jan-2026.)
 |-  T  =  ( S ++ 
 <" X "> )   &    |-  ( ph  ->  S  e. Word  _V )   &    |-  ( ph  ->  X  e.  V )   &    |-  ( ph  ->  ( `  S )  =  M )   =>    |-  ( ph  ->  ( T `  M )  =  X )
 
Theoremcats1fvd 11458 A symbol other than the last in a concatenation with a singleton word. (Contributed by Mario Carneiro, 26-Feb-2016.) (Revised by Jim Kingdon, 20-Jan-2026.)
 |-  T  =  ( S ++ 
 <" X "> )   &    |-  ( ph  ->  S  e. Word  _V )   &    |-  ( ph  ->  ( `  S )  =  M )   &    |-  ( ph  ->  Y  e.  V )   &    |-  ( ph  ->  X  e.  W )   &    |-  ( ph  ->  ( S `  N )  =  Y )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ph  ->  N  <  M )   =>    |-  ( ph  ->  ( T `  N )  =  Y )
 
Theoremcats1lend 11459 The length of concatenation with a singleton word. (Contributed by Mario Carneiro, 26-Feb-2016.) (Revised by Jim Kingdon, 19-Jan-2026.)
 |-  T  =  ( S ++ 
 <" X "> )   &    |-  ( ph  ->  S  e. Word  _V )   &    |-  ( ph  ->  X  e.  W )   &    |-  ( `  S )  =  M   &    |-  ( M  +  1 )  =  N   =>    |-  ( ph  ->  ( `  T )  =  N )
 
Theoremcats1catd 11460 Closure of concatenation with a singleton word. (Contributed by Mario Carneiro, 26-Feb-2016.) (Revised by Jim Kingdon, 19-Jan-2026.)
 |-  T  =  ( S ++ 
 <" X "> )   &    |-  ( ph  ->  A  e. Word  _V )   &    |-  ( ph  ->  S  e. Word  _V )   &    |-  ( ph  ->  X  e.  W )   &    |-  ( ph  ->  C  =  ( B ++  <" X "> ) )   &    |-  ( ph  ->  B  =  ( A ++  S ) )   =>    |-  ( ph  ->  C  =  ( A ++  T ) )
 
Theoremcats2catd 11461 Closure of concatenation of concatenations with singleton words. (Contributed by AV, 1-Mar-2021.) (Revised by Jim Kingdon, 19-Jan-2026.)
 |-  ( ph  ->  B  e. Word  _V )   &    |-  ( ph  ->  D  e. Word  _V )   &    |-  ( ph  ->  X  e.  V )   &    |-  ( ph  ->  Y  e.  W )   &    |-  ( ph  ->  A  =  ( B ++  <" X "> ) )   &    |-  ( ph  ->  C  =  (
 <" Y "> ++  D ) )   =>    |-  ( ph  ->  ( A ++  C )  =  ( ( B ++  <" X Y "> ) ++  D ) )
 
Theorems2eqd 11462 Equality theorem for a doubleton word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  =  N )   &    |-  ( ph  ->  B  =  O )   =>    |-  ( ph  ->  <" A B ">  = 
 <" N O "> )
 
Theorems3eqd 11463 Equality theorem for a length 3 word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  =  N )   &    |-  ( ph  ->  B  =  O )   &    |-  ( ph  ->  C  =  P )   =>    |-  ( ph  ->  <" A B C ">  =  <" N O P "> )
 
Theorems4eqd 11464 Equality theorem for a length 4 word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  =  N )   &    |-  ( ph  ->  B  =  O )   &    |-  ( ph  ->  C  =  P )   &    |-  ( ph  ->  D  =  Q )   =>    |-  ( ph  ->  <" A B C D ">  = 
 <" N O P Q "> )
 
Theorems5eqd 11465 Equality theorem for a length 5 word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  =  N )   &    |-  ( ph  ->  B  =  O )   &    |-  ( ph  ->  C  =  P )   &    |-  ( ph  ->  D  =  Q )   &    |-  ( ph  ->  E  =  R )   =>    |-  ( ph  ->  <" A B C D E ">  =  <" N O P Q R "> )
 
Theorems6eqd 11466 Equality theorem for a length 6 word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  =  N )   &    |-  ( ph  ->  B  =  O )   &    |-  ( ph  ->  C  =  P )   &    |-  ( ph  ->  D  =  Q )   &    |-  ( ph  ->  E  =  R )   &    |-  ( ph  ->  F  =  S )   =>    |-  ( ph  ->  <" A B C D E F ">  =  <" N O P Q R S "> )
 
Theorems7eqd 11467 Equality theorem for a length 7 word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  =  N )   &    |-  ( ph  ->  B  =  O )   &    |-  ( ph  ->  C  =  P )   &    |-  ( ph  ->  D  =  Q )   &    |-  ( ph  ->  E  =  R )   &    |-  ( ph  ->  F  =  S )   &    |-  ( ph  ->  G  =  T )   =>    |-  ( ph  ->  <" A B C D E F G ">  =  <" N O P Q R S T "> )
 
Theorems8eqd 11468 Equality theorem for a length 8 word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  =  N )   &    |-  ( ph  ->  B  =  O )   &    |-  ( ph  ->  C  =  P )   &    |-  ( ph  ->  D  =  Q )   &    |-  ( ph  ->  E  =  R )   &    |-  ( ph  ->  F  =  S )   &    |-  ( ph  ->  G  =  T )   &    |-  ( ph  ->  H  =  U )   =>    |-  ( ph  ->  <" A B C D E F G H ">  =  <" N O P Q R S T U "> )
 
Theorems3eq2 11469 Equality theorem for a length 3 word for the second symbol. (Contributed by AV, 4-Jan-2022.)
 |-  ( B  =  D  -> 
 <" A B C ">  =  <" A D C "> )
 
Theorems2cld 11470 A doubleton word is a word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  e.  X )   &    |-  ( ph  ->  B  e.  X )   =>    |-  ( ph  ->  <" A B ">  e. Word  X )
 
Theorems3cld 11471 A length 3 string is a word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  e.  X )   &    |-  ( ph  ->  B  e.  X )   &    |-  ( ph  ->  C  e.  X )   =>    |-  ( ph  ->  <" A B C ">  e. Word  X )
 
Theorems4cld 11472 A length 4 string is a word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  e.  X )   &    |-  ( ph  ->  B  e.  X )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  X )   =>    |-  ( ph  ->  <" A B C D ">  e. Word  X )
 
Theorems5cld 11473 A length 5 string is a word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  e.  X )   &    |-  ( ph  ->  B  e.  X )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  X )   &    |-  ( ph  ->  E  e.  X )   =>    |-  ( ph  ->  <" A B C D E ">  e. Word  X )
 
Theorems6cld 11474 A length 6 string is a word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  e.  X )   &    |-  ( ph  ->  B  e.  X )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  X )   &    |-  ( ph  ->  E  e.  X )   &    |-  ( ph  ->  F  e.  X )   =>    |-  ( ph  ->  <" A B C D E F ">  e. Word  X )
 
Theorems7cld 11475 A length 7 string is a word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  e.  X )   &    |-  ( ph  ->  B  e.  X )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  X )   &    |-  ( ph  ->  E  e.  X )   &    |-  ( ph  ->  F  e.  X )   &    |-  ( ph  ->  G  e.  X )   =>    |-  ( ph  ->  <" A B C D E F G ">  e. Word  X )
 
Theorems8cld 11476 A length 8 string is a word. (Contributed by Mario Carneiro, 27-Feb-2016.)
 |-  ( ph  ->  A  e.  X )   &    |-  ( ph  ->  B  e.  X )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  X )   &    |-  ( ph  ->  E  e.  X )   &    |-  ( ph  ->  F  e.  X )   &    |-  ( ph  ->  G  e.  X )   &    |-  ( ph  ->  H  e.  X )   =>    |-  ( ph  ->  <" A B C D E F G H ">  e. Word  X )
 
Theorems2cl 11477 A doubleton word is a word. (Contributed by Stefan O'Rear, 23-Aug-2015.) (Revised by Mario Carneiro, 26-Feb-2016.)
 |-  ( ( A  e.  X  /\  B  e.  X )  ->  <" A B ">  e. Word  X )
 
Theorems3cl 11478 A length 3 string is a word. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ( A  e.  X  /\  B  e.  X  /\  C  e.  X ) 
 ->  <" A B C ">  e. Word  X )
 
Theorems2fv0g 11479 Extract the first symbol from a doubleton word. (Contributed by Stefan O'Rear, 23-Aug-2015.) (Revised by Mario Carneiro, 26-Feb-2016.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( <" A B "> `  0
 )  =  A )
 
Theorems2fv1g 11480 Extract the second symbol from a doubleton word. (Contributed by Stefan O'Rear, 23-Aug-2015.) (Revised by Mario Carneiro, 26-Feb-2016.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( <" A B "> `  1
 )  =  B )
 
Theorems2leng 11481 The length of a doubleton word. (Contributed by Stefan O'Rear, 23-Aug-2015.) (Revised by Mario Carneiro, 26-Feb-2016.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( `  <" A B "> )  =  2 )
 
Theorems2dmg 11482 The domain of a doubleton word is an unordered pair. (Contributed by AV, 9-Jan-2020.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  dom  <" A B ">  =  {
 0 ,  1 } )
 
Theorems3fv0g 11483 Extract the first symbol from a length 3 string. (Contributed by Mario Carneiro, 13-Jan-2017.)
 |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X ) 
 ->  ( <" A B C "> `  0
 )  =  A )
 
Theorems3fv1g 11484 Extract the second symbol from a length 3 string. (Contributed by Mario Carneiro, 13-Jan-2017.)
 |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X ) 
 ->  ( <" A B C "> `  1
 )  =  B )
 
Theorems3fv2g 11485 Extract the third symbol from a length 3 string. (Contributed by Mario Carneiro, 13-Jan-2017.)
 |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X ) 
 ->  ( <" A B C "> `  2
 )  =  C )
 
Theorems1s2d 11486 Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   =>    |-  ( ph  ->  <" A B C ">  =  ( <" A "> ++ 
 <" B C "> ) )
 
Theorems1s3d 11487 Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   =>    |-  ( ph  ->  <" A B C D ">  =  ( <" A "> ++ 
 <" B C D "> ) )
 
Theorems1s4d 11488 Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   &    |-  ( ph  ->  E  e.  Z )   =>    |-  ( ph  ->  <" A B C D E ">  =  ( <" A "> ++  <" B C D E "> ) )
 
Theorems1s5d 11489 Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   &    |-  ( ph  ->  E  e.  Z )   &    |-  ( ph  ->  F  e.  P )   =>    |-  ( ph  ->  <" A B C D E F ">  =  ( <" A "> ++  <" B C D E F "> ) )
 
Theorems1s6d 11490 Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   &    |-  ( ph  ->  E  e.  Z )   &    |-  ( ph  ->  F  e.  P )   &    |-  ( ph  ->  G  e.  Q )   =>    |-  ( ph  ->  <" A B C D E F G ">  =  ( <" A "> ++  <" B C D E F G "> )
 )
 
Theorems1s7d 11491 Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   &    |-  ( ph  ->  E  e.  Z )   &    |-  ( ph  ->  F  e.  P )   &    |-  ( ph  ->  G  e.  Q )   &    |-  ( ph  ->  H  e.  R )   =>    |-  ( ph  ->  <" A B C D E F G H ">  =  ( <" A "> ++  <" B C D E F G H "> ) )
 
Theorems2s2d 11492 Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   =>    |-  ( ph  ->  <" A B C D ">  =  ( <" A B "> ++  <" C D "> ) )
 
Theorems4s2d 11493 Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   &    |-  ( ph  ->  E  e.  Z )   &    |-  ( ph  ->  F  e.  P )   =>    |-  ( ph  ->  <" A B C D E F ">  =  ( <" A B C D "> ++  <" E F "> ) )
 
Theorems4s3d 11494 Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   &    |-  ( ph  ->  E  e.  Z )   &    |-  ( ph  ->  F  e.  P )   &    |-  ( ph  ->  G  e.  Q )   =>    |-  ( ph  ->  <" A B C D E F G ">  =  ( <" A B C D "> ++  <" E F G "> )
 )
 
Theorems3s4d 11495 Concatenation of fixed length strings. (Contributed by AV, 1-Mar-2021.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   &    |-  ( ph  ->  E  e.  Z )   &    |-  ( ph  ->  F  e.  P )   &    |-  ( ph  ->  G  e.  Q )   =>    |-  ( ph  ->  <" A B C D E F G ">  =  ( <" A B C "> ++  <" D E F G "> )
 )
 
Theorems2s5d 11496 Concatenation of fixed length strings. (Contributed by AV, 1-Mar-2021.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   &    |-  ( ph  ->  E  e.  Z )   &    |-  ( ph  ->  F  e.  P )   &    |-  ( ph  ->  G  e.  Q )   =>    |-  ( ph  ->  <" A B C D E F G ">  =  ( <" A B "> ++ 
 <" C D E F G "> )
 )
 
Theorems5s2d 11497 Concatenation of fixed length strings. (Contributed by AV, 1-Mar-2021.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   &    |-  ( ph  ->  E  e.  Z )   &    |-  ( ph  ->  F  e.  P )   &    |-  ( ph  ->  G  e.  Q )   =>    |-  ( ph  ->  <" A B C D E F G ">  =  ( <" A B C D E "> ++  <" F G "> ) )
 
Theorems4s4d 11498 Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   &    |-  ( ph  ->  D  e.  Y )   &    |-  ( ph  ->  E  e.  Z )   &    |-  ( ph  ->  F  e.  P )   &    |-  ( ph  ->  G  e.  Q )   &    |-  ( ph  ->  H  e.  R )   =>    |-  ( ph  ->  <" A B C D E F G H ">  =  ( <" A B C D "> ++  <" E F G H "> ) )
 
4.8  Elementary real and complex functions
 
4.8.1  The "shift" operation
 
Syntaxcshi 11499 Extend class notation with function shifter.
 class  shift
 
Definitiondf-shft 11500* Define a function shifter. This operation offsets the value argument of a function (ordinarily on a subset of  CC) and produces a new function on  CC. See shftval 11510 for its value. (Contributed by NM, 20-Jul-2005.)
 |- 
 shift  =  ( f  e.  _V ,  x  e. 
 CC  |->  { <. y ,  z >.  |  ( y  e. 
 CC  /\  ( y  -  x ) f z ) } )
    < 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-16881
  Copyright terms: Public domain < Previous  Next >