HomeHome Intuitionistic Logic Explorer
Theorem List (p. 27 of 171)
< 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 - 2601-2700   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremrsp2e 2601 Restricted specialization. (Contributed by FL, 4-Jun-2012.)
 |-  ( ( x  e.  A  /\  y  e.  B  /\  ph )  ->  E. x  e.  A  E. y  e.  B  ph )
 
Theoremrspec 2602 Specialization rule for restricted quantification. (Contributed by NM, 19-Nov-1994.)
 |- 
 A. x  e.  A  ph   =>    |-  ( x  e.  A  -> 
 ph )
 
Theoremrgen 2603 Generalization rule for restricted quantification. (Contributed by NM, 19-Nov-1994.)
 |-  ( x  e.  A  -> 
 ph )   =>    |- 
 A. x  e.  A  ph
 
Theoremrgen2a 2604* Generalization rule for restricted quantification. Note that  x and  y are not required to be disjoint. This proof illustrates the use of dvelim 2077. Usage of rgen2 2636 instead is highly encouraged. (Contributed by NM, 23-Nov-1994.) (Proof rewritten by Jim Kingdon, 1-Jun-2018.) (New usage is discouraged.)
 |-  ( ( x  e.  A  /\  y  e.  A )  ->  ph )   =>    |-  A. x  e.  A  A. y  e.  A  ph
 
Theoremrgenw 2605 Generalization rule for restricted quantification. (Contributed by NM, 18-Jun-2014.)
 |-  ph   =>    |- 
 A. x  e.  A  ph
 
Theoremrgen2w 2606 Generalization rule for restricted quantification. Note that  x and  y needn't be distinct. (Contributed by NM, 18-Jun-2014.)
 |-  ph   =>    |- 
 A. x  e.  A  A. y  e.  B  ph
 
Theoremmprg 2607 Modus ponens combined with restricted generalization. (Contributed by NM, 10-Aug-2004.)
 |-  ( A. x  e.  A  ph  ->  ps )   &    |-  ( x  e.  A  ->  ph )   =>    |- 
 ps
 
Theoremmprgbir 2608 Modus ponens on biconditional combined with restricted generalization. (Contributed by NM, 21-Mar-2004.)
 |-  ( ph  <->  A. x  e.  A  ps )   &    |-  ( x  e.  A  ->  ps )   =>    |-  ph
 
Theoremralim 2609 Distribution of restricted quantification over implication. (Contributed by NM, 9-Feb-1997.)
 |-  ( A. x  e.  A  ( ph  ->  ps )  ->  ( A. x  e.  A  ph  ->  A. x  e.  A  ps ) )
 
Theoremralimi2 2610 Inference quantifying both antecedent and consequent. (Contributed by NM, 22-Feb-2004.)
 |-  ( ( x  e.  A  ->  ph )  ->  ( x  e.  B  ->  ps ) )   =>    |-  ( A. x  e.  A  ph  ->  A. x  e.  B  ps )
 
Theoremralimia 2611 Inference quantifying both antecedent and consequent. (Contributed by NM, 19-Jul-1996.)
 |-  ( x  e.  A  ->  ( ph  ->  ps )
 )   =>    |-  ( A. x  e.  A  ph  ->  A. x  e.  A  ps )
 
Theoremralimiaa 2612 Inference quantifying both antecedent and consequent. (Contributed by NM, 4-Aug-2007.)
 |-  ( ( x  e.  A  /\  ph )  ->  ps )   =>    |-  ( A. x  e.  A  ph  ->  A. x  e.  A  ps )
 
Theoremralimi 2613 Inference quantifying both antecedent and consequent, with strong hypothesis. (Contributed by NM, 4-Mar-1997.)
 |-  ( ph  ->  ps )   =>    |-  ( A. x  e.  A  ph 
 ->  A. x  e.  A  ps )
 
Theorem2ralimi 2614 Inference quantifying both antecedent and consequent two times, with strong hypothesis. (Contributed by AV, 3-Dec-2021.)
 |-  ( ph  ->  ps )   =>    |-  ( A. x  e.  A  A. y  e.  B  ph  ->  A. x  e.  A  A. y  e.  B  ps )
 
Theoremral2imi 2615 Inference quantifying antecedent, nested antecedent, and consequent, with a strong hypothesis. (Contributed by NM, 19-Dec-2006.)
 |-  ( ph  ->  ( ps  ->  ch ) )   =>    |-  ( A. x  e.  A  ph  ->  ( A. x  e.  A  ps  ->  A. x  e.  A  ch ) )
 
Theoremralimdaa 2616 Deduction quantifying both antecedent and consequent, based on Theorem 19.20 of [Margaris] p. 90. (Contributed by NM, 22-Sep-2003.)
 |- 
 F/ x ph   &    |-  ( ( ph  /\  x  e.  A ) 
 ->  ( ps  ->  ch )
 )   =>    |-  ( ph  ->  ( A. x  e.  A  ps  ->  A. x  e.  A  ch ) )
 
Theoremralimdva 2617* Deduction quantifying both antecedent and consequent, based on Theorem 19.20 of [Margaris] p. 90. (Contributed by NM, 22-May-1999.)
 |-  ( ( ph  /\  x  e.  A )  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  (
 A. x  e.  A  ps  ->  A. x  e.  A  ch ) )
 
Theoremralimdv 2618* Deduction quantifying both antecedent and consequent, based on Theorem 19.20 of [Margaris] p. 90. (Contributed by NM, 8-Oct-2003.)
 |-  ( ph  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  (
 A. x  e.  A  ps  ->  A. x  e.  A  ch ) )
 
Theoremralimdvva 2619* Deduction doubly quantifying both antecedent and consequent, based on Theorem 19.20 of [Margaris] p. 90 (alim 1510). (Contributed by AV, 27-Nov-2019.)
 |-  ( ( ph  /\  ( x  e.  A  /\  y  e.  B )
 )  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  (
 A. x  e.  A  A. y  e.  B  ps  ->  A. x  e.  A  A. y  e.  B  ch ) )
 
Theoremralimdv2 2620* Inference quantifying both antecedent and consequent. (Contributed by NM, 1-Feb-2005.)
 |-  ( ph  ->  (
 ( x  e.  A  ->  ps )  ->  ( x  e.  B  ->  ch ) ) )   =>    |-  ( ph  ->  (
 A. x  e.  A  ps  ->  A. x  e.  B  ch ) )
 
Theoremralrimi 2621 Inference from Theorem 19.21 of [Margaris] p. 90 (restricted quantifier version). (Contributed by NM, 10-Oct-1999.)
 |- 
 F/ x ph   &    |-  ( ph  ->  ( x  e.  A  ->  ps ) )   =>    |-  ( ph  ->  A. x  e.  A  ps )
 
Theoremralrimiv 2622* Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 22-Nov-1994.)
 |-  ( ph  ->  ( x  e.  A  ->  ps ) )   =>    |-  ( ph  ->  A. x  e.  A  ps )
 
Theoremralrimiva 2623* Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 2-Jan-2006.)
 |-  ( ( ph  /\  x  e.  A )  ->  ps )   =>    |-  ( ph  ->  A. x  e.  A  ps )
 
Theoremralrimivw 2624* Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 18-Jun-2014.)
 |-  ( ph  ->  ps )   =>    |-  ( ph  ->  A. x  e.  A  ps )
 
Theoremr19.21t 2625 Theorem 19.21 of [Margaris] p. 90 with restricted quantifiers (closed theorem version). (Contributed by NM, 1-Mar-2008.)
 |-  ( F/ x ph  ->  ( A. x  e.  A  ( ph  ->  ps )  <->  ( ph  ->  A. x  e.  A  ps ) ) )
 
Theoremr19.21 2626 Theorem 19.21 of [Margaris] p. 90 with restricted quantifiers. (Contributed by Scott Fenton, 30-Mar-2011.)
 |- 
 F/ x ph   =>    |-  ( A. x  e.  A  ( ph  ->  ps )  <->  ( ph  ->  A. x  e.  A  ps ) )
 
Theoremr19.21v 2627* Theorem 19.21 of [Margaris] p. 90 with restricted quantifiers. (Contributed by NM, 15-Oct-2003.) (Proof shortened by Andrew Salmon, 30-May-2011.)
 |-  ( A. x  e.  A  ( ph  ->  ps )  <->  ( ph  ->  A. x  e.  A  ps ) )
 
Theoremralrimd 2628 Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 16-Feb-2004.)
 |- 
 F/ x ph   &    |-  F/ x ps   &    |-  ( ph  ->  ( ps  ->  ( x  e.  A  ->  ch ) ) )   =>    |-  ( ph  ->  ( ps  ->  A. x  e.  A  ch ) )
 
Theoremralrimdv 2629* Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 27-May-1998.)
 |-  ( ph  ->  ( ps  ->  ( x  e.  A  ->  ch )
 ) )   =>    |-  ( ph  ->  ( ps  ->  A. x  e.  A  ch ) )
 
Theoremralrimdva 2630* Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 2-Feb-2008.)
 |-  ( ( ph  /\  x  e.  A )  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  ( ps  ->  A. x  e.  A  ch ) )
 
Theoremralrimivv 2631* Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version with double quantification.) (Contributed by NM, 24-Jul-2004.)
 |-  ( ph  ->  (
 ( x  e.  A  /\  y  e.  B )  ->  ps ) )   =>    |-  ( ph  ->  A. x  e.  A  A. y  e.  B  ps )
 
Theoremralrimivva 2632* Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version with double quantification.) (Contributed by Jeff Madsen, 19-Jun-2011.)
 |-  ( ( ph  /\  ( x  e.  A  /\  y  e.  B )
 )  ->  ps )   =>    |-  ( ph  ->  A. x  e.  A  A. y  e.  B  ps )
 
Theoremralrimivvva 2633* Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version with triple quantification.) (Contributed by Mario Carneiro, 9-Jul-2014.)
 |-  ( ( ph  /\  ( x  e.  A  /\  y  e.  B  /\  z  e.  C )
 )  ->  ps )   =>    |-  ( ph  ->  A. x  e.  A  A. y  e.  B  A. z  e.  C  ps )
 
Theoremralrimdvv 2634* Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version with double quantification.) (Contributed by NM, 1-Jun-2005.)
 |-  ( ph  ->  ( ps  ->  ( ( x  e.  A  /\  y  e.  B )  ->  ch )
 ) )   =>    |-  ( ph  ->  ( ps  ->  A. x  e.  A  A. y  e.  B  ch ) )
 
Theoremralrimdvva 2635* Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version with double quantification.) (Contributed by NM, 2-Feb-2008.)
 |-  ( ( ph  /\  ( x  e.  A  /\  y  e.  B )
 )  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  ( ps  ->  A. x  e.  A  A. y  e.  B  ch ) )
 
Theoremrgen2 2636* Generalization rule for restricted quantification. (Contributed by NM, 30-May-1999.)
 |-  ( ( x  e.  A  /\  y  e.  B )  ->  ph )   =>    |-  A. x  e.  A  A. y  e.  B  ph
 
Theoremrgen3 2637* Generalization rule for restricted quantification. (Contributed by NM, 12-Jan-2008.)
 |-  ( ( x  e.  A  /\  y  e.  B  /\  z  e.  C )  ->  ph )   =>    |-  A. x  e.  A  A. y  e.  B  A. z  e.  C  ph
 
Theoremr19.21bi 2638 Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 20-Nov-1994.)
 |-  ( ph  ->  A. x  e.  A  ps )   =>    |-  ( ( ph  /\  x  e.  A ) 
 ->  ps )
 
Theoremrspec2 2639 Specialization rule for restricted quantification. (Contributed by NM, 20-Nov-1994.)
 |- 
 A. x  e.  A  A. y  e.  B  ph   =>    |-  (
 ( x  e.  A  /\  y  e.  B )  ->  ph )
 
Theoremrspec3 2640 Specialization rule for restricted quantification. (Contributed by NM, 20-Nov-1994.)
 |- 
 A. x  e.  A  A. y  e.  B  A. z  e.  C  ph   =>    |-  ( ( x  e.  A  /\  y  e.  B  /\  z  e.  C )  ->  ph )
 
Theoremr19.21be 2641 Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 21-Nov-1994.)
 |-  ( ph  ->  A. x  e.  A  ps )   =>    |-  A. x  e.  A  ( ph  ->  ps )
 
Theoremnrex 2642 Inference adding restricted existential quantifier to negated wff. (Contributed by NM, 16-Oct-2003.)
 |-  ( x  e.  A  ->  -.  ps )   =>    |-  -.  E. x  e.  A  ps
 
Theoremnrexdv 2643* Deduction adding restricted existential quantifier to negated wff. (Contributed by NM, 16-Oct-2003.)
 |-  ( ( ph  /\  x  e.  A )  ->  -.  ps )   =>    |-  ( ph  ->  -.  E. x  e.  A  ps )
 
Theoremrexim 2644 Theorem 19.22 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 22-Nov-1994.) (Proof shortened by Andrew Salmon, 30-May-2011.)
 |-  ( A. x  e.  A  ( ph  ->  ps )  ->  ( E. x  e.  A  ph  ->  E. x  e.  A  ps ) )
 
Theoremreximia 2645 Inference quantifying both antecedent and consequent. (Contributed by NM, 10-Feb-1997.)
 |-  ( x  e.  A  ->  ( ph  ->  ps )
 )   =>    |-  ( E. x  e.  A  ph  ->  E. x  e.  A  ps )
 
Theoremreximi2 2646 Inference quantifying both antecedent and consequent, based on Theorem 19.22 of [Margaris] p. 90. (Contributed by NM, 8-Nov-2004.)
 |-  ( ( x  e.  A  /\  ph )  ->  ( x  e.  B  /\  ps ) )   =>    |-  ( E. x  e.  A  ph  ->  E. x  e.  B  ps )
 
Theoremreximi 2647 Inference quantifying both antecedent and consequent. (Contributed by NM, 18-Oct-1996.)
 |-  ( ph  ->  ps )   =>    |-  ( E. x  e.  A  ph 
 ->  E. x  e.  A  ps )
 
Theoremreximdai 2648 Deduction from Theorem 19.22 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 31-Aug-1999.)
 |- 
 F/ x ph   &    |-  ( ph  ->  ( x  e.  A  ->  ( ps  ->  ch )
 ) )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  E. x  e.  A  ch ) )
 
Theoremreximdv2 2649* Deduction quantifying both antecedent and consequent, based on Theorem 19.22 of [Margaris] p. 90. (Contributed by NM, 17-Sep-2003.)
 |-  ( ph  ->  (
 ( x  e.  A  /\  ps )  ->  ( x  e.  B  /\  ch ) ) )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  E. x  e.  B  ch ) )
 
Theoremreximdvai 2650* Deduction quantifying both antecedent and consequent, based on Theorem 19.22 of [Margaris] p. 90. (Contributed by NM, 14-Nov-2002.)
 |-  ( ph  ->  ( x  e.  A  ->  ( ps  ->  ch )
 ) )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  E. x  e.  A  ch ) )
 
Theoremreximdv 2651* Deduction from Theorem 19.22 of [Margaris] p. 90. (Restricted quantifier version with strong hypothesis.) (Contributed by NM, 24-Jun-1998.)
 |-  ( ph  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  E. x  e.  A  ch ) )
 
Theoremreximdva 2652* Deduction quantifying both antecedent and consequent, based on Theorem 19.22 of [Margaris] p. 90. (Contributed by NM, 22-May-1999.)
 |-  ( ( ph  /\  x  e.  A )  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  E. x  e.  A  ch ) )
 
Theoremreximddv 2653* Deduction from Theorem 19.22 of [Margaris] p. 90. (Contributed by Thierry Arnoux, 7-Dec-2016.)
 |-  ( ( ph  /\  ( x  e.  A  /\  ps ) )  ->  ch )   &    |-  ( ph  ->  E. x  e.  A  ps )   =>    |-  ( ph  ->  E. x  e.  A  ch )
 
Theoremreximssdv 2654* Derivation of a restricted existential quantification over a subset (the second hypothesis implies  A  C_  B), deduction form. (Contributed by AV, 21-Aug-2022.)
 |-  ( ph  ->  E. x  e.  B  ps )   &    |-  (
 ( ph  /\  ( x  e.  B  /\  ps ) )  ->  x  e.  A )   &    |-  ( ( ph  /\  ( x  e.  B  /\  ps ) )  ->  ch )   =>    |-  ( ph  ->  E. x  e.  A  ch )
 
Theoremreximddv2 2655* Double deduction from Theorem 19.22 of [Margaris] p. 90. (Contributed by Thierry Arnoux, 15-Dec-2019.)
 |-  ( ( ( (
 ph  /\  x  e.  A )  /\  y  e.  B )  /\  ps )  ->  ch )   &    |-  ( ph  ->  E. x  e.  A  E. y  e.  B  ps )   =>    |-  ( ph  ->  E. x  e.  A  E. y  e.  B  ch )
 
Theoremrexanaliim 2656 A transformation of restricted quantifiers and logical connectives. (Contributed by NM, 4-Sep-2005.) (Revised by Jim Kingdon, 18-Jan-2026.)
 |-  ( E. x  e.  A  ( ph  /\  -.  ps )  ->  -.  A. x  e.  A  ( ph  ->  ps ) )
 
Theoremr19.12 2657* Theorem 19.12 of [Margaris] p. 89 with restricted quantifiers. (Contributed by NM, 15-Oct-2003.) (Proof shortened by Andrew Salmon, 30-May-2011.)
 |-  ( E. x  e.  A  A. y  e.  B  ph  ->  A. y  e.  B  E. x  e.  A  ph )
 
Theoremr19.23t 2658 Closed theorem form of r19.23 2659. (Contributed by NM, 4-Mar-2013.) (Revised by Mario Carneiro, 8-Oct-2016.)
 |-  ( F/ x ps  ->  ( A. x  e.  A  ( ph  ->  ps )  <->  ( E. x  e.  A  ph  ->  ps )
 ) )
 
Theoremr19.23 2659 Theorem 19.23 of [Margaris] p. 90 with restricted quantifiers. (Contributed by NM, 22-Oct-2010.) (Proof shortened by Mario Carneiro, 8-Oct-2016.)
 |- 
 F/ x ps   =>    |-  ( A. x  e.  A  ( ph  ->  ps )  <->  ( E. x  e.  A  ph  ->  ps )
 )
 
Theoremr19.23v 2660* Theorem 19.23 of [Margaris] p. 90 with restricted quantifiers. (Contributed by NM, 31-Aug-1999.)
 |-  ( A. x  e.  A  ( ph  ->  ps )  <->  ( E. x  e.  A  ph  ->  ps )
 )
 
Theoremrexlimi 2661 Inference from Theorem 19.21 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 30-Nov-2003.) (Proof shortened by Andrew Salmon, 30-May-2011.)
 |- 
 F/ x ps   &    |-  ( x  e.  A  ->  (
 ph  ->  ps ) )   =>    |-  ( E. x  e.  A  ph  ->  ps )
 
Theoremrexlimiv 2662* Inference from Theorem 19.23 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 20-Nov-1994.)
 |-  ( x  e.  A  ->  ( ph  ->  ps )
 )   =>    |-  ( E. x  e.  A  ph  ->  ps )
 
Theoremrexlimiva 2663* Inference from Theorem 19.23 of [Margaris] p. 90 (restricted quantifier version). (Contributed by NM, 18-Dec-2006.)
 |-  ( ( x  e.  A  /\  ph )  ->  ps )   =>    |-  ( E. x  e.  A  ph  ->  ps )
 
Theoremrexlimivw 2664* Weaker version of rexlimiv 2662. (Contributed by FL, 19-Sep-2011.)
 |-  ( ph  ->  ps )   =>    |-  ( E. x  e.  A  ph 
 ->  ps )
 
Theoremrexlimd 2665 Deduction from Theorem 19.23 of [Margaris] p. 90 (restricted quantifier version). (Contributed by NM, 27-May-1998.) (Proof shortened by Andrew Salmon, 30-May-2011.)
 |- 
 F/ x ph   &    |-  F/ x ch   &    |-  ( ph  ->  ( x  e.  A  ->  ( ps  ->  ch ) ) )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  ch ) )
 
Theoremrexlimd2 2666 Version of rexlimd 2665 with deduction version of second hypothesis. (Contributed by NM, 21-Jul-2013.) (Revised by Mario Carneiro, 8-Oct-2016.)
 |- 
 F/ x ph   &    |-  ( ph  ->  F/ x ch )   &    |-  ( ph  ->  ( x  e.  A  ->  ( ps  ->  ch ) ) )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  ch ) )
 
Theoremrexlimdv 2667* Inference from Theorem 19.23 of [Margaris] p. 90 (restricted quantifier version). (Contributed by NM, 14-Nov-2002.) (Proof shortened by Eric Schmidt, 22-Dec-2006.)
 |-  ( ph  ->  ( x  e.  A  ->  ( ps  ->  ch )
 ) )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  ch ) )
 
Theoremrexlimdva 2668* Inference from Theorem 19.23 of [Margaris] p. 90 (restricted quantifier version). (Contributed by NM, 20-Jan-2007.)
 |-  ( ( ph  /\  x  e.  A )  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  ch ) )
 
Theoremrexlimdvaa 2669* Inference from Theorem 19.23 of [Margaris] p. 90 (restricted quantifier version). (Contributed by Mario Carneiro, 15-Jun-2016.)
 |-  ( ( ph  /\  ( x  e.  A  /\  ps ) )  ->  ch )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  ch )
 )
 
Theoremrexlimdv3a 2670* Inference from Theorem 19.23 of [Margaris] p. 90 (restricted quantifier version). Frequently-used variant of rexlimdv 2667. (Contributed by NM, 7-Jun-2015.)
 |-  ( ( ph  /\  x  e.  A  /\  ps )  ->  ch )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  ch ) )
 
Theoremrexlimdva2 2671* Inference from Theorem 19.23 of [Margaris] p. 90 (restricted quantifier version). (Contributed by Glauco Siliprandi, 2-Jan-2022.)
 |-  ( ( ( ph  /\  x  e.  A ) 
 /\  ps )  ->  ch )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  ch )
 )
 
Theoremrexlimdvw 2672* Inference from Theorem 19.23 of [Margaris] p. 90 (restricted quantifier version). (Contributed by NM, 18-Jun-2014.)
 |-  ( ph  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  ( E. x  e.  A  ps  ->  ch ) )
 
Theoremrexlimddv 2673* Restricted existential elimination rule of natural deduction. (Contributed by Mario Carneiro, 15-Jun-2016.)
 |-  ( ph  ->  E. x  e.  A  ps )   &    |-  (
 ( ph  /\  ( x  e.  A  /\  ps ) )  ->  ch )   =>    |-  ( ph  ->  ch )
 
Theoremrexlimivv 2674* Inference from Theorem 19.23 of [Margaris] p. 90 (restricted quantifier version). (Contributed by NM, 17-Feb-2004.)
 |-  ( ( x  e.  A  /\  y  e.  B )  ->  ( ph  ->  ps ) )   =>    |-  ( E. x  e.  A  E. y  e.  B  ph  ->  ps )
 
Theoremrexlimdvv 2675* Inference from Theorem 19.23 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 22-Jul-2004.)
 |-  ( ph  ->  (
 ( x  e.  A  /\  y  e.  B )  ->  ( ps  ->  ch ) ) )   =>    |-  ( ph  ->  ( E. x  e.  A  E. y  e.  B  ps  ->  ch ) )
 
Theoremrexlimdvva 2676* Inference from Theorem 19.23 of [Margaris] p. 90. (Restricted quantifier version.) (Contributed by NM, 18-Jun-2014.)
 |-  ( ( ph  /\  ( x  e.  A  /\  y  e.  B )
 )  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  ( E. x  e.  A  E. y  e.  B  ps  ->  ch ) )
 
Theoremr19.26 2677 Theorem 19.26 of [Margaris] p. 90 with restricted quantifiers. (Contributed by NM, 28-Jan-1997.) (Proof shortened by Andrew Salmon, 30-May-2011.)
 |-  ( A. x  e.  A  ( ph  /\  ps ) 
 <->  ( A. x  e.  A  ph  /\  A. x  e.  A  ps ) )
 
Theoremr19.27v 2678* Restricted quantitifer version of one direction of 19.27 1614. (The other direction holds when  A is inhabited, see r19.27mv 3621.) (Contributed by NM, 3-Jun-2004.) (Proof shortened by Andrew Salmon, 30-May-2011.) (Proof shortened by Wolf Lammen, 17-Jun-2023.)
 |-  ( ( A. x  e.  A  ph  /\  ps )  ->  A. x  e.  A  ( ph  /\  ps )
 )
 
Theoremr19.28v 2679* Restricted quantifier version of one direction of 19.28 1616. (The other direction holds when  A is inhabited, see r19.28mv 3617.) (Contributed by NM, 2-Apr-2004.) (Proof shortened by Wolf Lammen, 17-Jun-2023.)
 |-  ( ( ph  /\  A. x  e.  A  ps )  ->  A. x  e.  A  ( ph  /\  ps )
 )
 
Theoremr19.26-2 2680 Theorem 19.26 of [Margaris] p. 90 with 2 restricted quantifiers. (Contributed by NM, 10-Aug-2004.)
 |-  ( A. x  e.  A  A. y  e.  B  ( ph  /\  ps ) 
 <->  ( A. x  e.  A  A. y  e.  B  ph  /\  A. x  e.  A  A. y  e.  B  ps ) )
 
Theoremr19.26-3 2681 Theorem 19.26 of [Margaris] p. 90 with 3 restricted quantifiers. (Contributed by FL, 22-Nov-2010.)
 |-  ( A. x  e.  A  ( ph  /\  ps  /\ 
 ch )  <->  ( A. x  e.  A  ph  /\  A. x  e.  A  ps  /\  A. x  e.  A  ch ) )
 
Theoremr19.26m 2682 Theorem 19.26 of [Margaris] p. 90 with mixed quantifiers. (Contributed by NM, 22-Feb-2004.)
 |-  ( A. x ( ( x  e.  A  -> 
 ph )  /\  ( x  e.  B  ->  ps ) )  <->  ( A. x  e.  A  ph  /\  A. x  e.  B  ps ) )
 
Theoremralbi 2683 Distribute a restricted universal quantifier over a biconditional. Theorem 19.15 of [Margaris] p. 90 with restricted quantification. (Contributed by NM, 6-Oct-2003.)
 |-  ( A. x  e.  A  ( ph  <->  ps )  ->  ( A. x  e.  A  ph  <->  A. x  e.  A  ps ) )
 
Theoremrexbi 2684 Distribute a restricted existential quantifier over a biconditional. Theorem 19.18 of [Margaris] p. 90 with restricted quantification. (Contributed by Jim Kingdon, 21-Jan-2019.)
 |-  ( A. x  e.  A  ( ph  <->  ps )  ->  ( E. x  e.  A  ph  <->  E. x  e.  A  ps ) )
 
Theoremralbiim 2685 Split a biconditional and distribute quantifier. (Contributed by NM, 3-Jun-2012.)
 |-  ( A. x  e.  A  ( ph  <->  ps )  <->  ( A. x  e.  A  ( ph  ->  ps )  /\  A. x  e.  A  ( ps  ->  ph ) ) )
 
Theoremr19.27av 2686* Restricted version of one direction of Theorem 19.27 of [Margaris] p. 90. (The other direction doesn't hold when  A is empty.) (Contributed by NM, 3-Jun-2004.) (Proof shortened by Andrew Salmon, 30-May-2011.)
 |-  ( ( A. x  e.  A  ph  /\  ps )  ->  A. x  e.  A  ( ph  /\  ps )
 )
 
Theoremr19.28av 2687* Restricted version of one direction of Theorem 19.28 of [Margaris] p. 90. (The other direction doesn't hold when  A is empty.) (Contributed by NM, 2-Apr-2004.)
 |-  ( ( ph  /\  A. x  e.  A  ps )  ->  A. x  e.  A  ( ph  /\  ps )
 )
 
Theoremr19.29 2688 Theorem 19.29 of [Margaris] p. 90 with restricted quantifiers. (Contributed by NM, 31-Aug-1999.) (Proof shortened by Andrew Salmon, 30-May-2011.)
 |-  ( ( A. x  e.  A  ph  /\  E. x  e.  A  ps )  ->  E. x  e.  A  ( ph  /\  ps )
 )
 
Theoremr19.29r 2689 Variation of Theorem 19.29 of [Margaris] p. 90 with restricted quantifiers. (Contributed by NM, 31-Aug-1999.)
 |-  ( ( E. x  e.  A  ph  /\  A. x  e.  A  ps )  ->  E. x  e.  A  ( ph  /\  ps )
 )
 
Theoremralnex2 2690 Relationship between two restricted universal and existential quantifiers. (Contributed by Glauco Siliprandi, 11-Dec-2019.) (Proof shortened by Wolf Lammen, 18-May-2023.)
 |-  ( A. x  e.  A  A. y  e.  B  -.  ph  <->  -.  E. x  e.  A  E. y  e.  B  ph )
 
Theoremr19.29af2 2691 A commonly used pattern based on r19.29 2688. (Contributed by Thierry Arnoux, 17-Dec-2017.)
 |- 
 F/ x ph   &    |-  F/ x ch   &    |-  (
 ( ( ph  /\  x  e.  A )  /\  ps )  ->  ch )   &    |-  ( ph  ->  E. x  e.  A  ps )   =>    |-  ( ph  ->  ch )
 
Theoremr19.29af 2692* A commonly used pattern based on r19.29 2688. (Contributed by Thierry Arnoux, 29-Nov-2017.)
 |- 
 F/ x ph   &    |-  ( ( (
 ph  /\  x  e.  A )  /\  ps )  ->  ch )   &    |-  ( ph  ->  E. x  e.  A  ps )   =>    |-  ( ph  ->  ch )
 
Theoremr19.29an 2693* A commonly used pattern based on r19.29 2688. (Contributed by Thierry Arnoux, 29-Dec-2019.)
 |-  ( ( ( ph  /\  x  e.  A ) 
 /\  ps )  ->  ch )   =>    |-  (
 ( ph  /\  E. x  e.  A  ps )  ->  ch )
 
Theoremr19.29a 2694* A commonly used pattern based on r19.29 2688. (Contributed by Thierry Arnoux, 22-Nov-2017.)
 |-  ( ( ( ph  /\  x  e.  A ) 
 /\  ps )  ->  ch )   &    |-  ( ph  ->  E. x  e.  A  ps )   =>    |-  ( ph  ->  ch )
 
Theoremr19.29d2r 2695 Theorem 19.29 of [Margaris] p. 90 with two restricted quantifiers, deduction version. (Contributed by Thierry Arnoux, 30-Jan-2017.)
 |-  ( ph  ->  A. x  e.  A  A. y  e.  B  ps )   &    |-  ( ph  ->  E. x  e.  A  E. y  e.  B  ch )   =>    |-  ( ph  ->  E. x  e.  A  E. y  e.  B  ( ps  /\  ch ) )
 
Theoremr19.29vva 2696* A commonly used pattern based on r19.29 2688, version with two restricted quantifiers. (Contributed by Thierry Arnoux, 26-Nov-2017.)
 |-  ( ( ( (
 ph  /\  x  e.  A )  /\  y  e.  B )  /\  ps )  ->  ch )   &    |-  ( ph  ->  E. x  e.  A  E. y  e.  B  ps )   =>    |-  ( ph  ->  ch )
 
Theoremr19.32r 2697 One direction of Theorem 19.32 of [Margaris] p. 90 with restricted quantifiers. For decidable propositions this is an equivalence. (Contributed by Jim Kingdon, 19-Aug-2018.)
 |- 
 F/ x ph   =>    |-  ( ( ph  \/  A. x  e.  A  ps )  ->  A. x  e.  A  ( ph  \/  ps )
 )
 
Theoremr19.30dc 2698 Restricted quantifier version of 19.30dc 1680. (Contributed by Scott Fenton, 25-Feb-2011.) (Proof shortened by Wolf Lammen, 18-Jun-2023.)
 |-  ( ( A. x  e.  A  ( ph  \/  ps )  /\ DECID  E. x  e.  A  ps )  ->  ( A. x  e.  A  ph  \/  E. x  e.  A  ps ) )
 
Theoremr19.32vr 2699* One direction of Theorem 19.32 of [Margaris] p. 90 with restricted quantifiers. For decidable propositions this is an equivalence, as seen at r19.32vdc 2700. (Contributed by Jim Kingdon, 19-Aug-2018.)
 |-  ( ( ph  \/  A. x  e.  A  ps )  ->  A. x  e.  A  ( ph  \/  ps )
 )
 
Theoremr19.32vdc 2700* Theorem 19.32 of [Margaris] p. 90 with restricted quantifiers, where  ph is decidable. (Contributed by Jim Kingdon, 4-Jun-2018.)
 |-  (DECID 
 ph  ->  ( A. x  e.  A  ( ph  \/  ps )  <->  ( ph  \/  A. x  e.  A  ps ) ) )
    < 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-17000 171 17001-17039
  Copyright terms: Public domain < Previous  Next >