Google Groups Home
Help | Sign in
Interpretation problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jack Higgs  
View profile
 More options Aug 25 2008, 11:10 pm
Newsgroups: sci.logic
From: Jack Higgs <ja...@bath.ac.uk>
Date: Mon, 25 Aug 2008 17:10:25 +0100
Local: Mon, Aug 25 2008 11:10 pm
Subject: Interpretation problem
Hey guys,

Any help you could provide with this is greatly appreciated.

F = (AX)(p(s(X)) -> p(X)) and G = (EX)p(X)

Where A = for all and E = exists

Use as domain the set N = {0,1,2,...} of natural numbers.

Having trouble with the following:

1. Describe an interpretation where F ^ ¬G is true or argue that such an
interpretation does not exist.

2. Describe an interpretation where F ^ G and F ^ ¬G is true or argue
that such an interpretation does not exist.

3. Describe an interpretation where F ^ G ^ (EX)¬p(X) is true or argue
that such an interpretation does not exist.

Cheers

Jack


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
translogi  
View profile
 More options Aug 26 2008, 12:53 am
Newsgroups: sci.logic
From: translogi <wilem...@googlemail.com>
Date: Mon, 25 Aug 2008 10:53:51 -0700 (PDT)
Local: Tues, Aug 26 2008 12:53 am
Subject: Re: Interpretation problem
On Aug 25, 5:10 pm, Jack Higgs <ja...@bath.ac.uk> wrote:

> Hey guys,

> Any help you could provide with this is greatly appreciated.

> F = (AX)(p(s(X)) -> p(X)) and G = (EX)p(X)

> Where A = for all and E = exists

> Use as domain the set N = {0,1,2,...} of natural numbers.

> Having trouble with the following:

> 1. Describe an interpretation where F ^ ¬G is true or argue that such an
> interpretation does not exist.

P(x) <--> x is a negative number  (So always false)
s(x) <--> x

F  is true (there is just no true p(s(x))
and
G is false (same reason)

F  & ~G is true

> 2. Describe an interpretation where F ^ G and F ^ ¬G is true or argue
> that such an interpretation does not exist.

Cannot exist (or the system is inconcequent

( F & G) -> G
(F & ~G ) -> ~G

so G & ~G and that is inconsistent

> 3. Describe an interpretation where F ^ G ^ (EX)¬p(X) is true or argue
> that such an interpretation does not exist.

more or less the same as 1 only now
P(x) <--> negative or zero

PS I use a bit different notation for the connectives.

> Cheers

> Jack

Good luck

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
herbzet  
View profile
 More options Aug 26 2008, 1:12 pm
Newsgroups: sci.logic
From: herbzet <herb...@gmail.com>
Date: Tue, 26 Aug 2008 02:12:55 -0400
Local: Tues, Aug 26 2008 1:12 pm
Subject: Re: Interpretation problem

     F ^ ~G  =  Ax(Psx -> Px) ^ ~ExPx           transcription

             =  Ax(Psx -> Px) ^  Ax~Px

             =  Ax[(Psx -> Px) ^ ~Px]        

             =  Ax[(~Psx v Px) ^ ~Px]

             =  Ax[(~Psx ^ ~Px) v (Px ^ ~Px)]   distributive law

             =  Ax(~Psx ^ ~Px)

             =  Ax~(Psx v Px)

Let sx be x + 1.
Let Px be x < 0.

Tricky: P must be a predicate that is true of no natural number.

> 2. Describe an interpretation where F ^ G and F ^ ¬G is true or argue
> that such an interpretation does not exist.

    (F ^ G) ^ (F ^ ~G)  =   F ^ (G ^ ~G)  conjunction distributes over
                                          itself.
                        =   G ^ ~G

> 3. Describe an interpretation where F ^ G ^ (EX)¬p(X) is true or argue
> that such an interpretation does not exist.

   F ^ G ^ Ex~Px  =  Ax(Psx -> Px) ^ ExPx ^ Ex~Px

Let sx be x + 1.
Let Px be x < 10

--
hz


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
translogi  
View profile
 More options Aug 27 2008, 1:38 am
Newsgroups: sci.logic
From: translogi <wilem...@googlemail.com>
Date: Tue, 26 Aug 2008 11:38:39 -0700 (PDT)
Local: Wed, Aug 27 2008 1:38 am
Subject: Re: Interpretation problem
On 26 Aug, 07:12, herbzet <herb...@gmail.com> wrote:

Agree

(IOnly realised later with s(x) Jack  probably ment the successor
function. sx= x+1)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
herbzet  
View profile
 More options Aug 27 2008, 10:42 am
Newsgroups: sci.logic
From: herbzet <herb...@gmail.com>
Date: Tue, 26 Aug 2008 23:42:27 -0400
Local: Wed, Aug 27 2008 10:42 am
Subject: Re: Interpretation problem

I think any interpretation of s(x) as a one-place function is
OK for this problem, although it does suggest the successor
function.

In your suggestion of s(x) = x (so s(x) is interpreted as the
identity function) we have that F = Ax(Psx -> Px) comes out
as meaning Ax(Px -> Px) which of course is true in every
interpretation.  Which is fun.

The OP's notation of P(x) is slightly ambiguous to me.  It
could mean that P is a one-place predicate symbol, or it
could mean that P is a formula with x as a free variable.

It doesn't make any difference for this problem, I guess.

I would use 'F' for a random predicate symbol (and 'G' if I needed
two), and for functions I'd use 'f' (and 'g', etc). I would save
up 'P' to stand for a sentence (proposition).  The OP does just the
opposite, uses 'F' for a sentence and 'P' for a predicate.

--
hz


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
translogi  
View profile
 More options Aug 27 2008, 7:01 pm
Newsgroups: sci.logic
From: translogi <wilem...@googlemail.com>
Date: Wed, 27 Aug 2008 05:01:27 -0700 (PDT)
Local: Wed, Aug 27 2008 7:01 pm
Subject: Re: Interpretation problem
On 27 Aug, 04:42, herbzet <herb...@gmail.com> wrote:

I agree again
Wish i couls write it as eloquently as you.

but i guess Jack did mean the successor function.
Anybody else studying at Bath University UK.

(Wondering if we are doing his home work)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
herbzet  
View profile
 More options Aug 27 2008, 8:10 pm
Newsgroups: sci.logic
From: herbzet <herb...@gmail.com>
Date: Wed, 27 Aug 2008 09:10:23 -0400
Local: Wed, Aug 27 2008 8:10 pm
Subject: Re: Interpretation problem

I'm guessing that's due to me have much more experience
writing *in english* than you do!

It's nice to receive a compliment -- thank you.
The more I post, the better my writing gets,  I think.  I make
an effort to be clear, but there's room for improvement.

> but i guess Jack did mean the successor function.

I don't know, maybe.

> Anybody else studying at Bath University UK.

> (Wondering if we are doing his home work)

Probably.
Jack, you only get one bite.  Next time, only hints!

--
hz


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PiperAlpha167  
View profile
 More options Aug 31 2008, 9:51 pm
Newsgroups: sci.logic
From: PiperAlpha167 <litespe...@sbcglobal.net>
Date: Sun, 31 Aug 2008 07:51:22 -0700 (PDT)
Local: Sun, Aug 31 2008 9:51 pm
Subject: Re: Interpretation problem
On Aug 25, 9:10 am, Jack Higgs <ja...@bath.ac.uk> wrote:

It's surprising that the domain was actually specified.
After all, selection of the domian of interpretation is a part of the
interpretation.

And the key in the selection process, is to think finite -- small
finite.
Like singletons, doubletons.  Certainly not infinite.

The small domains provide an opportunity to connect (explicitly)
conjunction with  universal quantification,
and disjunction with existential quantification.  They provide an
opportunity to learn more about the meaning
of the phrases, functions-in-extension and predicates-in-extension.

In 1), nothing more than a singleton is needed.
Then simply give extensions of the function and predicate.

In 3), a singleton is not sufficient, but a doubleton will work.

In 2), it's irrelevant, since the set is clearly inconsistent.
(There's no interpretation under which those formulas are
simultaneously true.)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
herbzet  
View profile
 More options Sep 1 2008, 9:14 am
Newsgroups: sci.logic
From: herbzet <herb...@gmail.com>
Date: Sun, 31 Aug 2008 22:14:29 -0400
Local: Mon, Sep 1 2008 9:14 am
Subject: Re: Interpretation problem

Good points.

--
hz


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google