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.
Contrapositives: book error or my error? Forum
-
speedwagon

- Posts: 50
- Joined: Wed Aug 10, 2016 4:28 pm
Contrapositives: book error or my error?
Last edited by speedwagon on Sat Aug 13, 2016 10:10 am, edited 1 time in total.
- lymenheimer

- Posts: 3979
- Joined: Sat Jul 04, 2015 1:54 am
Re: Contrapositives: book error or my error?
Your contrapositive is wrong. So:
If T, then Q
Contra: !Q, then !T
If T, then Q
Contra: !Q, then !T
-
speedwagon

- Posts: 50
- Joined: Wed Aug 10, 2016 4:28 pm
Re: Contrapositives: book error or my error?
Thank you. I had been over it 100 times and it figures I missed the one that should've been easiest to spot.
-
speedwagon

- Posts: 50
- Joined: Wed Aug 10, 2016 4:28 pm
Re: Contrapositives: book error or my error?
You know what, I realize I made a transcription error, but I don't think it changes the problem q:
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):
1) If T, Q
2) If !Q, !T <-- fixed it
3) If D, !C
4) If C, !D
5) IF !T, H
6) If !H, T
7) If (D OR Q), H -> If !H, !D AND !Q
which condenses to:
If !H:
!D, !Q, (7)
T (6)
!T (per 7, then 2)
Is there something else wrong here? Thanks a ton.
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):
1) If T, Q
2) If !Q, !T <-- fixed it
3) If D, !C
4) If C, !D
5) IF !T, H
6) If !H, T
7) If (D OR Q), H -> If !H, !D AND !Q
which condenses to:
If !H:
!D, !Q, (7)
T (6)
!T (per 7, then 2)
Is there something else wrong here? Thanks a ton.
- lymenheimer

- Posts: 3979
- Joined: Sat Jul 04, 2015 1:54 am
Re: Contrapositives: book error or my error?
Not sure that completely addresses your question though, but just thought i'd point it outspeedwagon wrote:Thank you. I had been over it 100 times and it figures I missed the one that should've been easiest to spot.
-
foggynotion

- Posts: 47
- Joined: Sun Nov 29, 2009 4:19 am
Re: Contrapositives: book error or my error?
Speedwagon, I don't see any errors in your rundown on the clues. Your symbolization and contrapositives all look good. If the assumption that H is out leads to a contradiction, all that means is that H must be in. There's no mistake there that I can see. 
Want to continue reading?
Register now to search topics and post comments!
Absolutely FREE!
Already a member? Login