HomeHome Intuitionistic Logic Explorer
Theorem List (p. 65 of 170)
< 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 - 6401-6500   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremopabex2 6401* Condition for an operation to be a set. (Contributed by Thierry Arnoux, 25-Jun-2019.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  (
 ( ph  /\  ps )  ->  x  e.  A )   &    |-  ( ( ph  /\  ps )  ->  y  e.  B )   =>    |-  ( ph  ->  { <. x ,  y >.  |  ps }  e.  _V )
 
Theoremopabn1stprc 6402* An ordered-pair class abstraction which does not depend on the first abstraction variable is a proper class. There must be, however, at least one set which satisfies the restricting wff. (Contributed by AV, 27-Dec-2020.)
 |-  ( E. y ph  ->  { <. x ,  y >.  |  ph }  e/  _V )
 
Theoremdfxp3 6403* Define the cross product of three classes. Compare df-xp 4760. (Contributed by FL, 6-Nov-2013.) (Proof shortened by Mario Carneiro, 3-Nov-2015.)
 |-  ( ( A  X.  B )  X.  C )  =  { <. <. x ,  y >. ,  z >.  |  ( x  e.  A  /\  y  e.  B  /\  z  e.  C ) }
 
Theoremelopabi 6404* A consequence of membership in an ordered-pair class abstraction, using ordered pair extractors. (Contributed by NM, 29-Aug-2006.)
 |-  ( x  =  ( 1st `  A )  ->  ( ph  <->  ps ) )   &    |-  (
 y  =  ( 2nd `  A )  ->  ( ps 
 <->  ch ) )   =>    |-  ( A  e.  {
 <. x ,  y >.  | 
 ph }  ->  ch )
 
Theoremeloprabi 6405* A consequence of membership in an operation class abstraction, using ordered pair extractors. (Contributed by NM, 6-Nov-2006.) (Revised by David Abernethy, 19-Jun-2012.)
 |-  ( x  =  ( 1st `  ( 1st `  A ) )  ->  ( ph  <->  ps ) )   &    |-  (
 y  =  ( 2nd `  ( 1st `  A ) )  ->  ( ps  <->  ch ) )   &    |-  ( z  =  ( 2nd `  A )  ->  ( ch  <->  th ) )   =>    |-  ( A  e.  {
 <. <. x ,  y >. ,  z >.  |  ph } 
 ->  th )
 
Theoremmpomptsx 6406* Express a two-argument function as a one-argument function, or vice-versa. (Contributed by Mario Carneiro, 24-Dec-2016.)
 |-  ( x  e.  A ,  y  e.  B  |->  C )  =  (
 z  e.  U_ x  e.  A  ( { x }  X.  B )  |->  [_ ( 1st `  z )  /  x ]_ [_ ( 2nd `  z )  /  y ]_ C )
 
Theoremmpompts 6407* Express a two-argument function as a one-argument function, or vice-versa. (Contributed by Mario Carneiro, 24-Sep-2015.)
 |-  ( x  e.  A ,  y  e.  B  |->  C )  =  (
 z  e.  ( A  X.  B )  |->  [_ ( 1st `  z )  /  x ]_ [_ ( 2nd `  z )  /  y ]_ C )
 
Theoremdmmpossx 6408* The domain of a mapping is a subset of its base class. (Contributed by Mario Carneiro, 9-Feb-2015.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  dom  F  C_  U_ x  e.  A  ( { x }  X.  B )
 
Theoremfmpox 6409* Functionality, domain and codomain of a class given by the maps-to notation, where  B ( x ) is not constant but depends on  x. (Contributed by NM, 29-Dec-2014.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( A. x  e.  A  A. y  e.  B  C  e.  D  <->  F : U_ x  e.  A  ( { x }  X.  B ) --> D )
 
Theoremfmpo 6410* Functionality, domain and range of a class given by the maps-to notation. (Contributed by FL, 17-May-2010.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( A. x  e.  A  A. y  e.  B  C  e.  D  <->  F : ( A  X.  B ) --> D )
 
Theoremfnmpo 6411* Functionality and domain of a class given by the maps-to notation. (Contributed by FL, 17-May-2010.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( A. x  e.  A  A. y  e.  B  C  e.  V  ->  F  Fn  ( A  X.  B ) )
 
Theoremfnmpoi 6412* Functionality and domain of a class given by the maps-to notation. (Contributed by FL, 17-May-2010.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   &    |-  C  e.  _V   =>    |-  F  Fn  ( A  X.  B )
 
Theoremdmmpo 6413* Domain of a class given by the maps-to notation. (Contributed by FL, 17-May-2010.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   &    |-  C  e.  _V   =>    |- 
 dom  F  =  ( A  X.  B )
 
Theoremmpofvex 6414* Sufficient condition for an operation maps-to notation to be set-like. (Contributed by Mario Carneiro, 3-Jul-2019.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( ( A. x A. y  C  e.  V  /\  R  e.  W  /\  S  e.  X ) 
 ->  ( R F S )  e.  _V )
 
Theoremmpofvexi 6415* Sufficient condition for an operation maps-to notation to be set-like. (Contributed by Mario Carneiro, 3-Jul-2019.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   &    |-  C  e.  _V   &    |-  R  e.  _V   &    |-  S  e.  _V   =>    |-  ( R F S )  e.  _V
 
Theoremovmpoelrn 6416* An operation's value belongs to its range. (Contributed by AV, 27-Jan-2020.)
 |-  O  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( ( A. x  e.  A  A. y  e.  B  C  e.  M  /\  X  e.  A  /\  Y  e.  B )  ->  ( X O Y )  e.  M )
 
Theoremdmmpoga 6417* Domain of an operation given by the maps-to notation, closed form of dmmpo 6413. (Contributed by Alexander van der Vekens, 10-Feb-2019.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( A. x  e.  A  A. y  e.  B  C  e.  V  ->  dom  F  =  ( A  X.  B ) )
 
Theoremdmmpog 6418* Domain of an operation given by the maps-to notation, closed form of dmmpo 6413. Caution: This theorem is only valid in the very special case where the value of the mapping is a constant! (Contributed by Alexander van der Vekens, 1-Jun-2017.) (Proof shortened by AV, 10-Feb-2019.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( C  e.  V  ->  dom  F  =  ( A  X.  B ) )
 
Theoremmpoexxg 6419* Existence of an operation class abstraction (version for dependent domains). (Contributed by Mario Carneiro, 30-Dec-2016.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( ( A  e.  R  /\  A. x  e.  A  B  e.  S )  ->  F  e.  _V )
 
Theoremmpoexg 6420* Existence of an operation class abstraction (special case). (Contributed by FL, 17-May-2010.) (Revised by Mario Carneiro, 1-Sep-2015.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( ( A  e.  R  /\  B  e.  S )  ->  F  e.  _V )
 
Theoremmpoexga 6421* If the domain of an operation given by maps-to notation is a set, the operation is a set. (Contributed by NM, 12-Sep-2011.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( x  e.  A ,  y  e.  B  |->  C )  e. 
 _V )
 
Theoremmpoexw 6422* Weak version of mpoex 6423 that holds without ax-coll 4230. If the domain and codomain of an operation given by maps-to notation are sets, the operation is a set. (Contributed by Rohan Ridenour, 14-Aug-2023.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  D  e.  _V   &    |-  A. x  e.  A  A. y  e.  B  C  e.  D   =>    |-  ( x  e.  A ,  y  e.  B  |->  C )  e.  _V
 
Theoremmpoex 6423* If the domain of an operation given by maps-to notation is a set, the operation is a set. (Contributed by Mario Carneiro, 20-Dec-2013.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |-  ( x  e.  A ,  y  e.  B  |->  C )  e.  _V
 
Theoremfnmpoovd 6424* A function with a Cartesian product as domain is a mapping with two arguments defined by its operation values. (Contributed by AV, 20-Feb-2019.) (Revised by AV, 3-Jul-2022.)
 |-  ( ph  ->  M  Fn  ( A  X.  B ) )   &    |-  ( ( i  =  a  /\  j  =  b )  ->  D  =  C )   &    |-  ( ( ph  /\  i  e.  A  /\  j  e.  B )  ->  D  e.  U )   &    |-  ( ( ph  /\  a  e.  A  /\  b  e.  B )  ->  C  e.  V )   =>    |-  ( ph  ->  ( M  =  ( a  e.  A ,  b  e.  B  |->  C )  <->  A. i  e.  A  A. j  e.  B  ( i M j )  =  D ) )
 
Theoremfmpoco 6425* Composition of two functions. Variation of fmptco 5848 when the second function has two arguments. (Contributed by Mario Carneiro, 8-Feb-2015.)
 |-  ( ( ph  /\  ( x  e.  A  /\  y  e.  B )
 )  ->  R  e.  C )   &    |-  ( ph  ->  F  =  ( x  e.  A ,  y  e.  B  |->  R ) )   &    |-  ( ph  ->  G  =  ( z  e.  C  |->  S ) )   &    |-  (
 z  =  R  ->  S  =  T )   =>    |-  ( ph  ->  ( G  o.  F )  =  ( x  e.  A ,  y  e.  B  |->  T ) )
 
Theoremoprabco 6426* Composition of a function with an operator abstraction. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 26-Sep-2015.)
 |-  ( ( x  e.  A  /\  y  e.  B )  ->  C  e.  D )   &    |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   &    |-  G  =  ( x  e.  A ,  y  e.  B  |->  ( H `  C ) )   =>    |-  ( H  Fn  D  ->  G  =  ( H  o.  F ) )
 
Theoremoprab2co 6427* Composition of operator abstractions. (Contributed by Jeff Madsen, 2-Sep-2009.) (Revised by David Abernethy, 23-Apr-2013.)
 |-  ( ( x  e.  A  /\  y  e.  B )  ->  C  e.  R )   &    |-  ( ( x  e.  A  /\  y  e.  B )  ->  D  e.  S )   &    |-  F  =  ( x  e.  A ,  y  e.  B  |->  <. C ,  D >. )   &    |-  G  =  ( x  e.  A ,  y  e.  B  |->  ( C M D ) )   =>    |-  ( M  Fn  ( R  X.  S )  ->  G  =  ( M  o.  F ) )
 
Theoremdf1st2 6428* An alternate possible definition of the  1st function. (Contributed by NM, 14-Oct-2004.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |- 
 { <. <. x ,  y >. ,  z >.  |  z  =  x }  =  ( 1st  |`  ( _V  X.  _V ) )
 
Theoremdf2nd2 6429* An alternate possible definition of the  2nd function. (Contributed by NM, 10-Aug-2006.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |- 
 { <. <. x ,  y >. ,  z >.  |  z  =  y }  =  ( 2nd  |`  ( _V  X.  _V ) )
 
Theorem1stconst 6430 The mapping of a restriction of the  1st function to a constant function. (Contributed by NM, 14-Dec-2008.)
 |-  ( B  e.  V  ->  ( 1st  |`  ( A  X.  { B }
 ) ) : ( A  X.  { B } ) -1-1-onto-> A )
 
Theorem2ndconst 6431 The mapping of a restriction of the  2nd function to a converse constant function. (Contributed by NM, 27-Mar-2008.)
 |-  ( A  e.  V  ->  ( 2nd  |`  ( { A }  X.  B ) ) : ( { A }  X.  B ) -1-1-onto-> B )
 
Theoremdfmpo 6432* Alternate definition for the maps-to notation df-mpo 6063 (although it requires that  C be a set). (Contributed by NM, 19-Dec-2008.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |-  C  e.  _V   =>    |-  ( x  e.  A ,  y  e.  B  |->  C )  = 
 U_ x  e.  A  U_ y  e.  B  { <.
 <. x ,  y >. ,  C >. }
 
Theoremcnvf1olem 6433 Lemma for cnvf1o 6434. (Contributed by Mario Carneiro, 27-Apr-2014.)
 |-  ( ( Rel  A  /\  ( B  e.  A  /\  C  =  U. `' { B } ) ) 
 ->  ( C  e.  `' A  /\  B  =  U. `' { C } )
 )
 
Theoremcnvf1o 6434* Describe a function that maps the elements of a set to its converse bijectively. (Contributed by Mario Carneiro, 27-Apr-2014.)
 |-  ( Rel  A  ->  ( x  e.  A  |->  U. `' { x } ) : A -1-1-onto-> `' A )
 
Theoremf2ndf 6435 The  2nd (second component of an ordered pair) function restricted to a function  F is a function from  F into the codomain of  F. (Contributed by Alexander van der Vekens, 4-Feb-2018.)
 |-  ( F : A --> B  ->  ( 2nd  |`  F ) : F --> B )
 
Theoremfo2ndf 6436 The  2nd (second component of an ordered pair) function restricted to a function  F is a function from  F onto the range of  F. (Contributed by Alexander van der Vekens, 4-Feb-2018.)
 |-  ( F : A --> B  ->  ( 2nd  |`  F ) : F -onto-> ran  F )
 
Theoremf1o2ndf1 6437 The  2nd (second component of an ordered pair) function restricted to a one-to-one function  F is a one-to-one function from  F onto the range of  F. (Contributed by Alexander van der Vekens, 4-Feb-2018.)
 |-  ( F : A -1-1-> B 
 ->  ( 2nd  |`  F ) : F -1-1-onto-> ran  F )
 
Theoremalgrflem 6438 Lemma for algrf and related theorems. (Contributed by Mario Carneiro, 28-May-2014.) (Revised by Mario Carneiro, 30-Apr-2015.)
 |-  B  e.  _V   &    |-  C  e.  _V   =>    |-  ( B ( F  o.  1st ) C )  =  ( F `
  B )
 
Theoremalgrflemg 6439 Lemma for algrf 12767 and related theorems. (Contributed by Mario Carneiro, 28-May-2014.) (Revised by Jim Kingdon, 22-Jul-2021.)
 |-  ( ( B  e.  V  /\  C  e.  W )  ->  ( B ( F  o.  1st ) C )  =  ( F `  B ) )
 
Theoremxporderlem 6440* Lemma for lexicographical ordering theorems. (Contributed by Scott Fenton, 16-Mar-2011.)
 |-  T  =  { <. x ,  y >.  |  ( ( x  e.  ( A  X.  B )  /\  y  e.  ( A  X.  B ) )  /\  ( ( 1st `  x ) R ( 1st `  y
 )  \/  ( ( 1st `  x )  =  ( 1st `  y
 )  /\  ( 2nd `  x ) S ( 2nd `  y )
 ) ) ) }   =>    |-  ( <. a ,  b >. T
 <. c ,  d >.  <->  (
 ( ( a  e.  A  /\  c  e.  A )  /\  (
 b  e.  B  /\  d  e.  B )
 )  /\  ( a R c  \/  (
 a  =  c  /\  b S d ) ) ) )
 
Theorempoxp 6441* A lexicographical ordering of two posets. (Contributed by Scott Fenton, 16-Mar-2011.) (Revised by Mario Carneiro, 7-Mar-2013.)
 |-  T  =  { <. x ,  y >.  |  ( ( x  e.  ( A  X.  B )  /\  y  e.  ( A  X.  B ) )  /\  ( ( 1st `  x ) R ( 1st `  y
 )  \/  ( ( 1st `  x )  =  ( 1st `  y
 )  /\  ( 2nd `  x ) S ( 2nd `  y )
 ) ) ) }   =>    |-  (
 ( R  Po  A  /\  S  Po  B ) 
 ->  T  Po  ( A  X.  B ) )
 
Theoremspc2ed 6442* Existential specialization with 2 quantifiers, using implicit substitution. (Contributed by Thierry Arnoux, 23-Aug-2017.)
 |- 
 F/ x ch   &    |-  F/ y ch   &    |-  ( ( ph  /\  ( x  =  A  /\  y  =  B ) )  ->  ( ps  <->  ch ) )   =>    |-  ( ( ph  /\  ( A  e.  V  /\  B  e.  W )
 )  ->  ( ch  ->  E. x E. y ps ) )
 
Theoremcnvoprab 6443* The converse of a class abstraction of nested ordered pairs. (Contributed by Thierry Arnoux, 17-Aug-2017.)
 |- 
 F/ x ps   &    |-  F/ y ps   &    |-  ( a  = 
 <. x ,  y >.  ->  ( ps  <->  ph ) )   &    |-  ( ps  ->  a  e.  ( _V  X.  _V ) )   =>    |-  `' { <. <. x ,  y >. ,  z >.  |  ph }  =  { <. z ,  a >.  |  ps }
 
Theoremf1od2 6444* Describe an implicit one-to-one onto function of two variables. (Contributed by Thierry Arnoux, 17-Aug-2017.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   &    |-  (
 ( ph  /\  ( x  e.  A  /\  y  e.  B ) )  ->  C  e.  W )   &    |-  (
 ( ph  /\  z  e.  D )  ->  ( I  e.  X  /\  J  e.  Y )
 )   &    |-  ( ph  ->  (
 ( ( x  e.  A  /\  y  e.  B )  /\  z  =  C )  <->  ( z  e.  D  /\  ( x  =  I  /\  y  =  J ) ) ) )   =>    |-  ( ph  ->  F : ( A  X.  B ) -1-1-onto-> D )
 
Theoremdisjxp1 6445* The sets of a cartesian product are disjoint if the sets in the first argument are disjoint. (Contributed by Glauco Siliprandi, 11-Oct-2020.)
 |-  ( ph  -> Disj  x  e.  A  B )   =>    |-  ( ph  -> Disj  x  e.  A  ( B  X.  C ) )
 
Theoremdisjsnxp 6446* The sets in the cartesian product of singletons with other sets, are disjoint. (Contributed by Glauco Siliprandi, 11-Oct-2020.)
 |- Disj  j  e.  A  ( {
 j }  X.  B )
 
Theoremelmpom 6447* If a maps-to operation is inhabited, the first class it is defined with is inhabited. (Contributed by Jim Kingdon, 4-Mar-2026.)
 |-  F  =  ( x  e.  A ,  y  e.  B  |->  C )   =>    |-  ( D  e.  F  ->  E. z  z  e.  A )
 
2.6.16  The support of functions

In this section, the support of functions is defined and corresponding theorems are provided. Since basic properties (see suppval 6450) are based on the Axiom of Union (usage of dmexg 5026), these definition and theorems cannot be provided earlier. Until April 2019, the support of a function was represented by the expression  ( `' R "
( _V  \  { Z } ) ) (see suppimacnvfn 6459). The theorems which are based on this representation and which are provided in previous sections could be moved into this section to have all related theorems in one section, although they do not depend on the Axiom of Union. This was possible because they are not used before. The current theorems differ from the original ones by requiring that the classes representing the "function" (or its "domain") and the "zero element" are sets. Actually, this does not cause any problem (until now).

 
Syntaxcsupp 6448 Extend class definition to include the support of functions.
 class supp
 
Definitiondf-supp 6449* Define the support of a function against a "zero" value. The support of a function is the subset of its domain which is mapped to a value which is not equal to a designed value called the zero value. Note that this definition uses not equal rather than being in terms of an apartness relation (df-ap 8873 or any other apartness relation), and thus is sometimes called "support" rather than "strong support". It is therefore probably most useful when the function has a codomain which has decidable equality and contains the zero value. (Contributed by AV, 31-Mar-2019.) (Revised by AV, 6-Apr-2019.)
 |- supp  =  ( x  e.  _V ,  z  e.  _V  |->  { i  e.  dom  x  |  ( x " {
 i } )  =/=  { z } }
 )
 
Theoremsuppval 6450* The value of the operation constructing the support of a function. (Contributed by AV, 31-Mar-2019.) (Revised by AV, 6-Apr-2019.)
 |-  ( ( X  e.  V  /\  Z  e.  W )  ->  ( X supp  Z )  =  { i  e.  dom  X  |  ( X " { i } )  =/=  { Z } } )
 
Theoremsupp0 6451 The support of the empty set is the empty set. (Contributed by AV, 12-Apr-2019.)
 |-  ( Z  e.  W  ->  ( (/) supp  Z )  =  (/) )
 
Theoremsuppval1 6452* The value of the operation constructing the support of a function. (Contributed by AV, 6-Apr-2019.)
 |-  ( ( Fun  X  /\  X  e.  V  /\  Z  e.  W )  ->  ( X supp  Z )  =  { i  e. 
 dom  X  |  ( X `  i )  =/= 
 Z } )
 
Theoremsuppvalfng 6453* The value of the operation constructing the support of a function with a given domain. This version of suppvalfn 6454 assumes  F is a set rather than its domain  X, avoiding ax-coll 4230. (Contributed by SN, 5-Aug-2024.)
 |-  ( ( F  Fn  X  /\  F  e.  V  /\  Z  e.  W ) 
 ->  ( F supp  Z )  =  { i  e.  X  |  ( F `
  i )  =/= 
 Z } )
 
Theoremsuppvalfn 6454* The value of the operation constructing the support of a function with a given domain. (Contributed by Stefan O'Rear, 1-Feb-2015.) (Revised by AV, 22-Apr-2019.)
 |-  ( ( F  Fn  X  /\  X  e.  V  /\  Z  e.  W ) 
 ->  ( F supp  Z )  =  { i  e.  X  |  ( F `
  i )  =/= 
 Z } )
 
Theoremelsuppfng 6455 An element of the support of a function with a given domain. This version of elsuppfn 6456 assumes  F is a set rather than its domain  X, avoiding ax-coll 4230. (Contributed by SN, 5-Aug-2024.)
 |-  ( ( F  Fn  X  /\  F  e.  V  /\  Z  e.  W ) 
 ->  ( S  e.  ( F supp  Z )  <->  ( S  e.  X  /\  ( F `  S )  =/=  Z ) ) )
 
Theoremelsuppfn 6456 An element of the support of a function with a given domain. (Contributed by AV, 27-May-2019.)
 |-  ( ( F  Fn  X  /\  X  e.  V  /\  Z  e.  W ) 
 ->  ( S  e.  ( F supp  Z )  <->  ( S  e.  X  /\  ( F `  S )  =/=  Z ) ) )
 
Theoremfvdifsuppst 6457* Function value is zero outside of its support. (Contributed by Thierry Arnoux, 21-Jan-2024.)
 |-  ( ph  ->  F : A --> B )   &    |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  A. x  e.  B  A. y  e.  B STAB  x  =  y )   &    |-  ( ph  ->  Z  e.  B )   &    |-  ( ph  ->  X  e.  ( A  \  ( F supp  Z ) ) )   =>    |-  ( ph  ->  ( F `  X )  =  Z )
 
Theoremcnvimadfsn 6458* The support of functions "defined" by inverse images expressed by binary relations. (Contributed by AV, 7-Apr-2019.)
 |-  ( `' R "
 ( _V  \  { Z } ) )  =  { x  |  E. y ( x R y  /\  y  =/= 
 Z ) }
 
Theoremsuppimacnvfn 6459 Support sets of functions expressed by inverse images. (Contributed by AV, 31-Mar-2019.) (Revised by AV, 7-Apr-2019.)
 |-  ( ( F  Fn  X  /\  F  e.  V  /\  Z  e.  W ) 
 ->  ( F supp  Z )  =  ( `' F " ( _V  \  { Z } ) ) )
 
Theoremfsuppeq 6460 Two ways of writing the support of a function with known codomain. (Contributed by Stefan O'Rear, 9-Jul-2015.) (Revised by AV, 7-Jul-2019.)
 |-  ( ( I  e.  V  /\  Z  e.  W )  ->  ( F : I --> S  ->  ( F supp  Z )  =  ( `' F "
 ( S  \  { Z } ) ) ) )
 
Theoremfsuppeqg 6461 Version of fsuppeq 6460 avoiding ax-coll 4230 by assuming  F is a set rather than its domain  I. (Contributed by SN, 30-Jul-2024.)
 |-  ( ( F  e.  V  /\  Z  e.  W )  ->  ( F : I
 --> S  ->  ( F supp  Z )  =  ( `' F " ( S 
 \  { Z }
 ) ) ) )
 
Theoremsuppssdmg 6462 The support of a function is a subset of the function's domain. (Contributed by AV, 30-May-2019.)
 |-  ( ( F  e.  V  /\  Z  e.  W )  ->  ( F supp  Z )  C_  dom  F )
 
Theoremsuppsnopdc 6463 The support of a singleton of an ordered pair. (Contributed by AV, 12-Apr-2019.)
 |-  F  =  { <. X ,  Y >. }   &    |-  ( ph  ->  X  e.  V )   &    |-  ( ph  ->  Y  e.  W )   &    |-  ( ph  ->  Z  e.  U )   &    |-  ( ph  -> DECID  Y  =  Z )   =>    |-  ( ph  ->  ( F supp  Z )  =  if ( Y  =  Z ,  (/)
 ,  { X }
 ) )
 
Theoremfvn0elsupp 6464 If the function value for a given argument is not empty, the argument belongs to the support of the function with the empty set as zero. (Contributed by AV, 2-Jul-2019.) (Revised by AV, 4-Apr-2020.)
 |-  ( ( ( B  e.  V  /\  X  e.  B )  /\  ( G  Fn  B  /\  ( G `  X )  =/=  (/) ) )  ->  X  e.  ( G supp  (/) ) )
 
Theoremfvn0elsuppb 6465 The function value for a given argument is not empty iff the argument belongs to the support of the function with the empty set as zero. (Contributed by AV, 4-Apr-2020.)
 |-  ( ( B  e.  V  /\  X  e.  B  /\  G  Fn  B ) 
 ->  ( ( G `  X )  =/=  (/)  <->  X  e.  ( G supp 
 (/) ) ) )
 
Theoremrexsupp 6466* Existential quantification restricted to a support. (Contributed by Stefan O'Rear, 23-Mar-2015.) (Revised by AV, 27-May-2019.)
 |-  ( ( F  Fn  X  /\  X  e.  V  /\  Z  e.  W ) 
 ->  ( E. x  e.  ( F supp  Z )
 ph 
 <-> 
 E. x  e.  X  ( ( F `  x )  =/=  Z  /\  ph ) ) )
 
Theoremressuppss 6467 The support of the restriction of a function is a subset of the support of the function itself. (Contributed by AV, 22-Apr-2019.)
 |-  ( ( F  e.  V  /\  Z  e.  W )  ->  ( ( F  |`  B ) supp  Z ) 
 C_  ( F supp  Z ) )
 
Theoremmptsuppdifd 6468* The support of a function in maps-to notation with a class difference. (Contributed by AV, 28-May-2019.)
 |-  F  =  ( x  e.  A  |->  B )   &    |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  Z  e.  W )   =>    |-  ( ph  ->  ( F supp  Z )  =  { x  e.  A  |  B  e.  ( _V  \  { Z }
 ) } )
 
Theoremmptsuppd 6469* The support of a function in maps-to notation. (Contributed by AV, 10-Apr-2019.) (Revised by AV, 28-May-2019.)
 |-  F  =  ( x  e.  A  |->  B )   &    |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  Z  e.  W )   &    |-  (
 ( ph  /\  x  e.  A )  ->  B  e.  U )   =>    |-  ( ph  ->  ( F supp  Z )  =  { x  e.  A  |  B  =/=  Z } )
 
Theoremsuppfnss 6470* The support of a function which has the same zero values (in its domain) as another function is a subset of the support of this other function. (Contributed by AV, 30-Apr-2019.) (Proof shortened by AV, 6-Jun-2022.)
 |-  ( ( ( F  Fn  A  /\  G  Fn  B )  /\  ( A  C_  B  /\  B  e.  V  /\  Z  e.  W ) )  ->  ( A. x  e.  A  ( ( G `  x )  =  Z  ->  ( F `  x )  =  Z )  ->  ( F supp  Z ) 
 C_  ( G supp  Z ) ) )
 
Theoremfunsssuppss 6471 The support of a function which is a subset of another function is a subset of the support of this other function. (Contributed by AV, 27-Jul-2019.)
 |-  ( ( Fun  G  /\  F  C_  G  /\  G  e.  V )  ->  ( F supp  Z ) 
 C_  ( G supp  Z ) )
 
Theoremfczsupp0 6472 The support of a constant function with value zero is empty. (Contributed by AV, 30-Jun-2019.)
 |-  ( ( B  X.  { Z } ) supp  Z )  =  (/)
 
Theoremsuppssdc 6473* Show that the support of a function is contained in a set. (Contributed by Mario Carneiro, 19-Dec-2014.) (Revised by AV, 28-May-2019.) (Proof shortened by SN, 5-Aug-2024.)
 |-  ( ph  ->  F : A --> B )   &    |-  (
 ( ph  /\  k  e.  ( A  \  W ) )  ->  ( F `
  k )  =  Z )   &    |-  ( ph  ->  A. x  e.  A DECID  x  e.  W )   =>    |-  ( ph  ->  ( F supp  Z )  C_  W )
 
Theoremsuppssrst 6474* A function is zero outside its support. (Contributed by Mario Carneiro, 19-Dec-2014.) (Revised by AV, 28-May-2019.)
 |-  ( ph  ->  F : A --> B )   &    |-  ( ph  ->  ( F supp  Z )  C_  W )   &    |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  Z  e.  B )   &    |-  ( ph  ->  A. u  e.  B  A. v  e.  B STAB  u  =  v )   =>    |-  ( ( ph  /\  X  e.  ( A  \  W ) )  ->  ( F `
  X )  =  Z )
 
Theoremsuppssrgst 6475* A function is zero outside its support. Version of suppssrst 6474 avoiding ax-coll 4230 by assuming  F is a set rather than its domain  A. (Contributed by SN, 5-May-2024.)
 |-  ( ph  ->  F : A --> B )   &    |-  ( ph  ->  ( F supp  Z )  C_  W )   &    |-  ( ph  ->  F  e.  V )   &    |-  ( ph  ->  Z  e.  B )   &    |-  ( ph  ->  A. u  e.  B  A. v  e.  B STAB  u  =  v )   =>    |-  ( ( ph  /\  X  e.  ( A  \  W ) )  ->  ( F `
  X )  =  Z )
 
Theoremsuppssfvg 6476* Formula building theorem for support restriction, on a function which preserves zero. (Contributed by Stefan O'Rear, 9-Mar-2015.) (Revised by AV, 28-May-2019.)
 |-  ( ph  ->  (
 ( x  e.  D  |->  A ) supp  Y )  C_  L )   &    |-  ( ph  ->  ( F `  Y )  =  Z )   &    |-  (
 ( ph  /\  x  e.  D )  ->  A  e.  V )   &    |-  ( ph  ->  Y  e.  U )   &    |-  ( ph  ->  D  e.  W )   =>    |-  ( ph  ->  (
 ( x  e.  D  |->  ( F `  A ) ) supp  Z )  C_  L )
 
Theoremsuppofss1dcl 6477* Condition for the support of a function operation to be a subset of the support of the left function term. (Contributed by Thierry Arnoux, 21-Jun-2019.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  Z  e.  B )   &    |-  ( ph  ->  F : A --> B )   &    |-  ( ph  ->  G : A --> B )   &    |-  ( ( ph  /\  ( u  e.  B  /\  v  e.  B )
 )  ->  ( u X v )  e.  B )   &    |-  ( ( ph  /\  x  e.  B ) 
 ->  ( Z X x )  =  Z )   =>    |-  ( ph  ->  ( ( F  oF X G ) supp  Z )  C_  ( F supp  Z ) )
 
Theoremsuppofss2dcl 6478* Condition for the support of a function operation to be a subset of the support of the right function term. (Contributed by Thierry Arnoux, 21-Jun-2019.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  Z  e.  B )   &    |-  ( ph  ->  F : A --> B )   &    |-  ( ph  ->  G : A --> B )   &    |-  ( ( ph  /\  ( u  e.  B  /\  v  e.  B )
 )  ->  ( u X v )  e.  B )   &    |-  ( ( ph  /\  x  e.  B ) 
 ->  ( x X Z )  =  Z )   =>    |-  ( ph  ->  ( ( F  oF X G ) supp  Z )  C_  ( G supp  Z ) )
 
Theoremsuppcofn 6479 The support of the composition of two functions is the inverse image by the inner function of the support of the outer function. (Contributed by AV, 30-May-2019.) (Revised by SN, 15-Sep-2023.)
 |-  ( ( ( F  e.  V  /\  G  e.  W )  /\  ( Fun  F  /\  Fun  G ) )  ->  ( ( F  o.  G ) supp 
 Z )  =  ( `' G " ( F supp 
 Z ) ) )
 
Theoremsupp0cosupp0fn 6480 The support of the composition of two functions is empty if the support of the outer function is empty. (Contributed by AV, 30-May-2019.)
 |-  ( ( ( F  e.  V  /\  G  e.  W )  /\  ( Fun  F  /\  Fun  G ) )  ->  ( ( F supp  Z )  =  (/)  ->  ( ( F  o.  G ) supp  Z )  =  (/) ) )
 
Theoremimacosuppfn 6481 The image of the support of the composition of two functions is the support of the outer function. (Contributed by AV, 30-May-2019.)
 |-  ( ( ( F  e.  V  /\  G  e.  W )  /\  ( Fun  F  /\  Fun  G ) )  ->  ( ( Fun  G  /\  ( F supp  Z )  C_  ran  G )  ->  ( G "
 ( ( F  o.  G ) supp  Z ) )  =  ( F supp  Z ) ) )
 
2.6.17  Special maps-to operations

The following theorems are about maps-to operations (see df-mpo 6063) where the domain of the second argument depends on the domain of the first argument, especially when the first argument is a pair and the base set of the second argument is the first component of the first argument, in short "x-maps-to operations". For labels, the abbreviations "mpox" are used (since "x" usually denotes the first argument). This is in line with the currently used conventions for such cases (see cbvmpox 6139, ovmpox 6190 and fmpox 6409). If the first argument is an ordered pair, as in the following, the abbreviation is extended to "mpoxop", and the maps-to operations are called "x-op maps-to operations" for short.

 
Theoremopeliunxp2f 6482* Membership in a union of Cartesian products, using bound-variable hypothesis for  E instead of distinct variable conditions as in opeliunxp2 4900. (Contributed by AV, 25-Oct-2020.)
 |-  F/_ x E   &    |-  ( x  =  C  ->  B  =  E )   =>    |-  ( <. C ,  D >.  e.  U_ x  e.  A  ( { x }  X.  B )  <->  ( C  e.  A  /\  D  e.  E ) )
 
Theoremmpoxopn0yelv 6483* If there is an element of the value of an operation given by a maps-to rule, where the first argument is a pair and the base set of the second argument is the first component of the first argument, then the second argument is an element of the first component of the first argument. (Contributed by Alexander van der Vekens, 10-Oct-2017.)
 |-  F  =  ( x  e.  _V ,  y  e.  ( 1st `  x )  |->  C )   =>    |-  ( ( V  e.  X  /\  W  e.  Y )  ->  ( N  e.  ( <. V ,  W >. F K )  ->  K  e.  V ) )
 
Theoremmpoxopoveq 6484* Value of an operation given by a maps-to rule, where the first argument is a pair and the base set of the second argument is the first component of the first argument. (Contributed by Alexander van der Vekens, 11-Oct-2017.)
 |-  F  =  ( x  e.  _V ,  y  e.  ( 1st `  x )  |->  { n  e.  ( 1st `  x )  | 
 ph } )   =>    |-  ( ( ( V  e.  X  /\  W  e.  Y )  /\  K  e.  V ) 
 ->  ( <. V ,  W >. F K )  =  { n  e.  V  |  [. <. V ,  W >.  /  x ]. [. K  /  y ]. ph } )
 
Theoremmpoxopovel 6485* Element of the value of an operation given by a maps-to rule, where the first argument is a pair and the base set of the second argument is the first component of the first argument. (Contributed by Alexander van der Vekens and Mario Carneiro, 10-Oct-2017.)
 |-  F  =  ( x  e.  _V ,  y  e.  ( 1st `  x )  |->  { n  e.  ( 1st `  x )  | 
 ph } )   =>    |-  ( ( V  e.  X  /\  W  e.  Y )  ->  ( N  e.  ( <. V ,  W >. F K ) 
 <->  ( K  e.  V  /\  N  e.  V  /\  [.
 <. V ,  W >.  /  x ]. [. K  /  y ]. [. N  /  n ]. ph )
 ) )
 
Theoremrbropapd 6486* Properties of a pair in an extended binary relation. (Contributed by Alexander van der Vekens, 30-Oct-2017.)
 |-  ( ph  ->  M  =  { <. f ,  p >.  |  ( f W p  /\  ps ) } )   &    |-  ( ( f  =  F  /\  p  =  P )  ->  ( ps 
 <->  ch ) )   =>    |-  ( ph  ->  ( ( F  e.  X  /\  P  e.  Y ) 
 ->  ( F M P  <->  ( F W P  /\  ch ) ) ) )
 
Theoremrbropap 6487* Properties of a pair in a restricted binary relation  M expressed as an ordered-pair class abstraction:  M is the binary relation  W restricted by the condition 
ps. (Contributed by AV, 31-Jan-2021.)
 |-  ( ph  ->  M  =  { <. f ,  p >.  |  ( f W p  /\  ps ) } )   &    |-  ( ( f  =  F  /\  p  =  P )  ->  ( ps 
 <->  ch ) )   =>    |-  ( ( ph  /\  F  e.  X  /\  P  e.  Y )  ->  ( F M P  <->  ( F W P  /\  ch ) ) )
 
2.6.18  Function transposition
 
Syntaxctpos 6488 The transposition of a function.
 class tpos  F
 
Definitiondf-tpos 6489* Define the transposition of a function, which is a function  G  = tpos  F satisfying  G ( x ,  y )  =  F ( y ,  x ). (Contributed by Mario Carneiro, 10-Sep-2015.)
 |- tpos  F  =  ( F  o.  ( x  e.  ( `' dom  F  u.  { (/)
 } )  |->  U. `' { x } ) )
 
Theoremtposss 6490 Subset theorem for transposition. (Contributed by Mario Carneiro, 10-Sep-2015.)
 |-  ( F  C_  G  -> tpos 
 F  C_ tpos  G )
 
Theoremtposeq 6491 Equality theorem for transposition. (Contributed by Mario Carneiro, 10-Sep-2015.)
 |-  ( F  =  G  -> tpos 
 F  = tpos  G )
 
Theoremtposeqd 6492 Equality theorem for transposition. (Contributed by Mario Carneiro, 7-Jan-2017.)
 |-  ( ph  ->  F  =  G )   =>    |-  ( ph  -> tpos  F  = tpos  G )
 
Theoremtposssxp 6493 The transposition is a subset of a cross product. (Contributed by Mario Carneiro, 12-Jan-2017.)
 |- tpos  F  C_  ( ( `'
 dom  F  u.  { (/) } )  X.  ran  F )
 
Theoremreltpos 6494 The transposition is a relation. (Contributed by Mario Carneiro, 10-Sep-2015.)
 |- 
 Rel tpos  F
 
Theorembrtpos2 6495 Value of the transposition at a pair  <. A ,  B >.. (Contributed by Mario Carneiro, 10-Sep-2015.)
 |-  ( B  e.  V  ->  ( Atpos  F B  <->  ( A  e.  ( `'
 dom  F  u.  { (/) } )  /\  U. `' { A } F B ) ) )
 
Theorembrtpos0 6496 The behavior of tpos when the left argument is the empty set (which is not an ordered pair but is the "default" value of an ordered pair when the arguments are proper classes). (Contributed by Mario Carneiro, 10-Sep-2015.)
 |-  ( A  e.  V  ->  ( (/)tpos  F A  <->  (/) F A ) )
 
Theoremreldmtpos 6497 Necessary and sufficient condition for  dom tpos  F to be a relation. (Contributed by Mario Carneiro, 10-Sep-2015.)
 |-  ( Rel  dom tpos  F  <->  -.  (/)  e.  dom  F )
 
Theorembrtposg 6498 The transposition swaps arguments of a three-parameter relation. (Contributed by Jim Kingdon, 31-Jan-2019.)
 |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X ) 
 ->  ( <. A ,  B >.tpos  F C  <->  <. B ,  A >. F C ) )
 
Theoremottposg 6499 The transposition swaps the first two elements in a collection of ordered triples. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X ) 
 ->  ( <. A ,  B ,  C >.  e. tpos  F  <->  <. B ,  A ,  C >.  e.  F ) )
 
Theoremdmtpos 6500 The domain of tpos  F when  dom  F is a relation. (Contributed by Mario Carneiro, 10-Sep-2015.)
 |-  ( Rel  dom  F  ->  dom tpos  F  =  `' dom  F )
    < Previous  Next >

Page List
Jump to page: Contents  1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-16996
  Copyright terms: Public domain < Previous  Next >