Lemma-Style Proving: A strategy where the model explicitly generates and proves intermediate lemmas before attempting the main theorem, creating a modular proof structure.
Pass@k: A metric measuring the probability that at least one correct solution is generated out of k attempts.
MOHS: Math Olympiad Hardness Scaleβa metric used to quantify the difficulty of math competition problems.
Forward-chaining: A reasoning method that starts with known facts and applies rules to derive new facts until the goal is reached.
Auxiliary constructions: Additional lines or points added to a geometry diagram (like drawing a parallel line) to facilitate a proof.
Isogonal conjugate: A specific geometric construction involving reflection of lines across angle bisectors, used here as a composite action in the DSL.
VAPO: A reinforcement learning algorithm used for training the prover (likely from cited work [29]).
Beam search: A search algorithm that explores a graph by expanding the most promising nodes in a limited set.
Ruler-and-compass construction: Geometric constructions permissible using only a straightedge and compass, forming the basis of the domain-specific language.