[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tlaplus] Re: tlaps example



Solved.
CVC4 should be used

понедельник, 27 апреля 2020 г., 15:56:12 UTC+3 пользователь Alex Tim написал:
Hello

I'm reading simple examples on tlaps

https://sriramsami.com/tlaps/

the author said
that the theorem

THEOREM 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?

--
You received this message because you are subscribed to the Google Groups "tlaplus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlaplus+unsubscribe@xxxxxxxxxxxxxxxx.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/485cc044-3a57-4e6c-a30b-160a3e860ec9%40googlegroups.com.