TPTP-Examples/consistency_check.p

10 lines
147 B
OpenEdge ABL
Raw Normal View History

2023-03-27 11:01:47 -04:00
fof(lt_irreflex, axiom,
![X] : (~lt(X, X))
).
fof(lt_assym, axiom,
![X, Y] : (lt(X, Y) <=> ~lt(Y, X))
).
fof(prove, conjecture, $false).