Zulip Chat Archive
Stream: general
Topic: Tactic to unify with hypothesis
Miguel Marco (Feb 05 2024 at 18:42):
Does there exists a tactic that, given a hypothesis P a and a target P b allows one to change it to a = b?
I know I could add the extra hypothesis a = b and prove it, but in my case a is a quite complicated expression that is not easy to reproduce right away.
Jireh Loreaux (Feb 05 2024 at 18:43):
Sorry, I mean convert h where h : P a. If it's too eager, you can tame it with convert h using 37 where 37 is generally 0,1,2,3,4.
Jireh Loreaux (Feb 05 2024 at 18:44):
(deleted)
Last updated: May 02 2025 at 03:31 UTC