Can a statement imply itself without being true or false?

  • Thread starter Thread starter Alkatran
  • Start date Start date
AI Thread Summary
The discussion centers on the nature of self-referential statements and their implications regarding truth values. It explores examples where statements like "THIS=TRUE" can be both true and false, while "THIS=FALSE" is neither. The idea proposed is that a self-referential statement is true if it implies itself, leading to complex evaluations of truth. The conversation also touches on the limitations of this framework, particularly in handling indirect self-reference. Ultimately, it highlights the intricacies of language and logic in defining truth values.
Alkatran
Science Advisor
Homework Helper
Messages
959
Reaction score
0
I've been doing some thinking on self-referencing statements and the problems they imply. For example:
THIS=TRUE is both true and false
THIS=FALSE is neither true nor false
THIS>TRUE is both true and false
THIS>FALSE is neither true nor false
THIS > X implies itself and x (using the fact that THIS = (THIS > X))
etc...

I was wondering if the people here could shoot down this idea:
A self referential statement is true if and only if it implies itself.
THAT(written) = (THAT(value) > THAT(written))

Given this, we would get:
(THIS=TRUE) = (THAT > THAT=TRUE) = TRUE > TRUE = TRUE
(THIS=FALSE) = (THAT > THAT=FALSE) = FALSE
and we wouldn't be able to imply X using (THIS > X) because once we get THIS = (THIS > X) we have change it to THAT = (THAT > (THAT = (THAT > THAT))) before we can evaluate it.

I suppose what I'm looking for here are interesting statements that break this rule. I know it doesn't handle indirect self-reference.
 
Last edited:
Physics news on Phys.org
"(THIS=THIS) and false" would be a counterexample, although it doesn't show that your method is wrong (perhaps you need a stronger form of "self-referential" to exclude this).
 
Alkatran said:
I've been doing some thinking on self-referencing statements and the problems they imply. For example:
THIS=TRUE is both true and false
THIS=FALSE is neither true nor false
THIS>TRUE is both true and false
THIS>FALSE is neither true nor false
THIS > X implies itself and x (using the fact that THIS = (THIS > X))
etc...
You're hitting a seam in a common abuse of language, I think.

Statements don't have inherent truth value -- what you're really saying here is that you can (consistently) label "this = true" with either truth value, and that you cannot (consistently) label "this = false" with either truth value.



Logically, any statement implies itself:

P --> P

is a tautology.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top