TPTP-Examples/theory_conjecture.p
2023-03-27 11:01:47 -04:00

5 lines
104 B
OpenEdge ABL

tff(goal, conjecture,
![X: $int] : (
$greater(X, 1) => $greater($product(X, X), X)
)
).