Hi, I am glad that TLAPS doesn’t prove this because it’s wrong. As a simple counter-example consider P(x) == 1 Q(x) == 2 Clearly, you have P(x) # Q(x) for any x but we do not expect to prove 1 = ~2. What TLAPS should prove is ASSUME NEW P(), NEW Q() PROVE \A x : ~(P(x) <=> Q(x)) => (P(x) <=> ~Q(x)) Stephan On 1 Dec 2022, at 19:58, jack malkovick <sillymouse333@xxxxxxxxx> wrote: -- 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/CDB2418D-0C1A-4939-BF5D-C08DA1EC72A4%40gmail.com. |