lean_state_search
Searches premise-search.com to find lemmas that can close a proof goal at a specific position in a Lean file.
Instructions
Limit: 6req/30s. Find lemmas to close the goal at a position. Searches premise-search.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | Line number (1-indexed) | |
| column | Yes | Column number (1-indexed) | |
| file_path | Yes | Absolute or project-root-relative path to Lean file | |
| num_results | No | Max results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | List of state search results |