I think liar type paradoxes are exactly as mysterious as this Python function:
def f(): return not f()
If your intuition is like a Turing complete language, you can’t insist that all functions must terminate.
This function just never returns. That’s not what the Liar’s Paradox is about.
I think liar type paradoxes are exactly as mysterious as this Python function:
If your intuition is like a Turing complete language, you can’t insist that all functions must terminate.
This function just never returns. That’s not what the Liar’s Paradox is about.