Zulip Chat Archive
Stream: new members
Topic: command
Alex Zhang (Jun 28 2021 at 13:52):
suppose I have declared a proposition
variable (h :...)
If then I want to use it in some theorem say
theorem thm ... which don't have h in the statement.
I remember that there is a trick which is to put something before theorem thm ... to include h, but I forgot the details.
Could anyone remind me what the trick is?
Anne Baanen (Jun 28 2021 at 13:53):
include h (and to go back, omit h)
Alex Zhang (Jul 03 2021 at 13:56):
(deleted)
Last updated: May 02 2025 at 03:31 UTC