HomeHome Intuitionistic Logic Explorer
Theorem List (p. 16 of 156)
< 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 - 1501-1600   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremhb3and 1501 Deduction form of bound-variable hypothesis builder hb3an 1561. (Contributed by NM, 17-Feb-2013.)
 |-  ( ph  ->  ( ps  ->  A. x ps )
 )   &    |-  ( ph  ->  ( ch  ->  A. x ch )
 )   &    |-  ( ph  ->  ( th  ->  A. x th )
 )   =>    |-  ( ph  ->  (
 ( ps  /\  ch  /\ 
 th )  ->  A. x ( ps  /\  ch  /\  th ) ) )
 
Theoremhbald 1502 Deduction form of bound-variable hypothesis builder hbal 1488. (Contributed by NM, 2-Jan-2002.)
 |-  ( ph  ->  A. y ph )   &    |-  ( ph  ->  ( ps  ->  A. x ps ) )   =>    |-  ( ph  ->  ( A. y ps  ->  A. x A. y ps ) )
 
Syntaxwex 1503 Extend wff definition to include the existential quantifier ("there exists").
 wff  E. x ph
 
Axiomax-ie1 1504  x is bound in  E. x ph. One of the axioms of predicate logic. (Contributed by Mario Carneiro, 31-Jan-2015.)
 |-  ( E. x ph  ->  A. x E. x ph )
 
Axiomax-ie2 1505 Define existential quantification.  E. x ph means "there exists at least one set  x such that  ph is true". One of the axioms of predicate logic. (Contributed by Mario Carneiro, 31-Jan-2015.)
 |-  ( A. x ( ps  ->  A. x ps )  ->  ( A. x ( ph  ->  ps )  <->  ( E. x ph  ->  ps ) ) )
 
Theoremhbe1 1506  x is not free in  E. x ph. (Contributed by NM, 5-Aug-1993.)
 |-  ( E. x ph  ->  A. x E. x ph )
 
Theoremnfe1 1507  x is not free in  E. x ph. (Contributed by Mario Carneiro, 11-Aug-2016.)
 |- 
 F/ x E. x ph
 
Theorem19.23ht 1508 Closed form of Theorem 19.23 of [Margaris] p. 90. (Contributed by NM, 7-Nov-2005.) (Revised by Mario Carneiro, 1-Feb-2015.)
 |-  ( A. x ( ps  ->  A. x ps )  ->  ( A. x ( ph  ->  ps )  <->  ( E. x ph  ->  ps ) ) )
 
Theorem19.23h 1509 Theorem 19.23 of [Margaris] p. 90. (Contributed by NM, 5-Aug-1993.) (Revised by Mario Carneiro, 1-Feb-2015.)
 |-  ( ps  ->  A. x ps )   =>    |-  ( A. x (
 ph  ->  ps )  <->  ( E. x ph 
 ->  ps ) )
 
Theoremalnex 1510 Theorem 19.7 of [Margaris] p. 89. To read this intuitionistically, think of it as "if  ph can be refuted for all 
x, then it is not possible to find an  x for which  ph holds" (and likewise for the converse). Comparing this with dfexdc 1512 illustrates that statements which look similar (to someone used to classical logic) can be different intuitionistically due to different placement of negations. (Contributed by NM, 5-Aug-1993.) (Revised by NM, 1-Feb-2015.) (Revised by Mario Carneiro, 12-May-2015.)
 |-  ( A. x  -.  ph  <->  -. 
 E. x ph )
 
Theoremnex 1511 Generalization rule for negated wff. (Contributed by NM, 18-May-1994.)
 |- 
 -.  ph   =>    |- 
 -.  E. x ph
 
Theoremdfexdc 1512 Defining  E. x ph given decidability. It is common in classical logic to define  E. x ph as  -.  A. x -.  ph but in intuitionistic logic without a decidability condition, that is only an implication not an equivalence, as seen at exalim 1513. (Contributed by Jim Kingdon, 15-Mar-2018.)
 |-  (DECID 
 E. x ph  ->  ( E. x ph  <->  -.  A. x  -.  ph ) )
 
Theoremexalim 1513 One direction of a classical definition of existential quantification. One direction of Definition of [Margaris] p. 49. For a decidable proposition, this is an equivalence, as seen as dfexdc 1512. (Contributed by Jim Kingdon, 29-Jul-2018.)
 |-  ( E. x ph  ->  -.  A. x  -.  ph )
 
1.3.2  Equality predicate (continued)

The equality predicate was introduced above in wceq 1364 for use by df-tru 1367. See the comments in that section. In this section, we continue with the first "real" use of it.

 
Theoremweq 1514 Extend wff definition to include atomic formulas using the equality predicate.

(Instead of introducing weq 1514 as an axiomatic statement, as was done in an older version of this database, we introduce it by "proving" a special case of set theory's more general wceq 1364. This lets us avoid overloading the  = connective, thus preventing ambiguity that would complicate certain Metamath parsers. However, logically weq 1514 is considered to be a primitive syntax, even though here it is artificially "derived" from wceq 1364. Note: To see the proof steps of this syntax proof, type "show proof weq /all" in the Metamath program.) (Contributed by NM, 24-Jan-2006.)

 wff  x  =  y
 
Axiomax-8 1515 Axiom of Equality. One of the equality and substitution axioms of predicate calculus with equality. This is similar to, but not quite, a transitive law for equality (proved later as equtr 1720). Axiom scheme C8' in [Megill] p. 448 (p. 16 of the preprint). Also appears as Axiom C7 of [Monk2] p. 105.

Axioms ax-8 1515 through ax-16 1825 are the axioms having to do with equality, substitution, and logical properties of our binary predicate  e. (which later in set theory will mean "is a member of"). Note that all axioms except ax-16 1825 and ax-17 1537 are still valid even when  x,  y, and  z are replaced with the same variable because they do not have any distinct variable (Metamath's $d) restrictions. Distinct variable restrictions are required for ax-16 1825 and ax-17 1537 only. (Contributed by NM, 5-Aug-1993.)

 |-  ( x  =  y 
 ->  ( x  =  z 
 ->  y  =  z
 ) )
 
Axiomax-10 1516 Axiom of Quantifier Substitution. One of the equality and substitution axioms of predicate calculus with equality. Appears as Lemma L12 in [Megill] p. 445 (p. 12 of the preprint).

The original version of this axiom was ax-10o 1727 ("o" for "old") and was replaced with this shorter ax-10 1516 in May 2008. The old axiom is proved from this one as Theorem ax10o 1726. Conversely, this axiom is proved from ax-10o 1727 as Theorem ax10 1728. (Contributed by NM, 5-Aug-1993.)

 |-  ( A. x  x  =  y  ->  A. y  y  =  x )
 
Axiomax-11 1517 Axiom of Variable Substitution. One of the 5 equality axioms of predicate calculus. The final consequent  A. x ( x  =  y  ->  ph ) is a way of expressing " y substituted for  x in wff  ph " (cf. sb6 1898). It is based on Lemma 16 of [Tarski] p. 70 and Axiom C8 of [Monk2] p. 105, from which it can be proved by cases.

Variants of this axiom which are equivalent in classical logic but which have not been shown to be equivalent for intuitionistic logic are ax11v 1838, ax11v2 1831 and ax-11o 1834. (Contributed by NM, 5-Aug-1993.)

 |-  ( x  =  y 
 ->  ( A. y ph  ->  A. x ( x  =  y  ->  ph )
 ) )
 
Axiomax-i12 1518 Axiom of Quantifier Introduction. One of the equality and substitution axioms of predicate calculus with equality. Informally, it says that whenever  z is distinct from  x and  y, and  x  =  y is true, then  x  =  y quantified with  z is also true. In other words,  z is irrelevant to the truth of 
x  =  y. Axiom scheme C9' in [Megill] p. 448 (p. 16 of the preprint). It apparently does not otherwise appear in the literature but is easily proved from textbook predicate calculus by cases.

This axiom has been modified from the original ax12 1523 for compatibility with intuitionistic logic. (Contributed by Mario Carneiro, 31-Jan-2015.) Use its alias ax12or 1519 instead, for labeling consistency. (New usage is discouraged.)

 |-  ( A. z  z  =  x  \/  ( A. z  z  =  y  \/  A. z ( x  =  y  ->  A. z  x  =  y ) ) )
 
Theoremax12or 1519 Alias for ax-i12 1518, to be used in place of it for labeling consistency. (Contributed by NM, 3-Feb-2015.)
 |-  ( A. z  z  =  x  \/  ( A. z  z  =  y  \/  A. z ( x  =  y  ->  A. z  x  =  y ) ) )
 
Axiomax-bndl 1520 Axiom of bundling. The general idea of this axiom is that two variables are either distinct or non-distinct. That idea could be expressed as  A. z z  =  x  \/  -.  A. z z  =  x. However, we instead choose an axiom which has many of the same consequences, but which is different with respect to a universe which contains only one object.  A. z
z  =  x holds if  z and  x are the same variable, likewise for  z and  y, and  A. x A. z ( x  =  y  ->  A. z
x  =  y ) holds if  z is distinct from the others (and the universe has at least two objects).

As with other statements of the form "x is decidable (either true or false)", this does not entail the full Law of the Excluded Middle (which is the proposition that all statements are decidable), but instead merely the assertion that particular kinds of statements are decidable (or in this case, an assertion similar to decidability).

This axiom implies ax-i12 1518 as can be seen at axi12 1525. Whether ax-bndl 1520 can be proved from the remaining axioms including ax-i12 1518 is not known.

The reason we call this "bundling" is that a statement without a distinct variable constraint "bundles" together two statements, one in which the two variables are the same and one in which they are different. (Contributed by Mario Carneiro and Jim Kingdon, 14-Mar-2018.)

 |-  ( A. z  z  =  x  \/  ( A. z  z  =  y  \/  A. x A. z ( x  =  y  ->  A. z  x  =  y ) ) )
 
Axiomax-4 1521 Axiom of Specialization. A quantified wff implies the wff without a quantifier (i.e. an instance, or special case, of the generalized wff). In other words if something is true for all  x, it is true for any specific  x (that would typically occur as a free variable in the wff substituted for  ph). (A free variable is one that does not occur in the scope of a quantifier:  x and  y are both free in  x  =  y, but only  x is free in  A. y x  =  y.) Axiom scheme C5' in [Megill] p. 448 (p. 16 of the preprint). Also appears as Axiom B5 of [Tarski] p. 67 (under his system S2, defined in the last paragraph on p. 77).

Note that the converse of this axiom does not hold in general, but a weaker inference form of the converse holds and is expressed as rule ax-gen 1460. Conditional forms of the converse are given by ax12 1523, ax-16 1825, and ax-17 1537.

Unlike the more general textbook Axiom of Specialization, we cannot choose a variable different from  x for the special case. For use, that requires the assistance of equality axioms, and we deal with it later after we introduce the definition of proper substitution - see stdpc4 1786.

(Contributed by NM, 5-Aug-1993.)

 |-  ( A. x ph  -> 
 ph )
 
Theoremsp 1522 Specialization. Another name for ax-4 1521. (Contributed by NM, 21-May-2008.)
 |-  ( A. x ph  -> 
 ph )
 
Theoremax12 1523 Rederive the original version of the axiom from ax-i12 1518. (Contributed by Mario Carneiro, 3-Feb-2015.)
 |-  ( -.  A. z  z  =  x  ->  ( -.  A. z  z  =  y  ->  ( x  =  y  ->  A. z  x  =  y ) ) )
 
Theoremhbequid 1524 Bound-variable hypothesis builder for  x  =  x. This theorem tells us that any variable, including  x, is effectively not free in  x  =  x, even though  x is technically free according to the traditional definition of free variable.

The proof uses only ax-8 1515 and ax-i12 1518 on top of (the FOL analogue of) modal logic KT. This shows that this can be proved without ax-i9 1541, even though Theorem equid 1712 cannot. A shorter proof using ax-i9 1541 is obtainable from equid 1712 and hbth 1474. (Contributed by NM, 13-Jan-2011.) (Proof shortened by Wolf Lammen, 23-Mar-2014.)

 |-  ( x  =  x 
 ->  A. y  x  =  x )
 
Theoremaxi12 1525 Proof that ax-i12 1518 follows from ax-bndl 1520. So that we can track which theorems rely on ax-bndl 1520, proofs should reference ax12or 1519 rather than this theorem. (Contributed by Jim Kingdon, 17-Aug-2018.) (New usage is discouraged). (Proof modification is discouraged.)
 |-  ( A. z  z  =  x  \/  ( A. z  z  =  y  \/  A. z ( x  =  y  ->  A. z  x  =  y ) ) )
 
Theoremalequcom 1526 Commutation law for identical variable specifiers. The antecedent and consequent are true when  x and  y are substituted with the same variable. Lemma L12 in [Megill] p. 445 (p. 12 of the preprint). (Contributed by NM, 5-Aug-1993.)
 |-  ( A. x  x  =  y  ->  A. y  y  =  x )
 
Theoremalequcoms 1527 A commutation rule for identical variable specifiers. (Contributed by NM, 5-Aug-1993.)
 |-  ( A. x  x  =  y  ->  ph )   =>    |-  ( A. y  y  =  x  ->  ph )
 
Theoremnalequcoms 1528 A commutation rule for distinct variable specifiers. (Contributed by NM, 2-Jan-2002.) (Revised by Mario Carneiro, 2-Feb-2015.)
 |-  ( -.  A. x  x  =  y  ->  ph )   =>    |-  ( -.  A. y  y  =  x  ->  ph )
 
Theoremnfr 1529 Consequence of the definition of not-free. (Contributed by Mario Carneiro, 26-Sep-2016.)
 |-  ( F/ x ph  ->  ( ph  ->  A. x ph ) )
 
Theoremnfri 1530 Consequence of the definition of not-free. (Contributed by Mario Carneiro, 11-Aug-2016.)
 |- 
 F/ x ph   =>    |-  ( ph  ->  A. x ph )
 
Theoremnfrd 1531 Consequence of the definition of not-free in a context. (Contributed by Mario Carneiro, 11-Aug-2016.)
 |-  ( ph  ->  F/ x ps )   =>    |-  ( ph  ->  ( ps  ->  A. x ps )
 )
 
Theoremalimd 1532 Deduction from Theorem 19.20 of [Margaris] p. 90. (Contributed by Mario Carneiro, 24-Sep-2016.)
 |- 
 F/ x ph   &    |-  ( ph  ->  ( ps  ->  ch )
 )   =>    |-  ( ph  ->  ( A. x ps  ->  A. x ch ) )
 
Theoremalrimi 1533 Inference from Theorem 19.21 of [Margaris] p. 90. (Contributed by Mario Carneiro, 24-Sep-2016.)
 |- 
 F/ x ph   &    |-  ( ph  ->  ps )   =>    |-  ( ph  ->  A. x ps )
 
Theoremnfd 1534 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 )
 
Theoremnfdh 1535 Deduce that  x is not free in  ps in a context. (Contributed by Mario Carneiro, 24-Sep-2016.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ph  ->  ( ps  ->  A. x ps ) )   =>    |-  ( ph  ->  F/ x ps )
 
Theoremnfrimi 1536 Moving an antecedent outside  F/. (Contributed by Jim Kingdon, 23-Mar-2018.)
 |- 
 F/ x ph   &    |-  F/ x (
 ph  ->  ps )   =>    |-  ( ph  ->  F/ x ps )
 
1.3.3  Axiom ax-17 - first use of the $d distinct variable statement
 
Axiomax-17 1537* Axiom to quantify a variable over a formula in which it does not occur. Axiom C5 in [Megill] p. 444 (p. 11 of the preprint). Also appears as Axiom B6 (p. 75) of system S2 of [Tarski] p. 77 and Axiom C5-1 of [Monk2] p. 113.

(Contributed by NM, 5-Aug-1993.)

 |-  ( ph  ->  A. x ph )
 
Theorema17d 1538* ax-17 1537 with antecedent. (Contributed by NM, 1-Mar-2013.)
 |-  ( ph  ->  ( ps  ->  A. x ps )
 )
 
Theoremnfv 1539* If  x is not present in  ph, then  x is not free in  ph. (Contributed by Mario Carneiro, 11-Aug-2016.)
 |- 
 F/ x ph
 
Theoremnfvd 1540* nfv 1539 with antecedent. Useful in proofs of deduction versions of bound-variable hypothesis builders such as nfimd 1596. (Contributed by Mario Carneiro, 6-Oct-2016.)
 |-  ( ph  ->  F/ x ps )
 
1.3.4  Introduce Axiom of Existence
 
Axiomax-i9 1541 Axiom of Existence. One of the equality and substitution axioms of predicate calculus with equality. One thing this axiom tells us is that at least one thing exists (although ax-4 1521 and possibly others also tell us that, i.e. they are not valid in the empty domain of a "free logic"). In this form (not requiring that  x and  y be distinct) it was used in an axiom system of Tarski (see Axiom B7' in footnote 1 of [KalishMontague] p. 81.) Another name for this theorem is a9e 1707, which has additional remarks. (Contributed by Mario Carneiro, 31-Jan-2015.)
 |- 
 E. x  x  =  y
 
Theoremax-9 1542 Derive ax-9 1542 from ax-i9 1541, the modified version for intuitionistic logic. Although ax-9 1542 does hold intuistionistically, in intuitionistic logic it is weaker than ax-i9 1541. (Contributed by NM, 3-Feb-2015.)
 |- 
 -.  A. x  -.  x  =  y
 
Theoremequidqe 1543 equid 1712 with some quantification and negation without using ax-4 1521 or ax-17 1537. (Contributed by NM, 13-Jan-2011.) (Proof shortened by Wolf Lammen, 27-Feb-2014.)
 |- 
 -.  A. y  -.  x  =  x
 
Theoremax4sp1 1544 A special case of ax-4 1521 without using ax-4 1521 or ax-17 1537. (Contributed by NM, 13-Jan-2011.)
 |-  ( A. y  -.  x  =  x  ->  -.  x  =  x )
 
1.3.5  Additional intuitionistic axioms
 
Axiomax-ial 1545  x is not free in  A. x ph. One of the axioms of predicate logic. (Contributed by Mario Carneiro, 31-Jan-2015.)
 |-  ( A. x ph  ->  A. x A. x ph )
 
Axiomax-i5r 1546 Axiom of quantifier collection. (Contributed by Mario Carneiro, 31-Jan-2015.)
 |-  ( ( A. x ph 
 ->  A. x ps )  ->  A. x ( A. x ph  ->  ps )
 )
 
1.3.6  Predicate calculus including ax-4, without distinct variables
 
Theoremspi 1547 Inference reversing generalization (specialization). (Contributed by NM, 5-Aug-1993.)
 |- 
 A. x ph   =>    |-  ph
 
Theoremsps 1548 Generalization of antecedent. (Contributed by NM, 5-Aug-1993.)
 |-  ( ph  ->  ps )   =>    |-  ( A. x ph  ->  ps )
 
Theoremspsd 1549 Deduction generalizing antecedent. (Contributed by NM, 17-Aug-1994.)
 |-  ( ph  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  (
 A. x ps  ->  ch ) )
 
Theoremnfbidf 1550 An equality theorem for effectively not free. (Contributed by Mario Carneiro, 4-Oct-2016.)
 |- 
 F/ x ph   &    |-  ( ph  ->  ( ps  <->  ch ) )   =>    |-  ( ph  ->  ( F/ x ps  <->  F/ x ch )
 )
 
Theoremhba1 1551  x is not free in  A. x ph. Example in Appendix in [Megill] p. 450 (p. 19 of the preprint). Also Lemma 22 of [Monk2] p. 114. (Contributed by NM, 5-Aug-1993.)
 |-  ( A. x ph  ->  A. x A. x ph )
 
Theoremnfa1 1552  x is not free in  A. x ph. (Contributed by Mario Carneiro, 11-Aug-2016.)
 |- 
 F/ x A. x ph
 
Theoremaxc4i 1553 Inference version of 19.21 1594. (Contributed by NM, 3-Jan-1993.)
 |-  ( A. x ph  ->  ps )   =>    |-  ( A. x ph  ->  A. x ps )
 
Theorema5i 1554 Inference generalizing a consequent. (Contributed by NM, 5-Aug-1993.)
 |-  ( A. x ph  ->  ps )   =>    |-  ( A. x ph  ->  A. x ps )
 
Theoremnfnf1 1555  x is not free in  F/ x ph. (Contributed by Mario Carneiro, 11-Aug-2016.)
 |- 
 F/ x F/ x ph
 
Theoremhbim 1556 If  x is not free in  ph and  ps, it is not free in  ( ph  ->  ps ). (Contributed by NM, 5-Aug-1993.) (Proof shortened by O'Cat, 3-Mar-2008.) (Revised by Mario Carneiro, 2-Feb-2015.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ps  ->  A. x ps )   =>    |-  ( ( ph  ->  ps )  ->  A. x ( ph  ->  ps )
 )
 
Theoremhbor 1557 If  x is not free in  ph and  ps, it is not free in  ( ph  \/  ps ). (Contributed by NM, 5-Aug-1993.) (Revised by NM, 2-Feb-2015.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ps  ->  A. x ps )   =>    |-  ( ( ph  \/  ps )  ->  A. x ( ph  \/  ps )
 )
 
Theoremhban 1558 If  x is not free in  ph and  ps, it is not free in  ( ph  /\  ps ). (Contributed by NM, 5-Aug-1993.) (Proof shortened by Mario Carneiro, 2-Feb-2015.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ps  ->  A. x ps )   =>    |-  ( ( ph  /\ 
 ps )  ->  A. x ( ph  /\  ps )
 )
 
Theoremhbbi 1559 If  x is not free in  ph and  ps, it is not free in  ( ph  <->  ps ). (Contributed by NM, 5-Aug-1993.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ps  ->  A. x ps )   =>    |-  ( ( ph  <->  ps )  ->  A. x ( ph  <->  ps ) )
 
Theoremhb3or 1560 If  x is not free in  ph,  ps, and  ch, it is not free in  ( ph  \/  ps  \/  ch ). (Contributed by NM, 14-Sep-2003.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ps  ->  A. x ps )   &    |-  ( ch  ->  A. x ch )   =>    |-  (
 ( ph  \/  ps  \/  ch )  ->  A. x (
 ph  \/  ps  \/  ch ) )
 
Theoremhb3an 1561 If  x is not free in  ph,  ps, and  ch, it is not free in  ( ph  /\  ps  /\  ch ). (Contributed by NM, 14-Sep-2003.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ps  ->  A. x ps )   &    |-  ( ch  ->  A. x ch )   =>    |-  (
 ( ph  /\  ps  /\  ch )  ->  A. x (
 ph  /\  ps  /\  ch ) )
 
Theoremhba2 1562 Lemma 24 of [Monk2] p. 114. (Contributed by NM, 29-May-2008.)
 |-  ( A. y A. x ph  ->  A. x A. y A. x ph )
 
Theoremhbia1 1563 Lemma 23 of [Monk2] p. 114. (Contributed by NM, 29-May-2008.)
 |-  ( ( A. x ph 
 ->  A. x ps )  ->  A. x ( A. x ph  ->  A. x ps ) )
 
Theorem19.3h 1564 A wff may be quantified with a variable not free in it. Theorem 19.3 of [Margaris] p. 89. (Contributed by NM, 5-Aug-1993.) (Revised by NM, 21-May-2007.)
 |-  ( ph  ->  A. x ph )   =>    |-  ( A. x ph  <->  ph )
 
Theorem19.3 1565 A wff may be quantified with a variable not free in it. Theorem 19.3 of [Margaris] p. 89. (Contributed by NM, 5-Aug-1993.) (Revised by Mario Carneiro, 24-Sep-2016.)
 |- 
 F/ x ph   =>    |-  ( A. x ph  <->  ph )
 
Theorem19.16 1566 Theorem 19.16 of [Margaris] p. 90. (Contributed by NM, 12-Mar-1993.)
 |- 
 F/ x ph   =>    |-  ( A. x (
 ph 
 <->  ps )  ->  ( ph 
 <-> 
 A. x ps )
 )
 
Theorem19.17 1567 Theorem 19.17 of [Margaris] p. 90. (Contributed by NM, 12-Mar-1993.)
 |- 
 F/ x ps   =>    |-  ( A. x ( ph  <->  ps )  ->  ( A. x ph  <->  ps ) )
 
Theorem19.21h 1568 Theorem 19.21 of [Margaris] p. 90. The hypothesis can be thought of as " x is not free in  ph". New proofs should use 19.21 1594 instead. (Contributed by NM, 5-Aug-1993.) (New usage is discouraged.)
 |-  ( ph  ->  A. x ph )   =>    |-  ( A. x (
 ph  ->  ps )  <->  ( ph  ->  A. x ps ) )
 
Theorem19.21bi 1569 Inference from Theorem 19.21 of [Margaris] p. 90. (Contributed by NM, 5-Aug-1993.)
 |-  ( ph  ->  A. x ps )   =>    |-  ( ph  ->  ps )
 
Theorem19.21bbi 1570 Inference removing double quantifier. (Contributed by NM, 20-Apr-1994.)
 |-  ( ph  ->  A. x A. y ps )   =>    |-  ( ph  ->  ps )
 
Theorem19.27h 1571 Theorem 19.27 of [Margaris] p. 90. (Contributed by NM, 5-Aug-1993.)
 |-  ( ps  ->  A. x ps )   =>    |-  ( A. x (
 ph  /\  ps )  <->  (
 A. x ph  /\  ps ) )
 
Theorem19.27 1572 Theorem 19.27 of [Margaris] p. 90. (Contributed by NM, 5-Aug-1993.)
 |- 
 F/ x ps   =>    |-  ( A. x ( ph  /\  ps )  <->  (
 A. x ph  /\  ps ) )
 
Theorem19.28h 1573 Theorem 19.28 of [Margaris] p. 90. (Contributed by NM, 5-Aug-1993.)
 |-  ( ph  ->  A. x ph )   =>    |-  ( A. x (
 ph  /\  ps )  <->  (
 ph  /\  A. x ps ) )
 
Theorem19.28 1574 Theorem 19.28 of [Margaris] p. 90. (Contributed by NM, 5-Aug-1993.)
 |- 
 F/ x ph   =>    |-  ( A. x (
 ph  /\  ps )  <->  (
 ph  /\  A. x ps ) )
 
Theoremnfan1 1575 A closed form of nfan 1576. (Contributed by Mario Carneiro, 3-Oct-2016.)
 |- 
 F/ x ph   &    |-  ( ph  ->  F/ x ps )   =>    |-  F/ x (
 ph  /\  ps )
 
Theoremnfan 1576 If  x is not free in  ph and  ps, it is not free in  ( ph  /\  ps ). (Contributed by Mario Carneiro, 11-Aug-2016.) (Proof shortened by Wolf Lammen, 13-Jan-2018.)
 |- 
 F/ x ph   &    |-  F/ x ps   =>    |-  F/ x ( ph  /\  ps )
 
Theoremnf3an 1577 If  x is not free in  ph,  ps, and  ch, it is not free in  ( ph  /\  ps  /\  ch ). (Contributed by Mario Carneiro, 11-Aug-2016.)
 |- 
 F/ x ph   &    |-  F/ x ps   &    |-  F/ x ch   =>    |- 
 F/ x ( ph  /\ 
 ps  /\  ch )
 
Theoremnford 1578 If in a context  x is not free in  ps and  ch, it is not free in  ( ps  \/  ch ). (Contributed by Jim Kingdon, 29-Oct-2019.)
 |-  ( ph  ->  F/ x ps )   &    |-  ( ph  ->  F/ x ch )   =>    |-  ( ph  ->  F/ x ( ps  \/  ch ) )
 
Theoremnfand 1579 If in a context  x is not free in  ps and  ch, it is not free in  ( ps  /\  ch ). (Contributed by Mario Carneiro, 7-Oct-2016.)
 |-  ( ph  ->  F/ x ps )   &    |-  ( ph  ->  F/ x ch )   =>    |-  ( ph  ->  F/ x ( ps  /\  ch ) )
 
Theoremnf3and 1580 Deduction form of bound-variable hypothesis builder nf3an 1577. (Contributed by NM, 17-Feb-2013.) (Revised by Mario Carneiro, 16-Oct-2016.)
 |-  ( ph  ->  F/ x ps )   &    |-  ( ph  ->  F/ x ch )   &    |-  ( ph  ->  F/ x th )   =>    |-  ( ph  ->  F/ x ( ps  /\  ch  /\  th ) )
 
Theoremhbim1 1581 A closed form of hbim 1556. (Contributed by NM, 5-Aug-1993.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ph  ->  ( ps  ->  A. x ps ) )   =>    |-  ( ( ph  ->  ps )  ->  A. x (
 ph  ->  ps ) )
 
Theoremnfim1 1582 A closed form of nfim 1583. (Contributed by NM, 5-Aug-1993.) (Revised by Mario Carneiro, 24-Sep-2016.) (Proof shortened by Wolf Lammen, 2-Jan-2018.)
 |- 
 F/ x ph   &    |-  ( ph  ->  F/ x ps )   =>    |-  F/ x (
 ph  ->  ps )
 
Theoremnfim 1583 If  x is not free in  ph and  ps, it is not free in  ( ph  ->  ps ). (Contributed by Mario Carneiro, 11-Aug-2016.) (Proof shortened by Wolf Lammen, 2-Jan-2018.)
 |- 
 F/ x ph   &    |-  F/ x ps   =>    |-  F/ x ( ph  ->  ps )
 
Theoremhbimd 1584 Deduction form of bound-variable hypothesis builder hbim 1556. (Contributed by NM, 1-Jan-2002.) (Revised by NM, 2-Feb-2015.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ph  ->  ( ps  ->  A. x ps ) )   &    |-  ( ph  ->  ( ch  ->  A. x ch ) )   =>    |-  ( ph  ->  (
 ( ps  ->  ch )  ->  A. x ( ps 
 ->  ch ) ) )
 
Theoremnfor 1585 If  x is not free in  ph and  ps, it is not free in  ( ph  \/  ps ). (Contributed by Jim Kingdon, 11-Mar-2018.)
 |- 
 F/ x ph   &    |-  F/ x ps   =>    |-  F/ x ( ph  \/  ps )
 
Theoremhbbid 1586 Deduction form of bound-variable hypothesis builder hbbi 1559. (Contributed by NM, 1-Jan-2002.)
 |-  ( ph  ->  A. x ph )   &    |-  ( ph  ->  ( ps  ->  A. x ps ) )   &    |-  ( ph  ->  ( ch  ->  A. x ch ) )   =>    |-  ( ph  ->  (
 ( ps  <->  ch )  ->  A. x ( ps  <->  ch ) ) )
 
Theoremnfal 1587 If  x is not free in  ph, it is not free in  A. y ph. (Contributed by Mario Carneiro, 11-Aug-2016.) Remove dependency on ax-4 1521. (Revised by GG, 25-Aug-2024.)
 |- 
 F/ x ph   =>    |- 
 F/ x A. y ph
 
Theoremnfnf 1588 If  x is not free in  ph, it is not free in  F/ y ph. (Contributed by Mario Carneiro, 11-Aug-2016.) (Proof shortened by Wolf Lammen, 30-Dec-2017.)
 |- 
 F/ x ph   =>    |- 
 F/ x F/ y ph
 
Theoremnfalt 1589 Closed form of nfal 1587. (Contributed by Jim Kingdon, 11-May-2018.)
 |-  ( A. y F/ x ph  ->  F/ x A. y ph )
 
Theoremnfa2 1590 Lemma 24 of [Monk2] p. 114. (Contributed by Mario Carneiro, 24-Sep-2016.)
 |- 
 F/ x A. y A. x ph
 
Theoremnfia1 1591 Lemma 23 of [Monk2] p. 114. (Contributed by Mario Carneiro, 24-Sep-2016.)
 |- 
 F/ x ( A. x ph  ->  A. x ps )
 
Theorem19.21ht 1592 Closed form of Theorem 19.21 of [Margaris] p. 90. (Contributed by NM, 27-May-1997.) (New usage is discouraged.)
 |-  ( A. x (
 ph  ->  A. x ph )  ->  ( A. x (
 ph  ->  ps )  <->  ( ph  ->  A. x ps ) ) )
 
Theorem19.21t 1593 Closed form of Theorem 19.21 of [Margaris] p. 90. (Contributed by NM, 27-May-1997.)
 |-  ( F/ x ph  ->  ( A. x (
 ph  ->  ps )  <->  ( ph  ->  A. x ps ) ) )
 
Theorem19.21 1594 Theorem 19.21 of [Margaris] p. 90. The hypothesis can be thought of as " x is not free in  ph". (Contributed by NM, 5-Aug-1993.) (Revised by Mario Carneiro, 24-Sep-2016.)
 |- 
 F/ x ph   =>    |-  ( A. x (
 ph  ->  ps )  <->  ( ph  ->  A. x ps ) )
 
Theoremstdpc5 1595 An axiom scheme of standard predicate calculus that emulates Axiom 5 of [Mendelson] p. 69. The hypothesis  F/ x ph can be thought of as emulating " x is not free in  ph". With this definition, the meaning of "not free" is less restrictive than the usual textbook definition; for example  x would not (for us) be free in  x  =  x by nfequid 1713. This theorem scheme can be proved as a metatheorem of Mendelson's axiom system, even though it is slightly stronger than his Axiom 5. (Contributed by NM, 22-Sep-1993.) (Revised by Mario Carneiro, 12-Oct-2016.) (Proof shortened by Wolf Lammen, 1-Jan-2018.)
 |- 
 F/ x ph   =>    |-  ( A. x (
 ph  ->  ps )  ->  ( ph  ->  A. x ps )
 )
 
Theoremnfimd 1596 If in a context  x is not free in  ps and  ch, then it is not free in  ( ps  ->  ch ). (Contributed by Mario Carneiro, 24-Sep-2016.) (Proof shortened by Wolf Lammen, 30-Dec-2017.)
 |-  ( ph  ->  F/ x ps )   &    |-  ( ph  ->  F/ x ch )   =>    |-  ( ph  ->  F/ x ( ps  ->  ch ) )
 
Theoremaaanh 1597 Rearrange universal quantifiers. (Contributed by NM, 12-Aug-1993.)
 |-  ( ph  ->  A. y ph )   &    |-  ( ps  ->  A. x ps )   =>    |-  ( A. x A. y ( ph  /\  ps ) 
 <->  ( A. x ph  /\ 
 A. y ps )
 )
 
Theoremaaan 1598 Rearrange universal quantifiers. (Contributed by NM, 12-Aug-1993.)
 |- 
 F/ y ph   &    |-  F/ x ps   =>    |-  ( A. x A. y (
 ph  /\  ps )  <->  (
 A. x ph  /\  A. y ps ) )
 
Theoremnfbid 1599 If in a context  x is not free in  ps and  ch, then it is not free in  ( ps  <->  ch ). (Contributed by Mario Carneiro, 24-Sep-2016.) (Proof shortened by Wolf Lammen, 29-Dec-2017.)
 |-  ( ph  ->  F/ x ps )   &    |-  ( ph  ->  F/ x ch )   =>    |-  ( ph  ->  F/ x ( ps  <->  ch ) )
 
Theoremnfbi 1600 If  x is not free in  ph and  ps, then it is not free in  ( ph  <->  ps ). (Contributed by Mario Carneiro, 11-Aug-2016.) (Proof shortened by Wolf Lammen, 2-Jan-2018.)
 |- 
 F/ x ph   &    |-  F/ x ps   =>    |-  F/ x ( ph  <->  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-15574
  Copyright terms: Public domain < Previous  Next >