Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
100K - 1M
License:
File size: 642 Bytes
4365a98 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
\DOC ASM_METIS_TAC
\TYPE {ASM_METIS_TAC : thm list -> tactic}
\SYNOPSIS
Automated first-order proof search tactic using assumptions of goal.
\DESCRIBE
A call to {ASM_METIS_TAC[theorems]} will attempt to establish the goal using
pure first-order reasoning, taking {theorems} and the assumptions of the goal
as the starting-point. It will usually either solve the goal completely or run
for an infeasible length of time before terminating, but it may sometimes fail
quickly. For more details, see {METIS} or {METIS_TAC}.
\FAILURE
Fails if the goal is unprovable within the search bounds.
\SEEALSO
ASM_MESON_TAC, METIS, METIS_TAC.
\ENDDOC
|