Philosophy Forum  
Register Blogs Videos FAQ Members List Calendar Mark Forums Read

Go Back   Philosophy Forum > Philosophy Forums > Branches of Philosophy > Logic

Important Notice

Logic The study of the principles of reasoning, especially of the structure of propositions as distinguished from their content and of method and validity in deductive reasoning. Mathmatics.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 07-13-2008, 11:24 PM
Full Member
 
Join Date: Jul 2008
Location: Long Beach, CA, USA
Posts: 101
Thanks: 26
Thanked 12 Times in 11 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
  #2 (permalink)  
Old 07-13-2008, 11:27 PM
Theaetetus's Avatar
Antidisinformationalist
 
Join Date: Jun 2008
Location: Milwaukee, USA
Posts: 405
Thanks: 69
Thanked 106 Times in 91 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 2
Theaetetus will become famous soon enoughTheaetetus will become famous soon enough
Re: How do I express this in FOL?

Quote:
Originally Posted by Protoman2050 View Post
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!
Even though I took a logic course and feel I am logical what the hell in FOL?
Reply With Quote
  #3 (permalink)  
Old 07-14-2008, 12:03 AM
Full Member
 
Join Date: Jul 2008
Location: Long Beach, CA, USA
Posts: 101
Thanks: 26
Thanked 12 Times in 11 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 1
Protoman2050 is on a distinguished road
Re: How do I express this in FOL?

First order logic; propostional logic w/ existential quantifiers; First-order logic - Wikipedia, the free encyclopedia
Reply With Quote
The Following 2 Users Say Thank You to Protoman2050 For This Useful Post:
  #4 (permalink)  
Old 07-14-2008, 06:38 AM
Ron C. de Weijze's Avatar
Full Member
 
Join Date: Jun 2008
Location: Amsterdam, Netherlands
Posts: 40
Thanks: 12
Thanked 9 Times in 8 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 1
Ron C. de Weijze is on a distinguished road
Re: How do I express this in FOL?

Why do you want to express this in FOL? BTW why not UML? Isn't the expression you want to arrive at an app?
Reply With Quote
  #5 (permalink)  
Old 07-14-2008, 01:45 PM
Full Member
 
Join Date: Jul 2008
Location: Long Beach, CA, USA
Posts: 101
Thanks: 26
Thanked 12 Times in 11 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 1
Protoman2050 is on a distinguished road
Re: How do I express this in FOL?

Quote:
Originally Posted by Ron C. de Weijze View Post
Why do you want to express this in FOL? BTW why not UML? Isn't the expression you want to arrive at an app?
No, it's not for anything compsci related...just to condense my writing of a proof for God: http://www.philosophyforum.com/forum...-evidence.html
Reply With Quote
  #6 (permalink)  
Old 07-14-2008, 08:47 PM
VideCorSpoon's Avatar
Conspicuous Moronicus
Moderator
 
Join Date: Mar 2008
Location: Philadelphia
Posts: 719
Thanks: 432
Thanked 365 Times in 239 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 4
VideCorSpoon is just really niceVideCorSpoon is just really niceVideCorSpoon is just really niceVideCorSpoon is just really nice
Re: How do I express this in FOL?

In quantificational logic, (x) (Cx<->Wx) translates as; For any (x), C(x) if and only if W(x). Your elaboration paints a different picture.

For FOL...you would need to assert something (i.e. universal or existential quantifier) to establish a categorical syntactical structure (unless you are assuming it).

Also, you would need to elaborate on the sentence constants (i.e. C and W) to show what exactly you are trying to prove.

Also, you may want to reconsider your notation with the bi-conditional and quantificational logic.
Reply With Quote
The following users say: THANK YOU - VideCorSpoon for the above post!
  #7 (permalink)  
Old 07-14-2008, 08:58 PM
Full Member
 
Join Date: Jul 2008
Location: Long Beach, CA, USA
Posts: 101
Thanks: 26
Thanked 12 Times in 11 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 1
Protoman2050 is on a distinguished road
Re: How do I express this in FOL?

Quote:
Originally Posted by VideCorSpoon View Post
In quantificational logic, (x) (Cx<->Wx) translates as; For any (x), C(x) if and only if W(x). Your elaboration paints a different picture.

You would need to assert something (i.e. universal or existential quantifier) to establish a categorical syntactical structure (unless you are assuming it).

Also, you would need to elaborate on the sentence constants (i.e. C and W) to show what exactly you are trying to prove.

Also, you may want to reconsider your notation with the bi-conditional and quantificational logic.
So it would work better as --where C(x) means concept referred to by x, and W(x) means word linked to the concept of x; R(x,y) means the concept y associated w/ x--:
for all x(W(x) -> there exists y(C(y) & R(x,y))) & for all x(C(x) -> there exists y(W(y) & R(x,y)))

Can you show me how that would be read and what that would look like as symbols?

Thanks!
Reply With Quote
  #8 (permalink)  
Old 07-14-2008, 09:15 PM
VideCorSpoon's Avatar
Conspicuous Moronicus
Moderator
 
Join Date: Mar 2008
Location: Philadelphia
Posts: 719
Thanks: 432
Thanked 365 Times in 239 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 4
VideCorSpoon is just really niceVideCorSpoon is just really niceVideCorSpoon is just really niceVideCorSpoon is just really nice
Re: How do I express this in FOL?

You may be over complicating the process of quantificational logic. First and foremost, what is the literal argument for the existence of God you are trying to convey? It’s difficult to interpret what you are trying to convey without a literal example. Also when you refer to the grammatical quantifier “linked,”

I’m assuming that you intend a conditional rather than a bi-conditional.

Take this for example… (x) (Cx --> Wx) (note: I substituted the bi-conditional for the conditional because of the lingual assumption.)

That formula translates as follows (in the universal affirmative); Every x such that x is C such that x is W.

Also, there are universal affirmatives here, but in your elaboration you use existential quantifications. This violates wff. You may want to revise that portion.
Reply With Quote
  #9 (permalink)  
Old 07-14-2008, 09:18 PM
Full Member
 
Join Date: Jul 2008
Location: Long Beach, CA, USA
Posts: 101
Thanks: 26
Thanked 12 Times in 11 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 1
Protoman2050 is on a distinguished road
Re: How do I express this in FOL?

I am trying to convey the idea that, for every word, there are one or more ideas associated w/ it, and for every idea, there are one or more words associated w/ it.
Reply With Quote
The following users say: THANK YOU - Protoman2050 for the above post!
  #10 (permalink)  
Old 07-14-2008, 09:44 PM
VideCorSpoon's Avatar
Conspicuous Moronicus
Moderator
 
Join Date: Mar 2008
Location: Philadelphia
Posts: 719
Thanks: 432
Thanked 365 Times in 239 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 4
VideCorSpoon is just really niceVideCorSpoon is just really niceVideCorSpoon is just really niceVideCorSpoon is just really nice
Re: How do I express this in FOL?

Oh. You don't need to go into quantificational logic for that. You can stay within the realm of propositional logic and still accomplish your goal without predicative inferences.

All you need is a standard bi-conditional and a truth table to prove it.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright 2006-2008 PhilosophyForum.com