Zulip Chat Archive

Stream: general

Topic: apply in expression


Sebastien Gouezel (Nov 06 2018 at 08:08):

Is there a way to apply in the middle of an expression? Let me explain. Assume that lemma foo tells me that Q can be deduced from P. Now, I have in the middle of a proof a goal of the form ∀x, Q x, and I would like to reduce it to ∀x, P x without introducing x. Just like simp would do instead of rw, but for implications instead of equivalences. Is this possible?


Last updated: Dec 20 2023 at 11:08 UTC