Hey Guys,
Needed some help with diagramming a couple of sentences into lawgic and their contraceptives.
1. If Aliens or Ghosts are in the house, then Tim and John are not in the house...Is the info I have written below correct?
- The way I have diagrammed this is like: A or G --> /T and /J. Taken further, this becomes: A --> /T, A --> /J ; G --> /T, G --> J. If Aliens are in the house, then Tom is not there. If Aliens are in the house, then John is not there. If Ghosts are in the house, then Tom is not there. If Ghosts are in the house, then John is not there.
- Contrapositive: T or J --> /A and /G. Taken further, this becomes: T --> /A, T --> /G ; J --> /A, J --> /G. If Tom is in the house, then Aliens are not the house. If Tom is in the house, then Ghosts are not in the house. If John is in the house, then Aliens are not in the house. If John is in the house, then Ghosts are in the house.
2. Totally confused about diagramming "Tom will play really well for his soccer team if John or Bill, but not both, play on the same team as him."
I understand that John or Bill, but not both will be diagrammed as /J <--> B, where contrapositive is J <--> /B. But how do I diagram the info about Tom. Is this correct? /J <--> B --> T? If yes, what will be the contrapositive?
Thanks for your help, as always.
Comments
Regarding (2), I personally prefer to use the exclusive-or ("XOR") for these instances, but your biconditional diagram is equivalent. What you have is correct. I also recommend using parentheses to make it clear which connective takes the widest scope -- i.e. '(~J ↔ → T'.
I think the parentheses will also help you see what the contrapositive is -- i.e. '~T → ~(~J ↔ '. If you want to distribute the negation into the biconditional, this becomes ~T → (J ↔ '.
I Just wanted to add that I've come across two games that make use of this kind of conditional (one was something about if yews are out in then either laurels or oaks but not both are in) from PTB, and there was another one in a more recent PT that I can't seem to find right now. So, they definitely come in handy!
"Tom will play really well for his soccer team if John or Bill, but not both, play on the same team as him." ... (/J and or (J and /B) --> T ; /T --> (J and or (/J and /B)
However, again, I recommend being a bit more strict with parentheses so that you can see that the conditional takes wider scope over the disjunction, i.e. '((~J&B) ∨ (J&~B)) → T'.
This will also let you see that the consequent of the contrapositive, '~T → ~((~J&B) ∨ (J&~B))', can be worked out via De Morgan's laws. '~((~J&B) ∨ (J&~B))' is equivalent to '~(~J&B) & ~(J&~B)' by one application of De Morgan's. Applying De Morgan's one level further gives you '(J∨~B) & (~J∨B)'. Converting this to DNF gives you '(J&B) ∨ (~J&~B)', which is what you have and which is equivalent to the '(J ↔ ' translation above.