propositional calculus (original) (raw)

A propositional calculusMathworldPlanetmath is a formal system whose expressions represent formal objects known as propositionsPlanetmathPlanetmath and whose distinguished relationsMathworldPlanetmathPlanetmathPlanetmath among expressions represent existing relations among propositions. Many different propositional calculi represent what is recognizably the same subject matter of propositions and their relations, which more genericPlanetmathPlanetmathPlanetmath subject matter is conveniently described as propositional logic. For the purposes of mathematical discussion, and especially in computational applications, it is sufficient to identify a proposition with a boolean-valued function, that is, a mapping of the type X→𝔹, where X is some set and 𝔹={0,1}.

As a general consideration, a calculus is a formal system that consists of a set of syntactic expressions, 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 equivalentMathworldPlanetmathPlanetmathPlanetmathPlanetmathPlanetmath to an expression in the distinguished subset, typically interpreted as the subset of logical axioms.

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

Contents:

1 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 refinementPlanetmathPlanetmath, 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.

2 Generic description of a propositional calculus

A propositional calculus is a formal system ℒ=ℒ⁢(A,Ω,Z,I), whose formulas are constructed in the following manner:

3 Example 1. Simple axiom system

Let ℒ1=ℒ⁢(A,Ω,Z,I), where A,Ω,Z,I are defined as follows:

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

The omega set Ω is a set of two symbols {¬,⇒} that partitions as follows:

Under the usual interpretation of these symbols, this choice amounts to adopting negationMathworldPlanetmath and implicationMathworldPlanetmath as the primitive operationsMathworldPlanetmath of the propositional calculus ℒ1.

Of the three connectives for conjunctionMathworldPlanetmath (∧), disjunctionMathworldPlanetmath (∨), and implication (⇒), one can be taken as primitive and the other two can be defined in terms of it and negation (¬). The equivalence (⇔) is defined in terms of conjunction and implication, with p⇔q defined as (p⇒q)∧(q⇒p).

The zeta set Z formalizes the inference rule known as modus ponensMathworldPlanetmath (http://planetmath.org/ModusPonens):

p⇒(q⇒p)
(p⇒(q⇒r))⇒((p⇒q)⇒(p⇒r))
(¬p⇒¬q)⇒(q⇒p)

We have the following auxiliary definitions:

p∨q:=¬⁢p⇒q.
p∧q:=¬⁡(p⇒¬⁢q).

4 Example 2. Natural deduction system

Let ℒ2=ℒ⁢(A,Ω,Z,I), where A,Ω,Z,I are defined as follows:

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

The omega set Ω=Ω1∪Ω2 partitions as follows:

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.

To be continued …

5 Document history

Portions of the above article are adapted from the following sources under the GNU Free Documentation License, under other applicable licenses, or by permission of the copyright holders.

Title propositional calculus
Canonical name PropositionalCalculus
Date of creation 2013-03-22 17:54:40
Last modified on 2013-03-22 17:54:40
Owner Jon Awbrey (15246)
Last modified by Jon Awbrey (15246)
Numerical id 22
Author Jon Awbrey (15246)
Entry type Definition
Classification msc 03F03
Classification msc 03C05
Classification msc 03B22
Classification msc 03B05
Synonym propositional logic
Synonym sentential calculus
Synonym sentential logic
Related topic ZerothOrderLogic
Related topic MinimalNegationOperator
Related topic DifferentialLogic
Related topic DifferentialPropositionalCalculus
Related topic DifferentialPropositionalCalculusExamples
Related topic DifferentialPropositionalCalculusAppendices
Related topic DifferentialPropositionalCalculusAppendix2
Related topic DifferentialPropositionalC