Skip to content

Commit

Permalink
reverse implication as per knows->believes (which is counter-intuitiv…
Browse files Browse the repository at this point in the history
…e from what one might expect in first order)
  • Loading branch information
apease committed Jul 8, 2024
1 parent 8c1dfd6 commit b22b2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TPTP/TQM5.tff
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ tff(kb1,axiom,(
% (believes Bill ?F))

tff(kb2,axiom,(
(![W:w, W2:w, H:$i]: (accreln(believes,H,W,W2) =>
accreln(sees,H,W,W2))))).
(![W:w, W2:w, H:$i]: (accreln(sees,H,W,W2) =>
accreln(believes,H,W,W2))))).

% query (believes Bill (exists (?H) (and (instance ?H Hat) (attribute ?H Green) (wears Mary ?H))))

Expand Down

0 comments on commit b22b2c9

Please sign in to comment.