How to get all simplification/elimination/introduction/destruction rules (that are marked by the attribute simp
, elim
, intro
and dest
) in the current context?
I want something like a group of facts (e.g. ac_simps
) that can be used in methods so that I can have methods erule_tac all_elimination_rules
and elim all_elimination_rules
to apply all elimination rules. Is that possible?
BTW, is there any way to see what is resulted by elimination rules in the method auto and blast?
Last updated: Dec 30 2024 at 16:22 UTC