Hi Tom,
Part 1:
---------
How did you make this association? More specifically, what does the truth value have to do with existence of the statement?
not = ~
0 = false-condition = {} = content does not exist
1 = truth-condition = ~{} = content exists
Let X = some ~{}
------------------------------------------------------------------------------
Part 2:
---------
It looks to me more like the paradox is real and that your solution is artificial and forced. But maybe you can clear things up with your explanation of why "false" implies "does not exist".
{} = the empty set
not = ~
false-condition = {} = set's content ~exists = 0
truth-condition = ~{} = set's content exists = 1
false sentence exists = {sentence} = set's content exists = 1
truth sentence exists = {sentence} = set's content exists = 1
We must not mix between boolean-condition and {sentence}
truth-condition operation on sentences:
------------------------------------------------------------------------------
truth-condition on {sentence} implies ~{} = set's content exists = 1
------------------------------------------------------------------------------
false-condition operation on sentences:
------------------------------------------------------------------------------
false-condition on {sentence} implies {} = set's content ~exists = 0
------------------------------------------------------------------------------
false-condition operation on conditions:
------------------------------------------------------------------------------
false-condition on false-condition implies ~{} = set's content exists = 1
false-condition on truth-condition implies {} = set's content ~exists = 0
------------------------------------------------------------------------------
truth-condition operation on conditions:
------------------------------------------------------------------------------
truth-condition on false-condition implies {} = set's content ~exists = 0
truth-condition on truth-condition implies ~{} = set's content exists = 1
------------------------------------------------------------------------------
The paradox arises because of the mixing between
conditions and
sentences.
A sentence is a statement, not a condition.
The one who can be operated (on itself and/or on a sentence), is the boolean-condition.
So, we must not mix between an operator and anything that is not an operator (like some statement).
Let X = "
This sentence is a false" = {sentence} = ~{} = content exists
X is not a boolean-condition but it tells us what boolean-condition
should be operated on it:
false-condition on X = set's content ~exist, therefore there is no paradox.
------------------------------------------------------------------------------
To be {truth sentence} or to be {false sentence}, that is not the question.
To be(=~{}), or not to be(={}), that is the question.
------------------------------------------------------------------------------