Can a statement imply itself without being true or false?

  • Context: Graduate 
  • Thread starter Thread starter Alkatran
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
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
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.