formal logic Flashcards
- translating the prose of common conditional statements
1
Q
if A, then B
A
if A –> B
2
Q
all C are D
A
if C–> D
3
Q
every E is F
A
if E –> F
4
Q
if G, then not H
A
if G –> ‘H
5
Q
no I are J
A
if I –> ‘J
6
Q
only K are L
A
if L –> K
7
Q
M only if N
A
if M –> N
8
Q
the only O are P
A
if O –> P
9
Q
no Q unless R
A
if Q –> R
10
Q
S unless T
A
if ‘S –> T
11
Q
no U without V
A
if U –> V
12
Q
without W, no X
A
if X –> W
13
Q
Y if, but only if, Z
A
if Y –> Z
if Z –> Y
14
Q
AA if, and only if, BB
A
if AA –> BB
if BB –> AA
15
Q
if CC, then neither DD nor EE
A
if CC –> ‘DD AND ‘EE