FOL Deduction Question
From: Zarius (me_at_privacy.net)
Date: 12/23/04
- Next message: Acme Diagnostics: "Re: Emergence (test)"
- Previous message: LordBeotian: "Non-r.e. relations"
- Next in thread: Zarius: "Re: FOL Deduction Question"
- Reply: Zarius: "Re: FOL Deduction Question"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Dec 2004 18:48:56 +0000
Hello,
Suddenly I found myself confused when thinking about FOL and Gentzen
systems. I'd appreciate some help getting my thought back on track.
This sequent should be (easily) falsifiable, right?
|- Exists x . P(x)
(just consider the assignment that turns P into a function that always
returns false)
But using a standard G system for Classical FOL - with the duplication rules
merged with Exists on right and Forall on left[1] - the computation would
never stop. We'd get,
|- Exists x . P(x)
|- P(y1), Exists x . P(x)
|- P(y1), P(y2), Exists x . P(x)
|- P(y1), P(y2), P(y3), Exists x . P(x)
etc.
To be able to say I it's falsifiable, I'd need to get only atomic formulas
in the sequent, but that will clearly never happen. I know I'm probably
messing something up, though. Any comments?
Thanks,
Z
[1] Like the one presented at (pag 187):
http://www.cis.upenn.edu/~jean/gbooks/logic.html
- Next message: Acme Diagnostics: "Re: Emergence (test)"
- Previous message: LordBeotian: "Non-r.e. relations"
- Next in thread: Zarius: "Re: FOL Deduction Question"
- Reply: Zarius: "Re: FOL Deduction Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|