SearcharxivSearch

arXiv subjects

Junehyuk Jung

Publications and source records attributed to Junehyuk Jung.

At least 19 recordsLinked to original sources

Aletheia tackles FirstProof autonomously

We report the performance of Aletheia (Feng et al., 2026b), a mathematics research agent powered by Gemini 3 Deep Think, on the inaugural FirstProof challenge. Within the allowed timeframe of the challenge, Aletheia autonomously solved 6 problems (2, 5, 7, 8, 9, 10) out of 10 according to majority expert assessments; we note that experts were not unanimous on Problem 8 (only). For full transparency, we explain our interpretation of FirstProof and disclose details about our experiments as well as our evaluation. Raw prompts and outputs are available at https://github.com/google-deepmind/superhuman/tree/main/aletheia.

cs.AI

Towards Autonomous Mathematics Research

Recent advances in foundational models have yielded reasoning systems capable of achieving a gold-medal standard at the International Mathematical Olympiad. The transition from competition-level problem-solving to professional research, however, requires navigating vast literature and constructing long-horizon proofs. In this work, we introduce Aletheia, a math research agent that iteratively generates, verifies, and revises solutions end-to-end in natural language. Specifically, Aletheia is powered by an advanced version of Gemini Deep Think for challenging reasoning problems, a novel inference-time scaling law that extends beyond Olympiad-level problems, and intensive tool use to navigate the complexities of mathematical research. We demonstrate the capability of Aletheia from Olympiad problems to PhD-level exercises and most notably, through several distinct milestones in AI-assisted mathematics research: (a) a research paper (Feng26) generated by AI without any human intervention in calculating certain structure constants in arithmetic geometry called eigenweights; (b) a research paper (LeeSeo26) demonstrating human-AI collaboration in proving bounds on systems of interacting particles called independent sets; and (c) an extensive semi-autonomous evaluation (Feng et al., 2026a) of 700 open problems on Bloom's Erdos Conjectures database, including autonomous solutions to four open questions. In order to help the public better understand the developments pertaining to AI and mathematics, we suggest quantifying standard levels of autonomy and novelty of AI-assisted results, as well as propose a novel concept of human-AI interaction cards for transparency. We conclude with reflections on human-AI collaboration in mathematics and share all prompts as well as model outputs at https://github.com/google-deepmind/superhuman/tree/main/aletheia.

cs.LG

Semi-Autonomous Mathematics Discovery with Gemini: A Case Study on the Erd\H{o}s Problems

We present a case study in semi-autonomous mathematics discovery, using Gemini to systematically evaluate 700 conjectures labeled 'Open' in Bloom's Erd\H{o}s Problems database. We employ a hybrid methodology: AI-driven natural language verification to narrow the search space, followed by human expert evaluation to gauge correctness and novelty. We address 13 problems that were marked 'Open' in the database: 5 through seemingly novel autonomous solutions, and 8 through identification of previous solutions in the existing literature. Our findings suggest that the 'Open' status of the problems was through obscurity rather than difficulty. We also identify and discuss issues arising in applying AI to math conjectures at scale, highlighting the difficulty of literature identification and the risk of ''subconscious plagiarism'' by AI. We reflect on the takeaways from AI-assisted efforts on the Erd\H{o}s Problems.

cs.AI

Towards Robust Mathematical Reasoning

Finding the right north-star metrics is highly critical for advancing the mathematical reasoning capabilities of foundation models, especially given that existing evaluations are either too easy or only focus on getting correct short answers. To address these issues, we present IMO-Bench, a suite of advanced reasoning benchmarks, vetted by a panel of top specialists and that specifically targets the level of the International Mathematical Olympiad (IMO), the most prestigious venue for young mathematicians. IMO-AnswerBench first tests models on 400 diverse Olympiad problems with verifiable short answers. IMO-Proof Bench is the next-level evaluation for proof-writing capabilities, which includes both basic and advanced IMO level problems as well as detailed grading guidelines to facilitate automatic grading. These benchmarks played a crucial role in our historic achievement of the gold-level performance at IMO 2025 with Gemini Deep Think (Luong and Lockhart, 2025). Our model achieved 80.0% on IMO-AnswerBench and 65.7% on the advanced IMO-Proof Bench, surpassing the best non-Gemini models by large margins of 6.9% and 42.4% respectively. We also showed that autograders built with Gemini reasoning correlate well with human evaluations and construct IMO-GradingBench, with 1000 human gradings on proofs, to enable further progress in automatic evaluation of long-form answers. We hope that IMO-Bench will help the community towards advancing robust mathematical reasoning and release it at https://imobench.github.io/.

cs.CL

Linnik problem for Maass--Hecke cuspforms and effective multiplicity one theorem

We investigate two related problems concerning the dimension of joint eigenspaces of the Laplace--Beltrami operator and a finite set of Hecke operators on $\mathbb{X}=\mathrm{PGL}_2(\mathbb{Z})\backslash \mathbb{H}$. First, we consider Linnik problem for Maass--Hecke cuspforms. We prove that the dimension of such a joint eigenspace, for Maass--Hecke cuspforms with eigenparameter in $[T, T+1]$, associated to Hecke operators $T_p$ with $p < (\log T)^α$ is $O_ε(T^{{\frac{4}α} + ε})$. For this, we prove a new form of spectral large sieve inequality for symmetric-squares of Maass--Hecke cuspforms, by exploiting the fact that the forms under consideration are unramified at every non-archimedean place. Second, we consider the effective multiplicity one problem, determining the minimal number of Hecke eigenvalues needed to distinguish two Maass--Hecke cusp forms with the same Laplace eigenvalue. We prove that for any fixed $η>0$, if two Maass--Hecke cuspforms, with eigenparameter $t$, share Hecke eigenvalues $λ_{ϕ_1}(n) = λ_{ϕ_2}(n)$ for all $n < ηt$, and $t$ is sufficiently large, then the forms are proportional. This improves the previously known best bound due to Huntley in 1991. Key ingredient for the improvement is the result by Brook and Lindenstrauss that classifies quantum limits of a joint eigenfunction of a Hecke operator and the Laplace--Beltrami operator on arithmetic hyperbolic surfaces. We also discuss generalizations of these results to Maass--Hecke cuspforms on $\mathrm{PGL}_2$ over arbitrary number field.

math.NT

Gold-medalist Performance in Solving Olympiad Geometry with AlphaGeometry2

We present AlphaGeometry2 (AG2), a significantly improved version of AlphaGeometry introduced in (Trinh et al., 2024), which has now surpassed an average gold medalist in solving Olympiad geometry problems. To achieve this, we first extend the original AlphaGeometry language to tackle problems involving movements of objects, and problems containing linear equations of angles, ratios, and distances. This, together with support for non-constructive problems, has markedly improved the coverage rate of the AlphaGeometry language on International Math Olympiads (IMO) 2000-2024 geometry problems from 66% to 88%. The search process of AG2 has also been greatly improved through the use of Gemini architecture for better language modeling, and a novel knowledge-sharing mechanism that enables effective communication between search trees. Together with further enhancements to the symbolic engine and synthetic data generation, we have significantly boosted the overall solving rate of AG to 84% on all geometry problems over the last 25 years, compared to 54% previously. AG2 was also part of the system that achieved the silver-medal standard at IMO 2024 https://deepmind.google/blog/ai-solves-imo-problems-at-silver-medal-level/. Finally, we report progress towards using AG2 as a part of a fully automated system that reliably solves geometry problems from natural language input. Code: https://github.com/google-deepmind/alphageometry2.

cs.AI

$2$-nodal domain theorems for higher dimensional circle bundles

We prove that the real parts of equivariant (but non-invariant) eigenfunctions of generic bundle metrics on nontrivial principal $S^1$ bundles over manifolds of any dimension have connected nodal sets and exactly 2 nodal domains. This generalizes earlier results of the authors in the $3$-dimensional case. The failure of the results on for non-free $S^1$ actions is illustrated on even dimensional spheres by one-parameter subgroups of rotations whose fixed point set consists of two antipodal points.

math.SP

Non-vanishing of symmetric cube $L$-functions

We prove that there are infinitely many Maass--Hecke cuspforms over the field $\mathbb{Q}[\sqrt{-3}]$ such that the corresponding symmetric cube $L$-series does not vanish at the center of the critical strip. This is done by using a result of Ginzburg, Jiang and Rallis which shows that the symmetric cube non-vanishing happens if and only if a certain triple product integral involving the cusp form and the cubic theta function on $\mathbb{Q}[\sqrt{-3}]$ does not vanish. We use spectral theory and the properties of the cubic theta function to show that the non-vanishing of this triple product occurs for infinitely many cusp forms. We also formulate a conjecture about the meaning of the absolute value squared of the triple product which is reminiscent of Watson's identity.

math.NT

Intersecting geodesics on the modular surface

We introduce the \textit{modular intersection kernel}, and we use it to study how geodesics intersect on the full modular surface $\mathbb{X}=PSL_2\left(\mathbb{Z}\right) \backslash \mathbb{H}$. Let $C_d$ be the union of closed geodesics with discriminant $d$ and let $β\subset \mathbb{X}$ be a compact geodesic segment. As an application of Duke's theorem to the modular intersection kernel, we prove that $ \{\left(p,θ_p\right)~:~p\in β\cap C_d\}$ becomes equidistributed with respect to $\sin θds dθ$ on $β\times [0,π]$ with a power saving rate as $d \to +\infty$. Here $θ_p$ is the angle of intersection between $β$ and $C_d$ at $p$. This settles the main conjectures introduced by Rickards \cite{rick}. We prove a similar result for the distribution of angles of intersections between $C_{d_1}$ and $C_{d_2}$ with a power-saving rate in $d_1$ and $d_2$ as $d_1+d_2 \to \infty$. Previous works on the corresponding problem for compact surfaces do not apply to $\mathbb{X}$, because of the singular behavior of the modular intersection kernel near the cusp. We analyze the singular behavior of the modular intersection kernel by approximating it by general (not necessarily spherical) point-pair invariants on $PSL_2\left(\mathbb{Z}\right) \backslash PSL_2\left(\mathbb{R}\right)$ and then by studying their full spectral expansion.

math.NT

Asymptotic trace formula for the Hecke operators

Given integers $m$, $n$ and $k$, we give an explicit formula with an optimal error term (with square root cancelation) for the Petersson trace formula involving the $m$-th and $n$-th Fourier coefficients of an orthonormal basis of $S_k(N)^*$ (the weight $k$ newforms with fixed square-free level $N$) provided that $|4 π\sqrt{mn}- k|=o(k^{\frac{1}{3}})$. Moreover, we establish an explicit formula with a power saving error term for the trace of the Hecke operator $\mathcal{T}_n^*$ on $S_k(N)^*$ averaged over $k$ in a short interval. By bounding the second moment of the trace of $\mathcal{T}_{n}$ over a larger interval, we show that the trace of $\mathcal{T}_n$ is unusually large in the range $|4 π\sqrt{n}- k| = o(n^{\frac{1}{6}})$. As an application, for any fixed prime $p$ with $\gcd(p,N)=1$, we show that there exists a sequence $\{k_n\}$ of weights such that the error term of Weyl's law for $\mathcal{T}_p$ is unusually large and violates the prediction of arithmetic quantum chaos. In particular, this generalizes the result of Gamburd, Jakobson and Sarnak~\cite[Theorem 1.4]{Gamburd} with an improved exponent.

math.NT

Embedding closed totally geodesic surfaces in Bianchi orbifolds

We study embedding of closed totally geodesic hyperbolic 2-orbifolds in the Bianchi orbifolds $\mathbb{H}^3/PSL(2,\mathcal{O}_d)$. Our main result shows that there is a constant $c$ such that for $d$ large enough there are at least $cd$ closed embedded totally geodesic hyperbolic 2-orbifolds. Moreover we provide a list which conjecturally consists of those $d$ for which $\mathbb{H}^3/PSL(2,\mathcal{O}_d)$ does not contain a closed embedded totally geodesic hyperbolic 2-orbifold.

math.NT

Boundedness of the number of nodal domains for eigenfunctions of generic Kaluza-Klein $3$-folds

This article concerns the number of nodal domains of eigenfunctions of the Laplacian on special Riemannian $3$-manifolds, namely nontrivial principal $S^1$ bundles $P \to X$ over Riemann surfaces equipped with certain $S^1$ invariant metrics, the Kaluza-Klein metrics. We prove for generic Kaluza-Klein metrics that any Laplacian eigenfunction has exactly two nodal domains unless it is invariant under the $S^1$ action. We also construct an explicit orthonormal eigenbasis on the flat $3$-torus $\mathbb{T}^3$ for which every non-constant eigenfunction belonging to the basis has two nodal domains.

math.SP

Topology of the nodal set of random equivariant spherical harmonics on $S^3$

We show that real and imaginary parts of equivariant spherical harmonics on $S^3$ have almost surely a single nodal component. Moreover, if the degree of the spherical harmonic is $N$ and the equivariance degree is $m$, then the expected genus is proportional to $m \left(\frac{N^2 - m^2}{2} + N\right) $. Hence if $\frac{m}{N}= c $ for fixed $0 < c < 1$, the genus has order $N^3$.

math.DG

Sign changes of the Eisenstein series on the critical line

We prove a quantitative lower bound on the number of nodal domains of the real-analytic Eisenstein series. The main tool in the proof is a quantitative restricted QUE theorem where the support of the test function is allowed to shrink with the Laplace eigenvalue.

math.NT

Sharp bounds for the intersection of nodal lines with certain curves

Let $Y$ be a hyperbolic surface and let $ϕ$ be a Laplacian eigenfunction having eigenvalue $-1/4-τ^2$ with $τ>0$. Let $N(ϕ)$ be the set of nodal lines of $ϕ$. For a fixed analytic curve $γ$ of finite length, we study the number of intersections between $N(ϕ)$ and $γ$ in terms of $τ$. When $Y$ is compact and $γ$ a geodesic circle, or when $Y$ has finite volume and $γ$ is a closed horocycle, we prove that $γ$ is "good" in the sense of [TZ]. As a result, we obtain that the number of intersections between $N(ϕ)$ and $γ$ is $O(τ)$. This bound is sharp.

math.DG

On tiling the integers with $4$-sets of the same gap sequence

Partitioning a set into similar, if not, identical, parts is a fundamental research topic in combinatorics. The question of partitioning the integers in various ways has been considered throughout history. Given a set $\{x_1, \ldots, x_n\}$ of integers where $x_1<\cdots<x_n$, let the {\it gap sequence} of this set be the nondecreasing sequence $d_1, \ldots, d_{n-1}$ where $\{d_1, \ldots, d_{n-1}\}$ equals $\{x_{i+1}-x_i:i\in\{1,\ldots, n-1\}\}$ as a multiset. This paper addresses the following question, which was explicitly asked by Nakamigawa: can the set of integers be partitioned into sets with the same gap sequence? The question is known to be true for any set where the gap sequence has length at most two. This paper provides evidence that the question is true when the gap sequence has length three. Namely, we prove that given positive integers $p$ and $q$, there is a positive integer $r_0$ such that for all $r\geq r_0$, the set of integers can be partitioned into $4$-sets with gap sequence $p, q$, $r$.

math.CO