• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
UNLESS means...
if not
‘P unless Q’
~Q → P
not P unless Q
~Q → ~P
You will not graduate unless you pass logic
G = you will graduate
L = you pass logic

So, we want to figure out how to translate this:
not G unless L
• We saw that this can be understood as:
If not L, then not G
• Translating fully, we get:
~L → ~G
If A, then B
A if B
A only if B
A unless B
A → B
B → A
~B → ~A
~B → A
Example (i): If neither Jay nor Kay is working, then we will go on vacation
J = Jay is working
K = Kay is working
W = we go on vacation

‣ If neither Jay nor Kay is working, then we will go on vacation
‣ If (neither Jay is working nor Kay is working), then we go on vacation
‣ If (neither J nor K), then W
‣ If ~(J v K), then W
‣ ~(J v K) → W
Example (ii): You will pass unless you goof off, provided that you are attentive
P = You will pass
G = You goof off
A = you are attentive

You will pass unless you goof off, provided that you are attentive
‣ (You will pass unless you goof off), provided that you are attentive
‣ (P unless G), provided that A
‣ (~G → P), provided that A
‣ A → (~G → P)
If Sam didn’t go to the shops then we have
nothing to eat nor drink. He didn’t go to the
shops. So we have nothing to eat nor drink.
S = Sam went to the shops
E = We have something to eat
D = We have something to drink
~S → (~E & ~D)
~S
/ ~E & ~D