Discrete Mathematics - Rules of Inference

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Argument

sequence of statements that end with a conclusion.

2
New cards

Valid

conclusion that must follow the truth of the preceding statements

3
New cards

Premises

proceeding statements

4
New cards

Fallacies

incorrect reasoning

5
New cards

Rules of inference

simple argument forms

6
New cards

Law of detachment

tautology also known as Modus ponens mode that affirms

7
New cards

p

p → q

∴ q

Modus Ponens

(p ∧ (p → q)) → q

8
New cards

¬q

p → q

∴ ¬p

Modus tollens

(¬q ∧ (p → q))→¬p

9
New cards

p → q

q → r

∴ p → r

Hypothetical syllogism

((p → q) ∧ (q → r)) → (p → r)

10
New cards

p ∨ q

¬p

∴ q

Disjunctive syllogism

((p ∨ q)∧¬p) → q

11
New cards

p

∴ p ∨ q

Addition

p → (p ∨ q)

12
New cards

p ∧ q

∴ p

Simplification

(p ∧ q) → p

13
New cards

p

q

∴ p ∧ q

Conjunction

((p) ∧ (q)) → (p ∧ q)

14
New cards

p ∨ q

¬p ∨ r

∴ q ∨ r

Resolution

((p ∨ q) ∧ (¬p ∨ r)) → (q ∨ r)