HomeHome Intuitionistic Logic Explorer
Theorem List (p. 113 of 163)
< 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 - 11201-11300   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
4.7.9  Subwords and concatenations
 
Theorempfxcctswrd 11201 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 11202 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 11203 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 11204 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 11205 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 11206* 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 11207 An opth 4299-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 11208 An opth 4299-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 11209 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 11210 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 11211 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 11212 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 11213* 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 11214* 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 11215 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 11216 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 11217 Lemma 4 for pfxccatin12 11224. (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 11218 Lemma for pfxccatin12lem2 11222. (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 11219 Lemma 1 for pfxccatin12 11224. (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 11220 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 11221 Lemma for pfxccatin12lem2 11222 and pfxccatin12lem3 11223. (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 11222 Lemma 2 for pfxccatin12 11224. (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 11223 Lemma 3 for pfxccatin12 11224. (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 11224 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 11225 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 11226 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 11227 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 11228 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 11229 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 11230 Lemma for swrdccat3b 11231. (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 11231 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 11232 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 11233 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 11234 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 11235 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 11236 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 11237* Lemma for reuccatpfxs1 11238. (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 11238* 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 11239* 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.8  Elementary real and complex functions
 
4.8.1  The "shift" operation
 
Syntaxcshi 11240 Extend class notation with function shifter.
 class  shift
 
Definitiondf-shft 11241* 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 11251 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 ) } )
 
Theoremshftlem 11242* Two ways to write a shifted set  ( B  +  A
). (Contributed by Mario Carneiro, 3-Nov-2013.)
 |-  ( ( A  e.  CC  /\  B  C_  CC )  ->  { x  e. 
 CC  |  ( x  -  A )  e.  B }  =  { x  |  E. y  e.  B  x  =  ( y  +  A ) } )
 
Theoremshftuz 11243* A shift of the upper integers. (Contributed by Mario Carneiro, 5-Nov-2013.)
 |-  ( ( A  e.  ZZ  /\  B  e.  ZZ )  ->  { x  e. 
 CC  |  ( x  -  A )  e.  ( ZZ>= `  B ) }  =  ( ZZ>= `  ( B  +  A ) ) )
 
Theoremshftfvalg 11244* The value of the sequence shifter operation is a function on  CC.  A is ordinarily an integer. (Contributed by NM, 20-Jul-2005.) (Revised by Mario Carneiro, 3-Nov-2013.)
 |-  ( ( A  e.  CC  /\  F  e.  V )  ->  ( F  shift  A )  =  { <. x ,  y >.  |  ( x  e.  CC  /\  ( x  -  A ) F y ) }
 )
 
Theoremovshftex 11245 Existence of the result of applying shift. (Contributed by Jim Kingdon, 15-Aug-2021.)
 |-  ( ( F  e.  V  /\  A  e.  CC )  ->  ( F  shift  A )  e.  _V )
 
Theoremshftfibg 11246 Value of a fiber of the relation  F. (Contributed by Jim Kingdon, 15-Aug-2021.)
 |-  ( ( F  e.  V  /\  A  e.  CC  /\  B  e.  CC )  ->  ( ( F  shift  A ) " { B } )  =  ( F " { ( B  -  A ) }
 ) )
 
Theoremshftfval 11247* The value of the sequence shifter operation is a function on  CC.  A is ordinarily an integer. (Contributed by NM, 20-Jul-2005.) (Revised by Mario Carneiro, 3-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( A  e.  CC  ->  ( F  shift  A )  =  { <. x ,  y >.  |  ( x  e.  CC  /\  ( x  -  A ) F y ) }
 )
 
Theoremshftdm 11248* Domain of a relation shifted by  A. The set on the right is more commonly notated as  ( dom  F  +  A ) (meaning add  A to every element of  dom  F). (Contributed by Mario Carneiro, 3-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( A  e.  CC  ->  dom  ( F  shift  A )  =  { x  e.  CC  |  ( x  -  A )  e.  dom  F }
 )
 
Theoremshftfib 11249 Value of a fiber of the relation  F. (Contributed by Mario Carneiro, 4-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  (
 ( F  shift  A )
 " { B }
 )  =  ( F
 " { ( B  -  A ) }
 ) )
 
Theoremshftfn 11250* Functionality and domain of a sequence shifted by  A. (Contributed by NM, 20-Jul-2005.) (Revised by Mario Carneiro, 3-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( ( F  Fn  B  /\  A  e.  CC )  ->  ( F  shift  A )  Fn 
 { x  e.  CC  |  ( x  -  A )  e.  B }
 )
 
Theoremshftval 11251 Value of a sequence shifted by  A. (Contributed by NM, 20-Jul-2005.) (Revised by Mario Carneiro, 4-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  (
 ( F  shift  A ) `
  B )  =  ( F `  ( B  -  A ) ) )
 
Theoremshftval2 11252 Value of a sequence shifted by  A  -  B. (Contributed by NM, 20-Jul-2005.) (Revised by Mario Carneiro, 5-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( F  shift  ( A  -  B ) ) `  ( A  +  C ) )  =  ( F `  ( B  +  C ) ) )
 
Theoremshftval3 11253 Value of a sequence shifted by  A  -  B. (Contributed by NM, 20-Jul-2005.)
 |-  F  e.  _V   =>    |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  (
 ( F  shift  ( A  -  B ) ) `
  A )  =  ( F `  B ) )
 
Theoremshftval4 11254 Value of a sequence shifted by  -u A. (Contributed by NM, 18-Aug-2005.) (Revised by Mario Carneiro, 5-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  (
 ( F  shift  -u A ) `  B )  =  ( F `  ( A  +  B )
 ) )
 
Theoremshftval5 11255 Value of a shifted sequence. (Contributed by NM, 19-Aug-2005.) (Revised by Mario Carneiro, 5-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  (
 ( F  shift  A ) `
  ( B  +  A ) )  =  ( F `  B ) )
 
Theoremshftf 11256* Functionality of a shifted sequence. (Contributed by NM, 19-Aug-2005.) (Revised by Mario Carneiro, 5-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( ( F : B --> C  /\  A  e.  CC )  ->  ( F  shift  A ) : { x  e. 
 CC  |  ( x  -  A )  e.  B } --> C )
 
Theorem2shfti 11257 Composite shift operations. (Contributed by NM, 19-Aug-2005.) (Revised by Mario Carneiro, 5-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  (
 ( F  shift  A ) 
 shift  B )  =  ( F  shift  ( A  +  B ) ) )
 
Theoremshftidt2 11258 Identity law for the shift operation. (Contributed by Mario Carneiro, 5-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( F  shift  0 )  =  ( F  |`  CC )
 
Theoremshftidt 11259 Identity law for the shift operation. (Contributed by NM, 19-Aug-2005.) (Revised by Mario Carneiro, 5-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( A  e.  CC  ->  ( ( F 
 shift  0 ) `  A )  =  ( F `  A ) )
 
Theoremshftcan1 11260 Cancellation law for the shift operation. (Contributed by NM, 4-Aug-2005.) (Revised by Mario Carneiro, 5-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  (
 ( ( F  shift  A )  shift  -u A ) `  B )  =  ( F `  B ) )
 
Theoremshftcan2 11261 Cancellation law for the shift operation. (Contributed by NM, 4-Aug-2005.) (Revised by Mario Carneiro, 5-Nov-2013.)
 |-  F  e.  _V   =>    |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  (
 ( ( F  shift  -u A )  shift  A ) `
  B )  =  ( F `  B ) )
 
Theoremshftvalg 11262 Value of a sequence shifted by  A. (Contributed by Scott Fenton, 16-Dec-2017.)
 |-  ( ( F  e.  V  /\  A  e.  CC  /\  B  e.  CC )  ->  ( ( F  shift  A ) `  B )  =  ( F `  ( B  -  A ) ) )
 
Theoremshftval4g 11263 Value of a sequence shifted by  -u A. (Contributed by Jim Kingdon, 19-Aug-2021.)
 |-  ( ( F  e.  V  /\  A  e.  CC  /\  B  e.  CC )  ->  ( ( F  shift  -u A ) `  B )  =  ( F `  ( A  +  B ) ) )
 
Theoremseq3shft 11264* Shifting the index set of a sequence. (Contributed by NM, 17-Mar-2005.) (Revised by Jim Kingdon, 17-Oct-2022.)
 |-  ( ph  ->  F  e.  V )   &    |-  ( ph  ->  M  e.  ZZ )   &    |-  ( ph  ->  N  e.  ZZ )   &    |-  ( ( ph  /\  x  e.  ( ZZ>= `  ( M  -  N ) ) ) 
 ->  ( F `  x )  e.  S )   &    |-  (
 ( ph  /\  ( x  e.  S  /\  y  e.  S ) )  ->  ( x  .+  y )  e.  S )   =>    |-  ( ph  ->  seq
 M (  .+  ,  ( F  shift  N ) )  =  (  seq ( M  -  N ) (  .+  ,  F )  shift  N ) )
 
4.8.2  Real and imaginary parts; conjugate
 
Syntaxccj 11265 Extend class notation to include complex conjugate function.
 class  *
 
Syntaxcre 11266 Extend class notation to include real part of a complex number.
 class  Re
 
Syntaxcim 11267 Extend class notation to include imaginary part of a complex number.
 class  Im
 
Definitiondf-cj 11268* Define the complex conjugate function. See cjcli 11339 for its closure and cjval 11271 for its value. (Contributed by NM, 9-May-1999.) (Revised by Mario Carneiro, 6-Nov-2013.)
 |-  *  =  ( x  e.  CC  |->  ( iota_ y  e.  CC  ( ( x  +  y )  e.  RR  /\  ( _i  x.  ( x  -  y ) )  e. 
 RR ) ) )
 
Definitiondf-re 11269 Define a function whose value is the real part of a complex number. See reval 11275 for its value, recli 11337 for its closure, and replim 11285 for its use in decomposing a complex number. (Contributed by NM, 9-May-1999.)
 |-  Re  =  ( x  e.  CC  |->  ( ( x  +  ( * `
  x ) ) 
 /  2 ) )
 
Definitiondf-im 11270 Define a function whose value is the imaginary part of a complex number. See imval 11276 for its value, imcli 11338 for its closure, and replim 11285 for its use in decomposing a complex number. (Contributed by NM, 9-May-1999.)
 |-  Im  =  ( x  e.  CC  |->  ( Re
 `  ( x  /  _i ) ) )
 
Theoremcjval 11271* The value of the conjugate of a complex number. (Contributed by Mario Carneiro, 6-Nov-2013.)
 |-  ( A  e.  CC  ->  ( * `  A )  =  ( iota_ x  e. 
 CC  ( ( A  +  x )  e. 
 RR  /\  ( _i  x.  ( A  -  x ) )  e.  RR ) ) )
 
Theoremcjth 11272 The defining property of the complex conjugate. (Contributed by Mario Carneiro, 6-Nov-2013.)
 |-  ( A  e.  CC  ->  ( ( A  +  ( * `  A ) )  e.  RR  /\  ( _i  x.  ( A  -  ( * `  A ) ) )  e.  RR ) )
 
Theoremcjf 11273 Domain and codomain of the conjugate function. (Contributed by Mario Carneiro, 6-Nov-2013.)
 |-  * : CC --> CC
 
Theoremcjcl 11274 The conjugate of a complex number is a complex number (closure law). (Contributed by NM, 10-May-1999.) (Revised by Mario Carneiro, 6-Nov-2013.)
 |-  ( A  e.  CC  ->  ( * `  A )  e.  CC )
 
Theoremreval 11275 The value of the real part of a complex number. (Contributed by NM, 9-May-1999.) (Revised by Mario Carneiro, 6-Nov-2013.)
 |-  ( A  e.  CC  ->  ( Re `  A )  =  ( ( A  +  ( * `  A ) )  / 
 2 ) )
 
Theoremimval 11276 The value of the imaginary part of a complex number. (Contributed by NM, 9-May-1999.) (Revised by Mario Carneiro, 6-Nov-2013.)
 |-  ( A  e.  CC  ->  ( Im `  A )  =  ( Re `  ( A  /  _i ) ) )
 
Theoremimre 11277 The imaginary part of a complex number in terms of the real part function. (Contributed by NM, 12-May-2005.) (Revised by Mario Carneiro, 6-Nov-2013.)
 |-  ( A  e.  CC  ->  ( Im `  A )  =  ( Re `  ( -u _i  x.  A ) ) )
 
Theoremreim 11278 The real part of a complex number in terms of the imaginary part function. (Contributed by Mario Carneiro, 31-Mar-2015.)
 |-  ( A  e.  CC  ->  ( Re `  A )  =  ( Im `  ( _i  x.  A ) ) )
 
Theoremrecl 11279 The real part of a complex number is real. (Contributed by NM, 9-May-1999.) (Revised by Mario Carneiro, 6-Nov-2013.)
 |-  ( A  e.  CC  ->  ( Re `  A )  e.  RR )
 
Theoremimcl 11280 The imaginary part of a complex number is real. (Contributed by NM, 9-May-1999.) (Revised by Mario Carneiro, 6-Nov-2013.)
 |-  ( A  e.  CC  ->  ( Im `  A )  e.  RR )
 
Theoremref 11281 Domain and codomain of the real part function. (Contributed by Paul Chapman, 22-Oct-2007.) (Revised by Mario Carneiro, 6-Nov-2013.)
 |-  Re : CC --> RR
 
Theoremimf 11282 Domain and codomain of the imaginary part function. (Contributed by Paul Chapman, 22-Oct-2007.) (Revised by Mario Carneiro, 6-Nov-2013.)
 |-  Im : CC --> RR
 
Theoremcrre 11283 The real part of a complex number representation. Definition 10-3.1 of [Gleason] p. 132. (Contributed by NM, 12-May-2005.) (Revised by Mario Carneiro, 7-Nov-2013.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( Re `  ( A  +  ( _i  x.  B ) ) )  =  A )
 
Theoremcrim 11284 The real part of a complex number representation. Definition 10-3.1 of [Gleason] p. 132. (Contributed by NM, 12-May-2005.) (Revised by Mario Carneiro, 7-Nov-2013.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( Im `  ( A  +  ( _i  x.  B ) ) )  =  B )
 
Theoremreplim 11285 Reconstruct a complex number from its real and imaginary parts. (Contributed by NM, 10-May-1999.) (Revised by Mario Carneiro, 7-Nov-2013.)
 |-  ( A  e.  CC  ->  A  =  ( ( Re `  A )  +  ( _i  x.  ( Im `  A ) ) ) )
 
Theoremremim 11286 Value of the conjugate of a complex number. The value is the real part minus  _i times the imaginary part. Definition 10-3.2 of [Gleason] p. 132. (Contributed by NM, 10-May-1999.) (Revised by Mario Carneiro, 7-Nov-2013.)
 |-  ( A  e.  CC  ->  ( * `  A )  =  ( ( Re `  A )  -  ( _i  x.  ( Im `  A ) ) ) )
 
Theoremreim0 11287 The imaginary part of a real number is 0. (Contributed by NM, 18-Mar-2005.) (Revised by Mario Carneiro, 7-Nov-2013.)
 |-  ( A  e.  RR  ->  ( Im `  A )  =  0 )
 
Theoremreim0b 11288 A number is real iff its imaginary part is 0. (Contributed by NM, 26-Sep-2005.)
 |-  ( A  e.  CC  ->  ( A  e.  RR  <->  ( Im `  A )  =  0 ) )
 
Theoremrereb 11289 A number is real iff it equals its real part. Proposition 10-3.4(f) of [Gleason] p. 133. (Contributed by NM, 20-Aug-2008.)
 |-  ( A  e.  CC  ->  ( A  e.  RR  <->  ( Re `  A )  =  A ) )
 
Theoremmulreap 11290 A product with a real multiplier apart from zero is real iff the multiplicand is real. (Contributed by Jim Kingdon, 14-Jun-2020.)
 |-  ( ( A  e.  CC  /\  B  e.  RR  /\  B #  0 )  ->  ( A  e.  RR  <->  ( B  x.  A )  e. 
 RR ) )
 
Theoremrere 11291 A real number equals its real part. One direction of Proposition 10-3.4(f) of [Gleason] p. 133. (Contributed by Paul Chapman, 7-Sep-2007.)
 |-  ( A  e.  RR  ->  ( Re `  A )  =  A )
 
Theoremcjreb 11292 A number is real iff it equals its complex conjugate. Proposition 10-3.4(f) of [Gleason] p. 133. (Contributed by NM, 2-Jul-2005.) (Revised by Mario Carneiro, 14-Jul-2014.)
 |-  ( A  e.  CC  ->  ( A  e.  RR  <->  ( * `  A )  =  A ) )
 
Theoremrecj 11293 Real part of a complex conjugate. (Contributed by Mario Carneiro, 14-Jul-2014.)
 |-  ( A  e.  CC  ->  ( Re `  ( * `  A ) )  =  ( Re `  A ) )
 
Theoremreneg 11294 Real part of negative. (Contributed by NM, 17-Mar-2005.) (Revised by Mario Carneiro, 14-Jul-2014.)
 |-  ( A  e.  CC  ->  ( Re `  -u A )  =  -u ( Re
 `  A ) )
 
Theoremreadd 11295 Real part distributes over addition. (Contributed by NM, 17-Mar-2005.) (Revised by Mario Carneiro, 14-Jul-2014.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( Re `  ( A  +  B ) )  =  (
 ( Re `  A )  +  ( Re `  B ) ) )
 
Theoremresub 11296 Real part distributes over subtraction. (Contributed by NM, 17-Mar-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( Re `  ( A  -  B ) )  =  (
 ( Re `  A )  -  ( Re `  B ) ) )
 
Theoremremullem 11297 Lemma for remul 11298, immul 11305, and cjmul 11311. (Contributed by NM, 28-Jul-1999.) (Revised by Mario Carneiro, 14-Jul-2014.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( ( Re
 `  ( A  x.  B ) )  =  ( ( ( Re
 `  A )  x.  ( Re `  B ) )  -  (
 ( Im `  A )  x.  ( Im `  B ) ) ) 
 /\  ( Im `  ( A  x.  B ) )  =  (
 ( ( Re `  A )  x.  ( Im `  B ) )  +  ( ( Im
 `  A )  x.  ( Re `  B ) ) )  /\  ( * `  ( A  x.  B ) )  =  ( ( * `
  A )  x.  ( * `  B ) ) ) )
 
Theoremremul 11298 Real part of a product. (Contributed by NM, 28-Jul-1999.) (Revised by Mario Carneiro, 14-Jul-2014.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( Re `  ( A  x.  B ) )  =  (
 ( ( Re `  A )  x.  ( Re `  B ) )  -  ( ( Im
 `  A )  x.  ( Im `  B ) ) ) )
 
Theoremremul2 11299 Real part of a product. (Contributed by Mario Carneiro, 2-Aug-2014.)
 |-  ( ( A  e.  RR  /\  B  e.  CC )  ->  ( Re `  ( A  x.  B ) )  =  ( A  x.  ( Re `  B ) ) )
 
Theoremredivap 11300 Real part of a division. Related to remul2 11299. (Contributed by Jim Kingdon, 14-Jun-2020.)
 |-  ( ( A  e.  CC  /\  B  e.  RR  /\  B #  0 )  ->  ( Re `  ( A 
 /  B ) )  =  ( ( Re
 `  A )  /  B ) )
    < 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-16225
  Copyright terms: Public domain < Previous  Next >