QUANT_INSTANTIATE_TAC
quantHeuristicsLib.QUANT_INSTANTIATE_TAC : quant_param list -> tactic
A tactic to instantiate quantifiers in a term using a given list of quantifier heuristic parameters.
This tactic is based on
quantHeuristicsLib.QUANT_INSTANTIATE_CONV
. It tries to
instantiate quantifiers. Free variables of the goal are seen as
universally quantified by this tactic. Therefore, it tries to
instantiate these free variables. In contrast to
quantHeuristicsLib.ASM_QUANT_INSTANTIATE_TAC
this tactic
does not take the assumptions of the goal into account.
quantHeuristicsLib.QUANT_INSTANTIATE_CONV
,
quantHeuristicsLib.ASM_QUANT_INSTANTIATE_TAC