MENTAL
 Main Menu
 Applications
 Logic
 Syllogisms


Syllogisms
 SYLOGISMS

"One of the most beautiful discoveries of the human spirit" (Leibniz).



Proposiciones

Types of propositions

Aristotle distinguished between universal proposition and particular proposition, each of which in turn can be, in turn, affirmative or negative. This gives rise to four possible forms of propositions, which he identified by a vowel:

VowelTypeFormExample
AUniversal affirmativeAll A is BEvery man is mortal
EUniversal negativeNo Ais BNo man is mortal
IParticular affirmativeSome Ais BSome man is mortal
OParticular negativeSome A is not BSome man is not mortal

The universal and the particular refer to quantity. Affirmation and negation refer to quality.


Relations between propositions

In the above table there are different relationships between the four propositions:
Sylogisms

Structure of a syllogism

An Aristotelian syllogism has the following structure:
The four figures

The figures are the forms of the syllogism, according to the position that the middle term occupies in the premises. There are four figures:

1st Figure2nd Figure3rd Figure4th Figure
M en P
S en M
S en P
P is M
P is M
S is P
M is P
M is S
S is P
P is M
M is S
S is P

In the first figure the middle term acts as subject in the first premise and predicate in the second, etc.


Syllogistic modes

The syllogistic modes are the possible configurations that can be formed with these figures, depending on whether the propositions are A, E, I or O. In this way, each syllogism can be identified by 3 vowels, corresponding to the two premises and the conclusion. There are VR(4,3) = 43 = 64 possibilities: variations with repetition of 4 elements (the 4 types of propositions) taken 3 by 3 (the 3 propositions of the syllogism). Moreover, as there are 4 figures obtained by varying the position of the middle term, the total number of possible combinations or modes is 64 × 4 = 256.

The rules for the validity of syllogisms are: Of the 256 possible modes only 25 meet these criteria, and of these 6 are useless. Therefore, there are only 19 valid modes.


Mnemonic of the valid modes

Medieval logicians named valid modes by mnemonic rules. Each valid mode receives a name whose 3 vowels indicate the type of the propositions used in the major premise, minor premise and conclusion, respectively. The valid modes are:

Figure 1Figure 2Figure 3Figure 4
Barbara
Celarent
Darii
Ferio
Cesare
Camestres
Festino
Baroco
Darapti
Felapton
Datisi
Feriso
Disamis
Bocardo
Bamalip
Camenes
Dimatis
Fesapo
Fresison

For example, the first figure:

BarbaraCelarentDariiFerio
All M is P
All S is M

All S is P
No M is P
All S is M

No S is P
All M is P
Some S is M

Some S is P
No M is P
Some S is M

Some S is not P

Similarly for all other figures.


Perfect and imperfect modes. Reduction

The consonants of the names of the valid modes of syllogism also have meaning. It is related to the theory of reduction of imperfect modes to perfect modes. Aristotle called the modes of the first figure "perfect", understanding that their order was "more natural" than in the others, which made the passage to the conclusion more intuitive.

Kant wrote in 1762 the article "The False Subtlety of the Four Syllogistic Figures" in which he claimed that syllogistics should be restricted to only the first figure, which he considered the only perfect one, since all the others could be reduced to it.

Any imperfect mode can be reduced to a perfect one with an equivalent conclusion.The consonants of the mnemonic names are the key to the operations of reduction. Here is an example of reduction from Disamis to Darii taken from Manuel Garrido's book [2007]:

DiSome snakes are venomous animalsDaAll snakes are reptiles
saAll snakes are reptilesriSome venomous animals are snakes.
misSome reptiles are venomous animalsi Some venomous animals are reptiles.


Specification in MENTAL

Aristotelian propositions

In the Aristotelian propositions appears the quantifying triad "All - Some - None" which has its correspondence in the triad of metaexpressions of MENTAL: Ω - α - θ.

VowelFormMENTAL
AAll A is B⟨( x/Ax/B )⟩
ENo A en B( {⟨( < b>x ← x/Ax/B )⟩}# = 0 )
ISome A is B( {⟨( xx/Ax/B )⟩}# > 0 )
OSome A is not B( {⟨( < b>x ← x/A ←' x/B )⟩}# > 0 )

Here we can appreciate that the proposition A is the simplest.

These propositions can be specified in parameterized form as follows: Another way to specify propositional forms is by means of sets.

Naming to the set of elements having property Z, and to the set of elements that do not have the property Z then the MENTAL coding is greatly simplified:

VocalFormaMENTAL
AAll A is B( {A}∩{B} = {A} )
ENo A is B( {A}∩{B} = {} )
ISome A is B( {A}∩{B} ≠ {} )
OSome A is not B( {A}∩{B'} ≠ {} )

"Some" is expressed as nonzero intersection of sets.

"All" can be expressed as an intersection of sets that produces one of the sets, or it can be specified as an inclusion relation of one set in another. For example, "All A is B" can be specified as A∩B.

Relationships between sets are first order and syllogistic propositions (relating individual elements) are second order relationships.


Relations between propositions
Sylogisms

A valid syllogistic mode, e.g., "Barbara" (from the first figure) can be expressed as follows: Analogously for the rest of the valid syllogistic modes. All these expressions are logical properties, i.e., theorems and, therefore, of universal validity.

Another way of specifying syllogisms is by means of sets. For example, the syllogism,

SylogismeMENTAL
Some A are B
All B are C

Some A are C
( {A}∩{B}) ≠ {} )
( {B}∩{C}) = {B} )

( {A}∩{C}) ≠ {} )


Properties of quantifiers

An Aristotelian quantifier Q can be considered a relation between two arguments. For example, "All men are mortal" could be represented as "All(men, mortal)". In this case, "All" is a dyadic (two-argument) quantifier: "men" and "mortals". In general, if Q is a quantifier, and A and B are arguments, we can express it as Q(A, B).

Dyadic quantifiers can be symmetric or non-symmetric. The symmetric ones are those that satisfy the property: Q(A, B) → Q(B, A). In non-symmetrics this implication does not hold. For example: Another way to look at quantifiers is to consider them as functions. For example, the expression "All(men, mortals)" can be considered as a function of two arguments (men and mortals) and whose result is a truth value: V (true) or F (false). In this example, the result is V.


Advantages of MENTAL notation

Adenda

Aristotle not only invented logic, but he made three major findings:
  1. The syllogism, a small formal axiomatic system consisting of two premises and a conclusion.

  2. The propositional variables.

  3. Quantification. Aristotelian syllogisms can be considered as the formal study of 4 basic quantifiers, their properties and relations: All, Some and their opposites: None and Not-All.
The fourth figure, strictly speaking, is not Aristotelian, since it was added by Theophrastus, a disciple of the Stagirite and director of the Lyceum after his death. The doubt is whether Theophrastus limited himself to systematize and order the work of his master, thus leaving the fourth figure as Aristotelian (posthumously), or on the contrary the appearance of the fourth figure is original to Theophrastus.

The mnemonic rules of the valid syllogistic modes were mainly contributed by Pedro Hispano (1205-1277) with his Summulae Logicales, which were the guideline for manuals of logic throughout the Middle Ages until the end of the Enlightenment. He introduced the nomenclature that became canonical, based on the vowels A, E, I and O taken from "AdfIrmo" and "nEgO".

Jan Lukasiewicz, in "Elementy logiki matematycznej" (1929), reworked the theory of syllogism with the techniques of the new logic. He emphasizes the discovery that all syllogistic modes are reduced to two: Barbara and Datisi.


Bibliografía