Re: predicate in a predicate
- From: William Elliot <marsh@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 6 Dec 2007 03:46:51 -0800
On Thu, 6 Dec 2007, Keenlearner wrote:
I was wondering how should I represent these two sentences in First
Order Logic Form
John lives in Bali
John lives with Marry
live_in( John , Bali )
live_with( John, Marry )
or Can I have a predicate in the predicate,
live( John, in(Bali) )No.
live( John, with(Marry) )
As you can see that the second arguments of "live" predicate can eitherIt refers to a proposition. Thus you have hybrid
refer to the person or place. But can we use the same predicate "live"
with the second argument refer to person and place ? Thank you.
propositional constant, live(x,P) which isn't FOL.
----
.
- Follow-Ups:
- Re: predicate in a predicate
- From: Keenlearner
- Re: predicate in a predicate
- References:
- predicate in a predicate
- From: Keenlearner
- predicate in a predicate
- Prev by Date: predicate in a predicate
- Next by Date: Re: Enderton problem
- Previous by thread: predicate in a predicate
- Next by thread: Re: predicate in a predicate
- Index(es):
Relevant Pages
|