HomeHome Intuitionistic Logic Explorer
Theorem List (p. 59 of 132)
< 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 - 5801-5900   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremmpoeq123dv 5801* An equality deduction for the maps-to notation. (Contributed by NM, 12-Sep-2011.)
 |-  ( ph  ->  A  =  D )   &    |-  ( ph  ->  B  =  E )   &    |-  ( ph  ->  C  =  F )   =>    |-  ( ph  ->  ( x  e.  A ,  y  e.  B  |->  C )  =  ( x  e.  D ,  y  e.  E  |->  F ) )
 
Theoremmpoeq123i 5802 An equality inference for the maps-to notation. (Contributed by NM, 15-Jul-2013.)
 |-  A  =  D   &    |-  B  =  E   &    |-  C  =  F   =>    |-  ( x  e.  A ,  y  e.  B  |->  C )  =  ( x  e.  D ,  y  e.  E  |->  F )
 
Theoremmpoeq3dva 5803* Slightly more general equality inference for the maps-to notation. (Contributed by NM, 17-Oct-2013.)
 |-  ( ( ph  /\  x  e.  A  /\  y  e.  B )  ->  C  =  D )   =>    |-  ( ph  ->  ( x  e.  A ,  y  e.  B  |->  C )  =  ( x  e.  A ,  y  e.  B  |->  D ) )
 
Theoremmpoeq3ia 5804 An equality inference for the maps-to notation. (Contributed by Mario Carneiro, 16-Dec-2013.)
 |-  ( ( x  e.  A  /\  y  e.  B )  ->  C  =  D )   =>    |-  ( x  e.  A ,  y  e.  B  |->  C )  =  ( x  e.  A ,  y  e.  B  |->  D )
 
Theoremmpoeq3dv 5805* An equality deduction for the maps-to notation restricted to the value of the operation. (Contributed by SO, 16-Jul-2018.)
 |-  ( ph  ->  C  =  D )   =>    |-  ( ph  ->  ( x  e.  A ,  y  e.  B  |->  C )  =  ( x  e.  A ,  y  e.  B  |->  D ) )
 
Theoremnfmpo1 5806 Bound-variable hypothesis builder for an operation in maps-to notation. (Contributed by NM, 27-Aug-2013.)
 |-  F/_ x ( x  e.  A ,  y  e.  B  |->  C )
 
Theoremnfmpo2 5807 Bound-variable hypothesis builder for an operation in maps-to notation. (Contributed by NM, 27-Aug-2013.)
 |-  F/_ y ( x  e.  A ,  y  e.  B  |->  C )
 
Theoremnfmpo 5808* Bound-variable hypothesis builder for the maps-to notation. (Contributed by NM, 20-Feb-2013.)
 |-  F/_ z A   &    |-  F/_ z B   &    |-  F/_ z C   =>    |-  F/_ z ( x  e.  A ,  y  e.  B  |->  C )
 
Theoremmpo0 5809 A mapping operation with empty domain. (Contributed by Stefan O'Rear, 29-Jan-2015.) (Revised by Mario Carneiro, 15-May-2015.)
 |-  ( x  e.  (/) ,  y  e.  B  |->  C )  =  (/)
 
Theoremoprab4 5810* Two ways to state the domain of an operation. (Contributed by FL, 24-Jan-2010.)
 |- 
 { <. <. x ,  y >. ,  z >.  |  (
 <. x ,  y >.  e.  ( A  X.  B )  /\  ph ) }  =  { <. <. x ,  y >. ,  z >.  |  ( ( x  e.  A  /\  y  e.  B )  /\  ph ) }
 
Theoremcbvoprab1 5811* Rule used to change first bound variable in an operation abstraction, using implicit substitution. (Contributed by NM, 20-Dec-2008.) (Revised by Mario Carneiro, 5-Dec-2016.)
 |- 
 F/ w ph   &    |-  F/ x ps   &    |-  ( x  =  w  ->  (
 ph 
 <->  ps ) )   =>    |-  { <. <. x ,  y >. ,  z >.  | 
 ph }  =  { <.
 <. w ,  y >. ,  z >.  |  ps }
 
Theoremcbvoprab2 5812* Change the second bound variable in an operation abstraction. (Contributed by Jeff Madsen, 11-Jun-2010.) (Revised by Mario Carneiro, 11-Dec-2016.)
 |- 
 F/ w ph   &    |-  F/ y ps   &    |-  ( y  =  w  ->  ( ph  <->  ps ) )   =>    |-  { <. <. x ,  y >. ,  z >.  | 
 ph }  =  { <.
 <. x ,  w >. ,  z >.  |  ps }
 
Theoremcbvoprab12 5813* Rule used to change first two bound variables in an operation abstraction, using implicit substitution. (Contributed by NM, 21-Feb-2004.) (Proof shortened by Andrew Salmon, 22-Oct-2011.)
 |- 
 F/ w ph   &    |-  F/ v ph   &    |-  F/ x ps   &    |-  F/ y ps   &    |-  ( ( x  =  w  /\  y  =  v )  ->  ( ph 
 <->  ps ) )   =>    |-  { <. <. x ,  y >. ,  z >.  | 
 ph }  =  { <.
 <. w ,  v >. ,  z >.  |  ps }
 
Theoremcbvoprab12v 5814* Rule used to change first two bound variables in an operation abstraction, using implicit substitution. (Contributed by NM, 8-Oct-2004.)
 |-  ( ( x  =  w  /\  y  =  v )  ->  ( ph 
 <->  ps ) )   =>    |-  { <. <. x ,  y >. ,  z >.  | 
 ph }  =  { <.
 <. w ,  v >. ,  z >.  |  ps }
 
Theoremcbvoprab3 5815* Rule used to change the third bound variable in an operation abstraction, using implicit substitution. (Contributed by NM, 22-Aug-2013.)
 |- 
 F/ w ph   &    |-  F/ z ps   &    |-  ( z  =  w  ->  ( ph  <->  ps ) )   =>    |-  { <. <. x ,  y >. ,  z >.  | 
 ph }  =  { <.
 <. x ,  y >. ,  w >.  |  ps }
 
Theoremcbvoprab3v 5816* Rule used to change the third bound variable in an operation abstraction, using implicit substitution. (Contributed by NM, 8-Oct-2004.) (Revised by David Abernethy, 19-Jun-2012.)
 |-  ( z  =  w 
 ->  ( ph  <->  ps ) )   =>    |-  { <. <. x ,  y >. ,  z >.  | 
 ph }  =  { <.
 <. x ,  y >. ,  w >.  |  ps }
 
Theoremcbvmpox 5817* Rule to change the bound variable in a maps-to function, using implicit substitution. This version of cbvmpo 5818 allows  B to be a function of  x. (Contributed by NM, 29-Dec-2014.)
 |-  F/_ z B   &    |-  F/_ x D   &    |-  F/_ z C   &    |-  F/_ w C   &    |-  F/_ x E   &    |-  F/_ y E   &    |-  ( x  =  z 
 ->  B  =  D )   &    |-  ( ( x  =  z  /\  y  =  w )  ->  C  =  E )   =>    |-  ( x  e.  A ,  y  e.  B  |->  C )  =  (
 z  e.  A ,  w  e.  D  |->  E )
 
Theoremcbvmpo 5818* Rule to change the bound variable in a maps-to function, using implicit substitution. (Contributed by NM, 17-Dec-2013.)
 |-  F/_ z C   &    |-  F/_ w C   &    |-  F/_ x D   &    |-  F/_ y D   &    |-  ( ( x  =  z  /\  y  =  w )  ->  C  =  D )   =>    |-  ( x  e.  A ,  y  e.  B  |->  C )  =  (
 z  e.  A ,  w  e.  B  |->  D )
 
Theoremcbvmpov 5819* Rule to change the bound variable in a maps-to function, using implicit substitution. With a longer proof analogous to cbvmpt 3993, some distinct variable requirements could be eliminated. (Contributed by NM, 11-Jun-2013.)
 |-  ( x  =  z 
 ->  C  =  E )   &    |-  ( y  =  w  ->  E  =  D )   =>    |-  ( x  e.  A ,  y  e.  B  |->  C )  =  (
 z  e.  A ,  w  e.  B  |->  D )
 
Theoremdmoprab 5820* The domain of an operation class abstraction. (Contributed by NM, 17-Mar-1995.) (Revised by David Abernethy, 19-Jun-2012.)
 |- 
 dom  { <. <. x ,  y >. ,  z >.  |  ph }  =  { <. x ,  y >.  |  E. z ph }
 
Theoremdmoprabss 5821* The domain of an operation class abstraction. (Contributed by NM, 24-Aug-1995.)
 |- 
 dom  { <. <. x ,  y >. ,  z >.  |  ( ( x  e.  A  /\  y  e.  B )  /\  ph ) }  C_  ( A  X.  B )
 
Theoremrnoprab 5822* The range of an operation class abstraction. (Contributed by NM, 30-Aug-2004.) (Revised by David Abernethy, 19-Apr-2013.)
 |- 
 ran  { <. <. x ,  y >. ,  z >.  |  ph }  =  { z  | 
 E. x E. y ph }
 
Theoremrnoprab2 5823* The range of a restricted operation class abstraction. (Contributed by Scott Fenton, 21-Mar-2012.)
 |- 
 ran  { <. <. x ,  y >. ,  z >.  |  ( ( x  e.  A  /\  y  e.  B )  /\  ph ) }  =  { z  |  E. x  e.  A  E. y  e.  B  ph }
 
Theoremreldmoprab 5824* The domain of an operation class abstraction is a relation. (Contributed by NM, 17-Mar-1995.)
 |- 
 Rel  dom  { <. <. x ,  y >. ,  z >.  | 
 ph }
 
Theoremoprabss 5825* Structure of an operation class abstraction. (Contributed by NM, 28-Nov-2006.)
 |- 
 { <. <. x ,  y >. ,  z >.  |  ph } 
 C_  ( ( _V 
 X.  _V )  X.  _V )
 
Theoremeloprabga 5826* The law of concretion for operation class abstraction. Compare elopab 4150. (Contributed by NM, 14-Sep-1999.) (Unnecessary distinct variable restrictions were removed by David Abernethy, 19-Jun-2012.) (Revised by Mario Carneiro, 19-Dec-2013.)
 |-  ( ( x  =  A  /\  y  =  B  /\  z  =  C )  ->  ( ph 
 <->  ps ) )   =>    |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X )  ->  ( <. <. A ,  B >. ,  C >.  e.  { <. <. x ,  y >. ,  z >.  |  ph }  <->  ps ) )
 
Theoremeloprabg 5827* The law of concretion for operation class abstraction. Compare elopab 4150. (Contributed by NM, 14-Sep-1999.) (Revised by David Abernethy, 19-Jun-2012.)
 |-  ( x  =  A  ->  ( ph  <->  ps ) )   &    |-  (
 y  =  B  ->  ( ps  <->  ch ) )   &    |-  (
 z  =  C  ->  ( ch  <->  th ) )   =>    |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X )  ->  ( <. <. A ,  B >. ,  C >.  e.  { <. <. x ,  y >. ,  z >.  |  ph }  <->  th ) )
 
Theoremssoprab2i 5828* Inference of operation class abstraction subclass from implication. (Contributed by NM, 11-Nov-1995.) (Revised by David Abernethy, 19-Jun-2012.)
 |-  ( ph  ->  ps )   =>    |-  { <. <. x ,  y >. ,  z >.  |  ph }  C_  {
 <. <. x ,  y >. ,  z >.  |  ps }
 
Theoremmpov 5829* Operation with universal domain in maps-to notation. (Contributed by NM, 16-Aug-2013.)
 |-  ( x  e.  _V ,  y  e.  _V  |->  C )  =  { <.
 <. x ,  y >. ,  z >.  |  z  =  C }
 
Theoremmpomptx 5830* Express a two-argument function as a one-argument function, or vice-versa. In this version 
B ( x ) is not assumed to be constant w.r.t  x. (Contributed by Mario Carneiro, 29-Dec-2014.)
 |-  ( z  =  <. x ,  y >.  ->  C  =  D )   =>    |-  ( z  e.  U_ x  e.  A  ( { x }  X.  B )  |->  C )  =  ( x  e.  A ,  y  e.  B  |->  D )
 
Theoremmpompt 5831* Express a two-argument function as a one-argument function, or vice-versa. (Contributed by Mario Carneiro, 17-Dec-2013.) (Revised by Mario Carneiro, 29-Dec-2014.)
 |-  ( z  =  <. x ,  y >.  ->  C  =  D )   =>    |-  ( z  e.  ( A  X.  B )  |->  C )  =  ( x  e.  A ,  y  e.  B  |->  D )
 
Theoremmpodifsnif 5832 A mapping with two arguments with the first argument from a difference set with a singleton and a conditional as result. (Contributed by AV, 13-Feb-2019.)
 |-  ( i  e.  ( A  \  { X }
 ) ,  j  e.  B  |->  if ( i  =  X ,  C ,  D ) )  =  ( i  e.  ( A  \  { X }
 ) ,  j  e.  B  |->  D )
 
Theoremmposnif 5833 A mapping with two arguments with the first argument from a singleton and a conditional as result. (Contributed by AV, 14-Feb-2019.)
 |-  ( i  e.  { X } ,  j  e.  B  |->  if ( i  =  X ,  C ,  D ) )  =  ( i  e.  { X } ,  j  e.  B  |->  C )
 
Theoremfconstmpo 5834* Representation of a constant operation using the mapping operation. (Contributed by SO, 11-Jul-2018.)
 |-  ( ( A  X.  B )  X.  { C } )  =  ( x  e.  A ,  y  e.  B  |->  C )
 
Theoremresoprab 5835* Restriction of an operation class abstraction. (Contributed by NM, 10-Feb-2007.)
 |-  ( { <. <. x ,  y >. ,  z >.  | 
 ph }  |`  ( A  X.  B ) )  =  { <. <. x ,  y >. ,  z >.  |  ( ( x  e.  A  /\  y  e.  B )  /\  ph ) }
 
Theoremresoprab2 5836* Restriction of an operator abstraction. (Contributed by Jeff Madsen, 2-Sep-2009.)
 |-  ( ( C  C_  A  /\  D  C_  B )  ->  ( { <. <. x ,  y >. ,  z >.  |  (
 ( x  e.  A  /\  y  e.  B )  /\  ph ) }  |`  ( C  X.  D ) )  =  { <. <. x ,  y >. ,  z >.  |  ( ( x  e.  C  /\  y  e.  D )  /\  ph ) } )
 
Theoremresmpo 5837* Restriction of the mapping operation. (Contributed by Mario Carneiro, 17-Dec-2013.)
 |-  ( ( C  C_  A  /\  D  C_  B )  ->  ( ( x  e.  A ,  y  e.  B  |->  E )  |`  ( C  X.  D ) )  =  ( x  e.  C ,  y  e.  D  |->  E ) )
 
Theoremfunoprabg 5838* "At most one" is a sufficient condition for an operation class abstraction to be a function. (Contributed by NM, 28-Aug-2007.)
 |-  ( A. x A. y E* z ph  ->  Fun  { <. <. x ,  y >. ,  z >.  |  ph } )
 
Theoremfunoprab 5839* "At most one" is a sufficient condition for an operation class abstraction to be a function. (Contributed by NM, 17-Mar-1995.)
 |- 
 E* z ph   =>    |- 
 Fun  { <. <. x ,  y >. ,  z >.  |  ph }
 
Theoremfnoprabg 5840* Functionality and domain of an operation class abstraction. (Contributed by NM, 28-Aug-2007.)
 |-  ( A. x A. y ( ph  ->  E! z ps )  ->  { <. <. x ,  y >. ,  z >.  |  (
 ph  /\  ps ) }  Fn  { <. x ,  y >.  |  ph } )
 
Theoremmpofun 5841* The maps-to notation for an operation is always a function. (Contributed by Scott Fenton, 21-Mar-2012.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  Fun  F
 
Theoremfnoprab 5842* Functionality and domain of an operation class abstraction. (Contributed by NM, 15-May-1995.)
 |-  ( ph  ->  E! z ps )   =>    |- 
 { <. <. x ,  y >. ,  z >.  |  (
 ph  /\  ps ) }  Fn  { <. x ,  y >.  |  ph }
 
Theoremffnov 5843* An operation maps to a class to which all values belong. (Contributed by NM, 7-Feb-2004.)
 |-  ( F : ( A  X.  B ) --> C  <->  ( F  Fn  ( A  X.  B ) 
 /\  A. x  e.  A  A. y  e.  B  ( x F y )  e.  C ) )
 
Theoremfovcl 5844 Closure law for an operation. (Contributed by NM, 19-Apr-2007.)
 |-  F : ( R  X.  S ) --> C   =>    |-  ( ( A  e.  R  /\  B  e.  S )  ->  ( A F B )  e.  C )
 
Theoremeqfnov 5845* Equality of two operations is determined by their values. (Contributed by NM, 1-Sep-2005.)
 |-  ( ( F  Fn  ( A  X.  B ) 
 /\  G  Fn  ( C  X.  D ) ) 
 ->  ( F  =  G  <->  ( ( A  X.  B )  =  ( C  X.  D )  /\  A. x  e.  A  A. y  e.  B  ( x F y )  =  ( x G y ) ) ) )
 
Theoremeqfnov2 5846* Two operators with the same domain are equal iff their values at each point in the domain are equal. (Contributed by Jeff Madsen, 7-Jun-2010.)
 |-  ( ( F  Fn  ( A  X.  B ) 
 /\  G  Fn  ( A  X.  B ) ) 
 ->  ( F  =  G  <->  A. x  e.  A  A. y  e.  B  ( x F y )  =  ( x G y ) ) )
 
Theoremfnovim 5847* Representation of a function in terms of its values. (Contributed by Jim Kingdon, 16-Jan-2019.)
 |-  ( F  Fn  ( A  X.  B )  ->  F  =  ( x  e.  A ,  y  e.  B  |->  ( x F y ) ) )
 
Theoremmpo2eqb 5848* Bidirectional equality theorem for a mapping abstraction. Equivalent to eqfnov2 5846. (Contributed by Mario Carneiro, 4-Jan-2017.)
 |-  ( A. x  e.  A  A. y  e.  B  C  e.  V  ->  ( ( x  e.  A ,  y  e.  B  |->  C )  =  ( x  e.  A ,  y  e.  B  |->  D )  <->  A. x  e.  A  A. y  e.  B  C  =  D ) )
 
Theoremrnmpo 5849* The range of an operation given by the maps-to notation. (Contributed by FL, 20-Jun-2011.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ran  F  =  { z  |  E. x  e.  A  E. y  e.  B  z  =  C }
 
Theoremreldmmpo 5850* The domain of an operation defined by maps-to notation is a relation. (Contributed by Stefan O'Rear, 27-Nov-2014.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  Rel  dom  F
 
Theoremelrnmpog 5851* Membership in the range of an operation class abstraction. (Contributed by NM, 27-Aug-2007.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( D  e.  V  ->  ( D  e.  ran 
 F 
 <-> 
 E. x  e.  A  E. y  e.  B  D  =  C )
 )
 
Theoremelrnmpo 5852* Membership in the range of an operation class abstraction. (Contributed by NM, 1-Aug-2004.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   &    |-  C  e.  _V   =>    |-  ( D  e.  ran  F  <->  E. x  e.  A  E. y  e.  B  D  =  C )
 
Theoremralrnmpo 5853* A restricted quantifier over an image set. (Contributed by Mario Carneiro, 1-Sep-2015.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   &    |-  (
 z  =  C  ->  (
 ph 
 <->  ps ) )   =>    |-  ( A. x  e.  A  A. y  e.  B  C  e.  V  ->  ( A. z  e. 
 ran  F ph  <->  A. x  e.  A  A. y  e.  B  ps ) )
 
Theoremrexrnmpo 5854* A restricted quantifier over an image set. (Contributed by Mario Carneiro, 1-Sep-2015.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   &    |-  (
 z  =  C  ->  (
 ph 
 <->  ps ) )   =>    |-  ( A. x  e.  A  A. y  e.  B  C  e.  V  ->  ( E. z  e. 
 ran  F ph  <->  E. x  e.  A  E. y  e.  B  ps ) )
 
Theoremovid 5855* The value of an operation class abstraction. (Contributed by NM, 16-May-1995.) (Revised by David Abernethy, 19-Jun-2012.)
 |-  ( ( x  e.  R  /\  y  e.  S )  ->  E! z ph )   &    |-  F  =  { <.
 <. x ,  y >. ,  z >.  |  (
 ( x  e.  R  /\  y  e.  S )  /\  ph ) }   =>    |-  ( ( x  e.  R  /\  y  e.  S )  ->  (
 ( x F y )  =  z  <->  ph ) )
 
Theoremovidig 5856* The value of an operation class abstraction. Compare ovidi 5857. The condition  ( x  e.  R  /\  y  e.  S ) is been removed. (Contributed by Mario Carneiro, 29-Dec-2014.)
 |- 
 E* z ph   &    |-  F  =  { <.
 <. x ,  y >. ,  z >.  |  ph }   =>    |-  ( ph  ->  ( x F y )  =  z )
 
Theoremovidi 5857* The value of an operation class abstraction (weak version). (Contributed by Mario Carneiro, 29-Dec-2014.)
 |-  ( ( x  e.  R  /\  y  e.  S )  ->  E* z ph )   &    |-  F  =  { <.
 <. x ,  y >. ,  z >.  |  (
 ( x  e.  R  /\  y  e.  S )  /\  ph ) }   =>    |-  ( ( x  e.  R  /\  y  e.  S )  ->  ( ph  ->  ( x F y )  =  z ) )
 
Theoremov 5858* The value of an operation class abstraction. (Contributed by NM, 16-May-1995.) (Revised by David Abernethy, 19-Jun-2012.)
 |-  C  e.  _V   &    |-  ( x  =  A  ->  (
 ph 
 <->  ps ) )   &    |-  (
 y  =  B  ->  ( ps  <->  ch ) )   &    |-  (
 z  =  C  ->  ( ch  <->  th ) )   &    |-  (
 ( x  e.  R  /\  y  e.  S )  ->  E! z ph )   &    |-  F  =  { <. <. x ,  y >. ,  z >.  |  (
 ( x  e.  R  /\  y  e.  S )  /\  ph ) }   =>    |-  ( ( A  e.  R  /\  B  e.  S )  ->  (
 ( A F B )  =  C  <->  th ) )
 
Theoremovigg 5859* The value of an operation class abstraction. Compare ovig 5860. The condition  ( x  e.  R  /\  y  e.  S ) is been removed. (Contributed by FL, 24-Mar-2007.) (Revised by Mario Carneiro, 19-Dec-2013.)
 |-  ( ( x  =  A  /\  y  =  B  /\  z  =  C )  ->  ( ph 
 <->  ps ) )   &    |-  E* z ph   &    |-  F  =  { <.
 <. x ,  y >. ,  z >.  |  ph }   =>    |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X )  ->  ( ps 
 ->  ( A F B )  =  C )
 )
 
Theoremovig 5860* The value of an operation class abstraction (weak version). (Unnecessary distinct variable restrictions were removed by David Abernethy, 19-Jun-2012.) (Contributed by NM, 14-Sep-1999.) (Revised by Mario Carneiro, 19-Dec-2013.)
 |-  ( ( x  =  A  /\  y  =  B  /\  z  =  C )  ->  ( ph 
 <->  ps ) )   &    |-  (
 ( x  e.  R  /\  y  e.  S )  ->  E* z ph )   &    |-  F  =  { <. <. x ,  y >. ,  z >.  |  ( ( x  e.  R  /\  y  e.  S )  /\  ph ) }   =>    |-  ( ( A  e.  R  /\  B  e.  S  /\  C  e.  D )  ->  ( ps 
 ->  ( A F B )  =  C )
 )
 
Theoremovmpt4g 5861* Value of a function given by the maps-to notation. (This is the operation analog of fvmpt2 5472.) (Contributed by NM, 21-Feb-2004.) (Revised by Mario Carneiro, 1-Sep-2015.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( ( x  e.  A  /\  y  e.  B  /\  C  e.  V )  ->  ( x F y )  =  C )
 
Theoremovmpos 5862* Value of a function given by the maps-to notation, expressed using explicit substitution. (Contributed by Mario Carneiro, 30-Apr-2015.)
 |-  F  =  ( x  e.  C ,  y  e.  D  |->  R )   =>    |-  ( ( A  e.  C  /\  B  e.  D  /\  [_ A  /  x ]_ [_ B  /  y ]_ R  e.  V )  ->  ( A F B )  = 
 [_ A  /  x ]_
 [_ B  /  y ]_ R )
 
Theoremov2gf 5863* The value of an operation class abstraction. A version of ovmpog 5873 using bound-variable hypotheses. (Contributed by NM, 17-Aug-2006.) (Revised by Mario Carneiro, 19-Dec-2013.)
 |-  F/_ x A   &    |-  F/_ y A   &    |-  F/_ y B   &    |-  F/_ x G   &    |-  F/_ y S   &    |-  ( x  =  A  ->  R  =  G )   &    |-  (
 y  =  B  ->  G  =  S )   &    |-  F  =  ( x  e.  C ,  y  e.  D  |->  R )   =>    |-  ( ( A  e.  C  /\  B  e.  D  /\  S  e.  H ) 
 ->  ( A F B )  =  S )
 
Theoremovmpodxf 5864* Value of an operation given by a maps-to rule, deduction form. (Contributed by Mario Carneiro, 29-Dec-2014.)
 |-  ( ph  ->  F  =  ( x  e.  C ,  y  e.  D  |->  R ) )   &    |-  (
 ( ph  /\  ( x  =  A  /\  y  =  B ) )  ->  R  =  S )   &    |-  (
 ( ph  /\  x  =  A )  ->  D  =  L )   &    |-  ( ph  ->  A  e.  C )   &    |-  ( ph  ->  B  e.  L )   &    |-  ( ph  ->  S  e.  X )   &    |-  F/ x ph   &    |-  F/ y ph   &    |-  F/_ y A   &    |-  F/_ x B   &    |-  F/_ x S   &    |-  F/_ y S   =>    |-  ( ph  ->  ( A F B )  =  S )
 
Theoremovmpodx 5865* Value of an operation given by a maps-to rule, deduction form. (Contributed by Mario Carneiro, 29-Dec-2014.)
 |-  ( ph  ->  F  =  ( x  e.  C ,  y  e.  D  |->  R ) )   &    |-  (
 ( ph  /\  ( x  =  A  /\  y  =  B ) )  ->  R  =  S )   &    |-  (
 ( ph  /\  x  =  A )  ->  D  =  L )   &    |-  ( ph  ->  A  e.  C )   &    |-  ( ph  ->  B  e.  L )   &    |-  ( ph  ->  S  e.  X )   =>    |-  ( ph  ->  ( A F B )  =  S )
 
Theoremovmpod 5866* Value of an operation given by a maps-to rule, deduction form. (Contributed by Mario Carneiro, 7-Dec-2014.)
 |-  ( ph  ->  F  =  ( x  e.  C ,  y  e.  D  |->  R ) )   &    |-  (
 ( ph  /\  ( x  =  A  /\  y  =  B ) )  ->  R  =  S )   &    |-  ( ph  ->  A  e.  C )   &    |-  ( ph  ->  B  e.  D )   &    |-  ( ph  ->  S  e.  X )   =>    |-  ( ph  ->  ( A F B )  =  S )
 
Theoremovmpox 5867* The value of an operation class abstraction. Variant of ovmpoga 5868 which does not require  D and  x to be distinct. (Contributed by Jeff Madsen, 10-Jun-2010.) (Revised by Mario Carneiro, 20-Dec-2013.)
 |-  ( ( x  =  A  /\  y  =  B )  ->  R  =  S )   &    |-  ( x  =  A  ->  D  =  L )   &    |-  F  =  ( x  e.  C ,  y  e.  D  |->  R )   =>    |-  ( ( A  e.  C  /\  B  e.  L  /\  S  e.  H ) 
 ->  ( A F B )  =  S )
 
Theoremovmpoga 5868* Value of an operation given by a maps-to rule. (Contributed by Mario Carneiro, 19-Dec-2013.)
 |-  ( ( x  =  A  /\  y  =  B )  ->  R  =  S )   &    |-  F  =  ( x  e.  C ,  y  e.  D  |->  R )   =>    |-  ( ( A  e.  C  /\  B  e.  D  /\  S  e.  H ) 
 ->  ( A F B )  =  S )
 
Theoremovmpoa 5869* Value of an operation given by a maps-to rule. (Contributed by NM, 19-Dec-2013.)
 |-  ( ( x  =  A  /\  y  =  B )  ->  R  =  S )   &    |-  F  =  ( x  e.  C ,  y  e.  D  |->  R )   &    |-  S  e.  _V   =>    |-  ( ( A  e.  C  /\  B  e.  D )  ->  ( A F B )  =  S )
 
Theoremovmpodf 5870* Alternate deduction version of ovmpo 5874, suitable for iteration. (Contributed by Mario Carneiro, 7-Jan-2017.)
 |-  ( ph  ->  A  e.  C )   &    |-  ( ( ph  /\  x  =  A ) 
 ->  B  e.  D )   &    |-  ( ( ph  /\  ( x  =  A  /\  y  =  B )
 )  ->  R  e.  V )   &    |-  ( ( ph  /\  ( x  =  A  /\  y  =  B ) )  ->  ( ( A F B )  =  R  ->  ps )
 )   &    |-  F/_ x F   &    |-  F/ x ps   &    |-  F/_ y F   &    |- 
 F/ y ps   =>    |-  ( ph  ->  ( F  =  ( x  e.  C ,  y  e.  D  |->  R )  ->  ps ) )
 
Theoremovmpodv 5871* Alternate deduction version of ovmpo 5874, suitable for iteration. (Contributed by Mario Carneiro, 7-Jan-2017.)
 |-  ( ph  ->  A  e.  C )   &    |-  ( ( ph  /\  x  =  A ) 
 ->  B  e.  D )   &    |-  ( ( ph  /\  ( x  =  A  /\  y  =  B )
 )  ->  R  e.  V )   &    |-  ( ( ph  /\  ( x  =  A  /\  y  =  B ) )  ->  ( ( A F B )  =  R  ->  ps )
 )   =>    |-  ( ph  ->  ( F  =  ( x  e.  C ,  y  e.  D  |->  R )  ->  ps ) )
 
Theoremovmpodv2 5872* Alternate deduction version of ovmpo 5874, suitable for iteration. (Contributed by Mario Carneiro, 7-Jan-2017.)
 |-  ( ph  ->  A  e.  C )   &    |-  ( ( ph  /\  x  =  A ) 
 ->  B  e.  D )   &    |-  ( ( ph  /\  ( x  =  A  /\  y  =  B )
 )  ->  R  e.  V )   &    |-  ( ( ph  /\  ( x  =  A  /\  y  =  B ) )  ->  R  =  S )   =>    |-  ( ph  ->  ( F  =  ( x  e.  C ,  y  e.  D  |->  R )  ->  ( A F B )  =  S ) )
 
Theoremovmpog 5873* Value of an operation given by a maps-to rule. Special case. (Contributed by NM, 14-Sep-1999.) (Revised by David Abernethy, 19-Jun-2012.)
 |-  ( x  =  A  ->  R  =  G )   &    |-  ( y  =  B  ->  G  =  S )   &    |-  F  =  ( x  e.  C ,  y  e.  D  |->  R )   =>    |-  ( ( A  e.  C  /\  B  e.  D  /\  S  e.  H )  ->  ( A F B )  =  S )
 
Theoremovmpo 5874* Value of an operation given by a maps-to rule. Special case. (Contributed by NM, 16-May-1995.) (Revised by David Abernethy, 19-Jun-2012.)
 |-  ( x  =  A  ->  R  =  G )   &    |-  ( y  =  B  ->  G  =  S )   &    |-  F  =  ( x  e.  C ,  y  e.  D  |->  R )   &    |-  S  e.  _V   =>    |-  ( ( A  e.  C  /\  B  e.  D )  ->  ( A F B )  =  S )
 
Theoremovi3 5875* The value of an operation class abstraction. Special case. (Contributed by NM, 28-May-1995.) (Revised by Mario Carneiro, 29-Dec-2014.)
 |-  ( ( ( A  e.  H  /\  B  e.  H )  /\  ( C  e.  H  /\  D  e.  H )
 )  ->  S  e.  ( H  X.  H ) )   &    |-  ( ( ( w  =  A  /\  v  =  B )  /\  ( u  =  C  /\  f  =  D ) )  ->  R  =  S )   &    |-  F  =  { <.
 <. x ,  y >. ,  z >.  |  (
 ( x  e.  ( H  X.  H )  /\  y  e.  ( H  X.  H ) )  /\  E. w E. v E. u E. f ( ( x  =  <. w ,  v >.  /\  y  =  <. u ,  f >. ) 
 /\  z  =  R ) ) }   =>    |-  ( ( ( A  e.  H  /\  B  e.  H )  /\  ( C  e.  H  /\  D  e.  H ) )  ->  ( <. A ,  B >. F <. C ,  D >. )  =  S )
 
Theoremov6g 5876* The value of an operation class abstraction. Special case. (Contributed by NM, 13-Nov-2006.)
 |-  ( <. x ,  y >.  =  <. A ,  B >.  ->  R  =  S )   &    |-  F  =  { <. <. x ,  y >. ,  z >.  |  ( <. x ,  y >.  e.  C  /\  z  =  R ) }   =>    |-  ( ( ( A  e.  G  /\  B  e.  H  /\  <. A ,  B >.  e.  C )  /\  S  e.  J )  ->  ( A F B )  =  S )
 
Theoremovg 5877* The value of an operation class abstraction. (Contributed by Jeff Madsen, 10-Jun-2010.)
 |-  ( x  =  A  ->  ( ph  <->  ps ) )   &    |-  (
 y  =  B  ->  ( ps  <->  ch ) )   &    |-  (
 z  =  C  ->  ( ch  <->  th ) )   &    |-  (
 ( ta  /\  ( x  e.  R  /\  y  e.  S )
 )  ->  E! z ph )   &    |-  F  =  { <.
 <. x ,  y >. ,  z >.  |  (
 ( x  e.  R  /\  y  e.  S )  /\  ph ) }   =>    |-  ( ( ta 
 /\  ( A  e.  R  /\  B  e.  S  /\  C  e.  D ) )  ->  ( ( A F B )  =  C  <->  th ) )
 
Theoremovres 5878 The value of a restricted operation. (Contributed by FL, 10-Nov-2006.)
 |-  ( ( A  e.  C  /\  B  e.  D )  ->  ( A ( F  |`  ( C  X.  D ) ) B )  =  ( A F B ) )
 
Theoremovresd 5879 Lemma for converting metric theorems to metric space theorems. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  ( ph  ->  A  e.  X )   &    |-  ( ph  ->  B  e.  X )   =>    |-  ( ph  ->  ( A ( D  |`  ( X  X.  X ) ) B )  =  ( A D B ) )
 
Theoremoprssov 5880 The value of a member of the domain of a subclass of an operation. (Contributed by NM, 23-Aug-2007.)
 |-  ( ( ( Fun 
 F  /\  G  Fn  ( C  X.  D ) 
 /\  G  C_  F )  /\  ( A  e.  C  /\  B  e.  D ) )  ->  ( A F B )  =  ( A G B ) )
 
Theoremfovrn 5881 An operation's value belongs to its codomain. (Contributed by NM, 27-Aug-2006.)
 |-  ( ( F :
 ( R  X.  S )
 --> C  /\  A  e.  R  /\  B  e.  S )  ->  ( A F B )  e.  C )
 
Theoremfovrnda 5882 An operation's value belongs to its codomain. (Contributed by Mario Carneiro, 29-Dec-2016.)
 |-  ( ph  ->  F : ( R  X.  S ) --> C )   =>    |-  ( ( ph  /\  ( A  e.  R  /\  B  e.  S )
 )  ->  ( A F B )  e.  C )
 
Theoremfovrnd 5883 An operation's value belongs to its codomain. (Contributed by Mario Carneiro, 29-Dec-2016.)
 |-  ( ph  ->  F : ( R  X.  S ) --> C )   &    |-  ( ph  ->  A  e.  R )   &    |-  ( ph  ->  B  e.  S )   =>    |-  ( ph  ->  ( A F B )  e.  C )
 
Theoremfnrnov 5884* The range of an operation expressed as a collection of the operation's values. (Contributed by NM, 29-Oct-2006.)
 |-  ( F  Fn  ( A  X.  B )  ->  ran  F  =  { z  |  E. x  e.  A  E. y  e.  B  z  =  ( x F y ) }
 )
 
Theoremfoov 5885* An onto mapping of an operation expressed in terms of operation values. (Contributed by NM, 29-Oct-2006.)
 |-  ( F : ( A  X.  B )
 -onto-> C  <->  ( F :
 ( A  X.  B )
 --> C  /\  A. z  e.  C  E. x  e.  A  E. y  e.  B  z  =  ( x F y ) ) )
 
Theoremfnovrn 5886 An operation's value belongs to its range. (Contributed by NM, 10-Feb-2007.)
 |-  ( ( F  Fn  ( A  X.  B ) 
 /\  C  e.  A  /\  D  e.  B ) 
 ->  ( C F D )  e.  ran  F )
 
Theoremovelrn 5887* A member of an operation's range is a value of the operation. (Contributed by NM, 7-Feb-2007.) (Revised by Mario Carneiro, 30-Jan-2014.)
 |-  ( F  Fn  ( A  X.  B )  ->  ( C  e.  ran  F  <->  E. x  e.  A  E. y  e.  B  C  =  ( x F y ) ) )
 
Theoremfunimassov 5888* Membership relation for the values of a function whose image is a subclass. (Contributed by Mario Carneiro, 23-Dec-2013.)
 |-  ( ( Fun  F  /\  ( A  X.  B )  C_  dom  F )  ->  ( ( F "
 ( A  X.  B ) )  C_  C  <->  A. x  e.  A  A. y  e.  B  ( x F y )  e.  C ) )
 
Theoremovelimab 5889* Operation value in an image. (Contributed by Mario Carneiro, 23-Dec-2013.) (Revised by Mario Carneiro, 29-Jan-2014.)
 |-  ( ( F  Fn  A  /\  ( B  X.  C )  C_  A ) 
 ->  ( D  e.  ( F " ( B  X.  C ) )  <->  E. x  e.  B  E. y  e.  C  D  =  ( x F y ) ) )
 
Theoremovconst2 5890 The value of a constant operation. (Contributed by NM, 5-Nov-2006.)
 |-  C  e.  _V   =>    |-  ( ( R  e.  A  /\  S  e.  B )  ->  ( R ( ( A  X.  B )  X.  { C } ) S )  =  C )
 
Theoremcaovclg 5891* Convert an operation closure law to class notation. (Contributed by Mario Carneiro, 26-May-2014.)
 |-  ( ( ph  /\  ( x  e.  C  /\  y  e.  D )
 )  ->  ( x F y )  e.  E )   =>    |-  ( ( ph  /\  ( A  e.  C  /\  B  e.  D )
 )  ->  ( A F B )  e.  E )
 
Theoremcaovcld 5892* Convert an operation closure law to class notation. (Contributed by Mario Carneiro, 30-Dec-2014.)
 |-  ( ( ph  /\  ( x  e.  C  /\  y  e.  D )
 )  ->  ( x F y )  e.  E )   &    |-  ( ph  ->  A  e.  C )   &    |-  ( ph  ->  B  e.  D )   =>    |-  ( ph  ->  ( A F B )  e.  E )
 
Theoremcaovcl 5893* Convert an operation closure law to class notation. (Contributed by NM, 4-Aug-1995.) (Revised by Mario Carneiro, 26-May-2014.)
 |-  ( ( x  e.  S  /\  y  e.  S )  ->  ( x F y )  e.  S )   =>    |-  ( ( A  e.  S  /\  B  e.  S )  ->  ( A F B )  e.  S )
 
Theoremcaovcomg 5894* Convert an operation commutative law to class notation. (Contributed by Mario Carneiro, 1-Jun-2013.)
 |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x F y )  =  ( y F x ) )   =>    |-  ( ( ph  /\  ( A  e.  S  /\  B  e.  S )
 )  ->  ( A F B )  =  ( B F A ) )
 
Theoremcaovcomd 5895* Convert an operation commutative law to class notation. (Contributed by Mario Carneiro, 30-Dec-2014.)
 |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S )
 )  ->  ( x F y )  =  ( y F x ) )   &    |-  ( ph  ->  A  e.  S )   &    |-  ( ph  ->  B  e.  S )   =>    |-  ( ph  ->  ( A F B )  =  ( B F A ) )
 
Theoremcaovcom 5896* Convert an operation commutative law to class notation. (Contributed by NM, 26-Aug-1995.) (Revised by Mario Carneiro, 1-Jun-2013.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  ( x F y )  =  ( y F x )   =>    |-  ( A F B )  =  ( B F A )
 
Theoremcaovassg 5897* Convert an operation associative law to class notation. (Contributed by Mario Carneiro, 1-Jun-2013.) (Revised by Mario Carneiro, 26-May-2014.)
 |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S  /\  z  e.  S )
 )  ->  ( ( x F y ) F z )  =  ( x F ( y F z ) ) )   =>    |-  ( ( ph  /\  ( A  e.  S  /\  B  e.  S  /\  C  e.  S )
 )  ->  ( ( A F B ) F C )  =  ( A F ( B F C ) ) )
 
Theoremcaovassd 5898* Convert an operation associative law to class notation. (Contributed by Mario Carneiro, 30-Dec-2014.)
 |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S  /\  z  e.  S )
 )  ->  ( ( x F y ) F z )  =  ( x F ( y F z ) ) )   &    |-  ( ph  ->  A  e.  S )   &    |-  ( ph  ->  B  e.  S )   &    |-  ( ph  ->  C  e.  S )   =>    |-  ( ph  ->  (
 ( A F B ) F C )  =  ( A F ( B F C ) ) )
 
Theoremcaovass 5899* Convert an operation associative law to class notation. (Contributed by NM, 26-Aug-1995.) (Revised by Mario Carneiro, 26-May-2014.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  C  e.  _V   &    |-  (
 ( x F y ) F z )  =  ( x F ( y F z ) )   =>    |-  ( ( A F B ) F C )  =  ( A F ( B F C ) )
 
Theoremcaovcang 5900* Convert an operation cancellation law to class notation. (Contributed by NM, 20-Aug-1995.) (Revised by Mario Carneiro, 30-Dec-2014.)
 |-  ( ( ph  /\  ( x  e.  T  /\  y  e.  S  /\  z  e.  S )
 )  ->  ( ( x F y )  =  ( x F z )  <->  y  =  z
 ) )   =>    |-  ( ( ph  /\  ( A  e.  T  /\  B  e.  S  /\  C  e.  S )
 )  ->  ( ( A F B )  =  ( A F C ) 
 <->  B  =  C ) )
    < 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-13177
  Copyright terms: Public domain < Previous  Next >