Diagramming "No" statements with "unless" compound statement Forum
-
- Posts: 279
- Joined: Wed Oct 08, 2014 10:56 pm
Diagramming "No" statements with "unless" compound statement
is this the correct way to diagram:
Daniel will not smile unless he has his iPad or watches Monster's University
Ds —> iPad or Monster's
~iPad & ~Monster's —> ~Ds
_______
NOTE: "No" statements include: no, none, not … (are there anymore?)
"Unless" statements include: unless, until, without, except … (are there anymore?)
Daniel will not smile unless he has his iPad or watches Monster's University
Ds —> iPad or Monster's
~iPad & ~Monster's —> ~Ds
_______
NOTE: "No" statements include: no, none, not … (are there anymore?)
"Unless" statements include: unless, until, without, except … (are there anymore?)
- stray
- Posts: 213
- Joined: Thu Dec 23, 2010 12:18 pm
Re: Diagramming "No" statements with "unless" compound statement
I'll use the method I learned for unless statements (7sage). Unless is a part of a group known as negate sufficient. Take the two ideas present and negate any one of them and place that in the sufficient portion of the conditional statement. Keep the other one as is and make it the necessary condition. Your conditional statement is correct.
There is also another group called negate necessary, where you do the opposite. This group includes no, none, not both, cannot, etc.
No dogs can talk.
2 ideas: dogs + can talk(disregard the "no", or the "unless" after you decide to use that as the conditional signifier).
Take one, negate it and make it the necessary condition.
Dog ---> ~talk
There is also another group called negate necessary, where you do the opposite. This group includes no, none, not both, cannot, etc.
No dogs can talk.
2 ideas: dogs + can talk(disregard the "no", or the "unless" after you decide to use that as the conditional signifier).
Take one, negate it and make it the necessary condition.
Dog ---> ~talk
Last edited by stray on Fri Dec 12, 2014 10:11 am, edited 1 time in total.
- mist4bison
- Posts: 1552
- Joined: Sat Jan 11, 2014 12:17 pm
Re: Diagramming "No" statements with "unless" compound statement
Easiest way to do unless is just make the unless statement the necessary statement, make the other part the sufficient and negate that.
So: the boat will sink unless the hole is fixed.
-sink->fixed
-fixed->sink
I always use that example if I'm having trouble, because it's very much a real world issue that you can picture.
So: the boat will sink unless the hole is fixed.
-sink->fixed
-fixed->sink
I always use that example if I'm having trouble, because it's very much a real world issue that you can picture.
-
- Posts: 279
- Joined: Wed Oct 08, 2014 10:56 pm
Re: Diagramming "No" statements with "unless" compound statement
mist4bison and ColumbiaBigLaw, is my analysis in the OP correct though?
- JackelJ
- Posts: 1404
- Joined: Sun Aug 10, 2014 6:47 pm
Re: Diagramming "No" statements with "unless" compound statement
Yes you diagrammed it correctly
Want to continue reading?
Register now to search topics and post comments!
Absolutely FREE!
Already a member? Login
-
- Posts: 279
- Joined: Wed Oct 08, 2014 10:56 pm
Re: Diagramming "No" statements with "unless" compound statement
Thanks JackelJ! (Nice 'tar, btw)
- mist4bison
- Posts: 1552
- Joined: Sat Jan 11, 2014 12:17 pm
Re: Diagramming "No" statements with "unless" compound statement
Yep, that's all correct. The only other "no" word I can think of would be neither and never. There are probably others, but they're very obvious when you run across them. Basically any word that means no (neither=not one of these, never=at no time)