Mine first:
Exactly one of the statements $A, B$ and $C$ are true iff:
- $A, B$ and $C$ are true for some condition. In other words, "they must happen for some reason".
- If any of $A, B$ and $C$ are true, then the rest are false (say, $A$ is true then $B, C$ should be false).
My puzzles come from this exercise, which asks me to prove that the rationals fall into exactly three categories (exactly one of the three statements about a rational are true):
Consider a rational $x$. Exactly one of the three statements are true: $x$ is $0, x$ is negative or $x$ is positive. Hint: you must prove two different things: firstly, at least one of the statements are true and secondly, at most one of the statements are true.
But it seems unreasonable. Say, let us consider this statement: Consider a natural number $n$. Exactly one of the three statement are true about $n$: $n \neq 0, n = 0$ and $n = \pi$. This quarky statement is true in terms of the above perspective, at least one of the statements are true and at most one of them are true since $n = \pi$ is never true!
My question: is the first or the latter definition of "exactly three of the statements are true" should I use?