Luke Alexander, Eric Leonen, Sophie Szeto, Artemii Remizov, Ignacio Tejeda, Giovanni Inchiostro, Vasily Ilin
|
Mathematicians and math prover agents need fast and efficient theorem search. Our search is 2× more accurate than frontier LLMs, with only 4 second latency. Feedback is welcome.
Theorem-level = retrieval of exact theorem statements |
|
TheoremSearch provides a production REST API for semantic theorem search.Example:
curl https://api.theoremsearch.com/search \
-H "Content-Type: application/json" \
-d '{
"query": "smooth DM stack codimension one",
"n_results": 5
}'Returns a JSON object containing theorem-level results with metadata and similarity scores.
TheoremSearch is also available as an MCP tool for AI agents with a single tool theorem_search. Endpoint: https://api.theoremsearch.com/mcp.
@article{alexander2026semantic,
title = {Semantic Search over 9 Million Mathematical Theorems},
author = {Alexander, Luke and Leonen, Eric and Szeto, Sophie and Remizov, Artemii and Tejeda, Ignacio and Inchiostro, Giovanni and Ilin, Vasily},
journal= {arXiv preprint arXiv:2602.05216},
year = {2026},
doi = {10.48550/arXiv.2602.05216},
url = {https://arxiv.org/abs/2602.05216}
}
