We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update_abbrev : thm -> tactic
takes a theorem of the form v = t (and maybe also t = v), finds an Abbrev of the form Abbrev(v = t0) in the assumptions, and replaces the t0 with t.
v = t
t = v
Abbrev
Abbrev(v = t0)
t0
t