{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
Show less Show more expand_more
{{ ability.description }} {{ ability.displayTitle }}
Lesson Settings & Tools
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }}
{{ 'ml-lesson-time-estimation' | message }}
Rule

Law of Syllogism

Given three statements, and the following compound statement is always true.


[( ) ( )] ( )

This can also be written as follows.


If and are both true, then is also true.
The Law of Syllogism is like the Transitive Property of Equality, but for logical statements.

Proof

This law can be proven by making a truth table. The goal is to see that the compound statement is always true.
The proof consists of three steps.
1
Determine the Number of Columns
expand_more

To determine the number of columns in the truth table, the compound statement can be broken down into simpler statements until the simplest statements and are obtained.

The compound statement is broken down into simpler statements

The columns are formed by ordering each unique step of simplification from the simplest to the most complex. The last column of a truth table is always the original statement.

In this case, the truth table has eight columns.

2
Determine the Number of Rows
expand_more
A truth table has as many rows as there are combinations of truth values of the variables. In this case, there are three simplest statements, and
Each of these statements can be either true (T) or false (F). There are eight possible combinations for these truth values, so the table will have eight rows.
T T T
T T F
T F T
T F F
F T T
F T F
F F T
F F F
3
Fill in the Cells
expand_more

The last step in making a truth table is to fill in the remaining empty cells, column by column. The first columns that will be filled in are the conditional statements and A conditional statement is false only when the hypothesis is and the conclusion

The column containing the conjunction is next to fill. A conjunction is unless both statements are

T T T T
T T F F
T F T T
T F F F
F T T T
F T F T
F F T T
F F F T

The last column is another conditional statement, which is only false only when the hypothesis is true and the conclusion false.

T T T T T
T T F T F
T F T F T
T F F F F
F T T T T
F T F T F
F F T T T
F F F T T
As the truth table describes, the compound statement is always Therefore, the law is proven.

Extra

Example

The Law of Syllogism is usually better understood with an example. Suppose the following two statements are true.

  • If it is Wednesday, there is meatloaf for dinner.
  • If there is meatloaf for dinner, there is pudding for dessert.

According to the Law of Syllogism, a third true statement can be derived.

  • If it is Wednesday, there is pudding for dessert.
Loading content