TPTP-Examples/theory_conjecture.p

6 lines
104 B
OpenEdge ABL
Raw Permalink Normal View History

2023-03-27 11:01:47 -04:00
tff(goal, conjecture,
![X: $int] : (
$greater(X, 1) => $greater($product(X, X), X)
)
).