summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp/is_rat_simple.p
blob: c983033b998460389dd870ac75cee4971c139c9e (plain)
1
2
3
4
5
6
7
8
% states that all reals are not rational (countersatisfiable)
% Status   : CounterSatisfiable
%------------------------------------------------------------------------------
tff(the,conjecture,(
    ! [X: $real] :
      ~ $is_rat(X) ) ).

%------------------------------------------------------------------------------
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback