Zulip Chat Archive

Stream: new members

Topic: Debugging instance non-matching


Yakov Pechersky (Jan 05 2021 at 17:42):

I have a case where rw or similar tactics aren't working on a goal I would think is identical to a hypothesis I have. What are the best tools to see what is going wrong, other than starting at the output of pp.all?

Eric Wieser (Jan 05 2021 at 17:46):

Build your proof in the reverse direction until you get to the state you're stuck at, and then use convert to match up the things you expect to be equal?


Last updated: Dec 20 2023 at 11:08 UTC