HomeHome Intuitionistic Logic Explorer
Theorem List (p. 21 of 136)
< 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 - 2001-2100   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremnf5-1 2001 One direction of nf5 . (Contributed by Wolf Lammen, 16-Sep-2021.)
 |-  ( A. x (
 ph  ->  A. x ph )  ->  F/ x ph )
 
Theoremnf5d 2002 Deduce that  x is not free in  ps in a context. (Contributed by Mario Carneiro, 24-Sep-2016.)
 |- 
 F/ x ph   &    |-  ( ph  ->  ( ps  ->  A. x ps ) )   =>    |-  ( ph  ->  F/ x ps )
 
1.4.6  Existential uniqueness
 
Syntaxweu 2003 Extend wff definition to include existential uniqueness ("there exists a unique  x such that  ph").
 wff  E! x ph
 
Syntaxwmo 2004 Extend wff definition to include uniqueness ("there exists at most one  x such that  ph").
 wff  E* x ph
 
Theoremeujust 2005* A soundness justification theorem for df-eu 2006, showing that the definition is equivalent to itself with its dummy variable renamed. Note that  y and  z needn't be distinct variables. (Contributed by NM, 11-Mar-2010.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |-  ( E. y A. x ( ph  <->  x  =  y
 ) 
 <-> 
 E. z A. x ( ph  <->  x  =  z
 ) )
 
Definitiondf-eu 2006* Define existential uniqueness, i.e. "there exists exactly one  x such that  ph." Definition 10.1 of [BellMachover] p. 97; also Definition *14.02 of [WhiteheadRussell] p. 175. Other possible definitions are given by eu1 2028, eu2 2047, eu3 2049, and eu5 2050 (which in some cases we show with a hypothesis  ph 
->  A. y ph in place of a distinct variable condition on 
y and  ph). Double uniqueness is tricky:  E! x E! y ph does not mean "exactly one  x and one  y " (see 2eu4 2096). (Contributed by NM, 5-Aug-1993.)
 |-  ( E! x ph  <->  E. y A. x ( ph  <->  x  =  y ) )
 
Definitiondf-mo 2007 Define "there exists at most one  x such that 
ph." Here we define it in terms of existential uniqueness. Notation of [BellMachover] p. 460, whose definition we show as mo3 2057. For another possible definition see mo4 2064. (Contributed by NM, 5-Aug-1993.)
 |-  ( E* x ph  <->  ( E. x ph  ->  E! x ph ) )
 
Theoremeuf 2008* A version of the existential uniqueness definition with a hypothesis instead of a distinct variable condition. (Contributed by NM, 12-Aug-1993.)
 |-  ( ph  ->  A. y ph )   =>    |-  ( E! x ph  <->  E. y A. x ( ph  <->  x  =  y ) )
 
Theoremeubidh 2009 Formula-building rule for unique existential quantifier (deduction form). (Contributed by NM, 9-Jul-1994.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ph  ->  ( ps  <->  ch ) )   =>    |-  ( ph  ->  ( E! x ps  <->  E! x ch )
 )
 
Theoremeubid 2010 Formula-building rule for unique existential quantifier (deduction form). (Contributed by NM, 9-Jul-1994.)
 |- 
 F/ x ph   &    |-  ( ph  ->  ( ps  <->  ch ) )   =>    |-  ( ph  ->  ( E! x ps  <->  E! x ch )
 )
 
Theoremeubidv 2011* Formula-building rule for unique existential quantifier (deduction form). (Contributed by NM, 9-Jul-1994.)
 |-  ( ph  ->  ( ps 
 <->  ch ) )   =>    |-  ( ph  ->  ( E! x ps  <->  E! x ch )
 )
 
Theoremeubii 2012 Introduce unique existential quantifier to both sides of an equivalence. (Contributed by NM, 9-Jul-1994.) (Revised by Mario Carneiro, 6-Oct-2016.)
 |-  ( ph  <->  ps )   =>    |-  ( E! x ph  <->  E! x ps )
 
Theoremhbeu1 2013 Bound-variable hypothesis builder for uniqueness. (Contributed by NM, 9-Jul-1994.)
 |-  ( E! x ph  ->  A. x E! x ph )
 
Theoremnfeu1 2014 Bound-variable hypothesis builder for uniqueness. (Contributed by NM, 9-Jul-1994.) (Revised by Mario Carneiro, 7-Oct-2016.)
 |- 
 F/ x E! x ph
 
Theoremnfmo1 2015 Bound-variable hypothesis builder for "at most one." (Contributed by NM, 8-Mar-1995.) (Revised by Mario Carneiro, 7-Oct-2016.)
 |- 
 F/ x E* x ph
 
Theoremsb8eu 2016 Variable substitution in unique existential quantifier. (Contributed by NM, 7-Aug-1994.) (Revised by Mario Carneiro, 7-Oct-2016.)
 |- 
 F/ y ph   =>    |-  ( E! x ph  <->  E! y [ y  /  x ] ph )
 
Theoremsb8mo 2017 Variable substitution for "at most one." (Contributed by Alexander van der Vekens, 17-Jun-2017.)
 |- 
 F/ y ph   =>    |-  ( E* x ph  <->  E* y [ y  /  x ] ph )
 
Theoremnfeudv 2018* Deduction version of nfeu 2022. Similar to nfeud 2019 but has the additional constraint that  x and  y must be distinct. (Contributed by Jim Kingdon, 25-May-2018.)
 |- 
 F/ y ph   &    |-  ( ph  ->  F/ x ps )   =>    |-  ( ph  ->  F/ x E! y ps )
 
Theoremnfeud 2019 Deduction version of nfeu 2022. (Contributed by NM, 15-Feb-2013.) (Revised by Mario Carneiro, 7-Oct-2016.) (Proof rewritten by Jim Kingdon, 25-May-2018.)
 |- 
 F/ y ph   &    |-  ( ph  ->  F/ x ps )   =>    |-  ( ph  ->  F/ x E! y ps )
 
Theoremnfmod 2020 Bound-variable hypothesis builder for "at most one." (Contributed by Mario Carneiro, 14-Nov-2016.)
 |- 
 F/ y ph   &    |-  ( ph  ->  F/ x ps )   =>    |-  ( ph  ->  F/ x E* y ps )
 
Theoremnfeuv 2021* Bound-variable hypothesis builder for existential uniqueness. This is similar to nfeu 2022 but has the additional constraint that  x and  y must be distinct. (Contributed by Jim Kingdon, 23-May-2018.)
 |- 
 F/ x ph   =>    |- 
 F/ x E! y ph
 
Theoremnfeu 2022 Bound-variable hypothesis builder for existential uniqueness. Note that  x and  y needn't be distinct. (Contributed by NM, 8-Mar-1995.) (Revised by Mario Carneiro, 7-Oct-2016.) (Proof rewritten by Jim Kingdon, 23-May-2018.)
 |- 
 F/ x ph   =>    |- 
 F/ x E! y ph
 
Theoremnfmo 2023 Bound-variable hypothesis builder for "at most one." (Contributed by NM, 9-Mar-1995.)
 |- 
 F/ x ph   =>    |- 
 F/ x E* y ph
 
Theoremhbeu 2024 Bound-variable hypothesis builder for uniqueness. Note that  x and  y needn't be distinct. (Contributed by NM, 8-Mar-1995.) (Proof rewritten by Jim Kingdon, 24-May-2018.)
 |-  ( ph  ->  A. x ph )   =>    |-  ( E! y ph  ->  A. x E! y ph )
 
Theoremhbeud 2025 Deduction version of hbeu 2024. (Contributed by NM, 15-Feb-2013.) (Proof rewritten by Jim Kingdon, 25-May-2018.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ph  ->  A. y ph )   &    |-  ( ph  ->  ( ps  ->  A. x ps ) )   =>    |-  ( ph  ->  ( E! y ps  ->  A. x E! y ps ) )
 
Theoremsb8euh 2026 Variable substitution in unique existential quantifier. (Contributed by NM, 7-Aug-1994.) (Revised by Andrew Salmon, 9-Jul-2011.)
 |-  ( ph  ->  A. y ph )   =>    |-  ( E! x ph  <->  E! y [ y  /  x ] ph )
 
Theoremcbveu 2027 Rule used to change bound variables, using implicit substitution. (Contributed by NM, 25-Nov-1994.) (Revised by Mario Carneiro, 7-Oct-2016.)
 |- 
 F/ y ph   &    |-  F/ x ps   &    |-  ( x  =  y  ->  (
 ph 
 <->  ps ) )   =>    |-  ( E! x ph  <->  E! y ps )
 
Theoremeu1 2028* An alternate way to express uniqueness used by some authors. Exercise 2(b) of [Margaris] p. 110. (Contributed by NM, 20-Aug-1993.)
 |-  ( ph  ->  A. y ph )   =>    |-  ( E! x ph  <->  E. x ( ph  /\  A. y ( [ y  /  x ] ph  ->  x  =  y ) ) )
 
Theoremeuor 2029 Introduce a disjunct into a unique existential quantifier. (Contributed by NM, 21-Oct-2005.)
 |-  ( ph  ->  A. x ph )   =>    |-  ( ( -.  ph  /\ 
 E! x ps )  ->  E! x ( ph  \/  ps ) )
 
Theoremeuorv 2030* Introduce a disjunct into a unique existential quantifier. (Contributed by NM, 23-Mar-1995.)
 |-  ( ( -.  ph  /\ 
 E! x ps )  ->  E! x ( ph  \/  ps ) )
 
Theoremmo2n 2031* There is at most one of something which does not exist. (Contributed by Jim Kingdon, 2-Jul-2018.)
 |- 
 F/ y ph   =>    |-  ( -.  E. x ph 
 ->  E. y A. x ( ph  ->  x  =  y ) )
 
Theoremmon 2032 There is at most one of something which does not exist. (Contributed by Jim Kingdon, 5-Jul-2018.)
 |-  ( -.  E. x ph 
 ->  E* x ph )
 
Theoremeuex 2033 Existential uniqueness implies existence. (Contributed by NM, 15-Sep-1993.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |-  ( E! x ph  ->  E. x ph )
 
Theoremeumo0 2034* Existential uniqueness implies "at most one." (Contributed by NM, 8-Jul-1994.)
 |-  ( ph  ->  A. y ph )   =>    |-  ( E! x ph  ->  E. y A. x ( ph  ->  x  =  y ) )
 
Theoremeumo 2035 Existential uniqueness implies "at most one." (Contributed by NM, 23-Mar-1995.) (Proof rewritten by Jim Kingdon, 27-May-2018.)
 |-  ( E! x ph  ->  E* x ph )
 
Theoremeumoi 2036 "At most one" inferred from existential uniqueness. (Contributed by NM, 5-Apr-1995.)
 |- 
 E! x ph   =>    |- 
 E* x ph
 
Theoremmobidh 2037 Formula-building rule for "at most one" quantifier (deduction form). (Contributed by NM, 8-Mar-1995.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ph  ->  ( ps  <->  ch ) )   =>    |-  ( ph  ->  ( E* x ps  <->  E* x ch )
 )
 
Theoremmobid 2038 Formula-building rule for "at most one" quantifier (deduction form). (Contributed by NM, 8-Mar-1995.)
 |- 
 F/ x ph   &    |-  ( ph  ->  ( ps  <->  ch ) )   =>    |-  ( ph  ->  ( E* x ps  <->  E* x ch )
 )
 
Theoremmobidv 2039* Formula-building rule for "at most one" quantifier (deduction form). (Contributed by Mario Carneiro, 7-Oct-2016.)
 |-  ( ph  ->  ( ps 
 <->  ch ) )   =>    |-  ( ph  ->  ( E* x ps  <->  E* x ch )
 )
 
Theoremmobii 2040 Formula-building rule for "at most one" quantifier (inference form). (Contributed by NM, 9-Mar-1995.) (Revised by Mario Carneiro, 17-Oct-2016.)
 |-  ( ps  <->  ch )   =>    |-  ( E* x ps  <->  E* x ch )
 
Theoremhbmo1 2041 Bound-variable hypothesis builder for "at most one." (Contributed by NM, 8-Mar-1995.)
 |-  ( E* x ph  ->  A. x E* x ph )
 
Theoremhbmo 2042 Bound-variable hypothesis builder for "at most one." (Contributed by NM, 9-Mar-1995.)
 |-  ( ph  ->  A. x ph )   =>    |-  ( E* y ph  ->  A. x E* y ph )
 
Theoremcbvmo 2043 Rule used to change bound variables, using implicit substitution. (Contributed by NM, 9-Mar-1995.) (Revised by Andrew Salmon, 8-Jun-2011.)
 |- 
 F/ y ph   &    |-  F/ x ps   &    |-  ( x  =  y  ->  (
 ph 
 <->  ps ) )   =>    |-  ( E* x ph  <->  E* y ps )
 
Theoremmo23 2044* An implication between two definitions of "there exists at most one." (Contributed by Jim Kingdon, 25-Jun-2018.)
 |- 
 F/ y ph   =>    |-  ( E. y A. x ( ph  ->  x  =  y )  ->  A. x A. y ( ( ph  /\  [
 y  /  x ] ph )  ->  x  =  y ) )
 
Theoremmor 2045* Converse of mo23 2044 with an additional  E. x ph condition. (Contributed by Jim Kingdon, 25-Jun-2018.)
 |- 
 F/ y ph   =>    |-  ( E. x ph  ->  ( A. x A. y ( ( ph  /\ 
 [ y  /  x ] ph )  ->  x  =  y )  ->  E. y A. x ( ph  ->  x  =  y ) ) )
 
Theoremmodc 2046* Equivalent definitions of "there exists at most one," given decidable existence. (Contributed by Jim Kingdon, 1-Jul-2018.)
 |- 
 F/ y ph   =>    |-  (DECID 
 E. x ph  ->  ( E. y A. x ( ph  ->  x  =  y )  <->  A. x A. y
 ( ( ph  /\  [
 y  /  x ] ph )  ->  x  =  y ) ) )
 
Theoremeu2 2047* An alternate way of defining existential uniqueness. Definition 6.10 of [TakeutiZaring] p. 26. (Contributed by NM, 8-Jul-1994.)
 |- 
 F/ y ph   =>    |-  ( E! x ph  <->  ( E. x ph  /\  A. x A. y ( (
 ph  /\  [ y  /  x ] ph )  ->  x  =  y ) ) )
 
Theoremeu3h 2048* An alternate way to express existential uniqueness. (Contributed by NM, 8-Jul-1994.) (New usage is discouraged.)
 |-  ( ph  ->  A. y ph )   =>    |-  ( E! x ph  <->  ( E. x ph  /\  E. y A. x ( ph  ->  x  =  y ) ) )
 
Theoremeu3 2049* An alternate way to express existential uniqueness. (Contributed by NM, 8-Jul-1994.)
 |- 
 F/ y ph   =>    |-  ( E! x ph  <->  ( E. x ph  /\  E. y A. x ( ph  ->  x  =  y ) ) )
 
Theoremeu5 2050 Uniqueness in terms of "at most one." (Contributed by NM, 23-Mar-1995.) (Proof rewritten by Jim Kingdon, 27-May-2018.)
 |-  ( E! x ph  <->  ( E. x ph  /\  E* x ph ) )
 
Theoremexmoeu2 2051 Existence implies "at most one" is equivalent to uniqueness. (Contributed by NM, 5-Apr-2004.)
 |-  ( E. x ph  ->  ( E* x ph  <->  E! x ph ) )
 
Theoremmoabs 2052 Absorption of existence condition by "at most one." (Contributed by NM, 4-Nov-2002.)
 |-  ( E* x ph  <->  ( E. x ph  ->  E* x ph ) )
 
Theoremexmodc 2053 If existence is decidable, something exists or at most one exists. (Contributed by Jim Kingdon, 30-Jun-2018.)
 |-  (DECID 
 E. x ph  ->  ( E. x ph  \/  E* x ph ) )
 
Theoremexmonim 2054 There is at most one of something which does not exist. Unlike exmodc 2053 there is no decidability condition. (Contributed by Jim Kingdon, 22-Sep-2018.)
 |-  ( -.  E. x ph 
 ->  E* x ph )
 
Theoremmo2r 2055* A condition which implies "at most one." (Contributed by Jim Kingdon, 2-Jul-2018.)
 |- 
 F/ y ph   =>    |-  ( E. y A. x ( ph  ->  x  =  y )  ->  E* x ph )
 
Theoremmo3h 2056* Alternate definition of "at most one." Definition of [BellMachover] p. 460, except that definition has the side condition that  y not occur in  ph in place of our hypothesis. (Contributed by NM, 8-Mar-1995.) (New usage is discouraged.)
 |-  ( ph  ->  A. y ph )   =>    |-  ( E* x ph  <->  A. x A. y ( (
 ph  /\  [ y  /  x ] ph )  ->  x  =  y ) )
 
Theoremmo3 2057* Alternate definition of "at most one." Definition of [BellMachover] p. 460, except that definition has the side condition that  y not occur in  ph in place of our hypothesis. (Contributed by NM, 8-Mar-1995.)
 |- 
 F/ y ph   =>    |-  ( E* x ph  <->  A. x A. y ( (
 ph  /\  [ y  /  x ] ph )  ->  x  =  y ) )
 
Theoremmo2dc 2058* Alternate definition of "at most one" where existence is decidable. (Contributed by Jim Kingdon, 2-Jul-2018.)
 |- 
 F/ y ph   =>    |-  (DECID 
 E. x ph  ->  ( E* x ph  <->  E. y A. x ( ph  ->  x  =  y ) ) )
 
Theoremeuan 2059 Introduction of a conjunct into unique existential quantifier. (Contributed by NM, 19-Feb-2005.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |-  ( ph  ->  A. x ph )   =>    |-  ( E! x (
 ph  /\  ps )  <->  (
 ph  /\  E! x ps ) )
 
Theoremeuanv 2060* Introduction of a conjunct into unique existential quantifier. (Contributed by NM, 23-Mar-1995.)
 |-  ( E! x (
 ph  /\  ps )  <->  (
 ph  /\  E! x ps ) )
 
Theoremeuor2 2061 Introduce or eliminate a disjunct in a unique existential quantifier. (Contributed by NM, 21-Oct-2005.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |-  ( -.  E. x ph 
 ->  ( E! x (
 ph  \/  ps )  <->  E! x ps ) )
 
Theoremsbmo 2062* Substitution into "at most one". (Contributed by Jeff Madsen, 2-Sep-2009.)
 |-  ( [ y  /  x ] E* z ph  <->  E* z [ y  /  x ] ph )
 
Theoremmo4f 2063* "At most one" expressed using implicit substitution. (Contributed by NM, 10-Apr-2004.)
 |- 
 F/ x ps   &    |-  ( x  =  y  ->  (
 ph 
 <->  ps ) )   =>    |-  ( E* x ph  <->  A. x A. y ( ( ph  /\  ps )  ->  x  =  y ) )
 
Theoremmo4 2064* "At most one" expressed using implicit substitution. (Contributed by NM, 26-Jul-1995.)
 |-  ( x  =  y 
 ->  ( ph  <->  ps ) )   =>    |-  ( E* x ph  <->  A. x A. y ( ( ph  /\  ps )  ->  x  =  y ) )
 
Theoremeu4 2065* Uniqueness using implicit substitution. (Contributed by NM, 26-Jul-1995.)
 |-  ( x  =  y 
 ->  ( ph  <->  ps ) )   =>    |-  ( E! x ph  <->  ( E. x ph  /\  A. x A. y ( (
 ph  /\  ps )  ->  x  =  y ) ) )
 
Theoremexmoeudc 2066 Existence in terms of "at most one" and uniqueness. (Contributed by Jim Kingdon, 3-Jul-2018.)
 |-  (DECID 
 E. x ph  ->  ( E. x ph  <->  ( E* x ph 
 ->  E! x ph )
 ) )
 
Theoremmoim 2067 "At most one" is preserved through implication (notice wff reversal). (Contributed by NM, 22-Apr-1995.)
 |-  ( A. x (
 ph  ->  ps )  ->  ( E* x ps  ->  E* x ph ) )
 
Theoremmoimi 2068 "At most one" is preserved through implication (notice wff reversal). (Contributed by NM, 15-Feb-2006.)
 |-  ( ph  ->  ps )   =>    |-  ( E* x ps  ->  E* x ph )
 
Theoremmoimv 2069* Move antecedent outside of "at most one." (Contributed by NM, 28-Jul-1995.)
 |-  ( E* x (
 ph  ->  ps )  ->  ( ph  ->  E* x ps )
 )
 
Theoremeuimmo 2070 Uniqueness implies "at most one" through implication. (Contributed by NM, 22-Apr-1995.)
 |-  ( A. x (
 ph  ->  ps )  ->  ( E! x ps  ->  E* x ph ) )
 
Theoremeuim 2071 Add existential unique existential quantifiers to an implication. Note the reversed implication in the antecedent. (Contributed by NM, 19-Oct-2005.) (Proof shortened by Andrew Salmon, 14-Jun-2011.)
 |-  ( ( E. x ph 
 /\  A. x ( ph  ->  ps ) )  ->  ( E! x ps  ->  E! x ph ) )
 
Theoremmoan 2072 "At most one" is still the case when a conjunct is added. (Contributed by NM, 22-Apr-1995.)
 |-  ( E* x ph  ->  E* x ( ps 
 /\  ph ) )
 
Theoremmoani 2073 "At most one" is still true when a conjunct is added. (Contributed by NM, 9-Mar-1995.)
 |- 
 E* x ph   =>    |- 
 E* x ( ps 
 /\  ph )
 
Theoremmoor 2074 "At most one" is still the case when a disjunct is removed. (Contributed by NM, 5-Apr-2004.)
 |-  ( E* x (
 ph  \/  ps )  ->  E* x ph )
 
Theoremmooran1 2075 "At most one" imports disjunction to conjunction. (Contributed by NM, 5-Apr-2004.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |-  ( ( E* x ph 
 \/  E* x ps )  ->  E* x ( ph  /\ 
 ps ) )
 
Theoremmooran2 2076 "At most one" exports disjunction to conjunction. (Contributed by NM, 5-Apr-2004.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |-  ( E* x (
 ph  \/  ps )  ->  ( E* x ph  /\ 
 E* x ps )
 )
 
Theoremmoanim 2077 Introduction of a conjunct into at-most-one quantifier. (Contributed by NM, 3-Dec-2001.)
 |- 
 F/ x ph   =>    |-  ( E* x (
 ph  /\  ps )  <->  (
 ph  ->  E* x ps )
 )
 
Theoremmoanimv 2078* Introduction of a conjunct into at-most-one quantifier. (Contributed by NM, 23-Mar-1995.)
 |-  ( E* x (
 ph  /\  ps )  <->  (
 ph  ->  E* x ps )
 )
 
Theoremmoaneu 2079 Nested at-most-one and unique existential quantifiers. (Contributed by NM, 25-Jan-2006.)
 |- 
 E* x ( ph  /\ 
 E! x ph )
 
Theoremmoanmo 2080 Nested at-most-one quantifiers. (Contributed by NM, 25-Jan-2006.)
 |- 
 E* x ( ph  /\ 
 E* x ph )
 
Theoremmopick 2081 "At most one" picks a variable value, eliminating an existential quantifier. (Contributed by NM, 27-Jan-1997.)
 |-  ( ( E* x ph 
 /\  E. x ( ph  /\ 
 ps ) )  ->  ( ph  ->  ps )
 )
 
Theoremeupick 2082 Existential uniqueness "picks" a variable value for which another wff is true. If there is only one thing  x such that 
ph is true, and there is also an  x (actually the same one) such that  ph and  ps are both true, then  ph implies  ps regardless of  x. This theorem can be useful for eliminating existential quantifiers in a hypothesis. Compare Theorem *14.26 in [WhiteheadRussell] p. 192. (Contributed by NM, 10-Jul-1994.)
 |-  ( ( E! x ph 
 /\  E. x ( ph  /\ 
 ps ) )  ->  ( ph  ->  ps )
 )
 
Theoremeupicka 2083 Version of eupick 2082 with closed formulas. (Contributed by NM, 6-Sep-2008.)
 |-  ( ( E! x ph 
 /\  E. x ( ph  /\ 
 ps ) )  ->  A. x ( ph  ->  ps ) )
 
Theoremeupickb 2084 Existential uniqueness "pick" showing wff equivalence. (Contributed by NM, 25-Nov-1994.)
 |-  ( ( E! x ph 
 /\  E! x ps  /\  E. x ( ph  /\  ps ) )  ->  ( ph  <->  ps ) )
 
Theoremeupickbi 2085 Theorem *14.26 in [WhiteheadRussell] p. 192. (Contributed by Andrew Salmon, 11-Jul-2011.)
 |-  ( E! x ph  ->  ( E. x (
 ph  /\  ps )  <->  A. x ( ph  ->  ps ) ) )
 
Theoremmopick2 2086 "At most one" can show the existence of a common value. In this case we can infer existence of conjunction from a conjunction of existence, and it is one way to achieve the converse of 19.40 1608. (Contributed by NM, 5-Apr-2004.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |-  ( ( E* x ph 
 /\  E. x ( ph  /\ 
 ps )  /\  E. x ( ph  /\  ch ) )  ->  E. x ( ph  /\  ps  /\  ch ) )
 
Theoremmoexexdc 2087 "At most one" double quantification. (Contributed by Jim Kingdon, 5-Jul-2018.)
 |- 
 F/ y ph   =>    |-  (DECID 
 E. x ph  ->  ( ( E* x ph  /\ 
 A. x E* y ps )  ->  E* y E. x ( ph  /\  ps ) ) )
 
Theoremeuexex 2088 Existential uniqueness and "at most one" double quantification. (Contributed by Jim Kingdon, 28-Dec-2018.)
 |- 
 F/ y ph   =>    |-  ( ( E! x ph 
 /\  A. x E* y ps )  ->  E* y E. x ( ph  /\  ps ) )
 
Theorem2moex 2089 Double quantification with "at most one." (Contributed by NM, 3-Dec-2001.)
 |-  ( E* x E. y ph  ->  A. y E* x ph )
 
Theorem2euex 2090 Double quantification with existential uniqueness. (Contributed by NM, 3-Dec-2001.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |-  ( E! x E. y ph  ->  E. y E! x ph )
 
Theorem2eumo 2091 Double quantification with existential uniqueness and "at most one." (Contributed by NM, 3-Dec-2001.)
 |-  ( E! x E* y ph  ->  E* x E! y ph )
 
Theorem2eu2ex 2092 Double existential uniqueness. (Contributed by NM, 3-Dec-2001.)
 |-  ( E! x E! y ph  ->  E. x E. y ph )
 
Theorem2moswapdc 2093 A condition allowing swap of "at most one" and existential quantifiers. (Contributed by Jim Kingdon, 6-Jul-2018.)
 |-  (DECID 
 E. x E. y ph  ->  ( A. x E* y ph  ->  ( E* x E. y ph  ->  E* y E. x ph ) ) )
 
Theorem2euswapdc 2094 A condition allowing swap of uniqueness and existential quantifiers. (Contributed by Jim Kingdon, 7-Jul-2018.)
 |-  (DECID 
 E. x E. y ph  ->  ( A. x E* y ph  ->  ( E! x E. y ph  ->  E! y E. x ph ) ) )
 
Theorem2exeu 2095 Double existential uniqueness implies double unique existential quantification. (Contributed by NM, 3-Dec-2001.)
 |-  ( ( E! x E. y ph  /\  E! y E. x ph )  ->  E! x E! y ph )
 
Theorem2eu4 2096* This theorem provides us with a definition of double existential uniqueness ("exactly one 
x and exactly one  y"). Naively one might think (incorrectly) that it could be defined by  E! x E! y ph. See 2exeu 2095 for a one-way implication. (Contributed by NM, 3-Dec-2001.)
 |-  ( ( E! x E. y ph  /\  E! y E. x ph )  <->  ( E. x E. y ph  /\  E. z E. w A. x A. y
 ( ph  ->  ( x  =  z  /\  y  =  w ) ) ) )
 
Theorem2eu7 2097 Two equivalent expressions for double existential uniqueness. (Contributed by NM, 19-Feb-2005.)
 |-  ( ( E! x E. y ph  /\  E! y E. x ph )  <->  E! x E! y ( E. x ph  /\  E. y ph ) )
 
Theoremeuequ1 2098* Equality has existential uniqueness. (Contributed by Stefan Allan, 4-Dec-2008.)
 |- 
 E! x  x  =  y
 
Theoremexists1 2099* Two ways to express "only one thing exists." The left-hand side requires only one variable to express this. Both sides are false in set theory. (Contributed by NM, 5-Apr-2004.)
 |-  ( E! x  x  =  x  <->  A. x  x  =  y )
 
Theoremexists2 2100 A condition implying that at least two things exist. (Contributed by NM, 10-Apr-2004.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |-  ( ( E. x ph 
 /\  E. x  -.  ph )  ->  -.  E! x  x  =  x )
    < 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-13593
  Copyright terms: Public domain < Previous  Next >