Applicability checklist
applicability_checklistDecomposes a candidate theorem's statement into atomic preconditions and conclusion to verify against your problem, preventing misapplications like using a closed-interval theorem on an open interval.
Instructions
Decompose a candidate theorem's statement into atomic preconditions + conclusion for YOU to verify one by one against your problem (catches misapplications like using a closed-interval theorem on an open interval). Use after search, before relying on any candidate. Args: candidate_statement (the result's statement text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidate_statement | Yes | the candidate result's statement |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| statement | No | ||
| conclusion | Yes | ||
| instructions | No | ||
| preconditions | Yes |