Is there a tactic that can instantiate schematic variables in the goal?
To my knowledge, no – at least not in the standard library. Probably not considered very good style either because schematic variables tend to have fairly unpredictable names. I guess you could instantiate them by position instead…
Peter Lammich might have something like this hidden away in the Autoref libraries somewhere…
Manuel Eberl said:
To my knowledge, no – at least not in the standard library. Probably not considered very good style either because schematic variables tend to have fairly unpredictable names. I guess you could instantiate them by position instead…
Yes, by position was the idea.
Last updated: Dec 30 2024 at 16:22 UTC