The Propositional calculus reference article from the English Wikipedia on 24-Apr-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Propositional calculus

A propositional calculus is a formal, axiomatic system, or proof theory for reasoning with propositional formulas. As such it is a part of the area of symbolic logic where we reason using abstract formulas that represent statements. It is distinguished from a predicate calculus in that the simplest meaningful expressions made use of in a propositional calculus are whole simple sentences.

A propositional calculus requires: (1) a vocabulary, normally consisting of atomic sentences and connectivess, or sentential operators; (2) rules for the (normally recursive) formation of well-formed formulas (wffs) based on this vocabulary; (3) A set of axioms (which may be empty), and (4) a set of inference rules for deriving new wffs from a given set of wffs.

A propositional calculus may include (1) and (2), jointly called a grammar; or it may be formulated to apply to the grammar of a previously defined formal language. In a propositional calculus the wffs are all sentences. Any grammar will in general also be given a semantics, which explains those features (truth, implication) that are, presumably, of interest. Ideally the inference rules of a calculus are chosen such that if the formulas in the set are true then the derived formulas are also true. Hence a logical calculus is formulated independently of a semantics, but with the aim of agreeing with it. Both depend on a grammar.

In what follows we will outline a standard propositional calculus. Many different such formulations exist which are all more or less equivalent but differ in (1) which logical operators they allow, (hence, which language or grammar they are designed for); (2) which axioms and inference rules are used; and (3) in what form derivations are presented.

Table of contents
1 Well-formed formulas
2 Inference rules
3 Soundness and completeness of the rules
4 Other logical calculi
5 External links

Well-formed formulas

The vocabulary is composed of:

  1. The letters of the alphabet (usually capitalized). These represent abstract propositions that are atomic in the sense that they are not decomposed into smaller propositions.
  2. Symbols denoting logical operators: ¬, &and, &or, &rarr, &harr
  3. Parenthesis for grouping a wff as a sub-wff of a compound wffs: (, )

The set of wffs is recursively defined by the following rules:
  1. Letters of the alphabet (usually capitalized such as A, B, etc.) are wffs.
  2. If φ is a wff, then ¬ φ is a wff.
  3. If φ and ψ are wffs, then (φ ∧ ψ), (φ ∨ ψ), (φ → ψ), and (φ ↔ ψ) are wffs.

Repeated applications of these three rules permit the generation of complex wffs. For example:

  1. By rule 1, A is a wff.
  2. By rule 2, ¬ A is a wff.
  3. By rule 1, B is a wff.
  4. By rule 3, ( ¬ AB ) is a wff.

Inference rules

The propositional calculus has ten inference rules. These rules allow us to derive other true formulas given a set of formulas that are assumed to be true. The first eight simply state that if we can infer certain wffs from other wffs. The last two rules however use hypothetical reasoning in the sense that in the premisse of the rule we temporarily assume an (unproven) hypothesis to be part of the set of inferred formulas 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.

; Double Negative Elimination: From the wff ¬ ¬ φ, we may infer φ ; Conjunction Introduction: From any wff φ and any wff ψ, we may infer ( φ ∧ ψ ). ; Conjunction Elimination: From any wff ( φ ψ ), we may infer φ and ψ ; Disjunction Introduction: From any wff φ, we may infer (φ ∨ ψ) where ψ is any wff. ; Disjunction Elimination: From wffs of the form ( φ ∨ ψ ), ( φ → χ ), and ( ψ → χ ), we may infer χ. ; Biconditional Introduction: From wffs of the form ( φ → ψ ) and ( ψ → φ ), we may infer ( φ ↔ ψ ). ; Biconditional Elimination: From the wff ( φ ↔ ψ ), we may infer ( φ → ψ ) and ( ψ → φ ). ; Modus Ponens: From wffs of the form φ and ( φ → ψ ), we may infer ψ. ; Conditional Proof: If ψ can be derived while assuming the hypothesis φ, we may infer ( φ ψ ). ; Reductio ad Absurdum: If we can derive both ψ and ¬ ψ while assuming the hypothesis φ, we may infer ¬ φ.

An example of using the rules should be inserted here

Soundness and completeness of the rules

The crucial properties of this set of rules is that they are sound and complete. Informally this means that the rules are correct and that not 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 worlds) where certain statements are true and others are not. The semantics of formulas 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:

With this definition we can now formalize what it means for a formula φ to be implied by a certain set S of formulas. Informally this is true if in all worlds that are possible given the set of formulas 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 formulas 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 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.

... a sketch of proof would be nice ...

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.

                     (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 complete.

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.

QED.

Other logical calculi

Propositional calculus is about the simplest kind of logical calculus in any current use. (Aristotelian "syllogisitic" calculus, which is largely supplnated 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 "exra 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.

External links