(Edited by comments)
Let sentence P and Q are under this situation:
, in logic of ZFC theory
Pvbl( P(X) ) → { if Pvbl(Q) then X(X) }
Q≡ ¬pvlb( P(P) )
using fixed point theorem, let's make it more clearly.
Pvbl( P ) → { if Pvbl(Q) then P }
Q≡ ¬pvlb( P )
claim: under the assumption of consistency of ZFC, Q is not provable
proof of claim:
Assume Pvbl(Q), Then, ZFC proves "Prv(Q)".
so ZFC proves " Prv(P) → P " by modus ponons
by Lob theorem, P is provable.
But Q implies ¬(Pvbl(P), so P is disprovable.
P is provable and disprovable. It means ZFC is inconsistent.
But we assumed that ZFC is consistent.
Therefore, Q is not provable.
Q.E.D.
Is this correct reasoning?
assume ZFC proves "Q". then ZFC proves "Prv(Q)". so ZFC proves "P(P) -> Prv(P(P))" by modus ponons
but then when you go to use Lob, you're using it backwards.
– Lawrence D'Anna Apr 20 '13 at 21:58