Rules of Logic and Inference Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering the formal rules of inference, logical notations, general symbolic forms, and descriptions from the logic lecture notes.

Last updated 5:37 PM on 9/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

Conditional Elimination (E\rightarrow\text{E})

If the IF part is true, the THEN part must be true.


Follow the arrow.


If it rains → ground is wet. It rained → ground is wet.


A rule of inference stating that if a conditional (pqp \rightarrow q) and its antecedent (pp) are true, you can conclude the consequent (qq). General form: pqp \rightarrow q, pqp \therefore q.

2
New cards

Conditional Elimination (E\rightarrow E)

A rule of inference stating that if a conditional statement (pqp \rightarrow q) and its antecedent (pp) are both true, the consequent (qq) must be true.

3
New cards

Modus Tollens MT

If the THEN part is false, the IF part must be false.

Deny the result → deny the cause.


If it rains → ground is wet. Ground is NOT wet → it did NOT rain.


A rule of inference stating that if a conditional (pqp \rightarrow q) and the negation of its consequent (¬q\neg q) are true, you can conclude the negation of the antecedent (¬p\neg p). General form: pqp \rightarrow q, ¬q¬p\neg q \therefore \neg p.

4
New cards

Conditional Introduction (I\rightarrow\text{I})

Two conditionals can be chained when the middle statement matches.

Make a chain: p → q → r.


If I study → pass. If I pass → celebrate. Therefore, if I study → celebrate.


A rule of inference stating that if two conditionals connect with the consequent of one matching the antecedent of the other (pqp \rightarrow q and qrq \rightarrow r), you can conclude a new conditional from the first antecedent to the second consequent (prp \rightarrow r). General form: pqp \rightarrow q, qrprq \rightarrow r \therefore p \rightarrow r.

5
New cards

Conjunction Elimination (E\wedge\text{E})

An AND statement lets you take out either part.

AND → take one part out.

I have a dog AND a cat → I have a dog.


A rule of inference stating that if a conjunction (pqp \wedge q) is true, either individual conjunct (pp or qq) can be concluded. General form: pqpp \wedge q \therefore p.

6
New cards

Conjunction Introduction (I\wedge\text{I})

Two true statements can be joined with AND.

Two things → put AND between them.

I have a dog. I have a cat. → I have a dog AND a cat.


General form: pp, qpqq \therefore p \wedge q.


A rule of inference stating that if two sentences (pp and qq) are true, their conjunction (pqp \wedge q) is also true.

7
New cards

Disjunctive Syllogism. DS

An OR statement plus eliminating one option leaves the other option.

OR + eliminate one → get the other.

Pizza OR tacos. NOT pizza → tacos.


General form: pqp \vee q, ¬pq\neg p \therefore q.


A rule of inference stating that if a disjunction (pqp \vee q) is true and one disjunct is false (¬p\neg p), the other disjunct (qq) must be true.

8
New cards

Disjunction Introduction (I\vee\text{I})

If one statement is true, you can make an OR statement by adding another possibility.

One true thing → add OR anything.


I have a dog → I have a dog OR a cat.


A rule of inference stating that if one sentence (pp) is true, it can be combined with any other sentence using OR to form a disjunction (pqp \vee q). General form: ppqp \therefore p \vee q.

9
New cards

DeMorgan’s Laws DeM

When a NOT moves inside parentheses, put NOT on each statement and flip AND/OR.

NOT goes in → flip the connector.

NOT (cake OR ice cream) → NOT cake AND NOT ice cream.

Rules stating that when pushing a negation inward, flip the logical operator: NOT (OR) becomes AND of NOTs (¬(pq)¬p¬q\neg(p \vee q) \leftrightarrow \neg p \wedge \neg q), and NOT (AND) becomes OR of NOTs (¬(pq)¬p¬q\neg(p \wedge q) \leftrightarrow \neg p \vee \neg q).