Hello,
I treat "unless" as "if not"
A unless B
:~B --> A
ex) I will go to law school unless I miss the LSAT test
If not miss the LSAT --> go to law school
Q1. But I have a difficulty diagramming the unless rule with 2 elements in it.
Am I correct?
1) A unless B OR C
:~(B OR C)=~B AND ~C --> A
=~A --> B OR C
2) A unless B AND C
:~(B and C)=~B or ~C --> A
= ~A --> B and C
Q2. How can I diagram this sentence? Am I Correct?
ex) "budget cannot be reduced unless faculty positions are eliminated or faculty salaries are reduced"
~(faculty position reduced OR faculty salary reduced) --> ~ Budget Reduced
: Budget Reduced --> Faculty position reduced OR faculty salary reduced
I really thank you for your help in advance!!
Question regarding Unless rule Forum
-
bp shinners

- Posts: 3086
- Joined: Wed Mar 16, 2011 7:05 pm
Re: Question regarding Unless rule
I think you're right, but I'm going to rewrite it in language that I understand:
If faculty positions aren't eliminated AND faculty salaries aren't reduced, Then the budget cannot be reduced.
If the budget is reduced, Then we either eliminated faculty positions OR reduced faculty salaries (or both, but that's included in the OR).
If faculty positions aren't eliminated AND faculty salaries aren't reduced, Then the budget cannot be reduced.
If the budget is reduced, Then we either eliminated faculty positions OR reduced faculty salaries (or both, but that's included in the OR).
- lovejopd

- Posts: 544
- Joined: Tue Dec 01, 2009 1:00 pm
Re: Question regarding Unless rule
Thank you!!bp shinners wrote:I think you're right, but I'm going to rewrite it in language that I understand:
If faculty positions aren't eliminated AND faculty salaries aren't reduced, Then the budget cannot be reduced.
If the budget is reduced, Then we either eliminated faculty positions OR reduced faculty salaries (or both, but that's included in the OR).