Re: FOL Deduction Question
From: Jose Juan Mendoza Rodriguez (me_at_privacy.net)
Date: 12/23/04
- Next message: Zarius: "Re: FOL Deduction Question"
- Previous message: Zarius: "FOL Deduction Question"
- In reply to: Zarius: "FOL Deduction Question"
- Next in thread: Zarius: "Re: FOL Deduction Question"
- Reply: Zarius: "Re: FOL Deduction Question"
- Reply: Zarius: "Re: FOL Deduction Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Dec 2004 16:51:36 +0000
Hello,
I haven't read that book, but it seems to me that you are applying
rule Exists-right (on page 188) from bottom to top, and rules are
supposed to be applied only from top to bottom.
I'm not acquainted with System G, but I'm pretty sure that you cannot
draw this sequent:
|- P(y1), Exists x . P(x)
from this one:
|- Exists x . P(x)
Since "P(y1)" is almost the same as "Forall y. P(y)" ("y" being
a new variable).
If by falsifying you mean deriving the empty sequent, then this
is impossible since the system is sound (Lemma 5.4.3).
All you can do is deriving a formula starting from an axiom (read the
definition of axiom on page 188). That axiom will 'encode' the
interpretation you have in mind:
--------------- Axiom
P(y1) --> P(y1)
-------------------- Not-Left
P(y1), ¬P(y1) -->
----------------------------- Exists-left
Exists x . P(x), ¬P(y1) -->
----------------------------- Not-right
¬P(y1) --> ¬Exists x . P(x)
You arrange things so that the predicates that 'encode' your
interpretation get placed on the left side of the sequent, and you
will get conclusions on the right side.
I hope I haven't confused you. If this is the first time you meet
predicate logic, then you should look for another introductory text,
since Gallier's book seems rather sophisticated.
Regards.
José Juan Mendoza Rodríguez
- Next message: Zarius: "Re: FOL Deduction Question"
- Previous message: Zarius: "FOL Deduction Question"
- In reply to: Zarius: "FOL Deduction Question"
- Next in thread: Zarius: "Re: FOL Deduction Question"
- Reply: Zarius: "Re: FOL Deduction Question"
- Reply: Zarius: "Re: FOL Deduction Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|