phl245 derivation rules

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

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.

17 Terms

1
New cards

Modus Ponens (MP)

from P→Q and P, infer Q

for conditional: If I have the antecedent, I can infer the consequent

2
New cards

Modus Tollens (MT)

from P→Q and ~Q, infer ~P

for conditional: If i have the negation of the consequent, I can infer the antecedent

3
New cards

Double Negation (DN)

From P, infer ~~P. From ~~P, infer P.

4
New cards

Repetition (R)

From P, infer P.

5
New cards

Simplification (S)

From P∧Q, infer P or Q

6
New cards

Adjunction (ADJ)

From P and Q, infer P∧Q

7
New cards

Addition (ADD)

From P, infer P∨Q

8
New cards

Modus Tollendo Ponens (MTP)

From P∨Q and ~P, infer Q. From P∨Q and ~Q, infer P.

9
New cards

Biconditional-conditional (BC)

From PQ, infer P→Q and Q→P

10
New cards

Conditional-biconditional (CB)

From P→Q and Q→P, infer PQ

11
New cards

Negation of Conditional (NC)

~(P→Q) = P∧~Q

12
New cards

Negation of the biconditional (NB)

~(PQ) = (P∧~Q)∨(~P∧Q)

13
New cards

De Morgens (DM)

~(P∧Q) = ~P∨~Q

~(P∨Q) = ~P∧~Q

14
New cards

Universal Instantiation (UI)

From ∀x P(x), infer P(a)

15
New cards

Existenial Instantiation (EI)

From ∃x P(x), infer P(c) —> has to be a new variable i-z!!!!!

16
New cards

Existential Generalization (EG)

From P(a), infer ∃x P(x)

17
New cards

Quantifier Negation

¬∀x P(x) ≡ ∃x ¬P(x); ¬∃x P(x) ≡ ∀x ¬P(x)