To: | Pat Hayes <phayes@xxxxxxx> |
---|---|
Cc: | "[ontolog-forum]" <ontolog-forum@xxxxxxxxxxxxxxxx> |
From: | Alex Shkotin <alex.shkotin@xxxxxxxxx> |
Date: | Sun, 6 Jul 2014 18:14:50 +0400 |
Message-id: | <CAFxxROQR2_qkNOqatB0JWcDKHbVpo0n1LfmjVQ2K40ewXq+vOg@xxxxxxxxxxxxxx> |
Pat and John, Briefly: Let's look at FOL group theory with 0,+ as in J. Barwise book. Proposal 2.1. states that in this theory there is no a finite number of formulas equivalent to ∀n≥1∀x∃y ny=x. (6) And this is a good reason for many-sorted language to be introduced, where we can write (6) as ∀n:N∀x:G∃y:G n≥1 → n*y=x. And we need to define function for "*" like this: Declaration Mult N G:G. Add infix "*" to Mult. Definition Mult(n y) if(n=1 return(y)) ; return(Mult(n-1 y)+y). I wrote more words in Russian (ZF mentioned). Thank you, Alex 2014-07-03 9:29 GMT+04:00 Pat Hayes <phayes@xxxxxxx>:
_________________________________________________________________ Message Archives: http://ontolog.cim3.net/forum/ontolog-forum/ Config Subscr: http://ontolog.cim3.net/mailman/listinfo/ontolog-forum/ Unsubscribe: mailto:ontolog-forum-leave@xxxxxxxxxxxxxxxx Shared Files: http://ontolog.cim3.net/file/ Community Wiki: http://ontolog.cim3.net/wiki/ To join: http://ontolog.cim3.net/cgi-bin/wiki.pl?WikiHomePage#nid1J (01) |
Previous by Date: | Re: [ontolog-forum] Types of Formal (logical) Definitions in ontology, John F Sowa |
---|---|
Next by Date: | Re: [ontolog-forum] Types of Formal (logical) Definitions in ontology, Alex Shkotin |
Previous by Thread: | Re: [ontolog-forum] Types of Formal (logical) Definitions in ontology, Pat Hayes |
Next by Thread: | Re: [ontolog-forum] Types of Formal (logical) Definitions in ontology, Alex Shkotin |
Indexes: | [Date] [Thread] [Top] [All Lists] |