Basics Flashcards
Shorthand the following:
If A, then B
If A -> B
Shorthand the following:
All C are D
If C -> D
Shorthand the following:
Every E is F
If E -> F
Shorthand the following:
If G, then not H
If G -> ~H
Shorthand the following:
No I are J
If N -> ~J
Shorthand the following:
Only K are L
If L -> K
Shorthand the following:
M only if N
M -> N
Shorthand the following:
The only O are P
If O -> P
Shorthand the following:
No Q unless R
If Q -> R
Shorthand the following:
S unless T
If ~S -> T
Shorthand the following:
No U without V
If U -> V
Shorthand the following:
Without W, no X
If X -> W
Shorthand the following:
Y if, but only if, Z
If Y -> Z
&
If Z -> Y
Shorthand the following:
A if, and only if, B
If A -> B
&
If B -> A
Shorthand the following:
If C, then neither D nor E
If C -> ~D AND ~E