Zeroth order logic: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>DannyS712
m Remove non-existent category
 
(No difference)

Latest revision as of 02:29, 9 March 2020

Template:Font 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 X×Y𝔹 and abstract type 𝔹×𝔹𝔹 in a number of different languages for zeroth order logic.


Table 1.Propositional Forms on Two Variables
1Decimal 2Binary 3Vector 4Cactus 5English 6Ordinary
  x: 1100      
  y: 1010      

f0f1f2f3f4f5f6f7

f0000f0001f0010f0011f0100f0101f0110f0111

00000001001000110100010101100111

(~)<mo stretchy="false">(</mo>x)(y<mo stretchy="false">)</mo><mo stretchy="false">(</mo>x<mo stretchy="false">)</mo>y<mo stretchy="false">(</mo>x<mo stretchy="false">)</mo>x<mo stretchy="false">(</mo>y<mo stretchy="false">)</mo><mo stretchy="false">(</mo>y<mo stretchy="false">)</mo><mo stretchy="false">(</mo>x<mo>,</mo>y<mo stretchy="false">)</mo><mo stretchy="false">(</mo>xy<mo stretchy="false">)</mo>

falseneitherxnoryywithoutxnotxxwithoutynotyxnot equal toynot bothxandy

0¬x¬y¬xy¬xx¬y¬yxy¬x¬y

f8f9f10f11f12f13f14f15

f1000f1001f1010f1011f1100f1101f1110f1111

10001001101010111100110111101111

xy((x<mo>,</mo>y))y<mo stretchy="false">(</mo>x<mo stretchy="false">(</mo>y))x((x<mo stretchy="false">)</mo>y<mo stretchy="false">)</mo>((x)(y))((~))

xandyxequal toyynotxwithoutyxnotywithoutxxorytrue

xyx=yyxyxxyxy1


These six languages for the sixteen boolean functions are conveniently described in the following order:

  • Language 3 describes each boolean function f:𝔹2𝔹 by means of the sequence of four boolean values, f(1,1), f(1,0), f(0,1), f(0,0).  Such a sequence, perhaps in another order, and perhaps with the logical values F and T instead of the boolean values 0 and 1, respectively, would normally be displayed as a column in a truth table.
  • Language 2 lists the sixteen functions in the form fi, where the index i is a bit string formed from the sequence of boolean values in 3.
  • Language 1 notates the boolean functions fi with an index i that is the decimal equivalent of the binary numeral index in 2.
  • Language 4 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:

()=0=false<mo stretchy="false">(</mo>x<mo stretchy="false">)</mo>=x~=x<mo stretchy="false">(</mo>x<mo>,</mo>y<mo stretchy="false">)</mo>=x~yxy~=xyxy<mo stretchy="false">(</mo>x<mo>,</mo>y<mo>,</mo>z<mo stretchy="false">)</mo>=x~yzxy~zxyz~=xyzxyzxyz

It may be noted that <mo stretchy="false">(</mo>x<mo>,</mo>y<mo stretchy="false">)</mo> is the same function as x+y and xy. The inclusive disjunctions indicated for <mo stretchy="false">(</mo>x<mo>,</mo>y<mo stretchy="false">)</mo> and for <mo stretchy="false">(</mo>x<mo>,</mo>y<mo>,</mo>z<mo stretchy="false">)</mo> may be replaced with exclusive disjunctions without affecting the meaning, since the terms disjoined are already disjoint. However, the function <mo stretchy="false">(</mo>x<mo>,</mo>y<mo>,</mo>z<mo stretchy="false">)</mo> is not the same thing as the function x+y+z.

  • Language 5 lists ordinary language expressions for the sixteen functions. Many other paraphrases are possible, but these afford a sample of the simplest equivalents.
  • Language 6 expresses the sixteen functions in one of several notations that are commonly used in formal logic.

Translations

Syllabus

Focal nodes

Peer nodes

Logical operators

Template:Col-begin Template:Col-break

Template:Col-break

Template:Col-end

Template:Col-begin Template:Col-break

Template:Col-break

Template:Col-break

Template:Col-end

Relational concepts

Template:Col-begin Template:Col-break

Template:Col-break

Template:Col-break

Template:Col-end

Information, Inquiry

Template:Col-begin Template:Col-break

Template:Col-break

Template:Col-break

Template:Col-break

Template:Col-end

Template:Col-begin Template:Col-break

Template:Col-break

Template:Col-break

Template:Col-end

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.