Advertisement
logicmoo

I refer the "expressiveness", I mean the ability thru syntac

Aug 6th, 2017
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 1.01 KB | None | 0 0
  1. I refer the "expressiveness", I mean the ability thru syntactical expression to:
  2.  
  3.  1) say anything desired and predict exactly how a reasoner will understand the new expression
  4.  
  5. Including:
  6.  
  7.  2) the ability to change the default sort ("Class") that unqualified foralls assume to be selecting from
  8.  3) Subsumptive Partial Terms:  the reasoner/logic interprets subsumption to apply this partial expressions (especially "Class"es)
  9.    3a) quantify over such partial terms
  10.  4) Extend [dis]equality
  11.  5) quantify over bags of axioms and other existing content: John McCarthy 1982(?) named "Microtheory"s
  12.  6) Visibility between Microtheories
  13.  
  14. Next Inside each "Microtheory"
  15.  
  16.  7) When visibility may happen at all..  
  17.  8) How the Classes may change when one Microtheory sees into another
  18.  9) create and destroy hypothetical Microtheories per single logical expression
  19.  10) Ability to manipulate each proof by treating it as we do our "bag of assertions/axioms"
  20.  11) Do 2-5 locally to each
  21.  
  22.  
  23.  
  24. FORT = first order reifiable terms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement