Yanasse: Finding New Proofs from Deep Vision's Analogies, Part 1
arXiv cs.AI / 4/21/2026
📰 NewsDeveloper Stack & InfrastructureModels & Research
Key Points
- Project Yanasse proposes a workflow to discover new theorem proofs by transferring proof-strategy patterns between mathematically distant domains, rather than substituting symbols directly.
- The system analyzes tactic usage across 27 top-level Mathlib areas (217,133 proof states), uses z-scores to select candidate tactics, and performs analogy matching via a GPU-accelerated NP-hard matching engine run on Apple’s MPS.
- An AI reasoning agent then semantically adapts the selected Lean 4 tactic invocation patterns to the target theorem, aiming for strategy-level transfer.
- In the first study applying the method from Probability to Representation Theory, the approach produced 4 Lean-verified proofs from 10 attempts (40%) with zero `sorry` declarations.
- A key insight is that tactic schemas can split into a “head” (domain-gated, hard to transfer) and a “modifier” (domain-general, often transferable), and the matching engine is largely domain independent beyond a domain-specific relation extractor.



