Zulip Chat Archive

Stream: new members

Topic: solver for orders?


Joachim Breitner (Jan 22 2022 at 14:58):

Is there a tactic that solves obligations that hold in any partial order? (not urgent, I'm just curious)

Kevin Buzzard (Jan 22 2022 at 15:07):

library_search ;-) Are you seeing complex obligations? Maybe linarith will do them in some situations (i.e when your partial order is actually the real numbers) but I don't think it works for general partial orders.

Yaël Dillies (Jan 22 2022 at 15:44):

ask_yael :grinning:

Kevin Buzzard (Jan 22 2022 at 22:37):

It might be a fun tactic to write : e.g. a <= b and b <= c and c <= a implies a = b


Last updated: Dec 20 2023 at 11:08 UTC