Suppose I have a theorem:
theorem non_ASCII_thm_name: "True" by simp
I want to define an ASCII name for non_ASCII_thm_name with something like the notation command. For example, for example:
notation non_ASCII_thm_name ("ASCII_thm_name")
The Isar notation and abbreviation commands can only be used with constants. Is there an Isar team that lets me do this?
It is advisable that everything I want my Isar team to provide is synonymous. For example, if I use sledgehammer , it would be preferable that there is only one theorem, non_ASCII_thm_name , so sledgehammer does not use the additional fact ASCII_thm_name .
user2190811
source share