Zulip Chat Archive

Stream: new members

Topic: Transform assumption, but keep original


Tainnor (Apr 14 2024 at 02:21):

Probably a stupid question, but is there an easy way to transform a certain hypothesis (e.g. with apply_fun), but also keep around the original assumption (so I can use it for other transformations)? I suppose, I could use have, but then I'd have to write out the transformed expression in full instead of having it inferred

Kyle Miller (Apr 14 2024 at 03:19):

You can copy a hypothesis with have h' := h


Last updated: May 02 2025 at 03:31 UTC