Applicability checklist
applicability_checklistVerify a candidate theorem by decomposing its statement into atomic preconditions and conclusion, catching misapplications such as 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 |
|---|---|---|---|
| statement | No | ||
| preconditions | Yes | ||
| conclusion | Yes | ||
| instructions | No | ||
| note | No |