L
O
G
I
C
100

Name this symbol: ~

What is not?

100

Name this symbol: V

What is or?

100

This symbol looks like a horseshoe

What is if... then...?

100

O (dot)

What is and/but?

100

This symbol has three lines

What is if and only if?

200

if p then q

therefore q

What is modus ponens?

200

if p then q

not q

therefore not p 

What is Modus Tollens

200

if p then q and if r then s

p or r 

therefore q or s 

What is Constructive Dilemma? 
200

q

Therefore p and q

Conjunction

200

p and q 

therefore p

What is Simplification?

300

if p then q

if q then r 

therefore if p then r

What is hypothetical syllogism?

300

p or q 

not p 

therefore q

What is Disjunctive Syllogism?

300

if p then q 

therefore if p then p and q 

What is Absorption? 

300

therefore p or q

What it Addition?

300

~(p and q) if and only if (~p V ~q) 

~(p V q) if and only if (~p and ~q)

What is De Morgan's Theorems?

400

[p and(q V r)] if and only if [(p and q) V (p and r)]

[p V (q and r)] if and only if [(p V q) and (p V r)]

What is Distribution?

400

(p V q) if and only if (q V p) 

(p and q) if and only if (q and p)

What is Commutation?

400

[p V (q V r)] if and only if [(p V q) V r]

[ p and (q and r) ] if and only if [(p and q) and r]

What is Association? 

400

p if and only if ~~p

What is Double Negation? 
400

(if p then q) if and only if (if ~q then ~p)

What is Transposition?

500

(if p then q) if and only if (~p V q)

What is Material Implication? 
500

(p if and only if q) if and only if [(if p then q) and (if q then p)]

(p if and only if q) if and only if [(p and q) V (~p and ~q)]

Material Equivalence

500

[if (p and q) then r] if and only if [ if p then (if q then r)]


What is Exportation? 

500

p if and only if (p V p) 

p if and only if (p and p) 

What is tautology? 

500

A sentence with a truth value

What is a proposition?