If something is neither true nor false, what is it?

12.3k Views Asked by At

I saw the other day something similar to the following:

  1. one of the following is true.
  2. the above is false.
  3. $ 1 + 1 = 5 $

You can probably see the problem with this. I can clearly state that $3$ is false, but what would I call $1$ and $2$?

To clarify, I really meant if there were some state between true and false that could make these consistent.

5

There are 5 best solutions below

2
On BEST ANSWER

These statements taken together are called inconsistent. That means that they cannot all be simultaneously true. But the first and second are neither true nor false without broader context. Using the language of first order logic, they might be said to be formulas with "free variables." Here's an example of a formula with free variables $$ 4x+3y=9$$ This is neither true nor false because I haven't told you what $x$ or $y$ are. If I use quantifiers to get rid of all the free variables, then I have a sentence which may be true or false: $$\forall x\forall y (4x+3y=9)$$ $$\forall x\exists y (4x+3y=9)$$ $$\exists x\exists y (4x+3y=9)$$ The first statement is false, while the second two are true.

1
On

Too long to repeat the whole Wikipedia article.

What you are looking for are the Liar paradox and its variants. Here are the possible resolution.

5
On

This may not satisfy anyone reading this... but here goes...

In the software world, something that is neither true or false is likely not yet to have been determined. In which case it is null (or unset).

0
On

In the 3 statements you've shown, statement #3 is definitely false, as you have already mentioned.

To clarify, I really meant if there were some state between true and false that could make these consistent.

No, statements #1 and #2 are inconsistent statements, they contradict each other.

Actually, since there's no discrepancy that statement #3 is false, it is a bit of a red herring, irrelevant. Alternately, statement #3 can be omitted and statement #1 and #2 can be re-written as:

1) Statement 2 is true.
2) Statement 1 is false.

or

The next statement is true.
The previous statement is false.

If you are looking for a word or phrase to describe the relationship of the statements, I would say the statements are "paradoxical".

You can also use the term: non sequitur.

noun: non sequitur; plural noun: non sequiturs; noun: nonsequitur; plural noun: nonsequiturs

a conclusion or statement that does not logically follow from the previous argument or statement.

0
On

The answer you are looking for is "undecidable". What is neither true nor false is called an undecidable proposition. This is about the liar paradox and Gödel's incompleteness theorems.

Every attempt to establish the truth of the first proposition leads to a contradiction in the second. And you would never want inconsistency, ever. Not in mathematics and logic.

So, you decide it as "undecidable" to avoid contradiction.