#Regarding the same logic riddle as before
1 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
@crude anvil
so did you find out which one is false?
How do I quickly find out if there is a contradiction or not?
Is there a structured way?
It wouldn't be that hard to miss one
age is a linear order
if there are no contradictions you must be able to form a chain
you are thinking about it correctly based on your last topic
A > E, D > but now everything is messed up because I need two new chains in parallel
(1) A > E
(2) C > B
(3) A > D
(4) E > C
(5) C > A
(6) E > D
(7) D > C
Now assume the first is false
So A <= E
now uh
2-7 must be true then
C > B > uh
oh
Ok assume C <= B now
A > E > C > A
Assume A <= D now
A > E > C > A
Assume E <= C now
A > E > D > C > B
Everything looks fine?
'Show it is unique'
So we need to play it through for the other cases too?
that's not what I got
oh wait
This contradictss E <= C
Assume C <= A
A > E > D > C > B
Is C <= A also fulfilled? Yes!
So everything is fine
(5) is false
Is this what you got?
correct
uniqueness of what
Assume E <= D
the ordering?
You don't need to check statements that don't resolve the contradiction.
the ordering
yeah
The contradiction is caused by a > e, e > c, a < c.
Ah
Thank you all!
Because of the transitivity of greater than.
Thanks @crude anvil , @spiral flame
@fleet fossil has given 1 rep to @spiral flame @crude anvil
+close