Advertisement
logicmoo

Untitled

Aug 9th, 2017
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 0.65 KB | None | 0 0
  1.  
  2.  
  3.  
  4. (implies
  5.     (and
  6.       (commonModalityFeatures ?MODALOPSETFN iModExistFactoringOutFromDisj)
  7.       (skolem ?MODALOPSETFN
  8.         (tSetOfModalOpSetFn ?M-PRED ?SET-COL)))
  9.     (theoremConditional
  10.       (elementOf ?IND ?SET-COL)
  11.       (implies
  12.         (and
  13.           (quotedIsa ?PROP2 CycLSentence-Assertible)
  14.           (?M-PRED ?IND
  15.             (exists ?X-1 ?SUB-PROP-1))
  16.           (evaluate ?SUB-PROP-1
  17.             (uSubstituteFormulaFn ?X ?A ?PROP1))
  18.           (evaluate ?SUB-PROP-2
  19.             (uSubstituteFormulaFn ?Y ?A
  20.               (or ?PROP1 ?PROP2))))
  21.         (?M-PRED ?IND
  22.           (exists ?Y-1 ?SUB-PROP-2)))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement