The sentence {tt (< $tau_1$ $tau_2$)} is true if and only if the number denoted by $tau_1$ is less than the number denoted by $tau_2$.
(< ?X 0) (=> (Negative ?X) (< ?X 0)) (<=> (> $Arg1 $Arg2) (< $Arg2 $Arg1)) (Inverse > <) (<=> (=< ?X ?Y) (Or (= ?X ?Y) (< ?X ?Y)))