From Wikipedia, the free encyclopedia

Propositional Calculus (22 Jun 2006) Information

In mathematical logic, propositional logic or sentential logic formulates the logic of mathematical objects called propositions. These objects are typically represented in various formal systems called propositional calculi or sentential calculi. The latter are formal deduction systems whose atomic formulas are propositional variables.

In general terms, a calculus is a formal system that consists of a set of syntactic expressions (well-formed formulae, formulas, or wffs), a distinguished subset of these expressions, plus a set of transformation rules that define a binary relation on the space of expressions.

When the expressions are interpreted for mathematical purposes, the transformation rules are typically intended to preserve some type of semantic equivalence relation among the expressions. In particular, when the expressions are intepreted as a logical system, the semantic equivalence is typically intended to be logical equivalence. In this setting, the transformation rules can be used to derive logically equivalent expressions from any given expression. These derivations include as special cases (1) the problem of simplifying expressions and (2) the problem of deciding whether a given expression is equivalent to an expression in the distinguished subset, typically interpreted as the subset of logical axioms.

The set of axioms may be empty, a nonempty finite set, a countably infinite set, or given by axiom schemata. A formal grammar recursively defines the expressions and well-formed formulas (wffs) of the language. In addition a semantics is given which defines truth and valuations (or interpretations). It allows us to determine which wffs are valid, that is, are theorems.

The language of a propositional calculus consists of (1) a set of primitive symbols, variously referred to as atomic formulas, placeholders, proposition letters, or variables, and (2) a set of operator symbols, variously interpreted as logical operators or logical connectives. A well-formed formula (wff) is any atomic formula or any formula that can be built up from atomic formulas by means of operator symbols.

The following outlines a standard propositional calculus. Many different formulations exist which are all more or less equivalent but differ in (1) their language, that is, the particular collection of primitive symbols and operator symbols, (2) the set of axioms, or distingushed formulas, and (3) the set of transformation rules that are available.

Abstraction and application

Although it is possible to construct an abstract formal calculus that has no immediate practical use and next to nothing in the way of obvious applications, the very name calculus indicates that this species of formal system owes its origin to the utility of its prototypical members in practical calculation. Generally speaking, any mathematical calculus is designed with the intention of representing a given domain of formal objects, and typically with the aim of facilitating the computations and inferences that need to be carried out in this representation. Thus some idea of the intended denotation, the formal objects that the formulas of the calculus are intended to denote, is given in advance of developing the calculus itself.

Viewed over the course of its historical development, a formal calculus for any given subject matter normally arises through a process of gradual abstraction, stepwise refinement, and trial-and-error synthesis from the array of informal notational systems that inform prior use, each of which covers the object domain only in part or from a particular angle.

Generic description of a propositional calculus

A propositional calculus is a formal system L = L(Α, Ω, Ζ, Ι) whose formulas are constructed in the following manner:

  • The alpha set Α is a finite set of elements called proposition symbols or propositional variables. Syntactically speaking, these are the most basic elements of the formal language L, otherwise referred to as atomic formulas or terminal elements. In the examples to follow, the elements of Α are typically the letters p, q, r, and so on.


In this partition, Ωj is the set of operator symbols of arity j.
In the more familiar propositional calculi, Ω is typically partitioned as follows:
A frequently adopted option treats the constant logical values as operators of arity zero, thus:
Some writers use the tilde (~) instead of (¬) and some use the ampersand (&) instead of (∧).
  • Depending on the precise formal grammar or the grammar formalism that is being used, syntactic auxiliaries like the left parenthesis, "(", and the right parentheses, ")", may be necessary to complete the construction of formulas.
  • The zeta set Ζ is a finite set of transformation rules that are called inference rules when they acquire logical applications.
  • The iota set Ι is a finite set of initial points that are called axioms when they receive logical interpretations.

Prototypical example of a propositional calculus

Let L = L(Α, Ω, Ζ, Ι), where Α, Ω, Ζ, Ι are defined as follows:

  • The alpha set is a finite set of symbols that is large enough to supply the needs of a given discussion, for example:



  • The omega set partitions as follows:



The set of formulas of L, also known as the well-formed formulas or wffs, is inductively or recursively defined by the following rules:

  1. Base. Any element of the alpha set Α is a formula of L.
  2. Step (a). If p is a formula, then ¬p is a formula.
  3. Step (b). If p and q are formulas, then (pq), (pq), (pq), and (pq) are formulas.
  4. Close. Nothing else is a formula of L.

Repeated applications of these rules permits the construction of complex formulas. For example:

  1. By rule 1, p is a formula.
  2. By rule 2, ¬p is a formula.
  3. By rule 1, q is a formula.
  4. By rule 3, (¬pq) is a formula.

In the following example of a propositional calculus, the transformation rules are intended to be interpreted as the inference rules of a so-called natural deduction system. The particular system presented here has no initial points, which means that its interpretation for logical applications derives its theorems from an empty axiom set.

  • The set of initial points is empty, that is,
  • The set of transformation rules, , is described as follows:

Derivations in this calculus will be laid out in the form of a list of numbered lines, with a single wff and a justification on each line. Any premises will be at the top, with a "p" for their justification. The conclusion will be on the last line. A derivation will be considered complete if every line follows from previous ones by correct application of a rule. (For a contrasting approach, see proof-trees).

Our propositional calculus has ten inference rules. These rules allow us to derive other true formulae given a set of formulae that are assumed to be true. The first eight simply state that we can infer certain wffs from other wffs. The last two rules however use hypothetical reasoning in the sense that in the premise of the rule we temporarily assume an (unproven) hypothesis to be part of the set of inferred formulae to see if we can infer a certain other formula. Since the first eight rules don't do this they are usually described as non-hypothetical rules, and the last two as hypothetical rules.

From ¬¬p, infer p.
From p and q, infer (pq).
From (pq), infer p;
From (pq), infer q.
From p, infer (pq);
From p, infer (qp).
From (pq), (pr), (qr), infer r.
From (pq), (qp), infer (pq).
From (pq), infer (pq);
From (pq), infer (qp).
From p, (pq), infer q.
If accepting p allows a proof of q, infer (pq).
If accepting p allows a proof of q and a proof of ¬q, infer ¬p.
Basic and Derived Argument Forms
Name Sequent Description
Modus Ponens ((pq) ∧ p) ├ q if p then q; p; therefore q
Modus Tollens ((pq) ∧ ¬q) ├ ¬p if p then q; not q; therefore not p
Hypothetical Syllogism ((pq) ∧ (qr)) ├ (pr) if p then q; if q then r; therefore, if p then r
Disjunctive Syllogism ((pq) ∧ ¬p) ├ q Either p or q; not p; therefore, q
Constructive Dilemma ((pq) ∧ (rs) ∧ (pr)) ├ (qs) If p then q; and if r then s; but either p or r; therefore either q or s
Destructive Dilemma ((pq) ∧ (rs) ∧ (¬q ∨ ¬s)) ├ (¬p ∨ ¬r) If p then q; and if r then s; but either not q or not s; therefore either not p or not r
Simplification (pq) ├ p p and q are true; therefore p is true
Conjunction p, q ├ (pq) p and q are true separately; therefore they are true conjointly
Addition p ├ (pq) p is true; therefore the disjunction (p or q) is true
Composition ((pq) ∧ (pr)) ├ (p → (qr)) If p then q; and if p then r; therefore if p is true then q and r are true
De Morgan's Theorem (1) ¬(pq) ├ (¬p ∨ ¬q) The negation of (p and q) is equiv. to (not p or not q)
De Morgan's Theorem (2) ¬(pq) ├ (¬p ∧ ¬q) The negation of (p or q) is equiv. to (not p and not q)
Commutation (1) (pq) ├ (qp) (p or q) is equiv. to (q or p)
Commutation (2) (pq) ├ (qp) (p and q) is equiv. to (q and p)
Association (1) (p ∨ (qr)) ├ ((pq) ∨ r) p or (q or r) is equiv. to (p or q) or r
Association (2) (p ∧ (qr)) ├ ((pq) ∧ r) p and (q and r) is equiv. to (p and q) and r
Distribution (1) (p ∧ (qr)) ├ ((pq) ∨ (pr)) p and (q or r) is equiv. to (p and q) or (p and r)
Distribution (2) (p ∨ (qr)) ├ ((pq) ∧ (pr)) p or (q and r) is equiv. to (p or q) and (p or r)
Double Negation p ├ ¬¬p p is equivalent to the negation of not p
Transposition (pq) ├ (¬q → ¬p) If p then q is equiv. to if not q then not p
Material Implication (pq) ├ (¬pq) If p then q is equiv. to either not p or q
Material Equivalence (1) (pq) ├ ((pq) ∧ (qp)) (p is equiv. to q) means, (if p is true then q is true) and (if q is true then p is true)
Material Equivalence (2) (pq) ├ ((pq) ∨ (¬q ∧ ¬p)) (p is equiv. to q) means, either (p and q are true) or ( both p and q are false)
Exportation ((pq) → r) ├ (p → (qr)) from (if p and q are true then r is true) we can prove (if q is true then r is true, if p is true)
Importation (p → (qr)) ├ ((pq) → r)
Tautology p ├ (pp) p is true is equiv. to p is true or p is true
Tertium non datur (Law of Excluded Middle) ├ (p ∨ ¬ p) p or not p is true

Example of a proof

The following is an example of a (syntactical) demonstration:
Prove: AA
Proof:

Number wff Justification
1 A p
2 AA From (1) by disjunction introduction
3 (AA) ∧ A From (1) and (2) by conjunction introduction
4 A From (3) by conjunction elimination
5 AA Summary of (1) through (4)
6 AA From (5) by conditional proof

Interpret AA as "Assuming A, infer A". Read ├ AA as "Assuming nothing, infer that A implies A," or "It is a tautology that A implies A," or "It is always true that A implies A."

Soundness and completeness of the rules

The crucial properties of this set of rules are that they are sound and complete. Informally this means that the rules are correct and that no other rules are required. These claims can be made more formal as follows.

We define a truth assignment as a function that maps propositional variables to true or false. Informally such a truth assignment can be understood as the description of a possible state of affairs (or possible world) where certain statements are true and others are not. The semantics of formulae can then be formalized by defining for which "state of affairs" they are considered to be true, which is what is done by the following definition.

We define when such a truth assignment A satisfies a certain wff with the following rules:

  • A satisfies the propositional variable P iff A(P) = true
  • A satisfies ¬φ iff A does not satisfy φ
  • A satisfies (φ ∧ ψ) iff A satisfies both φ and ψ
  • A satisfies (φ ∨ ψ) iff A satisfies at least one of either φ or ψ
  • A satisfies (φ → ψ) iff it is not the case that A satisfies φ but not ψ
  • A satisfies (φ ↔ ψ) iff A satisfies both φ and ψ or satisfies neither one of them

With this definition we can now formalize what it means for a formula φ to be implied by a certain set S of formulae. Informally this is true if in all worlds that are possible given the set of formulae S the formula φ also holds. This leads to the following formal definition: We say that a set S of wffs semantically entails (or implies) a certain wff φ if all truth assignments that satisfy all the formulae in S also satisfy φ.

Finally we define syntactical entailment such that φ is syntactically entailed by S iff we can derive it with the inference rules that were presented above in a finite number of steps. This allows us to formulate exactly what it means for the set of inference rules to be sound and complete:

Soundness
If the set of wffs S syntactically entails wff φ then S semantically entails φ
Completeness
If the set of wffs S semantically entails wff φ then S syntactically entails φ

For the above set of rules this is indeed the case.

Sketch of a soundness proof

(For most logical systems, this is the comparatively "simple" direction of proof)

Notational conventions: Let "G" be a variable ranging over sets of sentences. Let "A", "B", and "C" range over sentences. For "G syntactically entails A" we write "G proves A". For "G semantically entails A" we write "G implies A".

We want to show: (A)(G)(If G proves A then G implies A)

We note that "G proves A" has an inductive definition, and that gives us the immediate resources for demonstrating claims of the form "If G proves A then ..." So our proof proceeds by induction.

  • I. Basis. Show: If A is a member of G then G implies A
  • [II. Basis. Show: If A is an axiom, then G implies A
  • III. Inductive step:
(a) Assume for arbitrary G and A that if G proves A then G implies A. (If necessary, assume this for arbitrary B, C, etc. as well)
(b) For each possible application of a rule of inference to A, leading to a new sentence B, show that G implies B.

(N.B. Basis Step II can be omitted for the above calculus, which is a natural deduction system and so has no axioms. Basically, it involves showing that each of the axioms is a (semantic) logical truth.)

The Basis step(s) demonstrate(s) that the simplest provable sentences from G are also implied by G, for any G. (The is simple, since the semantic fact that a set implies any of its members, is also trivial.) The Inductive step will systematically cover all the further sentences that might be provable--by considering each case where we might reach a logical conclusion using an inference rule--and shows that if a new sentence is provable, it is also logically implied. (For example, we might have a rule telling us that from "A" we can derive "A or B". In III.(a) We assume that if A is provable it is implied. We also know that if A is provable then "A or B" is provable. We have to show that then "A or B" too is implied. We do so by appeal to the semantic definition and the assumption we just made. A is provable from G, we assume. So it is also implied by G. So any semantic valuation making all of G true makes A true. But any valuation making A true makes "A or B" true, by the defined semantics for "or". So any valuation which makes all of G true makes "A or B" true. So "A or B" is implied.) Generally, the Inductive step will consist of a lengthy but simple case-by-case analysis of all the rules of inference, showing that each "preserves" semantic implication.

By the definition of provability, there are no sentences provable other than by being a member of G, an axiom, or following by a rule; so if all of those are semantically implied, the deduction calculus is sound.

Sketch of completeness proof

(This is usually the much harder direction of proof.)

We adopt the same notational conventions as above.

We want to show: If G implies A, then G proves A. We proceed by contraposition: We show instead that If G does not prove A then G does not imply A.

  • I. G does not prove A. (Assumption)
  • II. If G does not prove A, then we can construct an (infinite) "Maximal Set", G*, which is a superset of G and which also does not prove A.
    • (a)Place an "ordering" on all the sentences in the language. (e.g., alphabetical ordering), and number them E1, E2, ...
    • (b)Define a series Gn of sets (G0, G1 ... ) inductively, as follows. (i)G0 = G. (ii) If {Gk, E(k+1)} proves A, then G(k+1) = Gk. (iii) If {Gk, E(k+1)} does not prove A, then G(k+1) = {Gk, E(k+1)}
    • (c)Define G* as the union of all the Gn. (That is, G* is the set of all the sentences that are in any Gn).
    • (d) It can be easily shown that (i) G* contains (is a superset of) G (by (b.i)); (ii) G* does not prove A (because if it proves A then some sentence was added to some Gn which caused it to prove A; but this was ruled out by definition); and (iii) G* is a "Maximal Set" (with respect to A): If any more sentences whatever were added to G*, it would prove A. (Because if it were possible to add any more sentences, they should have been added when they were encountered during the construction of the Gn, again by definition)
  • III. If G* is a Maximal Set (wrt A), then it is "truth-like". This means that it contains the sentence "A" only if it does not contain the sentence not-A; If it contains "A" and contains "If A then B" then it also contains "B"; and so forth.
  • IV. If G* is truth-like there is a "G*-Canonical" valuation of the language: one that makes every sentence in G* true and everything outside G* false while still obeying the laws of semantic composition in the language.
  • V. A G*-canonical valuation will make our original set G all true, and make A false.
  • VI. If there is a valuation on which G are true and A is false, then G does not (semantically) imply A.

Q.E.D.

Alternative calculus

It is possible to define another version of propositional calculus, which defines most of the syntax of the logical operators by means of axioms, and which uses only one inference rule.

Axioms

Let φ, χ and ψ stand for well-formed formulae. (The wff's themselves would not contain any Greek letters, but only capital Roman letters, connective operators, and parentheses.) Then the axioms are

  • THEN-1: φ → (χ → φ)
  • THEN-2: (φ → (χ → ψ)) → ((φ → χ) → (φ → ψ))
  • AND-1: φ ∧ χ → φ
  • AND-2: φ ∧ χ → χ
  • AND-3: φ → (χ → (φ ∧ χ))
  • OR-1: φ → φ ∨ χ
  • OR-2: χ → φ ∨ χ
  • OR-3: (φ → ψ) → ((χ → ψ) → (φ ∨ χ → ψ))
  • NOT-1: (φ → χ) → ((φ → ¬χ) → ¬ φ)
  • NOT-2: φ → (¬φ → χ)
  • NOT-3: φ ∨ ¬φ

Axiom THEN-2 may be considered to be a "distributive property of implication with respect to implication."
Axioms AND-1 and AND-2 correspond to "conjunction elimination". The relation between AND-1 and AND-2 reflects the commutativity of the conjunction operator.
Axiom AND-3 corresponds to "conjunction introduction."
Axioms OR-1 and OR-2 correspond to "disjunction introduction." The relation between OR-1 and OR-2 reflects the commutativity of the disjunction operator.
Axiom NOT-1 corresponds to "reductio ad absurdum."
Axiom NOT-2 says that "anything can be deduced from a contradiction."
Axiom NOT-3 is called " tertium non datur" ( Latin: "a third is not given") and reflects the semantic valuation of propositional formulae: a formula can have a truth-value of either true or false. There is no third truth-value, at least not in classical logic. Intuitionistic logicians do not accept the axiom NOT-3.

Inference rule

The inference rule is modus ponens:

  • .

If the double-arrow equivalence operator is also used, then the following "natural" inference rules may be added:

  • IFF-1:
  • IFF-2:

Meta-inference rule

Let a demonstration be represented by a sequence, with hypotheses to the left of the turnstile and the conclusion to the right of the turnstile. Then the deduction theorem can be stated as follows:

If the sequence
has been demonstrated, then it is also possible to demonstrate the sequence
.

This deduction theorem (DT) is not itself formulated with propositional calculus: it is not a theorem of propositional calculus, but a theorem about propositional calculus. In this sense, it is a meta-theorem, comparable to theorems about the soundness or completeness of propositional calculus.

On the other hand, DT is so useful for simplifying the syntactical proof process that it can be considered and used as another inference rule, accompanying modus ponens. In this sense, DT corresponds to the natural conditional proof inference rule which is part of the first version of propositional calculus introduced in this article.

The converse of DT is also valid:

If the sequence
has been demonstrated, then it is also possible to demonstrate the sequence

in fact, the validity of the converse of DT is almost trivial compared to that of DT:

If
then
1:
2:
and from (1) and (2) can be deduced
3:
by means of modus ponens, Q.E.D.

The converse of DT has powerful implications: it can be used to convert an axiom into an inference rule. For example, the axiom AND-1,

can be transformed by means of the converse of the deduction theorem into the inference rule

which is conjunction elimination, one of the ten inference rules used in the first version (in this article) of the propositional calculus.

Three axioms

Out of the three connectives for conjunction, disjunction, and implication (∧, ∨, and →), one can be taken as primitive and the other two can be defined in terms of it and negation (¬) (and indeed all four can be defined in terms of a sole sufficient operator). The biconditional can of course be defined in terms of conjunction and implication, with a ↔ b defined as (a → b)∧(b → a).

A simple axiom system discovered by Jan Łukasiewicz takes implication and negation as primitive, and is as follows:

  • φ → (χ → φ)
  • (φ → (χ → ψ)) → ((φ → χ) → (φ → ψ))
  • (¬φ → ¬χ) → (χ → φ)

The inference rule is modus ponens, as above. Then a ∨ b is defined as ¬a → b, and a ∧ b is defined as ¬(a → ¬b).

Example of a proof

The following is an example of a (syntactical) demonstration, involving only axioms THEN-1 and THEN-2:
Prove: AA (Reflexivity of implication).
Proof:

1. (A → ((AA) → A)) → ((A → (AA)) → (AA))
Axiom THEN-2 with φ = A, χ = AA, ψ = A
2. A → ((AA) → A)
Axiom THEN-1 with φ = A, χ = AA
3. (A → (AA)) → (AA)
From (1) and (2) by modus ponens.
4. A → (AA)
Axiom THEN-1 with φ = A, χ = A
5. AA
From (3) and (4) by modus ponens.

Other logical calculi

Propositional calculus is about the simplest kind of logical calculus in any current use. (Aristotelian "syllogistic" calculus, which is largely supplanted in modern logic, is in some ways simpler--but in other ways more complex--than propositional calculus.) It can be extended in several ways.

The most immediate way to develop a more complex logical calculus is to introduce rules that are sensitive to more fine-grained details of the sentences being used. When the "atomic sentences" of propositional logic are broken up into terms, variables, predicates, and quantifiers, they yield first-order logic, or first-order predicate logic, which keeps all the rules of propositional logic and adds some new ones. (For example, from "All dogs are mammals" we may infer "If Rover is a dog then Rover is a mammal.)

With the tools of first-order logic it is possible to formulate a number of theories, either with explicit axioms or by rules of inference, that can themselves be treated as logical calculi. Arithmetic is the best known of these; others include set theory and mereology.

Modal logic also offers a variety of inferences that cannot be captured in propositional calculus. For example, from "Necessarily p" we may infer that p. From p we may infer "It is possible that p".

Many-valued logics are those allowing sentences to have values other than true and false. (For example, neither and both are standard "extra values"; "continuum logic" allows each sentence to have any of an infinite number of "degrees of truth" between true and false.) These logics often require calculational devices quite distinct from propositional calculus.

See also

Logical levels

Building blocks

Sandbox Information

Tables

Basic and Derived Argument Forms
Name Sequent Description
Modus Ponens ((pq) ∧ p) ├ q if p then q; p; therefore q
Modus Tollens ((pq) ∧ ¬q) ├ ¬p if p then q; not q; therefore not p
Hypothetical Syllogism ((pq) ∧ (qr)) ├ (pr) if p then q; if q then r; therefore, if p then r
Disjunctive Syllogism ((pq) ∧ ¬p) ├ q Either p or q; not p; therefore, q
Constructive Dilemma ((pq) ∧ (rs) ∧ (pr)) ├ (qs) If p then q; and if r then s; but either p or r; therefore either q or s
Destructive Dilemma ((pq) ∧ (rs) ∧ (¬q ∨ ¬s)) ├ (¬p ∨ ¬r) If p then q; and if r then s; but either not q or not s; therefore either not p or not r
Simplification (pq) ├ p p and q are true; therefore p is true
Conjunction p, q ├ (pq) p and q are true separately; therefore they are true conjointly
Addition p ├ (pq) p is true; therefore the disjunction (p or q) is true
Composition ((pq) ∧ (pr)) ├ (p → (qr)) If p then q; and if p then r; therefore if p is true then q and r are true
De Morgan's Theorem (1) ¬(pq) ├ (¬p ∨ ¬q) The negation of (p and q) is equiv. to (not p or not q)
De Morgan's Theorem (2) ¬(pq) ├ (¬p ∧ ¬q) The negation of (p or q) is equiv. to (not p and not q)
Commutation (1) (pq) ├ (qp) (p or q) is equiv. to (q or p)
Commutation (2) (pq) ├ (qp) (p and q) is equiv. to (q and p)
Association (1) (p ∨ (qr)) ├ ((pq) ∨ r) p or (q or r) is equiv. to (p or q) or r
Association (2) (p ∧ (qr)) ├ ((pq) ∧ r) p and (q and r) is equiv. to (p and q) and r
Distribution (1) (p ∧ (qr)) ├ ((pq) ∨ (pr)) p and (q or r) is equiv. to (p and q) or (p and r)
Distribution (2) (p ∨ (qr)) ├ ((pq) ∧ (pr)) p or (q and r) is equiv. to (p or q) and (p or r)
Double Negation p ├ ¬¬p p is equivalent to the negation of not p
Transposition (pq) ├ (¬q → ¬p) If p then q is equiv. to if not q then not p
Material Implication (pq) ├ (¬pq) If p then q is equiv. to either not p or q
Material Equivalence (1) (pq) ├ ((pq) ∧ (qp)) (p is equiv. to q) means, (if p is true then q is true) and (if q is true then p is true)
Material Equivalence (2) (pq) ├ ((pq) ∨ (¬q ∧ ¬p)) (p is equiv. to q) means, either (p and q are true) or ( both p and q are false)
Exportation ((pq) → r) ├ (p → (qr)) from (if p and q are true then r is true) we can prove (if q is true then r is true, if p is true)
Importation (p → (qr)) ├ ((pq) → r)
Tautology p ├ (pp) p is true is equiv. to p is true or p is true
Tertium non datur (Law of Excluded Middle) ├ (p ∨ ¬ p) p or not p is true

Number wff Justification
1 A premiss
2 AA From (1) by disjunction introduction
3 (AA) ∧ A From (1) and (2) by conjunction introduction
4 A From (3) by conjunction elimination
5 AA Summary of (1) through (4)
6 AA From (5) by conditional proof

Axioms
Name Axiom Schema Description
THEN-1 φ → (χ → φ) Add hypothesis χ, implication introduction
THEN-2 (φ → (χ → ψ)) → ((φ → χ) → (φ → ψ)) Distribute hypothesis φ over implication
AND-1 φ ∧ χ → φ Eliminate conjunction
AND-2 φ ∧ χ → χ  
AND-3 φ → (χ → (φ ∧ χ)) Introduce conjunction
OR-1 φ → φ ∨ χ Introduce disjunction
OR-2 χ → φ ∨ χ  
OR-3 (φ → ψ) → ((χ → ψ) → (φ ∨ χ → ψ)) Eliminate disjunction
NOT-1 (φ → χ) → ((φ → ¬χ) → ¬ φ) Introduce negation
NOT-2 φ → (¬φ → χ) Eliminate negation
NOT-3 φ ∨ ¬φ Excluded middle, classical logic
IFF-1 (φ ↔ χ) → (φ → χ) Eliminate equivalence
IFF-2 (φ ↔ χ) → (χ → φ)  
IFF-3 (φ → χ) → ((χ → φ) → (φ ↔ χ)) Introduce equivalence
From Wikipedia, the free encyclopedia

Propositional Calculus (22 Jun 2006) Information

In mathematical logic, propositional logic or sentential logic formulates the logic of mathematical objects called propositions. These objects are typically represented in various formal systems called propositional calculi or sentential calculi. The latter are formal deduction systems whose atomic formulas are propositional variables.

In general terms, a calculus is a formal system that consists of a set of syntactic expressions (well-formed formulae, formulas, or wffs), a distinguished subset of these expressions, plus a set of transformation rules that define a binary relation on the space of expressions.

When the expressions are interpreted for mathematical purposes, the transformation rules are typically intended to preserve some type of semantic equivalence relation among the expressions. In particular, when the expressions are intepreted as a logical system, the semantic equivalence is typically intended to be logical equivalence. In this setting, the transformation rules can be used to derive logically equivalent expressions from any given expression. These derivations include as special cases (1) the problem of simplifying expressions and (2) the problem of deciding whether a given expression is equivalent to an expression in the distinguished subset, typically interpreted as the subset of logical axioms.

The set of axioms may be empty, a nonempty finite set, a countably infinite set, or given by axiom schemata. A formal grammar recursively defines the expressions and well-formed formulas (wffs) of the language. In addition a semantics is given which defines truth and valuations (or interpretations). It allows us to determine which wffs are valid, that is, are theorems.

The language of a propositional calculus consists of (1) a set of primitive symbols, variously referred to as atomic formulas, placeholders, proposition letters, or variables, and (2) a set of operator symbols, variously interpreted as logical operators or logical connectives. A well-formed formula (wff) is any atomic formula or any formula that can be built up from atomic formulas by means of operator symbols.

The following outlines a standard propositional calculus. Many different formulations exist which are all more or less equivalent but differ in (1) their language, that is, the particular collection of primitive symbols and operator symbols, (2) the set of axioms, or distingushed formulas, and (3) the set of transformation rules that are available.

Abstraction and application

Although it is possible to construct an abstract formal calculus that has no immediate practical use and next to nothing in the way of obvious applications, the very name calculus indicates that this species of formal system owes its origin to the utility of its prototypical members in practical calculation. Generally speaking, any mathematical calculus is designed with the intention of representing a given domain of formal objects, and typically with the aim of facilitating the computations and inferences that need to be carried out in this representation. Thus some idea of the intended denotation, the formal objects that the formulas of the calculus are intended to denote, is given in advance of developing the calculus itself.

Viewed over the course of its historical development, a formal calculus for any given subject matter normally arises through a process of gradual abstraction, stepwise refinement, and trial-and-error synthesis from the array of informal notational systems that inform prior use, each of which covers the object domain only in part or from a particular angle.

Generic description of a propositional calculus

A propositional calculus is a formal system L = L(Α, Ω, Ζ, Ι) whose formulas are constructed in the following manner:

  • The alpha set Α is a finite set of elements called proposition symbols or propositional variables. Syntactically speaking, these are the most basic elements of the formal language L, otherwise referred to as atomic formulas or terminal elements. In the examples to follow, the elements of Α are typically the letters p, q, r, and so on.


In this partition, Ωj is the set of operator symbols of arity j.
In the more familiar propositional calculi, Ω is typically partitioned as follows:
A frequently adopted option treats the constant logical values as operators of arity zero, thus:
Some writers use the tilde (~) instead of (¬) and some use the ampersand (&) instead of (∧).
  • Depending on the precise formal grammar or the grammar formalism that is being used, syntactic auxiliaries like the left parenthesis, "(", and the right parentheses, ")", may be necessary to complete the construction of formulas.
  • The zeta set Ζ is a finite set of transformation rules that are called inference rules when they acquire logical applications.
  • The iota set Ι is a finite set of initial points that are called axioms when they receive logical interpretations.

Prototypical example of a propositional calculus

Let L = L(Α, Ω, Ζ, Ι), where Α, Ω, Ζ, Ι are defined as follows:

  • The alpha set is a finite set of symbols that is large enough to supply the needs of a given discussion, for example:



  • The omega set partitions as follows:



The set of formulas of L, also known as the well-formed formulas or wffs, is inductively or recursively defined by the following rules:

  1. Base. Any element of the alpha set Α is a formula of L.
  2. Step (a). If p is a formula, then ¬p is a formula.
  3. Step (b). If p and q are formulas, then (pq), (pq), (pq), and (pq) are formulas.
  4. Close. Nothing else is a formula of L.

Repeated applications of these rules permits the construction of complex formulas. For example:

  1. By rule 1, p is a formula.
  2. By rule 2, ¬p is a formula.
  3. By rule 1, q is a formula.
  4. By rule 3, (¬pq) is a formula.

In the following example of a propositional calculus, the transformation rules are intended to be interpreted as the inference rules of a so-called natural deduction system. The particular system presented here has no initial points, which means that its interpretation for logical applications derives its theorems from an empty axiom set.

  • The set of initial points is empty, that is,
  • The set of transformation rules, , is described as follows:

Derivations in this calculus will be laid out in the form of a list of numbered lines, with a single wff and a justification on each line. Any premises will be at the top, with a "p" for their justification. The conclusion will be on the last line. A derivation will be considered complete if every line follows from previous ones by correct application of a rule. (For a contrasting approach, see proof-trees).

Our propositional calculus has ten inference rules. These rules allow us to derive other true formulae given a set of formulae that are assumed to be true. The first eight simply state that we can infer certain wffs from other wffs. The last two rules however use hypothetical reasoning in the sense that in the premise of the rule we temporarily assume an (unproven) hypothesis to be part of the set of inferred formulae to see if we can infer a certain other formula. Since the first eight rules don't do this they are usually described as non-hypothetical rules, and the last two as hypothetical rules.

From ¬¬p, infer p.
From p and q, infer (pq).
From (pq), infer p;
From (pq), infer q.
From p, infer (pq);
From p, infer (qp).
From (pq), (pr), (qr), infer r.
From (pq), (qp), infer (pq).
From (pq), infer (pq);
From (pq), infer (qp).
From p, (pq), infer q.
If accepting p allows a proof of q, infer (pq).
If accepting p allows a proof of q and a proof of ¬q, infer ¬p.
Basic and Derived Argument Forms
Name Sequent Description
Modus Ponens ((pq) ∧ p) ├ q if p then q; p; therefore q
Modus Tollens ((pq) ∧ ¬q) ├ ¬p if p then q; not q; therefore not p
Hypothetical Syllogism ((pq) ∧ (qr)) ├ (pr) if p then q; if q then r; therefore, if p then r
Disjunctive Syllogism ((pq) ∧ ¬p) ├ q Either p or q; not p; therefore, q
Constructive Dilemma ((pq) ∧ (rs) ∧ (pr)) ├ (qs) If p then q; and if r then s; but either p or r; therefore either q or s
Destructive Dilemma ((pq) ∧ (rs) ∧ (¬q ∨ ¬s)) ├ (¬p ∨ ¬r) If p then q; and if r then s; but either not q or not s; therefore either not p or not r
Simplification (pq) ├ p p and q are true; therefore p is true
Conjunction p, q ├ (pq) p and q are true separately; therefore they are true conjointly
Addition p ├ (pq) p is true; therefore the disjunction (p or q) is true
Composition ((pq) ∧ (pr)) ├ (p → (qr)) If p then q; and if p then r; therefore if p is true then q and r are true
De Morgan's Theorem (1) ¬(pq) ├ (¬p ∨ ¬q) The negation of (p and q) is equiv. to (not p or not q)
De Morgan's Theorem (2) ¬(pq) ├ (¬p ∧ ¬q) The negation of (p or q) is equiv. to (not p and not q)
Commutation (1) (pq) ├ (qp) (p or q) is equiv. to (q or p)
Commutation (2) (pq) ├ (qp) (p and q) is equiv. to (q and p)
Association (1) (p ∨ (qr)) ├ ((pq) ∨ r) p or (q or r) is equiv. to (p or q) or r
Association (2) (p ∧ (qr)) ├ ((pq) ∧ r) p and (q and r) is equiv. to (p and q) and r
Distribution (1) (p ∧ (qr)) ├ ((pq) ∨ (pr)) p and (q or r) is equiv. to (p and q) or (p and r)
Distribution (2) (p ∨ (qr)) ├ ((pq) ∧ (pr)) p or (q and r) is equiv. to (p or q) and (p or r)
Double Negation p ├ ¬¬p p is equivalent to the negation of not p
Transposition (pq) ├ (¬q → ¬p) If p then q is equiv. to if not q then not p
Material Implication (pq) ├ (¬pq) If p then q is equiv. to either not p or q
Material Equivalence (1) (pq) ├ ((pq) ∧ (qp)) (p is equiv. to q) means, (if p is true then q is true) and (if q is true then p is true)
Material Equivalence (2) (pq) ├ ((pq) ∨ (¬q ∧ ¬p)) (p is equiv. to q) means, either (p and q are true) or ( both p and q are false)
Exportation ((pq) → r) ├ (p → (qr)) from (if p and q are true then r is true) we can prove (if q is true then r is true, if p is true)
Importation (p → (qr)) ├ ((pq) → r)
Tautology p ├ (pp) p is true is equiv. to p is true or p is true
Tertium non datur (Law of Excluded Middle) ├ (p ∨ ¬ p) p or not p is true

Example of a proof

The following is an example of a (syntactical) demonstration:
Prove: AA
Proof:

Number wff Justification
1 A p
2 AA From (1) by disjunction introduction
3 (AA) ∧ A From (1) and (2) by conjunction introduction
4 A From (3) by conjunction elimination
5 AA Summary of (1) through (4)
6 AA From (5) by conditional proof

Interpret AA as "Assuming A, infer A". Read ├ AA as "Assuming nothing, infer that A implies A," or "It is a tautology that A implies A," or "It is always true that A implies A."

Soundness and completeness of the rules

The crucial properties of this set of rules are that they are sound and complete. Informally this means that the rules are correct and that no other rules are required. These claims can be made more formal as follows.

We define a truth assignment as a function that maps propositional variables to true or false. Informally such a truth assignment can be understood as the description of a possible state of affairs (or possible world) where certain statements are true and others are not. The semantics of formulae can then be formalized by defining for which "state of affairs" they are considered to be true, which is what is done by the following definition.

We define when such a truth assignment A satisfies a certain wff with the following rules:

  • A satisfies the propositional variable P iff A(P) = true
  • A satisfies ¬φ iff A does not satisfy φ
  • A satisfies (φ ∧ ψ) iff A satisfies both φ and ψ
  • A satisfies (φ ∨ ψ) iff A satisfies at least one of either φ or ψ
  • A satisfies (φ → ψ) iff it is not the case that A satisfies φ but not ψ
  • A satisfies (φ ↔ ψ) iff A satisfies both φ and ψ or satisfies neither one of them

With this definition we can now formalize what it means for a formula φ to be implied by a certain set S of formulae. Informally this is true if in all worlds that are possible given the set of formulae S the formula φ also holds. This leads to the following formal definition: We say that a set S of wffs semantically entails (or implies) a certain wff φ if all truth assignments that satisfy all the formulae in S also satisfy φ.

Finally we define syntactical entailment such that φ is syntactically entailed by S iff we can derive it with the inference rules that were presented above in a finite number of steps. This allows us to formulate exactly what it means for the set of inference rules to be sound and complete:

Soundness
If the set of wffs S syntactically entails wff φ then S semantically entails φ
Completeness
If the set of wffs S semantically entails wff φ then S syntactically entails φ

For the above set of rules this is indeed the case.

Sketch of a soundness proof

(For most logical systems, this is the comparatively "simple" direction of proof)

Notational conventions: Let "G" be a variable ranging over sets of sentences. Let "A", "B", and "C" range over sentences. For "G syntactically entails A" we write "G proves A". For "G semantically entails A" we write "G implies A".

We want to show: (A)(G)(If G proves A then G implies A)

We note that "G proves A" has an inductive definition, and that gives us the immediate resources for demonstrating claims of the form "If G proves A then ..." So our proof proceeds by induction.

  • I. Basis. Show: If A is a member of G then G implies A
  • [II. Basis. Show: If A is an axiom, then G implies A
  • III. Inductive step:
(a) Assume for arbitrary G and A that if G proves A then G implies A. (If necessary, assume this for arbitrary B, C, etc. as well)
(b) For each possible application of a rule of inference to A, leading to a new sentence B, show that G implies B.

(N.B. Basis Step II can be omitted for the above calculus, which is a natural deduction system and so has no axioms. Basically, it involves showing that each of the axioms is a (semantic) logical truth.)

The Basis step(s) demonstrate(s) that the simplest provable sentences from G are also implied by G, for any G. (The is simple, since the semantic fact that a set implies any of its members, is also trivial.) The Inductive step will systematically cover all the further sentences that might be provable--by considering each case where we might reach a logical conclusion using an inference rule--and shows that if a new sentence is provable, it is also logically implied. (For example, we might have a rule telling us that from "A" we can derive "A or B". In III.(a) We assume that if A is provable it is implied. We also know that if A is provable then "A or B" is provable. We have to show that then "A or B" too is implied. We do so by appeal to the semantic definition and the assumption we just made. A is provable from G, we assume. So it is also implied by G. So any semantic valuation making all of G true makes A true. But any valuation making A true makes "A or B" true, by the defined semantics for "or". So any valuation which makes all of G true makes "A or B" true. So "A or B" is implied.) Generally, the Inductive step will consist of a lengthy but simple case-by-case analysis of all the rules of inference, showing that each "preserves" semantic implication.

By the definition of provability, there are no sentences provable other than by being a member of G, an axiom, or following by a rule; so if all of those are semantically implied, the deduction calculus is sound.

Sketch of completeness proof

(This is usually the much harder direction of proof.)

We adopt the same notational conventions as above.

We want to show: If G implies A, then G proves A. We proceed by contraposition: We show instead that If G does not prove A then G does not imply A.

  • I. G does not prove A. (Assumption)
  • II. If G does not prove A, then we can construct an (infinite) "Maximal Set", G*, which is a superset of G and which also does not prove A.
    • (a)Place an "ordering" on all the sentences in the language. (e.g., alphabetical ordering), and number them E1, E2, ...
    • (b)Define a series Gn of sets (G0, G1 ... ) inductively, as follows. (i)G0 = G. (ii) If {Gk, E(k+1)} proves A, then G(k+1) = Gk. (iii) If {Gk, E(k+1)} does not prove A, then G(k+1) = {Gk, E(k+1)}
    • (c)Define G* as the union of all the Gn. (That is, G* is the set of all the sentences that are in any Gn).
    • (d) It can be easily shown that (i) G* contains (is a superset of) G (by (b.i)); (ii) G* does not prove A (because if it proves A then some sentence was added to some Gn which caused it to prove A; but this was ruled out by definition); and (iii) G* is a "Maximal Set" (with respect to A): If any more sentences whatever were added to G*, it would prove A. (Because if it were possible to add any more sentences, they should have been added when they were encountered during the construction of the Gn, again by definition)
  • III. If G* is a Maximal Set (wrt A), then it is "truth-like". This means that it contains the sentence "A" only if it does not contain the sentence not-A; If it contains "A" and contains "If A then B" then it also contains "B"; and so forth.
  • IV. If G* is truth-like there is a "G*-Canonical" valuation of the language: one that makes every sentence in G* true and everything outside G* false while still obeying the laws of semantic composition in the language.
  • V. A G*-canonical valuation will make our original set G all true, and make A false.
  • VI. If there is a valuation on which G are true and A is false, then G does not (semantically) imply A.

Q.E.D.

Alternative calculus

It is possible to define another version of propositional calculus, which defines most of the syntax of the logical operators by means of axioms, and which uses only one inference rule.

Axioms

Let φ, χ and ψ stand for well-formed formulae. (The wff's themselves would not contain any Greek letters, but only capital Roman letters, connective operators, and parentheses.) Then the axioms are

  • THEN-1: φ → (χ → φ)
  • THEN-2: (φ → (χ → ψ)) → ((φ → χ) → (φ → ψ))
  • AND-1: φ ∧ χ → φ
  • AND-2: φ ∧ χ → χ
  • AND-3: φ → (χ → (φ ∧ χ))
  • OR-1: φ → φ ∨ χ
  • OR-2: χ → φ ∨ χ
  • OR-3: (φ → ψ) → ((χ → ψ) → (φ ∨ χ → ψ))
  • NOT-1: (φ → χ) → ((φ → ¬χ) → ¬ φ)
  • NOT-2: φ → (¬φ → χ)
  • NOT-3: φ ∨ ¬φ

Axiom THEN-2 may be considered to be a "distributive property of implication with respect to implication."
Axioms AND-1 and AND-2 correspond to "conjunction elimination". The relation between AND-1 and AND-2 reflects the commutativity of the conjunction operator.
Axiom AND-3 corresponds to "conjunction introduction."
Axioms OR-1 and OR-2 correspond to "disjunction introduction." The relation between OR-1 and OR-2 reflects the commutativity of the disjunction operator.
Axiom NOT-1 corresponds to "reductio ad absurdum."
Axiom NOT-2 says that "anything can be deduced from a contradiction."
Axiom NOT-3 is called " tertium non datur" ( Latin: "a third is not given") and reflects the semantic valuation of propositional formulae: a formula can have a truth-value of either true or false. There is no third truth-value, at least not in classical logic. Intuitionistic logicians do not accept the axiom NOT-3.

Inference rule

The inference rule is modus ponens:

  • .

If the double-arrow equivalence operator is also used, then the following "natural" inference rules may be added:

  • IFF-1:
  • IFF-2:

Meta-inference rule

Let a demonstration be represented by a sequence, with hypotheses to the left of the turnstile and the conclusion to the right of the turnstile. Then the deduction theorem can be stated as follows:

If the sequence
has been demonstrated, then it is also possible to demonstrate the sequence
.

This deduction theorem (DT) is not itself formulated with propositional calculus: it is not a theorem of propositional calculus, but a theorem about propositional calculus. In this sense, it is a meta-theorem, comparable to theorems about the soundness or completeness of propositional calculus.

On the other hand, DT is so useful for simplifying the syntactical proof process that it can be considered and used as another inference rule, accompanying modus ponens. In this sense, DT corresponds to the natural conditional proof inference rule which is part of the first version of propositional calculus introduced in this article.

The converse of DT is also valid:

If the sequence
has been demonstrated, then it is also possible to demonstrate the sequence

in fact, the validity of the converse of DT is almost trivial compared to that of DT:

If
then
1:
2:
and from (1) and (2) can be deduced
3:
by means of modus ponens, Q.E.D.

The converse of DT has powerful implications: it can be used to convert an axiom into an inference rule. For example, the axiom AND-1,

can be transformed by means of the converse of the deduction theorem into the inference rule

which is conjunction elimination, one of the ten inference rules used in the first version (in this article) of the propositional calculus.

Three axioms

Out of the three connectives for conjunction, disjunction, and implication (∧, ∨, and →), one can be taken as primitive and the other two can be defined in terms of it and negation (¬) (and indeed all four can be defined in terms of a sole sufficient operator). The biconditional can of course be defined in terms of conjunction and implication, with a ↔ b defined as (a → b)∧(b → a).

A simple axiom system discovered by Jan Łukasiewicz takes implication and negation as primitive, and is as follows:

  • φ → (χ → φ)
  • (φ → (χ → ψ)) → ((φ → χ) → (φ → ψ))
  • (¬φ → ¬χ) → (χ → φ)

The inference rule is modus ponens, as above. Then a ∨ b is defined as ¬a → b, and a ∧ b is defined as ¬(a → ¬b).

Example of a proof

The following is an example of a (syntactical) demonstration, involving only axioms THEN-1 and THEN-2:
Prove: AA (Reflexivity of implication).
Proof:

1. (A → ((AA) → A)) → ((A → (AA)) → (AA))
Axiom THEN-2 with φ = A, χ = AA, ψ = A
2. A → ((AA) → A)
Axiom THEN-1 with φ = A, χ = AA
3. (A → (AA)) → (AA)
From (1) and (2) by modus ponens.
4. A → (AA)
Axiom THEN-1 with φ = A, χ = A
5. AA
From (3) and (4) by modus ponens.

Other logical calculi

Propositional calculus is about the simplest kind of logical calculus in any current use. (Aristotelian "syllogistic" calculus, which is largely supplanted in modern logic, is in some ways simpler--but in other ways more complex--than propositional calculus.) It can be extended in several ways.

The most immediate way to develop a more complex logical calculus is to introduce rules that are sensitive to more fine-grained details of the sentences being used. When the "atomic sentences" of propositional logic are broken up into terms, variables, predicates, and quantifiers, they yield first-order logic, or first-order predicate logic, which keeps all the rules of propositional logic and adds some new ones. (For example, from "All dogs are mammals" we may infer "If Rover is a dog then Rover is a mammal.)

With the tools of first-order logic it is possible to formulate a number of theories, either with explicit axioms or by rules of inference, that can themselves be treated as logical calculi. Arithmetic is the best known of these; others include set theory and mereology.

Modal logic also offers a variety of inferences that cannot be captured in propositional calculus. For example, from "Necessarily p" we may infer that p. From p we may infer "It is possible that p".

Many-valued logics are those allowing sentences to have values other than true and false. (For example, neither and both are standard "extra values"; "continuum logic" allows each sentence to have any of an infinite number of "degrees of truth" between true and false.) These logics often require calculational devices quite distinct from propositional calculus.

See also

Logical levels

Building blocks

Sandbox Information

Tables

Basic and Derived Argument Forms
Name Sequent Description
Modus Ponens ((pq) ∧ p) ├ q if p then q; p; therefore q
Modus Tollens ((pq) ∧ ¬q) ├ ¬p if p then q; not q; therefore not p
Hypothetical Syllogism ((pq) ∧ (qr)) ├ (pr) if p then q; if q then r; therefore, if p then r
Disjunctive Syllogism ((pq) ∧ ¬p) ├ q Either p or q; not p; therefore, q
Constructive Dilemma ((pq) ∧ (rs) ∧ (pr)) ├ (qs) If p then q; and if r then s; but either p or r; therefore either q or s
Destructive Dilemma ((pq) ∧ (rs) ∧ (¬q ∨ ¬s)) ├ (¬p ∨ ¬r) If p then q; and if r then s; but either not q or not s; therefore either not p or not r
Simplification (pq) ├ p p and q are true; therefore p is true
Conjunction p, q ├ (pq) p and q are true separately; therefore they are true conjointly
Addition p ├ (pq) p is true; therefore the disjunction (p or q) is true
Composition ((pq) ∧ (pr)) ├ (p → (qr)) If p then q; and if p then r; therefore if p is true then q and r are true
De Morgan's Theorem (1) ¬(pq) ├ (¬p ∨ ¬q) The negation of (p and q) is equiv. to (not p or not q)
De Morgan's Theorem (2) ¬(pq) ├ (¬p ∧ ¬q) The negation of (p or q) is equiv. to (not p and not q)
Commutation (1) (pq) ├ (qp) (p or q) is equiv. to (q or p)
Commutation (2) (pq) ├ (qp) (p and q) is equiv. to (q and p)
Association (1) (p ∨ (qr)) ├ ((pq) ∨ r) p or (q or r) is equiv. to (p or q) or r
Association (2) (p ∧ (qr)) ├ ((pq) ∧ r) p and (q and r) is equiv. to (p and q) and r
Distribution (1) (p ∧ (qr)) ├ ((pq) ∨ (pr)) p and (q or r) is equiv. to (p and q) or (p and r)
Distribution (2) (p ∨ (qr)) ├ ((pq) ∧ (pr)) p or (q and r) is equiv. to (p or q) and (p or r)
Double Negation p ├ ¬¬p p is equivalent to the negation of not p
Transposition (pq) ├ (¬q → ¬p) If p then q is equiv. to if not q then not p
Material Implication (pq) ├ (¬pq) If p then q is equiv. to either not p or q
Material Equivalence (1) (pq) ├ ((pq) ∧ (qp)) (p is equiv. to q) means, (if p is true then q is true) and (if q is true then p is true)
Material Equivalence (2) (pq) ├ ((pq) ∨ (¬q ∧ ¬p)) (p is equiv. to q) means, either (p and q are true) or ( both p and q are false)
Exportation ((pq) → r) ├ (p → (qr)) from (if p and q are true then r is true) we can prove (if q is true then r is true, if p is true)
Importation (p → (qr)) ├ ((pq) → r)
Tautology p ├ (pp) p is true is equiv. to p is true or p is true
Tertium non datur (Law of Excluded Middle) ├ (p ∨ ¬ p) p or not p is true

Number wff Justification
1 A premiss
2 AA From (1) by disjunction introduction
3 (AA) ∧ A From (1) and (2) by conjunction introduction
4 A From (3) by conjunction elimination
5 AA Summary of (1) through (4)
6 AA From (5) by conditional proof

Axioms
Name Axiom Schema Description
THEN-1 φ → (χ → φ) Add hypothesis χ, implication introduction
THEN-2 (φ → (χ → ψ)) → ((φ → χ) → (φ → ψ)) Distribute hypothesis φ over implication
AND-1 φ ∧ χ → φ Eliminate conjunction
AND-2 φ ∧ χ → χ  
AND-3 φ → (χ → (φ ∧ χ)) Introduce conjunction
OR-1 φ → φ ∨ χ Introduce disjunction
OR-2 χ → φ ∨ χ  
OR-3 (φ → ψ) → ((χ → ψ) → (φ ∨ χ → ψ)) Eliminate disjunction
NOT-1 (φ → χ) → ((φ → ¬χ) → ¬ φ) Introduce negation
NOT-2 φ → (¬φ → χ) Eliminate negation
NOT-3 φ ∨ ¬φ Excluded middle, classical logic
IFF-1 (φ ↔ χ) → (φ → χ) Eliminate equivalence
IFF-2 (φ ↔ χ) → (χ → φ)  
IFF-3 (φ → χ) → ((χ → φ) → (φ ↔ χ)) Introduce equivalence

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook