Zeroth order logic: Difference between revisions
Jon Awbrey (talk | contribs) (+ article) |
Jon Awbrey (talk | contribs) (update) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<font size="3">☞</font> This page belongs to resource collections on [[Logic Live|Logic]] and [[Inquiry Live|Inquiry]]. | <font size="3">☞</font> This page belongs to resource collections on [[Logic Live|Logic]] and [[Inquiry Live|Inquiry]]. | ||
'''''Zeroth order logic''''' is an informal term that is sometimes used to indicate the common principles underlying the | '''''Zeroth order logic''''' is an informal term that is sometimes used to indicate 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 more inessential differences among these subjects can be subsumed under the appropriate isomorphisms. | ||
==Propositional forms on two variables== | ==Propositional forms on two variables== | ||
By way of initial orientation, Table 1 lists equivalent expressions for the sixteen functions of concrete type <math>X \times Y \to \mathbb{B}</math> and abstract type <math>\mathbb{B} \times \mathbb{B} \to \mathbb{B}</math> in a number of different languages for zeroth order logic. | By way of initial orientation, Table 1 lists equivalent expressions for the sixteen functions of concrete type <math>X \times Y \to \mathbb{B}\!</math> and abstract type <math>\mathbb{B} \times \mathbb{B} \to \mathbb{B}\!</math> in a number of different languages for zeroth order logic. | ||
<br> | <br> | ||
{| align="center" border="1" cellpadding=" | {| align="center" border="1" cellpadding="8" cellspacing="0" style="text-align:center; width:75%" | ||
|+ | |+ style="height:30px" | <math>\text{Table 1.} ~~ \text{Propositional Forms on Two Variables}\!</math> | ||
|- style="background: | |- style="height:40px; background:ghostwhite" | ||
| style="width:15%" | <math>\begin{matrix}\mathcal{L}_1 \\ \text{Decimal}\end{matrix}\!</math> | |||
| style="width:15%" | <math>\begin{matrix}\mathcal{L}_2 \\ \text{Binary}\end{matrix}\!</math> | |||
| style="width:15%" | <math>\begin{matrix}\mathcal{L}_3 \\ \text{Vector}\end{matrix}\!</math> | |||
| style="width:15%" | <math>\begin{matrix}\mathcal{L}_4 \\ \text{Cactus}\end{matrix}\!</math> | |||
| style="width:25%" | <math>\begin{matrix}\mathcal{L}_5 \\ \text{English}\end{matrix}\!</math> | |||
| style="width:15%" | <math>\begin{matrix}\mathcal{L}_6 \\ \text{Ordinary}\end{matrix}\!</math> | |||
|- style="background: | |- style="background:ghostwhite" | ||
| | | | ||
| align="right" | x | | align="right" | <math>x\colon\!</math> | ||
| 1 1 0 0 | | <math>1~1~0~0\!</math> | ||
| | | | ||
| | | | ||
| | | | ||
|- style="background: | |- style="background:ghostwhite" | ||
| | | | ||
| align="right" | y | | align="right" | <math>y\colon\!</math> | ||
| 1 0 1 0 | | <math>1~0~1~0\!</math> | ||
| | | | ||
| | | | ||
| | | | ||
|- | |- | ||
| | | valign="bottom" | | ||
<math>\begin{matrix} | |||
f_{0} | |||
\\[4pt] | |||
f_{1} | |||
\\[4pt] | |||
f_{2} | |||
\\[4pt] | |||
f_{3} | |||
\\[4pt] | |||
f_{4} | |||
\\[4pt] | |||
f_{5} | |||
\\[4pt] | |||
f_{6} | |||
\\[4pt] | |||
f_{7} | |||
\end{matrix}\!</math> | |||
| valign="bottom" | | |||
<math>\begin{matrix} | |||
f_{0000} | |||
\\[4pt] | |||
f_{0001} | |||
\\[4pt] | |||
f_{0010} | |||
\\[4pt] | |||
f_{0011} | |||
\\[4pt] | |||
f_{0100} | |||
\\[4pt] | |||
f_{0101} | |||
\\[4pt] | |||
f_{0110} | |||
\\[4pt] | |||
f_{0111} | |||
\end{matrix}\!</math> | |||
| valign="bottom" | | |||
<math>\begin{matrix} | |||
0~0~0~0 | |||
\\[4pt] | |||
0~0~0~1 | |||
\\[4pt] | |||
0~0~1~0 | |||
\\[4pt] | |||
0~0~1~1 | |||
\\[4pt] | |||
0~1~0~0 | |||
\\[4pt] | |||
0~1~0~1 | |||
\\[4pt] | |||
0~1~1~0 | |||
\\[4pt] | |||
0~1~1~1 | |||
\end{matrix}\!</math> | |||
| valign="bottom" | | |||
<math>\begin{matrix} | |||
\texttt{(~)} | |||
\\[4pt] | |||
\texttt{(} x \texttt{)(} y \texttt{)} | |||
\\[4pt] | |||
\texttt{(} x \texttt{)} ~ y ~ | |||
\\[4pt] | |||
\texttt{(} x \texttt{)} | |||
\\[4pt] | |||
~ x ~ \texttt{(} y \texttt{)} | |||
\\[4pt] | |||
\texttt{(} y \texttt{)} | |||
\\[4pt] | |||
\texttt{(} x \texttt{,} ~ y \texttt{)} | |||
\\[4pt] | |||
\texttt{(} x ~ y \texttt{)} | |||
\end{matrix}\!</math> | |||
| valign="bottom" | | |||
<math>\begin{matrix} | |||
\text{false} | |||
\\[4pt] | |||
\text{neither}~ x ~\text{nor}~ y | |||
\\[4pt] | |||
y ~\text{without}~ x | |||
\\[4pt] | |||
\text{not}~ x | |||
\\[4pt] | |||
x ~\text{without}~ y | |||
\\[4pt] | |||
\text{not}~ y | |||
\\[4pt] | |||
x ~\text{not equal to}~ y | |||
\\[4pt] | |||
\text{not both}~ x ~\text{and}~ y | |||
\end{matrix}\!</math> | |||
| valign="bottom" | | |||
<math>\begin{matrix} | |||
0 | |||
\\[4pt] | |||
\lnot x \land \lnot y | |||
\\[4pt] | |||
\lnot x \land y | |||
\\[4pt] | |||
\lnot x | |||
\\[4pt] | |||
x \land \lnot y | |||
\\[4pt] | |||
\lnot y | |||
\\[4pt] | |||
x \ne y | |||
\\[4pt] | |||
\lnot x \lor \lnot y | |||
\end{matrix}\!</math> | |||
|- | |- | ||
| | | valign="bottom" | | ||
<math>\begin{matrix} | |||
f_{8} | |||
\\[4pt] | |||
f_{9} | |||
\\[4pt] | |||
f_{10} | |||
\\[4pt] | |||
f_{11} | |||
\\[4pt] | |||
f_{12} | |||
\\[4pt] | |||
f_{13} | |||
\\[4pt] | |||
f_{14} | |||
\\[4pt] | |||
f_{15} | |||
\end{matrix}\!</math> | |||
| valign="bottom" | | |||
<math>\begin{matrix} | |||
f_{1000} | |||
\\[4pt] | |||
f_{1001} | |||
\\[4pt] | |||
f_{1010} | |||
\\[4pt] | |||
f_{1011} | |||
\\[4pt] | |||
f_{1100} | |||
\\[4pt] | |||
f_{1101} | |||
\\[4pt] | |||
f_{1110} | |||
\\[4pt] | |||
f_{1111} | |||
\end{matrix}\!</math> | |||
| valign="bottom" | | |||
<math>\begin{matrix} | |||
1~0~0~0 | |||
\\[4pt] | |||
1~0~0~1 | |||
\\[4pt] | |||
1~0~1~0 | |||
\\[4pt] | |||
1~0~1~1 | |||
\\[4pt] | |||
1~1~0~0 | |||
\\[4pt] | |||
1~1~0~1 | |||
\\[4pt] | |||
1~1~1~0 | |||
\\[4pt] | |||
1~1~1~1 | |||
\end{matrix}\!</math> | |||
| valign="bottom" | | |||
<math>\begin{matrix} | |||
x ~ y | |||
\\[4pt] | |||
\texttt{((} x \texttt{,} ~ y \texttt{))} | |||
\\[4pt] | |||
y | |||
\\[4pt] | |||
\texttt{(} x ~ \texttt{(} y \texttt{))} | |||
\\[4pt] | |||
x | |||
\\[4pt] | |||
\texttt{((} x \texttt{)} ~ y \texttt{)} | |||
\\[4pt] | |||
\texttt{((} x \texttt{)(} y \texttt{))} | |||
\\[4pt] | |||
\texttt{((~))} | |||
\end{matrix}\!</math> | |||
| valign="bottom" | | |||
<math>\begin{matrix} | |||
x ~\text{and}~ y | |||
\\[4pt] | |||
x ~\text{equal to}~ y | |||
\\[4pt] | |||
y | |||
\\[4pt] | |||
\text{not}~ x ~\text{without}~ y | |||
\\[4pt] | |||
x | |||
\\[4pt] | |||
\text{not}~ y ~\text{without}~ x | |||
\\[4pt] | |||
x ~\text{or}~ y | |||
\\[4pt] | |||
\text{true} | |||
\end{matrix}\!</math> | |||
| valign="bottom" | | |||
<math>\begin{matrix} | |||
x \land y | |||
\\[4pt] | |||
x = y | |||
\\[4pt] | |||
y | |||
\\[4pt] | |||
x \Rightarrow y | |||
\\[4pt] | |||
x | |||
\\[4pt] | |||
x \Leftarrow y | |||
\\[4pt] | |||
x \lor y | |||
\\[4pt] | |||
1 | |||
\end{matrix}\!</math> | |||
|} | |} | ||
| Line 70: | Line 256: | ||
These six languages for the sixteen boolean functions are conveniently described in the following order: | These six languages for the sixteen boolean functions are conveniently described in the following order: | ||
* Language | * Language <math>\mathcal{L}_{3}\!</math> describes each boolean function <math>f : \mathbb{B}^2 \to \mathbb{B}\!</math> by means of the sequence of four boolean values, <math>f(1,1),\!</math> <math>f(1,0),\!</math> <math>f(0,1),\!</math> <math>f(0,0).\!</math> Such a sequence, perhaps in another order, and perhaps with the logical values <math>\mathrm{F}\!</math> and <math>\mathrm{T}\!</math> instead of the boolean values <math>0\!</math> and <math>1,\!</math> respectively, would normally be displayed as a column in a [[truth table]]. | ||
* Language | * Language <math>\mathcal{L}_{2}\!</math> lists the sixteen functions in the form <math>f_i,\!</math> where the index <math>i\!</math> is a bit string formed from the sequence of boolean values in <math>\mathcal{L}_{3}.\!</math> | ||
* Language | * Language <math>\mathcal{L}_{1}\!</math> notates the boolean functions <math>f_i\!</math> with an index <math>i\!</math> that is the decimal equivalent of the binary numeral index in <math>\mathcal{L}_{2}.\!</math> | ||
* Language | * Language <math>\mathcal{L}_{4}\!</math> expresses the sixteen functions in terms of [[logical conjunction]], indicated by concatenating function names or proposition expressions in the manner of products, plus the family of ''[[minimal negation operator]]s'', the first few of which are given in the following variant notations: | ||
: <math>\begin{matrix} | {| align="center" cellpadding="8" style="text-align:center" | ||
( | | | ||
(x) | <math>\begin{matrix} | ||
(x, y) | \texttt{()} | ||
(x, y, z) & = & \tilde{x}yz \lor x\tilde{y}z \lor xy\tilde{z} & = & x | & = & 0 | ||
\end{matrix}</math> | & = & \mathrm{false} | ||
\\[6pt] | |||
\texttt{(} x \texttt{)} | |||
& = & \tilde{x} | |||
& = & x^\prime | |||
\\[6pt] | |||
\texttt{(} x \texttt{,} y \texttt{)} | |||
& = & \tilde{x}y \lor x\tilde{y} | |||
& = & x^\prime y \lor x y^\prime | |||
\\[6pt] | |||
\texttt{(} x \texttt{,} y \texttt{,} z \texttt{)} | |||
& = & \tilde{x}yz \lor x\tilde{y}z \lor xy\tilde{z} | |||
& = & x^\prime y z \lor x y^\prime z \lor x y z^\prime | |||
\end{matrix}\!</math> | |||
|} | |||
It may | It may be noted that <math>\texttt{(} x \texttt{,} y \texttt{)}\!</math> is the same function as <math>x + y\!</math> and <math>x \ne y.</math> The inclusive disjunctions indicated for <math>\texttt{(} x \texttt{,} y \texttt{)}\!</math> and for <math>\texttt{(} x \texttt{,} y \texttt{,} z \texttt{)}\!</math> may be replaced with exclusive disjunctions without affecting the meaning, since the terms disjoined are already disjoint. However, the function <math>\texttt{(} x \texttt{,} y \texttt{,} z \texttt{)}\!</math> is not the same thing as the function <math>x + y + z.\!</math> | ||
* Language | * Language <math>\mathcal{L}_{5}\!</math> lists ordinary language expressions for the sixteen functions. Many other paraphrases are possible, but these afford a sample of the simplest equivalents. | ||
* Language | * Language <math>\mathcal{L}_{6}\!</math> expresses the sixteen functions in one of several notations that are commonly used in formal logic. | ||
==Translations== | ==Translations== | ||
| Line 99: | Line 299: | ||
===Focal nodes=== | ===Focal nodes=== | ||
* [[Inquiry Live]] | * [[Inquiry Live]] | ||
* [[Logic Live]] | * [[Logic Live]] | ||
===Peer nodes=== | ===Peer nodes=== | ||
* [http://intersci.ss.uci.edu/wiki/index.php/Zeroth_order_logic Zeroth Order Logic @ InterSciWiki] | |||
* [http://mywikibiz.com/Zeroth_order_logic Zeroth Order Logic @ MyWikiBiz] | * [http://mywikibiz.com/Zeroth_order_logic Zeroth Order Logic @ MyWikiBiz] | ||
* [http://ref.subwiki.org/wiki/Zeroth_order_logic Zeroth Order Logic @ Subject Wikis] | * [http://ref.subwiki.org/wiki/Zeroth_order_logic Zeroth Order Logic @ Subject Wikis] | ||
* [http://en.wikiversity.org/wiki/Zeroth_order_logic Zeroth Order Logic @ Wikiversity] | |||
* [http://beta.wikiversity.org/wiki/Zeroth_order_logic Zeroth Order Logic @ Wikiversity Beta] | * [http://beta.wikiversity.org/wiki/Zeroth_order_logic Zeroth Order Logic @ Wikiversity Beta] | ||
===Logical operators=== | ===Logical operators=== | ||
| Line 198: | Line 387: | ||
===Related articles=== | ===Related articles=== | ||
* [http:// | {{col-begin}} | ||
{{col-break}} | |||
* [http:// | * [http://intersci.ss.uci.edu/wiki/index.php/Cactus_Language Cactus Language] | ||
* [http://intersci.ss.uci.edu/wiki/index.php/Futures_Of_Logical_Graphs Futures Of Logical Graphs] | |||
* [http:// | * [http://intersci.ss.uci.edu/wiki/index.php/Propositional_Equation_Reasoning_Systems Propositional Equation Reasoning Systems] | ||
{{col-break}} | |||
* [http:// | * [http://intersci.ss.uci.edu/wiki/index.php/Differential_Logic_:_Introduction Differential Logic : Introduction] | ||
* [http://intersci.ss.uci.edu/wiki/index.php/Differential_Propositional_Calculus Differential Propositional Calculus] | |||
* [http:// | * [http://intersci.ss.uci.edu/wiki/index.php/Differential_Logic_and_Dynamic_Systems_2.0 Differential Logic and Dynamic Systems] | ||
{{col-break}} | |||
* [http:// | * [http://intersci.ss.uci.edu/wiki/index.php/Prospects_for_Inquiry_Driven_Systems Prospects for Inquiry Driven Systems] | ||
* [http://intersci.ss.uci.edu/wiki/index.php/Introduction_to_Inquiry_Driven_Systems Introduction to Inquiry Driven Systems] | |||
* [http:// | * [http://intersci.ss.uci.edu/wiki/index.php/Inquiry_Driven_Systems Inquiry Driven Systems : Inquiry Into Inquiry] | ||
{{col-end}} | |||
* [http:// | |||
==Document history== | ==Document history== | ||
| Line 218: | Line 406: | ||
Portions of the above article were adapted from the following sources under the [[GNU Free Documentation License]], under other applicable licenses, or by permission of the copyright holders. | Portions of the above article were adapted from the following sources under the [[GNU Free Documentation License]], under other applicable licenses, or by permission of the copyright holders. | ||
* [http://intersci.ss.uci.edu/wiki/index.php/Zeroth_order_logic Zeroth Order Logic], [http://intersci.ss.uci.edu/ InterSciWiki] | |||
* [http://mywikibiz.com/Zeroth_order_logic Zeroth Order Logic], [http://mywikibiz.com/ MyWikiBiz] | * [http://mywikibiz.com/Zeroth_order_logic Zeroth Order Logic], [http://mywikibiz.com/ MyWikiBiz] | ||
* [http://planetmath.org | * [http://planetmath.org/ZerothOrderLogic Zeroth Order Logic], [http://planetmath.org/ PlanetMath] | ||
* [http://wikinfo.org/w/index.php/Zeroth_order_logic Zeroth Order Logic], [http://wikinfo.org/w/ Wikinfo] | |||
* [http://en.wikiversity.org/wiki/Zeroth_order_logic Zeroth Order Logic], [http://en.wikiversity.org/ Wikiversity] | |||
* [http://beta.wikiversity.org/wiki/Zeroth_order_logic Zeroth Order Logic], [http://beta.wikiversity.org/ Wikiversity Beta] | * [http://beta.wikiversity.org/wiki/Zeroth_order_logic Zeroth Order Logic], [http://beta.wikiversity.org/ Wikiversity Beta] | ||
* [http://en.wikipedia.org/w/index.php?title=Zeroth-order_logic&oldid=77109225 Zeroth Order Logic], [http://en.wikipedia.org/ Wikipedia] | * [http://en.wikipedia.org/w/index.php?title=Zeroth-order_logic&oldid=77109225 Zeroth Order Logic], [http://en.wikipedia.org/ Wikipedia] | ||
* [http://altheim.com/cs/zol.html Zeroth Order Logic], [http://altheim.com/cs Altheim.com] | * [http://web.archive.org/web/20050323065233/http://www.altheim.com/cs/zol.html Zeroth Order Logic], [http://web.archive.org/web/20070305032442/http://www.altheim.com/cs/ Altheim.com] | ||
[[Category:Inquiry]] | [[Category:Inquiry]] | ||
| Line 241: | Line 425: | ||
[[Category:Mathematics]] | [[Category:Mathematics]] | ||
[[Category:Normative Sciences]] | [[Category:Normative Sciences]] | ||
[[Category:Semiotics]] | |||
Latest revision as of 03:08, 9 November 2015
☞ This page belongs to resource collections on Logic and Inquiry.
Zeroth order logic is an informal term that is sometimes used to indicate 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 more inessential differences among these subjects can be subsumed under the appropriate isomorphisms.
Propositional forms on two variables
By way of initial orientation, Table 1 lists equivalent expressions for the sixteen functions of concrete type and abstract type in a number of different languages for zeroth order logic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These six languages for the sixteen boolean functions are conveniently described in the following order:
- Language describes each boolean function by means of the sequence of four boolean values, Such a sequence, perhaps in another order, and perhaps with the logical values and instead of the boolean values and respectively, would normally be displayed as a column in a truth table.
- Language lists the sixteen functions in the form where the index is a bit string formed from the sequence of boolean values in
- Language notates the boolean functions with an index that is the decimal equivalent of the binary numeral index in
- Language expresses the sixteen functions in terms of logical conjunction, indicated by concatenating function names or proposition expressions in the manner of products, plus the family of minimal negation operators, the first few of which are given in the following variant notations:
|
|
It may be noted that is the same function as and The inclusive disjunctions indicated for and for may be replaced with exclusive disjunctions without affecting the meaning, since the terms disjoined are already disjoint. However, the function is not the same thing as the function
- Language lists ordinary language expressions for the sixteen functions. Many other paraphrases are possible, but these afford a sample of the simplest equivalents.
- Language expresses the sixteen functions in one of several notations that are commonly used in formal logic.
Translations
Syllabus
Focal nodes
Peer nodes
- Zeroth Order Logic @ InterSciWiki
- Zeroth Order Logic @ MyWikiBiz
- Zeroth Order Logic @ Subject Wikis
- Zeroth Order Logic @ Wikiversity
- Zeroth Order Logic @ Wikiversity Beta
Logical operators
Related topics
Relational concepts
Information, Inquiry
Related articles
Document history
Portions of the above article were adapted from the following sources under the GNU Free Documentation License, under other applicable licenses, or by permission of the copyright holders.