laminatedevildoll said:
a = c, a < b, and b < c is not true together because if c < b then b < c is false because it's a contradiction.
a = c, a
< b, b
< c, and b
> c
can all be true if a = b = c. For every a and b, exactly one of the following is true:
a = b or a < b or a > b.
a
< b is just short for a < b or a = b. If a
< b is false, there is only one possibility left: a > b. So the negation of a
< b is a > b; When one is false, the other is true. You can find other negations the same way.
Anywho, where did "if c
< b " come from? You just want to figure out if a = c, a
< b, and b
< c can all be true. You aren't adding anything else to the argument; You're finding out if this is a counterexample to the original argument. If you add new premises, you're testing a different argument. The original conclusion was a < c. You know a counterexample to an argument is a case where all the premises are true and the conclusion is false. So if you make the conclusion false and all the premises can still be true, then you've found a counterexample to the original argument.
One case where a < c is false is when a = c is true. If a = b is true, then a < c is false- only one of them can be true. So saying that a = c is true is saying that a < c is false. See? So can a = c and the premises a
< b and b
< c all be true? If so, a < c can be false while the premises are all true. a = c, a
< b, and b
< c can all be true- this was the counterexample I gave: a = b = c.
I thought I knew what a counterexample was before. But, I never knew the barebones of it.
Yeah, it would be nice if logic was taught to more people and sooner.