[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlaplus] Simple contradiction proof
I just started reading about TLAPS and I tried for fun the following silly thing
THEOREM T ==
ASSUME
NEW P(_),
\A p : P(p),
\A p : ~P(p)
PROVE
TRUE
PROOF
OBVIOUS
To my surprise, the result was green. I hoped that somehow it would "detect" the contradictions in the assumptions.
--
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/904caba2-762e-49a2-bea5-1dc6a3506929n%40googlegroups.com.