lean_leanfinder
Search for theorems and mathematical concepts by describing their meaning or providing a proof state. Uses semantic understanding to find relevant results from the Lean library.
Instructions
Limit: 10req/30s. Semantic search by mathematical meaning via Lean Finder.
Examples: "commutativity of addition on natural numbers",
"I have h : n < m and need n + 1 < m + 1", proof state text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Mathematical concept or proof state | |
| num_results | No | Max results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | List of Lean Finder results |