Search existing math (mathlas index)
search_existing_mathSearches a large index of theorems and results to determine if a known mathematical solution exists for a given problem. Use this tool to check if a problem has already been solved.
Instructions
Find existing theorems/results for a problem from the mathlas 3.68M-doc index (dense + BM25 + RRF, fused with any live web_added findings). Use FIRST for any 'does known math solve this?' question; follow up with applicability_checklist on promising candidates. Args: query (problem/result description), k (default 10), optional corpus_dir (dataset parquets; omit to serve the prebuilt index or seed corpus).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | a problem / result description | |
| k | No | number of candidates (default 10) | |
| corpus_dir | No | optional dir of open theorem dataset parquets; omit to use the served index / built-in seed corpus |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| corpus | No | what was actually served | |
| k | No | ||
| live_findings_merged | No | ||
| candidates | Yes | ||
| next | No | ||
| note | No |