Skip to main content
Logo image

Section 5.2 Standard arguments

Subsection 5.2.1 Modus ponens

modus ponens
standard argument with form
pโ†’q
p
q

Worked Example 5.2.1.

Verify the validity of the modus ponens standard argument.
Solution.
Verify the validity by ensuring that each row in the truth table with premises all true also has the conclusion true.
(pr) (c) (pr)
p q pโ†’q
T T T โœ“ argument is valid
T F F
F T โˆ—
F F โˆ—

Example 5.2.2.

The argument in Example 5.1.2 has modus ponens form. So it is valid, even though the first premise and the conclusion are not actually true.

Subsection 5.2.2 Modus tollens

modus tollens
standard argument with form
pโ†’q
ยฌq
ยฌp

Worked Example 5.2.3.

Verify the validity of the modus tollens standard argument.
Solution.
Verify the validity by ensuring that each row in the truth table with premises all true also has the conclusion true.
(pr) (pr) (c)
p q pโ†’q ยฌq ยฌp
T T T F โˆ—
T F F โˆ— โˆ—
F T T F โˆ—
F F T T T โœ“ argument is valid

Subsection 5.2.3 Law of Syllogism

Law of Syllogism
standard argument with form
pโ†’q
qโ†’r
pโ†’r
The Law of Syllogism may be extended to chains of conditionals of arbitrary (finite) length.
Extended Law of Syllogism
standard argument with form
p1โ†’p2
p2โ†’p3
โ‹ฎโ†’pn
pnโˆ’1โ†’pn
p1โ†’pn

Example 5.2.7. A syllogistic argument in English.

If I donโ€™t study hard this term, I wonโ€™t master the course material.
If I donโ€™t master the course material, I will fail the course.
If I fail the course, I will have to take it again next year.
If I take it again next year, I will have to study harder.
Therefore, if I donโ€™t study hard this term, I will have to study harder next year.