HelloI'm reading simple examples on tlapsthe author saidthat the theoremTHEOREM Transitive == ASSUME NEW X \in Nat, NEW Y \in Nat, NEW Z \in Nat, X > Y, Y > Z PROVE X > Z + 1
can be proved automatically with
PROOF OBVIOUS
but it fails for me. Should i explicitly use a nonstandard solver i.e. CVC4?