Geometry of Reason: Spectral Signatures of Valid Mathematical Reasoning
Valentin Noël
TL;DR
This work introduces a training-free framework that detects valid mathematical reasoning in LLMs by analyzing attention as dynamic graphs through spectral diagnostics. Four metrics—Fiedler value, High-Frequency Energy Ratio, graph signal smoothness, and spectral entropy—consistently separate valid from invalid proofs across seven models from four families, achieving up to $d = 3.30$ and high calibration-based accuracy while requiring no training data. The method reveals that spectral signatures reflect logical coherence (Platonic validity) rather than compiler acceptance, and omits dependence on authorship style when properly controlled. An architectural dependency is shown: Sliding Window Attention shifts the discriminative signal toward late-layer Smoothness in Mistral, underscoring the need to consider attention topology in interpretation. These findings offer a principled, geometry-based tool for reasoning verification with immediate relevance to hallucination detection, AI safety, and proof-assistant workflows.
Abstract
We present a training-free method for detecting valid mathematical reasoning in large language models through spectral analysis of attention patterns. By treating attention matrices as adjacency matrices of dynamic graphs over tokens, we extract four interpretable spectral diagnostics, the Fiedler value (algebraic connectivity), high-frequency energy ratio (HFER), graph signal smoothness, and spectral entropy, that exhibit statistically significant differences between valid and invalid mathematical proofs. Experiments across seven transformer models from four independent architectural families (Meta Llama, Alibaba Qwen, Microsoft Phi, and Mistral AI) demonstrate that this spectral signature produces effect sizes up to Cohen's $d = 3.30$ ($p < 10^{-116}$), enabling 85.0--95.6\% classification accuracy under rigorous evaluation, with calibrated thresholds reaching 93--95\% on the full dataset. The method requires no training data, fine-tuning, or learned classifiers: a single threshold on a spectral metric suffices for high accuracy. Through systematic label correction, we discover that the spectral method detects logical coherence rather than compiler acceptance, identifying mathematically valid proofs that formal verifiers reject due to technical failures. We further identify an architectural dependency: Mistral-7B's Sliding Window Attention shifts the discriminative signal from HFER to late-layer Smoothness ($d = 2.09$, $p_{\text{MW}} = 1.16 \times 10^{-48}$), revealing that attention mechanism design affects which spectral features capture reasoning validity. These findings establish spectral graph analysis as a principled framework for reasoning verification with immediate applications to hallucination detection and AI safety monitoring.
