View Single Post
  #1 (permalink)  
Old 07-13-2008, 11:24 PM
Protoman2050 Protoman2050 is offline
Full Member
 
Join Date: Jul 2008
Location: Long Beach, CA, USA
Posts: 101
Thanks: 26
Thanked 15 Times in 14 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 1
Protoman2050 is on a distinguished road
How do I express this in FOL?

I'm trying to express this in FOL:

Every word has at least one concept associated w/ it, and every concept has at least one word associated w/ it. Would it be:

For all (x)(Cx<->Wx)

or

(for all x(w(x) -> there exists y(c(y) & r(x,y)))) & (for all y(c(y) -> there exists x(w(x) & r(x,y)))), where r(x,y) denotes the concept associate w/ the word x. Anyway to make that clearer? What would this actually look like on paper?

Thanks!
Reply With Quote