Contrapositives: book error or my error?
Posted: Sat Aug 13, 2016 9:57 am
Hello from logic game boot camp, aka hell, but a fun hell. I am stuck on a problem and am unsure if it's me or the book:
I'm working on grouping games, and here's what I have, abstracted somewhat for copyright purposes (If this is still a copyright violation rather than fair use, I will take it down!)
X is the in group.
If X contains T, it contains Q
If X contains D, it does not contain C
If X does not contain T, it contains H
If X contains D or Q, it contains H
So I logic this out (with ! for negation):
If T, Q
If !Q, !T (edited per below comment so folks don't keep stopping here)
If D, !C
If C, !D
IF !T, H
If !H, T
If (D OR Q), H -> If !H, !D AND !Q
which condenses to:
If !H, !D, !Q, T - BUT WAIT. We have a rule, If T, then Q, which means Q both must and must not be involved.
Did I miss something? Or did the book? Thanks a ton.
I'm working on grouping games, and here's what I have, abstracted somewhat for copyright purposes (If this is still a copyright violation rather than fair use, I will take it down!)
X is the in group.
If X contains T, it contains Q
If X contains D, it does not contain C
If X does not contain T, it contains H
If X contains D or Q, it contains H
So I logic this out (with ! for negation):
If T, Q
If !Q, !T (edited per below comment so folks don't keep stopping here)
If D, !C
If C, !D
IF !T, H
If !H, T
If (D OR Q), H -> If !H, !D AND !Q
which condenses to:
If !H, !D, !Q, T - BUT WAIT. We have a rule, If T, then Q, which means Q both must and must not be involved.
Did I miss something? Or did the book? Thanks a ton.