HomeHome Intuitionistic Logic Explorer
Theorem List (p. 1 of 132)
< Previous  Next >
Bad symbols? Try the
GIF version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 1-100   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
PART 1  INTUITIONISTIC FIRST-ORDER LOGIC WITH EQUALITY

Logic can be defined as the "study of the principles of correct reasoning" (Merrilee H. Salmon's 1991 "Informal Reasoning and Informal Logic" in Informal Reasoning and Education ) or as "a formal system using symbolic techniques and mathematical methods to establish truth-values" (the Oxford English Dictionary).

This section formally defines the logic system we will use. In particular, it defines symbols for declaring truthful statements, along with rules for deriving truthful statements from other truthful statements. The system defined here is intuitionistic first-order logic with equality.

We begin with a few housekeeping items in pre-logic, and then introduce propositional calculus (both its axioms and important theorems that can be derived from them). Propositional calculus deals with general truths about well-formed formulas (wffs) regardless of how they are constructed. This is followed by proofs that other axiomatizations of classical propositional calculus can be derived from the axioms we have chosen to use.

We then define predicate calculus, which adds additional symbols and rules useful for discussing objects (beyond simply true or false). In particular, it introduces the symbols = ("equals"), ("is a member of"), and ("for all"). The first two are called "predicates." A predicate specifies a true or false relationship between its two arguments.

 
1.1  Pre-logic

This section includes a few "housekeeping" mechanisms before we begin defining the basics of logic.

 
1.1.1  Inferences for assisting proof development

The inference rules in this section will normally never appear in a completed proof. They can be ignored if you are using this database to assist learning logic - please start with the statement wn 3 instead.

 
Theoremidi 1 (Note: This inference rule and the next one, a1ii 2, will normally never appear in a completed proof. They can be ignored if you are using this database to assist learning logic; please start with the statement wn 3 instead.)

This inference says "if 𝜑 is true then 𝜑 is true". This inference requires no axioms for its proof, and is useful as a copy-paste mechanism during proof development in mmj2. It is normally not referenced in the final version of a proof, since it is always redundant. You can remove this using the metamath-exe (Metamath program) Proof Assistant using the "MM-PA> MINIMIZE_WITH *" command. This is the inference associated with id 19, hence its name. (Contributed by Alan Sare, 31-Dec-2011.) (Proof modification is discouraged.) (New usage is discouraged.)

𝜑       𝜑
 
Theorema1ii 2 (Note: This inference rule and the previous one, idi 1, will normally never appear in a completed proof.)

This is a technical inference to assist proof development. It provides a temporary way to add an independent subproof to a proof under development, for later assignment to a normal proof step.

The Metamath (Metamath-exe) program Proof Assistant requires proofs to be developed backwards from the conclusion with no gaps, and it has no mechanism that lets the user work on isolated subproofs. This inference provides a workaround for this limitation. It can be inserted at any point in a proof to allow an independent subproof to be developed on the side, for later use as part of the final proof.

Instructions: (1) Assign this inference to any unknown step in the proof. Typically, the last unknown step is the most convenient, since "MM-PA> ASSIGN LAST" can be used. This step will be replicated in hypothesis a1ii.1, from where the development of the main proof can continue. (2) Develop the independent subproof backwards from hypothesis a1ii.2. If desired, use a "MM-PA> LET STEP" command to pre-assign the conclusion of the independent subproof to a1ii.2. (3) After the independent subproof is complete, use "MM-PA> IMPROVE ALL" to assign it automatically to an unknown step in the main proof that matches it. (4) After the entire proof is complete, use "MM-PA> MINIMIZE_WITH *" to clean up (discard) all a1ii 2 references automatically.

This inference was originally designed to assist importing partially completed Proof Worksheets from the mmj2 Proof Assistant GUI, but it can also be useful on its own. Interestingly, no axioms are required for its proof. It is the inference associated with a1i 9. (Contributed by NM, 7-Feb-2006.) (Proof modification is discouraged.) (New usage is discouraged.)

𝜑    &   𝜓       𝜑
 
1.2  Propositional calculus

Propositional calculus deals with general truths about well-formed formulas (wffs) regardless of how they are constructed. The simplest propositional truth is (𝜑𝜑), which can be read "if something is true, then it is true" - rather trivial and obvious, but nonetheless it must be proved from the axioms (see theorem id 19).

Our system of propositional calculus consists of a few basic axioms and a unique rule of inference, modus ponens.

The propositional calculus used here is the intuitionistic propositional calculus.

All 194 axioms, definitions, and theorems for propositional calculus in Principia Mathematica (specifically *1.2 through *5.75) are axioms or formally proven. See the Bibliographic Cross-References at http://us.metamath.org/ileuni/mmbiblio.html 19 for a complete cross-reference from sources used to its formalization in the Intuitionistic Logic Explorer.

 
1.2.1  Recursively define primitive wffs for propositional calculus
 
Syntaxwn 3 If 𝜑 is a wff, so is ¬ 𝜑 or "not 𝜑." Part of the recursive definition of a wff (well-formed formula). Traditionally, Greek letters are used to represent wffs, and we follow this convention. In propositional calculus, we define only wffs built up from other wffs, i.e. there is no starting or "atomic" wff. Later, in predicate calculus, we will extend the basic wff definition by including atomic wffs (weq 1464 and wel 1466).
wff ¬ 𝜑
 
Syntaxwi 4 If 𝜑 and 𝜓 are wff's, so is (𝜑𝜓) or "𝜑 implies 𝜓." Part of the recursive definition of a wff. The left-hand wff is called the antecedent, and the right-hand wff is called the consequent. In the case of (𝜑 → (𝜓𝜒)), the middle 𝜓 may be informally called either an antecedent or part of the consequent depending on context.
wff (𝜑𝜓)
 
1.2.2  Propositional logic axioms for implication
 
Axiomax-mp 5 Rule of Modus Ponens. The postulated inference rule of propositional calculus. See e.g. Rule 1 of [Hamilton] p. 73. The rule says, "if 𝜑 is true, and 𝜑 implies 𝜓, then 𝜓 must also be true." This rule is sometimes called "detachment", since it detaches the minor premise from the major premise. "Modus ponens" is short for "modus ponendo ponens", a Latin phrase that means "the mode that by affirming affirms" - remark in [Sanford] p. 39. This rule is similar to the rule of modus tollens mto 636.

Note: In some web page displays such as the Statement List, the symbols "& " and " " informally indicate the relationship between the hypotheses and the assertion (conclusion), abbreviating the English words "and" and "implies." They are not part of the formal language. (Contributed by NM, 30-Sep-1992.)

𝜑    &   (𝜑𝜓)       𝜓
 
Axiomax-1 6 Axiom Simp. Axiom A1 of [Margaris] p. 49. One of the axioms of propositional calculus. This axiom is called Simp or "the principle of simplification" in Principia Mathematica (Theorem *2.02 of [WhiteheadRussell] p. 100) because "it enables us to pass from the joint assertion of 𝜑 and 𝜓 to the assertion of 𝜑 simply."

The theorems of propositional calculus are also called tautologies. Although classical propositional logic tautologies can be proved using truth tables, there is no similarly simple system for intuitionistic propositional logic, so proving tautologies from axioms is the preferred approach. (Contributed by NM, 5-Aug-1993.)

(𝜑 → (𝜓𝜑))
 
Axiomax-2 7 Axiom Frege. Axiom A2 of [Margaris] p. 49. This axiom "distributes" an antecedent over two consequents. This axiom was part of Frege's original system and is known as Frege in the literature. It is also proved as Theorem *2.77 of [WhiteheadRussell] p. 108. The other direction of this axiom also turns out to be true, as demonstrated by pm5.41 250. (Contributed by NM, 5-Aug-1993.)
((𝜑 → (𝜓𝜒)) → ((𝜑𝜓) → (𝜑𝜒)))
 
1.2.3  Logical implication

The results in this section are based on implication only, and only use ax-1 6, ax-2 7, and ax-mp 5. In an implication, the wff before the arrow is called the "antecedent" and the wff after the arrow is called the "consequent".

We will use the following descriptive terms very loosely: A "closed form" or "tautology" has no $e hypotheses. An "inference" has one or more $e hypotheses. A "deduction" is an inference in which the hypotheses and the conclusion share the same antecedent.

 
Theoremmp2b 8 A double modus ponens inference. (Contributed by Mario Carneiro, 24-Jan-2013.)
𝜑    &   (𝜑𝜓)    &   (𝜓𝜒)       𝜒
 
Theorema1i 9 Inference derived from axiom ax-1 6. See a1d 22 for an explanation of our informal use of the terms "inference" and "deduction." See also the comment in syld 45. (Contributed by NM, 5-Aug-1993.)
𝜑       (𝜓𝜑)
 
Theoremmp1i 10 Drop and replace an antecedent. (Contributed by Stefan O'Rear, 29-Jan-2015.)
𝜑    &   (𝜑𝜓)       (𝜒𝜓)
 
Theorema2i 11 Inference derived from axiom ax-2 7. (Contributed by NM, 5-Aug-1993.)
(𝜑 → (𝜓𝜒))       ((𝜑𝜓) → (𝜑𝜒))
 
Theoremimim2i 12 Inference adding common antecedents in an implication. (Contributed by NM, 5-Aug-1993.)
(𝜑𝜓)       ((𝜒𝜑) → (𝜒𝜓))
 
Theoremmpd 13 A modus ponens deduction. (Contributed by NM, 5-Aug-1993.)
(𝜑𝜓)    &   (𝜑 → (𝜓𝜒))       (𝜑𝜒)
 
Theoremsyl 14 An inference version of the transitive laws for implication imim2 55 and imim1 76, which Russell and Whitehead call "the principle of the syllogism...because...the syllogism in Barbara is derived from them" (quote after Theorem *2.06 of [WhiteheadRussell] p. 101). Some authors call this law a "hypothetical syllogism." (Contributed by NM, 5-Aug-1993.) (Proof shortened by O'Cat, 20-Oct-2011.) (Proof shortened by Wolf Lammen, 26-Jul-2012.)
(𝜑𝜓)    &   (𝜓𝜒)       (𝜑𝜒)
 
Theoremmpi 15 A nested modus ponens inference. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Stefan Allan, 20-Mar-2006.)
𝜓    &   (𝜑 → (𝜓𝜒))       (𝜑𝜒)
 
Theoremmp2 16 A double modus ponens inference. (Contributed by NM, 5-Apr-1994.) (Proof shortened by Wolf Lammen, 23-Jul-2013.)
𝜑    &   𝜓    &   (𝜑 → (𝜓𝜒))       𝜒
 
Theorem3syl 17 Inference chaining two syllogisms. (Contributed by NM, 5-Aug-1993.)
(𝜑𝜓)    &   (𝜓𝜒)    &   (𝜒𝜃)       (𝜑𝜃)
 
Theorem4syl 18 Inference chaining three syllogisms. The use of this theorem is marked "discouraged" because it can cause the "minimize" command to have very long run times. However, feel free to use "minimize 4syl /override" if you wish. (Contributed by BJ, 14-Jul-2018.) (New usage is discouraged.)
(𝜑𝜓)    &   (𝜓𝜒)    &   (𝜒𝜃)    &   (𝜃𝜏)       (𝜑𝜏)
 
Theoremid 19 Principle of identity. Theorem *2.08 of [WhiteheadRussell] p. 101. For another version of the proof directly from axioms, see idALT 20. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Stefan Allan, 20-Mar-2006.)
(𝜑𝜑)
 
TheoremidALT 20 Principle of identity. Theorem *2.08 of [WhiteheadRussell] p. 101. This version is proved directly from the axioms for demonstration purposes. This proof is a popular example in the literature and is identical, step for step, to the proofs of Theorem 1 of [Margaris] p. 51, Example 2.7(a) of [Hamilton] p. 31, Lemma 10.3 of [BellMachover] p. 36, and Lemma 1.8 of [Mendelson] p. 36. It is also "Our first proof" in Hirst and Hirst's A Primer for Logic and Proof p. 17 (PDF p. 23) at http://www.mathsci.appstate.edu/~jlh/primer/hirst.pdf. For a shorter version of the proof that takes advantage of previously proved theorems, see id 19. (Contributed by NM, 5-Aug-1993.) (Proof modification is discouraged.) Use id 19 instead. (New usage is discouraged.)
(𝜑𝜑)
 
Theoremidd 21 Principle of identity with antecedent. (Contributed by NM, 26-Nov-1995.)
(𝜑 → (𝜓𝜓))
 
Theorema1d 22 Deduction introducing an embedded antecedent. (The proof was revised by Stefan Allan, 20-Mar-2006.)

Naming convention: We often call a theorem a "deduction" and suffix its label with "d" whenever the hypotheses and conclusion are each prefixed with the same antecedent. This allows us to use the theorem in places where (in traditional textbook formalizations) the standard Deduction Theorem would be used; here 𝜑 would be replaced with a conjunction (wa 103) of the hypotheses of the would-be deduction. By contrast, we tend to call the simpler version with no common antecedent an "inference" and suffix its label with "i"; compare theorem a1i 9. Finally, a "theorem" would be the form with no hypotheses; in this case the "theorem" form would be the original axiom ax-1 6. We usually show the theorem form without a suffix on its label (e.g. pm2.43 53 versus pm2.43i 49 versus pm2.43d 50). (Contributed by NM, 5-Aug-1993.) (Revised by NM, 20-Mar-2006.)

(𝜑𝜓)       (𝜑 → (𝜒𝜓))
 
Theorem2a1d 23 Deduction introducing two antecedents. Two applications of a1d 22. Deduction associated with 2a1 25 and 2a1i 27. (Contributed by BJ, 10-Aug-2020.)
(𝜑𝜓)       (𝜑 → (𝜒 → (𝜃𝜓)))
 
Theorema1i13 24 Add two antecedents to a wff. (Contributed by Jeff Hankins, 4-Aug-2009.)
(𝜓𝜃)       (𝜑 → (𝜓 → (𝜒𝜃)))
 
Theorem2a1 25 A double form of ax-1 6. Its associated inference is 2a1i 27. Its associated deduction is 2a1d 23. (Contributed by BJ, 10-Aug-2020.) (Proof shortened by Wolf Lammen, 1-Sep-2020.)
(𝜑 → (𝜓 → (𝜒𝜑)))
 
Theorema2d 26 Deduction distributing an embedded antecedent. (Contributed by NM, 23-Jun-1994.)
(𝜑 → (𝜓 → (𝜒𝜃)))       (𝜑 → ((𝜓𝜒) → (𝜓𝜃)))
 
Theorem2a1i 27 Add two antecedents to a wff. (Contributed by Jeff Hankins, 4-Aug-2009.) (Proof shortened by Wolf Lammen, 23-Jul-2013.)
𝜒       (𝜑 → (𝜓𝜒))
 
Theoremsylcom 28 Syllogism inference with commutation of antecedents. (Contributed by NM, 29-Aug-2004.) (Proof shortened by O'Cat, 2-Feb-2006.) (Proof shortened by Stefan Allan, 23-Feb-2006.)
(𝜑 → (𝜓𝜒))    &   (𝜓 → (𝜒𝜃))       (𝜑 → (𝜓𝜃))
 
Theoremsyl5com 29 Syllogism inference with commuted antecedents. (Contributed by NM, 24-May-2005.)
(𝜑𝜓)    &   (𝜒 → (𝜓𝜃))       (𝜑 → (𝜒𝜃))
 
Theoremcom12 30 Inference that swaps (commutes) antecedents in an implication. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Wolf Lammen, 4-Aug-2012.)
(𝜑 → (𝜓𝜒))       (𝜓 → (𝜑𝜒))
 
Theoremsyl11 31 A syllogism inference. Commuted form of an instance of syl 14. (Contributed by BJ, 25-Oct-2021.)
(𝜑 → (𝜓𝜒))    &   (𝜃𝜑)       (𝜓 → (𝜃𝜒))
 
Theoremsyl5 32 A syllogism rule of inference. The second premise is used to replace the second antecedent of the first premise. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Wolf Lammen, 25-May-2013.)
(𝜑𝜓)    &   (𝜒 → (𝜓𝜃))       (𝜒 → (𝜑𝜃))
 
Theoremsyl6 33 A syllogism rule of inference. The second premise is used to replace the consequent of the first premise. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Wolf Lammen, 30-Jul-2012.)
(𝜑 → (𝜓𝜒))    &   (𝜒𝜃)       (𝜑 → (𝜓𝜃))
 
Theoremsyl56 34 Combine syl5 32 and syl6 33. (Contributed by NM, 14-Nov-2013.)
(𝜑𝜓)    &   (𝜒 → (𝜓𝜃))    &   (𝜃𝜏)       (𝜒 → (𝜑𝜏))
 
Theoremsyl6com 35 Syllogism inference with commuted antecedents. (Contributed by NM, 25-May-2005.)
(𝜑 → (𝜓𝜒))    &   (𝜒𝜃)       (𝜓 → (𝜑𝜃))
 
Theoremmpcom 36 Modus ponens inference with commutation of antecedents. (Contributed by NM, 17-Mar-1996.)
(𝜓𝜑)    &   (𝜑 → (𝜓𝜒))       (𝜓𝜒)
 
Theoremsyli 37 Syllogism inference with common nested antecedent. (Contributed by NM, 4-Nov-2004.)
(𝜓 → (𝜑𝜒))    &   (𝜒 → (𝜑𝜃))       (𝜓 → (𝜑𝜃))
 
Theoremsyl2im 38 Replace two antecedents. Implication-only version of syl2an 287. (Contributed by Wolf Lammen, 14-May-2013.)
(𝜑𝜓)    &   (𝜒𝜃)    &   (𝜓 → (𝜃𝜏))       (𝜑 → (𝜒𝜏))
 
Theoremsyl2imc 39 A commuted version of syl2im 38. Implication-only version of syl2anr 288. (Contributed by BJ, 20-Oct-2021.)
(𝜑𝜓)    &   (𝜒𝜃)    &   (𝜓 → (𝜃𝜏))       (𝜒 → (𝜑𝜏))
 
Theorempm2.27 40 This theorem, called "Assertion," can be thought of as closed form of modus ponens ax-mp 5. Theorem *2.27 of [WhiteheadRussell] p. 104. (Contributed by NM, 5-Aug-1993.)
(𝜑 → ((𝜑𝜓) → 𝜓))
 
Theoremmpdd 41 A nested modus ponens deduction. (Contributed by NM, 12-Dec-2004.)
(𝜑 → (𝜓𝜒))    &   (𝜑 → (𝜓 → (𝜒𝜃)))       (𝜑 → (𝜓𝜃))
 
Theoremmpid 42 A nested modus ponens deduction. (Contributed by NM, 14-Dec-2004.)
(𝜑𝜒)    &   (𝜑 → (𝜓 → (𝜒𝜃)))       (𝜑 → (𝜓𝜃))
 
Theoremmpdi 43 A nested modus ponens deduction. (Contributed by NM, 16-Apr-2005.) (Proof shortened by O'Cat, 15-Jan-2008.)
(𝜓𝜒)    &   (𝜑 → (𝜓 → (𝜒𝜃)))       (𝜑 → (𝜓𝜃))
 
Theoremmpii 44 A doubly nested modus ponens inference. (Contributed by NM, 31-Dec-1993.) (Proof shortened by Wolf Lammen, 31-Jul-2012.)
𝜒    &   (𝜑 → (𝜓 → (𝜒𝜃)))       (𝜑 → (𝜓𝜃))
 
Theoremsyld 45 Syllogism deduction.

Notice that syld 45 has the same form as syl 14 with 𝜑 added in front of each hypothesis and conclusion. When all theorems referenced in a proof are converted in this way, we can replace 𝜑 with a hypothesis of the proof, allowing the hypothesis to be eliminated with id 19 and become an antecedent. The Deduction Theorem for propositional calculus, e.g. Theorem 3 in [Margaris] p. 56, tells us that this procedure is always possible. (Contributed by NM, 5-Aug-1993.) (Proof shortened by O'Cat, 19-Feb-2008.) (Proof shortened by Wolf Lammen, 3-Aug-2012.)

(𝜑 → (𝜓𝜒))    &   (𝜑 → (𝜒𝜃))       (𝜑 → (𝜓𝜃))
 
Theoremsyldc 46 Syllogism deduction. Commuted form of syld 45. (Contributed by BJ, 25-Oct-2021.)
(𝜑 → (𝜓𝜒))    &   (𝜑 → (𝜒𝜃))       (𝜓 → (𝜑𝜃))
 
Theoremmp2d 47 A double modus ponens deduction. (Contributed by NM, 23-May-2013.) (Proof shortened by Wolf Lammen, 23-Jul-2013.)
(𝜑𝜓)    &   (𝜑𝜒)    &   (𝜑 → (𝜓 → (𝜒𝜃)))       (𝜑𝜃)
 
Theorema1dd 48 Deduction introducing a nested embedded antecedent. (Contributed by NM, 17-Dec-2004.) (Proof shortened by O'Cat, 15-Jan-2008.)
(𝜑 → (𝜓𝜒))       (𝜑 → (𝜓 → (𝜃𝜒)))
 
Theorempm2.43i 49 Inference absorbing redundant antecedent. (Contributed by NM, 5-Aug-1993.) (Proof shortened by O'Cat, 28-Nov-2008.)
(𝜑 → (𝜑𝜓))       (𝜑𝜓)
 
Theorempm2.43d 50 Deduction absorbing redundant antecedent. (Contributed by NM, 18-Aug-1993.) (Proof shortened by O'Cat, 28-Nov-2008.)
(𝜑 → (𝜓 → (𝜓𝜒)))       (𝜑 → (𝜓𝜒))
 
Theorempm2.43a 51 Inference absorbing redundant antecedent. (Contributed by NM, 7-Nov-1995.) (Proof shortened by O'Cat, 28-Nov-2008.)
(𝜓 → (𝜑 → (𝜓𝜒)))       (𝜓 → (𝜑𝜒))
 
Theorempm2.43b 52 Inference absorbing redundant antecedent. (Contributed by NM, 31-Oct-1995.)
(𝜓 → (𝜑 → (𝜓𝜒)))       (𝜑 → (𝜓𝜒))
 
Theorempm2.43 53 Absorption of redundant antecedent. Also called the "Contraction" or "Hilbert" axiom. Theorem *2.43 of [WhiteheadRussell] p. 106. (Contributed by NM, 5-Aug-1993.) (Proof shortened by O'Cat, 15-Aug-2004.)
((𝜑 → (𝜑𝜓)) → (𝜑𝜓))
 
Theoremimim2d 54 Deduction adding nested antecedents. (Contributed by NM, 5-Aug-1993.)
(𝜑 → (𝜓𝜒))       (𝜑 → ((𝜃𝜓) → (𝜃𝜒)))
 
Theoremimim2 55 A closed form of syllogism (see syl 14). Theorem *2.05 of [WhiteheadRussell] p. 100. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Wolf Lammen, 6-Sep-2012.)
((𝜑𝜓) → ((𝜒𝜑) → (𝜒𝜓)))
 
Theoremembantd 56 Deduction embedding an antecedent. (Contributed by Wolf Lammen, 4-Oct-2013.)
(𝜑𝜓)    &   (𝜑 → (𝜒𝜃))       (𝜑 → ((𝜓𝜒) → 𝜃))
 
Theorem3syld 57 Triple syllogism deduction. (Contributed by Jeff Hankins, 4-Aug-2009.)
(𝜑 → (𝜓𝜒))    &   (𝜑 → (𝜒𝜃))    &   (𝜑 → (𝜃𝜏))       (𝜑 → (𝜓𝜏))
 
Theoremsylsyld 58 A double syllogism inference. (Contributed by Alan Sare, 20-Apr-2011.)
(𝜑𝜓)    &   (𝜑 → (𝜒𝜃))    &   (𝜓 → (𝜃𝜏))       (𝜑 → (𝜒𝜏))
 
Theoremimim12i 59 Inference joining two implications. (Contributed by NM, 5-Aug-1993.) (Proof shortened by O'Cat, 29-Oct-2011.)
(𝜑𝜓)    &   (𝜒𝜃)       ((𝜓𝜒) → (𝜑𝜃))
 
Theoremimim1i 60 Inference adding common consequents in an implication, thereby interchanging the original antecedent and consequent. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Wolf Lammen, 4-Aug-2012.)
(𝜑𝜓)       ((𝜓𝜒) → (𝜑𝜒))
 
Theoremimim3i 61 Inference adding three nested antecedents. (Contributed by NM, 19-Dec-2006.)
(𝜑 → (𝜓𝜒))       ((𝜃𝜑) → ((𝜃𝜓) → (𝜃𝜒)))
 
Theoremsylc 62 A syllogism inference combined with contraction. (Contributed by NM, 4-May-1994.) (Revised by NM, 13-Jul-2013.)
(𝜑𝜓)    &   (𝜑𝜒)    &   (𝜓 → (𝜒𝜃))       (𝜑𝜃)
 
Theoremsyl3c 63 A syllogism inference combined with contraction. (Contributed by Alan Sare, 7-Jul-2011.)
(𝜑𝜓)    &   (𝜑𝜒)    &   (𝜑𝜃)    &   (𝜓 → (𝜒 → (𝜃𝜏)))       (𝜑𝜏)
 
Theoremsyl6mpi 64 syl6 33 combined with mpi 15. (Contributed by Alan Sare, 8-Jul-2011.) (Proof shortened by Wolf Lammen, 13-Sep-2012.)
(𝜑 → (𝜓𝜒))    &   𝜃    &   (𝜒 → (𝜃𝜏))       (𝜑 → (𝜓𝜏))
 
Theoremmpsyl 65 Modus ponens combined with a syllogism inference. (Contributed by Alan Sare, 20-Apr-2011.)
𝜑    &   (𝜓𝜒)    &   (𝜑 → (𝜒𝜃))       (𝜓𝜃)
 
Theoremsyl6c 66 Inference combining syl6 33 with contraction. (Contributed by Alan Sare, 2-May-2011.)
(𝜑 → (𝜓𝜒))    &   (𝜑 → (𝜓𝜃))    &   (𝜒 → (𝜃𝜏))       (𝜑 → (𝜓𝜏))
 
Theoremsyldd 67 Nested syllogism deduction. (Contributed by NM, 12-Dec-2004.) (Proof shortened by Wolf Lammen, 11-May-2013.)
(𝜑 → (𝜓 → (𝜒𝜃)))    &   (𝜑 → (𝜓 → (𝜃𝜏)))       (𝜑 → (𝜓 → (𝜒𝜏)))
 
Theoremsyl5d 68 A nested syllogism deduction. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Josh Purinton, 29-Dec-2000.) (Proof shortened by O'Cat, 2-Feb-2006.)
(𝜑 → (𝜓𝜒))    &   (𝜑 → (𝜃 → (𝜒𝜏)))       (𝜑 → (𝜃 → (𝜓𝜏)))
 
Theoremsyl7 69 A syllogism rule of inference. The second premise is used to replace the third antecedent of the first premise. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Wolf Lammen, 3-Aug-2012.)
(𝜑𝜓)    &   (𝜒 → (𝜃 → (𝜓𝜏)))       (𝜒 → (𝜃 → (𝜑𝜏)))
 
Theoremsyl6d 70 A nested syllogism deduction. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Josh Purinton, 29-Dec-2000.) (Proof shortened by O'Cat, 2-Feb-2006.) (Revised by NM, 3-Feb-2006.)
(𝜑 → (𝜓 → (𝜒𝜃)))    &   (𝜑 → (𝜃𝜏))       (𝜑 → (𝜓 → (𝜒𝜏)))
 
Theoremsyl8 71 A syllogism rule of inference. The second premise is used to replace the consequent of the first premise. (Contributed by NM, 1-Aug-1994.) (Proof shortened by Wolf Lammen, 3-Aug-2012.)
(𝜑 → (𝜓 → (𝜒𝜃)))    &   (𝜃𝜏)       (𝜑 → (𝜓 → (𝜒𝜏)))
 
Theoremsyl9 72 A nested syllogism inference with different antecedents. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Josh Purinton, 29-Dec-2000.)
(𝜑 → (𝜓𝜒))    &   (𝜃 → (𝜒𝜏))       (𝜑 → (𝜃 → (𝜓𝜏)))
 
Theoremsyl9r 73 A nested syllogism inference with different antecedents. (Contributed by NM, 5-Aug-1993.)
(𝜑 → (𝜓𝜒))    &   (𝜃 → (𝜒𝜏))       (𝜃 → (𝜑 → (𝜓𝜏)))
 
Theoremimim12d 74 Deduction combining antecedents and consequents. (Contributed by NM, 7-Aug-1994.) (Proof shortened by O'Cat, 30-Oct-2011.)
(𝜑 → (𝜓𝜒))    &   (𝜑 → (𝜃𝜏))       (𝜑 → ((𝜒𝜃) → (𝜓𝜏)))
 
Theoremimim1d 75 Deduction adding nested consequents. (Contributed by NM, 3-Apr-1994.) (Proof shortened by Wolf Lammen, 12-Sep-2012.)
(𝜑 → (𝜓𝜒))       (𝜑 → ((𝜒𝜃) → (𝜓𝜃)))
 
Theoremimim1 76 A closed form of syllogism (see syl 14). Theorem *2.06 of [WhiteheadRussell] p. 100. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Wolf Lammen, 25-May-2013.)
((𝜑𝜓) → ((𝜓𝜒) → (𝜑𝜒)))
 
Theorempm2.83 77 Theorem *2.83 of [WhiteheadRussell] p. 108. (Contributed by NM, 3-Jan-2005.)
((𝜑 → (𝜓𝜒)) → ((𝜑 → (𝜒𝜃)) → (𝜑 → (𝜓𝜃))))
 
Theoremcom23 78 Commutation of antecedents. Swap 2nd and 3rd. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Wolf Lammen, 4-Aug-2012.)
(𝜑 → (𝜓 → (𝜒𝜃)))       (𝜑 → (𝜒 → (𝜓𝜃)))
 
Theoremcom3r 79 Commutation of antecedents. Rotate right. (Contributed by NM, 25-Apr-1994.)
(𝜑 → (𝜓 → (𝜒𝜃)))       (𝜒 → (𝜑 → (𝜓𝜃)))
 
Theoremcom13 80 Commutation of antecedents. Swap 1st and 3rd. (Contributed by NM, 25-Apr-1994.) (Proof shortened by Wolf Lammen, 28-Jul-2012.)
(𝜑 → (𝜓 → (𝜒𝜃)))       (𝜒 → (𝜓 → (𝜑𝜃)))
 
Theoremcom3l 81 Commutation of antecedents. Rotate left. (Contributed by NM, 25-Apr-1994.) (Proof shortened by Wolf Lammen, 28-Jul-2012.)
(𝜑 → (𝜓 → (𝜒𝜃)))       (𝜓 → (𝜒 → (𝜑𝜃)))
 
Theorempm2.04 82 Swap antecedents. Theorem *2.04 of [WhiteheadRussell] p. 100. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Wolf Lammen, 12-Sep-2012.)
((𝜑 → (𝜓𝜒)) → (𝜓 → (𝜑𝜒)))
 
Theoremcom34 83 Commutation of antecedents. Swap 3rd and 4th. (Contributed by NM, 25-Apr-1994.)
(𝜑 → (𝜓 → (𝜒 → (𝜃𝜏))))       (𝜑 → (𝜓 → (𝜃 → (𝜒𝜏))))
 
Theoremcom4l 84 Commutation of antecedents. Rotate left. (Contributed by NM, 25-Apr-1994.) (Proof shortened by O'Cat, 15-Aug-2004.)
(𝜑 → (𝜓 → (𝜒 → (𝜃𝜏))))       (𝜓 → (𝜒 → (𝜃 → (𝜑𝜏))))
 
Theoremcom4t 85 Commutation of antecedents. Rotate twice. (Contributed by NM, 25-Apr-1994.)
(𝜑 → (𝜓 → (𝜒 → (𝜃𝜏))))       (𝜒 → (𝜃 → (𝜑 → (𝜓𝜏))))
 
Theoremcom4r 86 Commutation of antecedents. Rotate right. (Contributed by NM, 25-Apr-1994.)
(𝜑 → (𝜓 → (𝜒 → (𝜃𝜏))))       (𝜃 → (𝜑 → (𝜓 → (𝜒𝜏))))
 
Theoremcom24 87 Commutation of antecedents. Swap 2nd and 4th. (Contributed by NM, 25-Apr-1994.) (Proof shortened by Wolf Lammen, 28-Jul-2012.)
(𝜑 → (𝜓 → (𝜒 → (𝜃𝜏))))       (𝜑 → (𝜃 → (𝜒 → (𝜓𝜏))))
 
Theoremcom14 88 Commutation of antecedents. Swap 1st and 4th. (Contributed by NM, 25-Apr-1994.) (Proof shortened by Wolf Lammen, 28-Jul-2012.)
(𝜑 → (𝜓 → (𝜒 → (𝜃𝜏))))       (𝜃 → (𝜓 → (𝜒 → (𝜑𝜏))))
 
Theoremcom45 89 Commutation of antecedents. Swap 4th and 5th. (Contributed by Jeff Hankins, 28-Jun-2009.)
(𝜑 → (𝜓 → (𝜒 → (𝜃 → (𝜏𝜂)))))       (𝜑 → (𝜓 → (𝜒 → (𝜏 → (𝜃𝜂)))))
 
Theoremcom35 90 Commutation of antecedents. Swap 3rd and 5th. (Contributed by Jeff Hankins, 28-Jun-2009.)
(𝜑 → (𝜓 → (𝜒 → (𝜃 → (𝜏𝜂)))))       (𝜑 → (𝜓 → (𝜏 → (𝜃 → (𝜒𝜂)))))
 
Theoremcom25 91 Commutation of antecedents. Swap 2nd and 5th. (Contributed by Jeff Hankins, 28-Jun-2009.)
(𝜑 → (𝜓 → (𝜒 → (𝜃 → (𝜏𝜂)))))       (𝜑 → (𝜏 → (𝜒 → (𝜃 → (𝜓𝜂)))))
 
Theoremcom5l 92 Commutation of antecedents. Rotate left. (Contributed by Jeff Hankins, 28-Jun-2009.) (Proof shortened by Wolf Lammen, 29-Jul-2012.)
(𝜑 → (𝜓 → (𝜒 → (𝜃 → (𝜏𝜂)))))       (𝜓 → (𝜒 → (𝜃 → (𝜏 → (𝜑𝜂)))))
 
Theoremcom15 93 Commutation of antecedents. Swap 1st and 5th. (Contributed by Jeff Hankins, 28-Jun-2009.) (Proof shortened by Wolf Lammen, 29-Jul-2012.)
(𝜑 → (𝜓 → (𝜒 → (𝜃 → (𝜏𝜂)))))       (𝜏 → (𝜓 → (𝜒 → (𝜃 → (𝜑𝜂)))))
 
Theoremcom52l 94 Commutation of antecedents. Rotate left twice. (Contributed by Jeff Hankins, 28-Jun-2009.)
(𝜑 → (𝜓 → (𝜒 → (𝜃 → (𝜏𝜂)))))       (𝜒 → (𝜃 → (𝜏 → (𝜑 → (𝜓𝜂)))))
 
Theoremcom52r 95 Commutation of antecedents. Rotate right twice. (Contributed by Jeff Hankins, 28-Jun-2009.)
(𝜑 → (𝜓 → (𝜒 → (𝜃 → (𝜏𝜂)))))       (𝜃 → (𝜏 → (𝜑 → (𝜓 → (𝜒𝜂)))))
 
Theoremcom5r 96 Commutation of antecedents. Rotate right. (Contributed by Wolf Lammen, 29-Jul-2012.)
(𝜑 → (𝜓 → (𝜒 → (𝜃 → (𝜏𝜂)))))       (𝜏 → (𝜑 → (𝜓 → (𝜒 → (𝜃𝜂)))))
 
Theoremjarr 97 Elimination of a nested antecedent. (Contributed by Wolf Lammen, 9-May-2013.)
(((𝜑𝜓) → 𝜒) → (𝜓𝜒))
 
Theorempm2.86i 98 Inference based on pm2.86 100. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Wolf Lammen, 3-Apr-2013.)
((𝜑𝜓) → (𝜑𝜒))       (𝜑 → (𝜓𝜒))
 
Theorempm2.86d 99 Deduction based on pm2.86 100. (Contributed by NM, 29-Jun-1995.) (Proof shortened by Wolf Lammen, 3-Apr-2013.)
(𝜑 → ((𝜓𝜒) → (𝜓𝜃)))       (𝜑 → (𝜓 → (𝜒𝜃)))
 
Theorempm2.86 100 Converse of axiom ax-2 7. Theorem *2.86 of [WhiteheadRussell] p. 108. (Contributed by NM, 25-Apr-1994.) (Proof shortened by Wolf Lammen, 3-Apr-2013.)
(((𝜑𝜓) → (𝜑𝜒)) → (𝜑 → (𝜓𝜒)))
    < 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-13145
  Copyright terms: Public domain < Previous  Next >