Re: main connective in SL
From: G. Frege (no_spam_at_aol.com)
Date: 08/26/04
- Next message: Kermit: "Re: Atheists dying"
- Previous message: G. Frege: "Re: [PO] Re: Refutation of the Halting Problem's Proof (Clarifications Wanted)"
- In reply to: H. Enderton: "Re: main connective in SL"
- Next in thread: G. Frege: "Re: main connective in SL"
- Reply: G. Frege: "Re: main connective in SL"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Aug 2004 22:58:45 +0200
On Thu, 26 Aug 2004 17:27:16 +0000 (UTC), hbe@sonia.math.ucla.edu (H.
Enderton) wrote:
>>
>> what's the main connective in these two logic strings, how can the main
>> connective be determined?
>>
>> (~P ? (Q -> ~P)) ? Q
>> ~((P ? Q) v R) & ~S
>>
>
> Perhaps you are seeking an algorithm that counts the left and
> right parentheses, and locates the main connective in an arbitrary
> well-formed string.
>
> Textbooks generally either give such an algorithm, or have an
> exercise asking for one.
>
How about this intuitive "solution":
Try to parse the wff A in either of the 3 ways:
1. A is a propositional letter
2. A is of the form ~B, where B is a wff
3. A is of the form A <connective> B, or
(A <connective> B) where A and B are wffs,
and <connective> is a binary connective
(i.e. "->", "&", "v", or "<->").
In case 1, there is n o main connective.
In case 2, the "~" in front of the wff B is
the main connective.
In case 3, the <connective> between the wffs
A and B is the main connective.
Given this method we might try to answer the questions of the OP:
(~P ? (Q -> ~P)) ? Q
obviously can be parsed into:
(~P ? (Q -> ~P)) ? Q
------------------ ^ -
A c B
---> The main connective is the "?" occurring between A and B.
Next one:
~((P ? Q) v R) & ~S
obviously can be pares into:
~((P ? Q) v R) & ~S
--------------- ^ --
A c B
---> The main connective is the "&" occurring between A and B.
F.
- Next message: Kermit: "Re: Atheists dying"
- Previous message: G. Frege: "Re: [PO] Re: Refutation of the Halting Problem's Proof (Clarifications Wanted)"
- In reply to: H. Enderton: "Re: main connective in SL"
- Next in thread: G. Frege: "Re: main connective in SL"
- Reply: G. Frege: "Re: main connective in SL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|