Hi JuBe,
Thanks for the question. The two rules you reference are fundamentally the same. They both contain conditional statements that create a diagram with multiple sufficient conditions. Diagrams with multiple sufficient conditions can, depending on the circumstances, then be used to create multiple single diagrams (which is a topic that, coincidentally, I'm currently writing about for the new edition of the Logic Games Bible that comes out early in 2013, so this is timely
).
Let's use the example from page 205:
The rule reads: "If Operations or Sales is offered, then Accounting is also offered."
Operations = O
Sales = S
Accounting = A
As a single conditional statement, there are two parts to the sufficient condition (O and S), that are joined by an "or" operator. That sufficient condition leads to a necessary condition of A:
O
or
A
S
This is a fully integrated diagram that contains all of the information in the given sentence.
However, because of the "or" operator, the occurrence of either individual component of the sufficient condition (O or S) will force the necessary condition to occur. Thus, if O occurs, then A must also occur:
O
A
And if S occurs, A must also occur:
S
A
Thus, writing out the two statements separately is equally valid. The decision is a personal one, and it also depends on aspects of the other rules (sometimes other rules link to only part of this rule, or don't link neatly, etc).
Note that if the operator in the sufficient condition is "and," then the two statements cannot be written out separately because it is the single, joint occurrence of the two variables that forces the necessary condition to occur. So, a statement such as, "If Operations
and Sales are both offered, then Accounting is also offered" would yield only a single integrated diagram. The occurrence of O alone, for example, would not meet the specifications of the sufficient condition, so a diagram with just O as the sole sufficient condition would be invalid.
So, what happens if the if the necessary condition has multiple parts instead of the sufficient? In that case, the situation is reversed, and an "or" operator does not yield the ability to create two separate diagrams whereas an "and" operator does allow for two separate diagrams.
Please let me know if that helps. Thanks!