<?xml version="1.0" encoding="UTF-8"?>

<record version="15" id="10424">
 <title>zeroth order logic</title>
 <name>ZerothOrderLogic</name>
 <created>2008-03-20 13:08:09</created>
 <modified>2008-09-08 02:05:45</modified>
 <type>Definition</type>
 <creator id="15246" name="Jon Awbrey"/>
 <author id="15246" name="Jon Awbrey"/>
 <classification>
	<category scheme="msc" code="03B05"/>
	<category scheme="msc" code="03G05"/>
 </classification>
 <related>
	<object name="PropositionalCalculus"/>
	<object name="LogicalConnective"/>
	<object name="LogicalGraph"/>
	<object name="LogicalGraphFormalDevelopment"/>
	<object name="TruthFunction"/>
	<object name="TruthTable"/>
	<object name="DifferentialLogic"/>
	<object name="DifferentialPropositionalCalculus"/>
	<object name="DifferentialPropositionalCalculusAppendices"/>
	<object name="DifferentialPropositionalCalculusAppendix2"/>
	<object name="DifferentialPropositionalCalculusAppendix3"/>
	<object name="DifferentialPropositionalCalculusAppendix4"/>
 </related>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
</preamble>
 <content>\PMlinkescapephrase{calculus}
\PMlinkescapephrase{Calculus}
\PMlinkescapephrase{column}
\PMlinkescapephrase{Column}
\PMlinkescapephrase{columns}
\PMlinkescapephrase{Columns}
\PMlinkescapephrase{compact}
\PMlinkescapephrase{Compact}
\PMlinkescapephrase{degree}
\PMlinkescapephrase{Degree}
\PMlinkescapephrase{formal logic}
\PMlinkescapephrase{Formal logic}
\PMlinkescapephrase{level}
\PMlinkescapephrase{Level}
\PMlinkescapephrase{order}
\PMlinkescapephrase{Order}
\PMlinkescapephrase{reference}
\PMlinkescapephrase{Reference}
\PMlinkescapephrase{translation}
\PMlinkescapephrase{Translation}

\textit{\textbf{Note.}  This entry overlaps to some degree with other entries on \PMlinkname{boolean functions}{BooleanValuedFunction} and \PMlinkname{propositional logic}{PropositionalCalculus}, but serves as a compact reference and a translation manual for several different styles of notation.}

\textit{\textbf{Zeroth order logic}} is a term in popular use among practitioners for the common principles underlying the algebra of sets, boolean algebra, boolean functions, logical connectives, monadic predicate calculus, propositional calculus, and sentential logic.  The term serves to mark a level of abstraction in which the inessential differences among these subjects can be subsumed under the appropriate isomorphisms.

\tableofcontents

\section{Propositional forms}

Table 1 lists equivalent expressions for the four functions of concrete type $X \to \mathbb{B}$ and abstract type $\mathbb{B} \to \mathbb{B}$ in a number of different languages for zeroth order logic.

\begin{quote}\begin{tabular}{|c|c|c|c|c|c|c|}
\multicolumn{7}{c}{\textbf{Table 1.  Propositional Forms on One Variable}} \\
\hline
$\mathcal{L}_1$ &amp; $\mathcal{L}_2$ &amp;&amp;
$\mathcal{L}_3$ &amp; $\mathcal{L}_4$ &amp;
$\mathcal{L}_5$ &amp; $\mathcal{L}_6$ \\
\hline
&amp; &amp; $x =$ &amp; 1 0 &amp; &amp; &amp; \\
\hline
$f_{0}$ &amp; $f_{00}$ &amp; &amp; 0 0 &amp;  $( )$  &amp; false   &amp; $0$       \\
$f_{1}$ &amp; $f_{01}$ &amp; &amp; 0 1 &amp;  $(x)$  &amp; not $x$ &amp; $\lnot x$ \\
$f_{2}$ &amp; $f_{10}$ &amp; &amp; 1 0 &amp;   $x$   &amp; $x$     &amp; $x$       \\
$f_{3}$ &amp; $f_{11}$ &amp; &amp; 1 1 &amp; $(( ))$ &amp; true    &amp; $1$       \\
\hline
\end{tabular}\end{quote}

Table 2 lists equivalent expressions for the sixteen functions of concrete type $X \times Y \to \mathbb{B}$ and abstract type $\mathbb{B} \times \mathbb{B} \to \mathbb{B}$ in the same set of languages.

\begin{quote}\begin{tabular}{|c|c|c|c|c|c|c|}
\multicolumn{7}{c}{\textbf{Table 2.  Propositional Forms on Two Variables}} \\
\hline
$\mathcal{L}_1$ &amp; $\mathcal{L}_2$ &amp;&amp;
$\mathcal{L}_3$ &amp; $\mathcal{L}_4$ &amp;
$\mathcal{L}_5$ &amp; $\mathcal{L}_6$ \\
\hline
&amp; &amp; $x =$ &amp; 1 1 0 0 &amp; &amp; &amp; \\
&amp; &amp; $y =$ &amp; 1 0 1 0 &amp; &amp; &amp; \\
\hline
$f_{0}$  &amp; $f_{0000}$ &amp; &amp; 0 0 0 0 &amp; $( )$    &amp; false                 &amp; $0$ \\
$f_{1}$  &amp; $f_{0001}$ &amp; &amp; 0 0 0 1 &amp; $(x)(y)$ &amp; neither $x$ nor $y$   &amp; $\lnot x \land \lnot y  $ \\
$f_{2}$  &amp; $f_{0010}$ &amp; &amp; 0 0 1 0 &amp; $(x) y$  &amp; $y$ and not $x$       &amp; $\lnot x \land y$ \\
$f_{3}$  &amp; $f_{0011}$ &amp; &amp; 0 0 1 1 &amp; $(x)$    &amp; not $x$               &amp; $\lnot x$ \\
$f_{4}$  &amp; $f_{0100}$ &amp; &amp; 0 1 0 0 &amp; $x (y)$  &amp; $x$ and not $y$       &amp; $x \land \lnot y$ \\
$f_{5}$  &amp; $f_{0101}$ &amp; &amp; 0 1 0 1 &amp; $(y)$    &amp; not $y$               &amp; $\lnot y$ \\
$f_{6}$  &amp; $f_{0110}$ &amp; &amp; 0 1 1 0 &amp; $(x, y)$ &amp; $x$ not equal to $y$  &amp; $x \ne y$ \\
$f_{7}$  &amp; $f_{0111}$ &amp; &amp; 0 1 1 1 &amp; $(x y)$  &amp; not both $x$ and $y$  &amp; $\lnot x \lor \lnot y$ \\
\hline
$f_{8}$  &amp; $f_{1000}$ &amp; &amp; 1 0 0 0 &amp; $x y$      &amp; $x$ and $y$         &amp; $x \land y$ \\
$f_{9}$  &amp; $f_{1001}$ &amp; &amp; 1 0 0 1 &amp; $((x, y))$ &amp; $x$ equal to $y$    &amp; $x = y$ \\
$f_{10}$ &amp; $f_{1010}$ &amp; &amp; 1 0 1 0 &amp; $y$        &amp; $y$                 &amp; $y$ \\
$f_{11}$ &amp; $f_{1011}$ &amp; &amp; 1 0 1 1 &amp; $(x (y))$  &amp; not $x$ without $y$ &amp; $x \Rightarrow y$ \\
$f_{12}$ &amp; $f_{1100}$ &amp; &amp; 1 1 0 0 &amp; $x$        &amp; $x$                 &amp; $x$ \\
$f_{13}$ &amp; $f_{1101}$ &amp; &amp; 1 1 0 1 &amp; $((x) y)$  &amp; not $y$ without $x$ &amp; $x \Leftarrow y$ \\
$f_{14}$ &amp; $f_{1110}$ &amp; &amp; 1 1 1 0 &amp; $((x)(y))$ &amp; $x$ or $y$          &amp; $x \lor y$ \\
$f_{15}$ &amp; $f_{1111}$ &amp; &amp; 1 1 1 1 &amp; $(( ))$    &amp; true                &amp; $1$ \\
\hline
\end{tabular}\end{quote}

The columns of Tables 1 and 2 are conveniently described in the following order:

\begin{itemize}

\item
Language $\mathcal{L}_3$.

\begin{quote}
In Table 1, $\mathcal{L}_3$ describes each boolean function $f : \mathbb{B} \to \mathbb{B}$ by means of the sequence of two boolean values $(f(1), f(0))$.

In Table 2, $\mathcal{L}_3$ describes each boolean function $f : \mathbb{B}^2 \to \mathbb{B}$ by means of the sequence of four boolean values $(f(1, 1), f(1, 0), f(0, 1), f(0, 0))$.

Sequences of these forms, perhaps in another order and perhaps with the logical values F and T instead of the boolean values 0 and 1, would normally be displayed vertically in a truth table under the column head for $f$.
\end{quote}

\item
Language $\mathcal{L}_2$ lists the functions in the form $f_i$, where the index $i$ is a bit string formed from the sequence of boolean values in $\mathcal{L}_3$.

\item
Language $\mathcal{L}_1$ notates the functions $f_i$ with an index $i$ that is the decimal equivalent of the binary numeral index in $\mathcal{L}_2$.

Notice that the sense of the binary and decimal codings is highly dependent on context.  One needs to know the number of variables in the function and the sequence of points over which it is evaluated in order to decode the indices properly.

\item
Language $\mathcal{L}_4$ expresses the boolean functions in terms of two families of logical operations:

\begin{quote}
Logical conjunctions written as continued products.  For example:

\begin{quote}$\begin{array}{ccc}
x y   &amp; = &amp; x \land y         \\
x y z &amp; = &amp; x \land y \land z \\
\end{array}$\end{quote}

Minimal negation operators written as parenthesized lists.  For example:

\begin{quote}$\begin{array}{ccc}
( )    &amp; = &amp; 0       \\
(x)    &amp; = &amp; \lnot x \\
(x, y) &amp; = &amp; x \ne y \\
\end{array}$\end{quote}
\end{quote}

\item
Language $\mathcal{L}_5$ lists ordinary language expressions for the propositional forms.  Many other paraphrases are possible, but these afford a sample of the simplest equivalents.

\item
Language $\mathcal{L}_6$ expresses the propositional forms in one of the several notations that are commonly used in formal logic.

\end{itemize}
</content>
</record>
