{
  "counts": {
    "adjacent": 18,
    "core": 2,
    "errors": 0,
    "negative": 69,
    "total": 89
  },
  "date": "2026-07-22",
  "errors": [],
  "fresh_content_days": 21,
  "generated_at": "2026-07-22T16:57:36Z",
  "items": [
    {
      "age_days": 4,
      "arxiv_id": "2607.16855",
      "authors": [
        "Hongqin Lyu",
        "Junxing Dong",
        "Yonghao Wang",
        "Zhiteng Chao",
        "Tiancheng Wang",
        "Huawei Li"
      ],
      "content_date": "2026-07-18",
      "freshness": "fresh",
      "id": "arxiv:2607.16855",
      "kind": "paper",
      "label": "core",
      "matched_signals": [
        "lean_formal_proving_agents",
        "verifier_guided_reasoning"
      ],
      "published": "2026-07-18",
      "score": 9.5,
      "source": "arxiv-ai4math-core",
      "summary": "Formal verification with interactive theorem provers can provide strong correctness guarantees for register transfer level designs, but applying it to existing SystemVerilog code requires substantial manual effort in semantic modeling and proof construction. This paper presents Rtl2lean, a framework that automatically translates RTL designs into executable Lean 4 models and builds a hierarchical theorem library for subsequent verification. The generated model represents hardware execution as a pure state transition function, while a four layer theorem framework captures combinational semantics, sequential updates, single cycle behavior, and reachability and invariants. When a high level property cannot be discharged by the existing theorem base, an LLM based proving loop proposes intermediate lemmas from the current proof context and Lean feedback. Only lemmas accepted by the Lean kernel are added to the reusable lemma pool. Experiments on six SystemVerilog designs generate 403 theorems, all of which are successfully checked by Lean. Among 358 foundational lemmas, 287 are available for automatic reuse, yielding a reusable lemma ratio of 80.2 percent. The results demonstrate that Rtl2lean can construct machine checked RTL proof libraries with low checking overhead and substantial cross property lemma reuse.",
      "title": "Rtl2lean: Automated RTL-to-Lean Translation with Hierarchical Theorem Generation and Lemma Reuse",
      "updated": "2026-07-18",
      "url": "https://arxiv.org/abs/2607.16855"
    },
    {
      "age_days": 3,
      "arxiv_id": "2607.17352",
      "authors": [
        "Yuqing Li",
        "Zeguan Wu",
        "Yu Gan",
        "Junyu Liu"
      ],
      "content_date": "2026-07-19",
      "freshness": "fresh",
      "id": "arxiv:2607.17352",
      "kind": "paper",
      "label": "core",
      "matched_signals": [
        "general_ai_math_reasoning",
        "verifier_guided_reasoning"
      ],
      "published": "2026-07-19",
      "score": 7.9,
      "source": "arxiv-ai4math-core",
      "summary": "Designing effective Lean proof agents is a central challenge in formal mathematical reasoning. Beyond building stronger provers, recent work emphasizes the workflow around Lean: how an agent decomposes proof obligations, uses tools and compiler feedback, diagnoses failures, repairs proofs, and maintains structured proof context. Motivated by code-level self-evolving agents, we study whether such workflows can be evolved rather than hand-designed. We present a self-evolving Lean proof agent in which a small fixed, trusted runtime wraps a fully mutable workspace: the proof workflow, prompts, and tools. Unlike most self-evolving systems, which optimize against a fixed external benchmark, our system coevolves the agent and its benchmark. Between generations, the highest-scoring agent (the champion) revises the active task distribution through a mastery-throttled curriculum update that introduces harder proof obligations only after the current level is mastered, and a single-anchor recalibration re-runs the champion on the updated benchmark to keep scores comparable as difficulty rises. All evolution stays inside a Lean-grounded verification loop: however the agent rewrites itself, a success counts only when its behavior yields Lean-verified proofs under a trusted snapshot, and each attempt must emit a machine-readable, Lean-grounded proof context whose representation may evolve but whose groundedness is enforced. We run the coevolving trajectory and a fixed-benchmark baseline for 15 active generations and compare them on a held-out miniF2F test split. The best coevolving agent reaches a 45.1% held-out solve rate, versus 12.7% for the seed and 32.0% for the best fixed-benchmark agent, showing that verifier-grounded self-evolution can improve Lean proof workflows under a coevolving benchmark.",
      "title": "Self-Modifying Lean Proof Agents with Verifier-Grounded Benchmark Coevolution",
      "updated": "2026-07-19",
      "url": "https://arxiv.org/abs/2607.17352"
    },
    {
      "age_days": 1,
      "arxiv_id": "2607.19129",
      "authors": [
        "Sara Giordano",
        "Miguel A. Martin-Delgado"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "arxiv:2607.19129",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "general_ai_math_reasoning",
        "lean_formal_proving_agents"
      ],
      "published": "2026-07-21",
      "score": 4.9,
      "source": "arxiv-ai4math-core",
      "summary": "We present a rigorous perturbative analysis of the Szegedy quantum walk search algorithm on the complete graph with marked nodes, when a specific anomaly is present in the graph. This is motivated by the problem of monitoring the integrity of dense trusted communication networks with a quantum-assisted procedure. The topology of these networks is modeled as a complete graph, and the anomaly of interest is the disappearance of a single communication link which represents the minimal and spectrally hardest structural defect to detect. Building on the graph-completeness testing algorithm framework, we quantify how the removal of a single unmarked-unmarked edge propagates through the relevant spectral quantities of the Szegedy quantum walk. Denoting by $n$ the total number of nodes of the graph and by $m$ the number of marked nodes, we prove that the perturbation to the transition matrix has spectral norm $Θ(1/n)$, and that the gap eigenvalue undergoes a strictly negative first-order shift for every $n$ and every number of marked nodes $m$, providing a formal proof of a conjecture from our completeness testing algorithm work; in the regime $m = Θ(n)$ relevant for the search algorithm, this shift has magnitude $Θ(1/n^2)$. The corresponding eigenphase shift satisfies $Δθ_\\star = Θ(1/n^2)$ in the same regime. We establish that the rotation angle of the effective subspace under this perturbation is $O(1/n)$ for $m = Θ(n)$. Finally, we bound the change in success probability to $O(1/\\sqrt{n})$ in this same regime of marked nodes, and show that this bound is dominated by the geometric misalignment of the effective subspace rather than by the spectral shift of the eigenphase. These results provide both the theoretical foundations and the fundamental scaling limits of quantum walk-based topology integrity monitoring under minimal structural perturbations.",
      "title": "Single Link Removal Perturbation in Szegedy Quantum Walk: from Graph Completeness Testing to Integrity Monitoring",
      "updated": "2026-07-21",
      "url": "https://arxiv.org/abs/2607.19129"
    },
    {
      "age_days": 5,
      "arxiv_id": "2607.16171",
      "authors": [
        "Jun Liu",
        "Maxwell Fitzsimmons"
      ],
      "content_date": "2026-07-17",
      "freshness": "fresh",
      "id": "arxiv:2607.16171",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "general_ai_math_reasoning",
        "lean_formal_proving_agents"
      ],
      "published": "2026-07-17",
      "score": 4.9,
      "source": "arxiv-ai4math-core",
      "summary": "We disprove the conjecture that every globally asymptotically stable homogeneous polynomial vector field admits a homogeneous polynomial Lyapunov function. The counterexample is a planar homogeneous cubic polynomial vector field with integer coefficients. It admits no positive definite homogeneous polynomial with nonpositive Lie derivative and, more strongly, no real-analytic Lyapunov function even locally. Nevertheless, it has an explicit degree-two homogeneous Lyapunov function that is radially unbounded, continuously differentiable everywhere, and smooth away from the origin. We also provide a machine-checked Lean 4 formalization of the main result.",
      "title": "A Globally Asymptotically Stable Planar Homogeneous Polynomial Vector Field With No Polynomial Lyapunov Function",
      "updated": "2026-07-17",
      "url": "https://arxiv.org/abs/2607.16171"
    },
    {
      "age_days": 7,
      "arxiv_id": "2607.14087",
      "authors": [
        "Abhijeet Mulgund"
      ],
      "content_date": "2026-07-15",
      "freshness": "fresh",
      "id": "arxiv:2607.14087",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "general_ai_math_reasoning",
        "verifier_guided_reasoning"
      ],
      "published": "2026-07-15",
      "score": 4.9,
      "source": "arxiv-ai4math-core",
      "summary": "We prove a stochastic comparison for Gaussian maxima. Let $R$ be an $m\\times m$ correlation matrix satisfying $R-\\mathbf{1} \\mathbf{1}^{\\mathsf T}/m\\succeq0$, let $X\\sim\\mathcal{N}(0,R)$, and let $Z_1,\\ldots,Z_m$ be independent standard Gaussian random variables. Then $\\max_{1\\leq i\\leq m}X_i \\leq_{\\mathrm{st}} \\max_{1\\leq i\\leq m}Z_i$, or equivalently, $\\mathbb{P}\\{X_i\\leq c\\text{ for every }i\\}\\geqΦ(c)^m$ for every $c\\in\\mathbb{R}$. This comparison resolves the Weak Simplex Conjecture: among $d+1$ equiprobable equal-energy signals in $\\mathbb{R}^d$ transmitted over an additive white Gaussian noise channel, the regular simplex maximizes the probability of correct maximum-likelihood decoding at every signal-to-noise ratio. It also proves the inequality asserted by the Simplex Mean Width Conjecture and gives an exact formula for the largest number of equiprobable messages that can be sent at prescribed energy and error probability by a deterministic no-feedback AWGN code under a per-codeword energy constraint. The proof combines a Gaussian product inequality for log-concave functions with an adaptive tilting argument that makes the inequality applicable to the one-sided threshold events defining the maximum. A lean formalization of this argument is available at https://github.com/abhmul/weak-simplex-conjecture-lean.",
      "title": "Stochastic Domination of Gaussian Maxima: A Resolution of the Weak Simplex Conjecture",
      "updated": "2026-07-20",
      "url": "https://arxiv.org/abs/2607.14087"
    },
    {
      "age_days": 1,
      "arxiv_id": "2607.19263",
      "authors": [
        "Cameron Khanpour",
        "Samuel Talkington"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "arxiv:2607.19263",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-07-21",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "This letter proves realistic grid properties limit the applicability of quantum computers for power flow. Grids that split into two large regions meeting at only a few buses, common in transmission networks, force the pseudo condition number of the DC susceptance matrix to grow polynomially in the network size, and long chains of lines bridging such regions force quadratic growth, making recent empirical observations rigorous. The bounds also hold with overwhelming probability for arbitrary bounded random line susceptances. Combined with query and tomography lower bounds, this precludes end-to-end quantum advantage for DC power flow at every readout level, and these obstructions persist through AC power flow, optimal power flow, and unit commitment. All proofs are formally verified with accompanying Lean 4 source code.",
      "title": "The Limits of Quantum Computers for Power Flow",
      "updated": "2026-07-21",
      "url": "https://arxiv.org/abs/2607.19263"
    },
    {
      "age_days": 2,
      "arxiv_id": "2607.18139",
      "authors": [
        "Christoph Schwerdtfeger"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "arxiv:2607.18139",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-07-20",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "For four agents with nonnegative additive valuations, a complete 1-out-of-5 maximin-share allocation always exists, improving the previous 1-out-of-6 guarantee. Together with known exact-MMS counterexamples, this completely characterizes the four-agent case: the guarantee holds exactly for $d\\geq5$. The main technical contribution is a balanced-residual partition lemma: removing rejected bundles with one of the four highest-ranked goods apiece leaves a remainder that still admits the required number of unit-valued balanced bundles. In its central $2+2$ case, three unit bundles repair two pairs of colliding high-valued goods. The theorem is machine-checked in Lean 4.",
      "title": "1-out-of-5 Maximin-Share Allocations Always Exist for Four Agents",
      "updated": "2026-07-20",
      "url": "https://arxiv.org/abs/2607.18139"
    },
    {
      "age_days": 4,
      "arxiv_id": "2607.16721",
      "authors": [
        "Anik Jha"
      ],
      "content_date": "2026-07-18",
      "freshness": "fresh",
      "id": "arxiv:2607.16721",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "verifier_guided_reasoning"
      ],
      "published": "2026-07-18",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "The strongest open-weight coding models are mixture-of-experts (MoE) networks: most of their size comes from large pools of \"expert\" subnetworks, of which only a few act on any token. That pool is why these models do not fit on the machines most developers own, yet for a user who only wants coding help, most experts encode abilities that will never be invoked. We ask how many experts can be removed, and which, by pruning two recent open-weight MoE models from different families (Qwen3.6-35B-A3B and Gemma-4-26B-A4B) under five selection strategies, judged the way a user would: by whether the model still writes correct code. Half the experts can be removed from either model with no statistically detectable loss on the primary code benchmark, and the damage lands almost entirely on abilities outside coding, the intended trade. But the winning strategy flips between the two models, so a recipe validated on one family cannot be assumed to work on another. We further show that perplexity, the metric much of the pruning literature leans on, can rate a broken model above an intact one; that a lightweight fine-tune recovers about half of what aggressive pruning loses; and that against quantizing the full model to the same memory, pruning wins only where quantization would have to drop below 3 bits per weight. Five attempts to overturn that crossover, with failure criteria fixed in advance (better calibration, guarded selection, causal expert importance, failure attribution, and an agentic evaluation letting each model repair its failures from execution feedback), all leave it standing; the last shows single-shot benchmarks overstate compression penalties broadly, as one repair turn erases the 2-bit quantization penalty entirely. Expert pruning works, but it demands per-model validation on the task the model will actually serve.",
      "title": "Half the Experts, All the Code: One-Shot Domain Pruning of Mixture-of-Experts LLMs for Coding",
      "updated": "2026-07-18",
      "url": "https://arxiv.org/abs/2607.16721"
    },
    {
      "age_days": 5,
      "arxiv_id": "2607.16533",
      "authors": [
        "Hanxi Chen",
        "Noam Zilberstein",
        "Andrew C. Myers",
        "Alexandra Silva"
      ],
      "content_date": "2026-07-17",
      "freshness": "fresh",
      "id": "arxiv:2607.16533",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-07-17",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "In the context of probabilistic programs, an oblivious adversary resolves nondeterminism without seeing the outcomes of random draws. Obliviousness is a common assumption in online algorithms and distributed protocols, but the complex interaction between random draws and adversarial choices makes it challenging to reason about correctness. While there has been significant progress toward reasoning about programs that combine randomization with nondeterminism, most of the work has focused on the adaptive model, whose omniscient view of program state is too powerful to establish correctness for certain classes of programs. We introduce Oblivious Probabilistic Outcome Logic (opOL), a new logic for reasoning about probabilistic programs with nondeterminism controlled by an oblivious adversary. Building on Outcome Logic and Probabilistic Separation Logic, opOL models adversarial choice as a resource and uses probabilistic independence to ensure that random outcomes are hidden from the adversary. The opOL proof system provides expressive and compositional rules for case analysis on both random and nondeterministic outcomes, and for proving almost-sure termination. Expressivity is tested through several case studies, including a paging algorithm and a leader election protocol. The opOL metatheory and case studies are mechanized in Lean 4.",
      "title": "Oblivious Probabilistic Outcome Logic: Verifying Probabilistic Programs with an Oblivious Adversary",
      "updated": "2026-07-17",
      "url": "https://arxiv.org/abs/2607.16533"
    },
    {
      "age_days": 5,
      "arxiv_id": "2607.15647",
      "authors": [
        "Aritro De",
        "Juliana Felkner"
      ],
      "content_date": "2026-07-17",
      "freshness": "fresh",
      "id": "arxiv:2607.15647",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "verifier_guided_reasoning"
      ],
      "published": "2026-07-17",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "LEED v4.1 BD+C certification remains a document-intensive process that requires reviewers to read hundreds of pages of project evidence and apply credit-specific threshold logic by hand. This paper investigates whether small, locally deployed language models can perform meaningful screening of LEED documentation and how deterministic symbolic components should share that work. A neuro-symbolic pipeline is introduced that aligns project PDFs to LEED credit sections, retrieves evidence with credit-aware keyword signatures, verifies compliance with a locally hosted 4-billion-parameter language model, and applies a LEED-specific numeric checker to quantitative thresholds. Experiments on four university buildings (484 PDFs, 153 credit-level decisions) show that a 4-billion-parameter model (gemma3:4b) is the strongest text-only core verifier, achieving 67.3% accuracy and outperforming a larger 8-billion-parameter model (llama3.1:8b) in this task. The deterministic numeric checker corrects arithmetic errors on key quantitative credits, moving EA-p2 from 50% to 100% accuracy and improving several other credits when required values are reliably extracted. At the same time, the full neuro-symbolic configuration achieves 61.6% overall accuracy, trailing the best text-only baseline due to extraction failures and conservative behavior on qualitative categories. Systematic ablations show that adding low-resolution drawing images (150-300 dpi) consistently reduces accuracy, and that prompt effectiveness depends on the building's ground-truth PASS rate: rubric prompts perform best on documentation-rich projects, while chain-of-thought prompts perform best on documentation-lean projects. Within the specific scope of LEED v4.1 BD+C compliance verification over raw project documentation, this pipeline and its baselines provide an initial reproducible reference point for both accuracy and failure modes.",
      "title": "Neuro-Symbolic AI for LEED compliance: Document-Centric Benchmarking, Deterministic Numeric Checking, and When Multimodal Hurts",
      "updated": "2026-07-17",
      "url": "https://arxiv.org/abs/2607.15647"
    },
    {
      "age_days": 5,
      "arxiv_id": "2607.16524",
      "authors": [
        "Tasha Pais",
        "Richard Higgins"
      ],
      "content_date": "2026-07-17",
      "freshness": "fresh",
      "id": "arxiv:2607.16524",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "verifier_guided_reasoning"
      ],
      "published": "2026-07-17",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "Cooperative multi-agent RL systems routinely use team-averaged rewards, a feedback-attribution choice that gives each agent the team outcome regardless of its individual contribution. We ask whether this leaves a measurable signature, geometric or behavioral, on learned representations. We propose EffRank/$n$ (effective rank normalized by agent count) and $D_\\text{act}$ (mean pairwise KL divergence between agents' action distributions) as low-overhead diagnostics for reward-attribution effects, then test them on competent MAPPO agents in SMACv2 \\texttt{protoss\\_5\\_vs\\_5}, where unit type is encoded in the observation. In an observation $\\times$ reward-attribution comparison (unit type observed vs.\\ masked; individual damage-contribution reward vs.\\ shared team reward), geometry follows observation rather than reward. With unit type observed, shared and individual rewards have similar EffRank/$n$ ($0.31{\\pm}0.03$ vs.\\ $0.29{\\pm}0.02$) and probe accuracy ($0.75{\\pm}0.05$ vs.\\ $0.73{\\pm}0.05$, both $\\gg 1/3$ chance), while $D_\\text{act}$ leans higher under individual rewards ($1.23{\\pm}0.06$ vs.\\ $1.07{\\pm}0.20$). Masking unit type cuts the above-chance probe signal by more than half, to $0.49$ in both reward arms. In short: individually rewarded agents are competent and separable by role, but on SMACv2 the observation explains the geometry and reward attribution shows up mainly in behavior. Thus geometric diagnostics must control for observed role information and test persistent roles that are not directly observed. EffRank/$n$ and $D_\\text{act}$ add $<$5\\% overhead.",
      "title": "Feedback Attribution and Representation Geometry: Metrics for Comparing Individual and Shared Rewards in MARL",
      "updated": "2026-07-17",
      "url": "https://arxiv.org/abs/2607.16524"
    },
    {
      "age_days": 6,
      "arxiv_id": "2607.15174",
      "authors": [
        "Xueying Qin",
        "Marco Peressotti",
        "Fabrizio Montesi"
      ],
      "content_date": "2026-07-16",
      "freshness": "fresh",
      "id": "arxiv:2607.15174",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-07-16",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "Choreographic programming (CP) is a programming paradigm for the correct-by-construction development of concurrent and distributed systems: programmers write the intended overall behaviour of a system from a global perspective in a choreography, which is then automatically compiled into communicating endpoint programs by a procedure known as endpoint projection (EPP). The central promise is that the projected endpoint programs, when executed together, are behaviourally equivalent to the source choreography. Fulfilling this promise becomes delicate for expressive CP languages. Existing mechanisations of CP treat only restricted fragments, while textbook and general purpose language implementations with rich features leave crucial interactions informal. In particular, general branching in knowledge of choice, general recursion, and nondeterministic choice in choreographies have not yet been integrated in a machine-checked theory. We present Mech, a new mechanisation of CP in Lean 4 that captures these features. There are two central technical challenges in our development of Mech. First, the sketched semantics from the literature does not correctly capture how nondeterministic choice interacts with concurrency. We therefore formulate new semantics that align nondeterministic choreographic executions with the behaviours of projected endpoint programs. Second, managing all these features in proofs is complex. We address this by uncovering new algebraic laws for choreographies, the operators used in their semantics, EPP, and their combinations. Using our development, we prove completeness and soundness of EPP and derive communication safety and deadlock-freedom for projected networks, yielding the most extensive mechanised theory of CP to date.",
      "title": "Mech: Mechanised Choreographic Programming",
      "updated": "2026-07-16",
      "url": "https://arxiv.org/abs/2607.15174"
    },
    {
      "age_days": 6,
      "arxiv_id": "2607.14582",
      "authors": [
        "Junjie Zhang",
        "Jiayu Liu",
        "Wenbin Liu",
        "Zhenya Huang",
        "Doudou Wang",
        "Yan Jiang",
        "Leiye Xu",
        "Tao Xiong",
        "Wen Huang",
        "Qi Liu",
        "Guoping Hu",
        "Enhong Chen",
        "Mengping Zhang",
        "Xiangdong Ye"
      ],
      "content_date": "2026-07-16",
      "freshness": "fresh",
      "id": "arxiv:2607.14582",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "autoformalization"
      ],
      "published": "2026-07-16",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "Existing LLM-based theorem provers have achieved impressive results on formal mathematics benchmarks, yet they remain confined to acting as autonomous agents that prove a stated proposition. In this paper, we propose MathCoPilot, a human-in-the-loop system that embodies a new human--AI symbiotic paradigm for mathematical research, in which the mathematician steers the high-level mathematical direction while AI agents carry out the detailed formalization and proof work under continuous human guidance. MathCoPilot unifies three core capabilities: (1) an interactive workbench where the mathematician and AI agents collaborate through a living proof blueprint that decomposes a proof into navigable steps the human can directly inspect, direct, and refine; (2) automated proving skill orchestration with adaptive knowledge base search and Lean-integrated iterative verification; and (3) topic-driven paper retrieval and automated formalization into a verified Lean knowledge base. Using MathCoPilot, we systematically compare four state-of-the-art LLMs, including Gemini~3.1~Pro, GPT-5.4, and Claude~Opus~4.7, on a FormalMATH subset and on two real PDE theorems requiring deep domain expertise, evaluating their ability to produce verified Lean~4 proofs and to identify errors in deliberately incorrect proofs. Our results show that while current models can handle undergraduate-level problems with high success rates under favorable autoformalization conditions, substantial challenges remain for domain-specific theorems requiring genuine mathematical understanding.",
      "title": "MathCoPilot: An Interactive System for Human-AI Symbiotic Paradigm of Mathematical Research",
      "updated": "2026-07-16",
      "url": "https://arxiv.org/abs/2607.14582"
    },
    {
      "age_days": 6,
      "arxiv_id": "2607.14699",
      "authors": [
        "Serhii Zabolotnii"
      ],
      "content_date": "2026-07-16",
      "freshness": "fresh",
      "id": "arxiv:2607.14699",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-07-16",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "Wiener-Hermite cross-correlation identification represents a polynomial response in the Hermite basis. Under Gaussian excitation the basis is orthogonal and a diagonal rule recovers it exactly; under non-Gaussian excitation the same basis is kept, but its Gram matrix gains off-diagonal terms and the diagonal rule is no longer the population projection. We give the exact finite-order excess $L^2(P)$ risk of this mismatch: a moment quadratic form from two Hankel-Cholesky factorizations and one diagonal solve, at $O(s^3)$ cost from moments to order $2s$. Closed cumulant forms at orders three and four expose which non-Gaussian features drive it; symmetry protects the Gaussian basis only through order two. A bootstrap decides, from data, whether a matched basis is worth building; on a Wiener-Hammerstein benchmark it separates a near-Gaussian channel (penalty $\\approx 10^{-4}$) from a skewed output (penalty $0.05$). The computation is a weighted-$L^2$ projection whose core normal-system correspondence is machine-checked in Lean 4.",
      "title": "Exact Computation of Non-Gaussian Mismatch Penalties in Wiener-Hermite Cross-Correlation Identification",
      "updated": "2026-07-16",
      "url": "https://arxiv.org/abs/2607.14699"
    },
    {
      "age_days": 7,
      "arxiv_id": "2607.13921",
      "authors": [
        "Niels Mündler-Sasahara",
        "Hristo Venev",
        "Dawn Song",
        "Martin Vechev",
        "Jingxuan He"
      ],
      "content_date": "2026-07-15",
      "freshness": "fresh",
      "id": "arxiv:2607.13921",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "verifier_guided_reasoning"
      ],
      "published": "2026-07-15",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "Languages with rich static semantics, such as Rust, provide stronger guarantees for AI-generated code, but their strictness makes generation more difficult. Off-the-shelf compilers can provide useful feedback post-generation, but does not guide intermediate generation steps, such as those during autoregressive LLM decoding. Constrained decoding intervenes earlier by rejecting invalid tokens during sampling, but requires white-box model access and costly reimplementation for semantic constraints. We introduce generative compilation, the first approach to obtaining compiler feedback on partial programs during generation. The core technical device is a sealor: a lightweight, mostly syntax-guided transformation that converts partial programs into complete ones that standard compilers can diagnose. It is designed such that possible-to-complete partial programs are never rejected, while preserving enough code context to catch genuine dead ends early. We construct such a sealor on a core Rust-like calculus and prove that it satisfies these properties, all mechanized in Lean. We extend it to the first partial-program checker for real Rust. We evaluate our method on challenging repository-level Rust coding tasks, across both frontier black-box and open-weight models. We show that generative compilation reduces non-compiling outputs and improves functional correctness, relative to standard post-generation feedback. It does so by detecting a broad range of errors close to their source and early during generation, thereby reducing errors cascades and enabling focused diagnostics. More broadly, generative compilation is a step toward making compilers a first-class citizen of AI-assisted programming active during generation, rather than a separate post-generation check.",
      "title": "Generative Compilation: On-the-Fly Compiler Feedback as AI Generates Code",
      "updated": "2026-07-16",
      "url": "https://arxiv.org/abs/2607.13921"
    },
    {
      "age_days": 7,
      "arxiv_id": "2607.14420",
      "authors": [
        "Thomas Lu",
        "Qiancheng Fu",
        "Kevin Batz",
        "Oliver Bøving",
        "Tiago Ferreira",
        "Mark Moeller",
        "Nate Foster",
        "Alexandra Silva"
      ],
      "content_date": "2026-07-15",
      "freshness": "fresh",
      "id": "arxiv:2607.14420",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "verifier_guided_reasoning"
      ],
      "published": "2026-07-15",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "When designing a network, engineers must navigate trade-offs (e.g., one topology offers more aggregate bandwidth, another lower latency or better resilience) that demand reasoning about quantitative properties. We present a fast analyzer for quantitative network properties based on weighted NetKAT (wNetKAT), a domain-specific language that provides a semantic foundation for quantitative reasoning by modeling network behavior using weights drawn from a semiring. At the core of our development is the design of a symbolic data structure -- weighted symbolic packet programs (wSPPs) -- that compactly represent the semantics of weighted policies, for which a direct implementation would be intractable. We show how to compute all policy constructs symbolically; unsurprisingly, the crux is Kleene star, for which we design a tailored algorithm. We further develop trace-carrying Pareto semirings, which compute multi-objective frontiers together with the network paths that realize them. We formalize the development in Lean and provide an optimized Rust implementation. Being parametric on a semiring, our implementation covers both classical and quantitative analyses: we show that it is competitive with KATch, a heavily optimized Boolean-reachability verifier, and orders of magnitude faster than McNetKAT and Storm on probabilistic analyses. A case study comparing Fat-tree and Jellyfish data-center topologies shows the framework supports multi-objective design-time analysis.",
      "title": "A Fast Quantitative Analyzer for NetKAT",
      "updated": "2026-07-15",
      "url": "https://arxiv.org/abs/2607.14420"
    },
    {
      "age_days": 1,
      "authors": [
        "Kim Morrison"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:e94b481ea884",
      "kind": "github_update",
      "label": "adjacent",
      "matched_signals": [
        "general_ai_math_reasoning"
      ],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 2.2,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: refactor(Archive/Imo/Imo2000Q2): replace SOS certificate with classical AM-GM argument (#41267)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/e94b481ea884a59a092232194641a42a796ddf37"
    },
    {
      "age_days": 1,
      "arxiv_id": "2607.18921",
      "authors": [
        "Yang Sheng",
        "Jie Fu"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "arxiv:2607.18921",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "reasoning_rl_distillation"
      ],
      "published": "2026-07-21",
      "score": 1.9,
      "source": "arxiv-ai4math-core",
      "summary": "Circuit extraction identifies a small set of model components whose presence preserves a target behavior under ablation, and the resulting circuit is often read as the mechanism behind that behavior. We argue that this reading is under-determined: preserving behavior does not single out one circuit, because the claim it supports depends on which circuit is reported and how two circuits are compared. We make this concrete in a synthetic Lean tactic-prediction benchmark -- predicting the next step of a proof -- where fixed proof rules with randomized surface form let differences between extracted circuits be attributed to these choices rather than to the task. Across dense and weight-sparse checkpoints (most weights constrained to zero) of the same transformer, evaluated on atomic (single-rule) and compositional (multi-rule) proofs, we vary which extracted object is reported (a compact prediction-preserving circuit, a broader graph that also keeps surrounding read, write, and routing structure, or the smallest subgraph meeting a post-ablation loss threshold), and whether each attention head's query and key are represented jointly or separately. Exact component-to-component edge overlap is low and sensitive to these choices, at times dropping to a random baseline, while two coarser summaries stay stable: the set of selected attention heads, and the circuit-size ranking of conditions that differ in which supervised checkpoint initializes reinforcement learning (RL). The largest accuracy gains from RL on compositional proofs come with the most structure beyond the atomic circuits. A circuit-level claim is therefore well defined only once one states which circuit is reported, the pruning threshold used to extract it, and the level at which circuits are compared. We distill these requirements into a reporting practice for circuit-extraction studies.",
      "title": "Circuit Claims Depend on What Is Extracted and How It Is Compared",
      "updated": "2026-07-21",
      "url": "https://arxiv.org/abs/2607.18921"
    },
    {
      "age_days": 1,
      "arxiv_id": "2607.19281",
      "authors": [
        "Philip John",
        "Eloghosa Ikponmwoba",
        "Pinaki Pal",
        "Opeoluwa Owoyele"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "arxiv:2607.19281",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "reasoning_rl_distillation"
      ],
      "published": "2026-07-21",
      "score": 1.9,
      "source": "arxiv-ai4math-core",
      "summary": "This study introduces a reinforcement learning (RL) framework for generating optimal liquid-fueled reactors to improve lean blowout (LBO) predictions in gas turbine combustors. Existing approaches for determining cluster boundaries rely on manual heuristics or distance-based metrics in the input space. In contrast, the proposed method is goal-oriented, explicitly accounting for the target metric (e.g., LBO prediction accuracy) during cluster formation. The framework employs a multi-stage clustering--classification strategy: an initial clustering step (e.g., $k$-means clustering) generates a large set of homogeneous micro-clusters, followed by an actor-critic RL agent that merges them into optimal reactor zones. The validation study, performed using a Jet-A mechanism (119 species, 841 reactions), shows the RL framework offers improved predictive fidelity compared to $k$-means and captures the correct LBO trends, while achieving substantial speedups relative to the high-fidelity computational model. Overall, the RL-driven approach demonstrates strong potential as a computationally efficient reduced-order modeling technique that can complement high-fidelity simulations for rapid design-space exploration.",
      "title": "A Reinforcement-Learning-Augmented Liquid-Fueled Reactor Network Model for Predicting Lean Blowout in Gas Turbine Combustors",
      "updated": "2026-07-21",
      "url": "https://arxiv.org/abs/2607.19281"
    },
    {
      "age_days": 5,
      "arxiv_id": "2607.18313",
      "authors": [
        "Ahaan Kallat"
      ],
      "content_date": "2026-07-17",
      "freshness": "fresh",
      "id": "arxiv:2607.18313",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "general_ai_math_reasoning"
      ],
      "published": "2026-07-17",
      "score": 1.9,
      "source": "arxiv-ai4math-core",
      "summary": "Let $a(n)$ be the sequence A028342 in the On-Line Encyclopedia of Integer Sequences (OEIS), defined by the exponential generating function $\\sum_{n\\ge0} a(n)x^n/n! = \\prod_{i\\ge1}(1-x^i)^{-1/i}$. Equivalently, $a(n)$ counts permutations of an $n$-element labeled set in which every cycle is assigned one divisor of its length, where a cycle of length $m$ has $d(m)$ choices, $d(m)$ being the number of positive divisors of $m$. We prove a family of congruences for $a$, conjectured by Peter Bala. They state that $k \\mid a(n+k)+a(n)$ for odd $k$, that $k \\mid a(n+k)-a(n)$ for $k\\equiv 0,2,6 \\pmod 8$, and that $k \\mid 2(a(n+k)-a(n))$ for $k\\equiv 4\\pmod 8$. The proof first establishes a product congruence $a(n+k)\\equiv a(n)a(k)\\pmod k$, and then computes $a(p^r)\\bmod p^r$ for each prime power by counting the colored permutations fixed by a subgroup of order $p$.",
      "title": "A Proof of Bala's Congruence Conjecture for A028342",
      "updated": "2026-07-17",
      "url": "https://arxiv.org/abs/2607.18313"
    },
    {
      "age_days": 0,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:cd25632fced6",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: split `∀` and `iInf` on the RHS of `vcgen` entailments (#14497)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/cd25632fced6a5eaac45706952cb721c4013de17"
    },
    {
      "age_days": 0,
      "authors": [
        "Henrik Böving"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:0008e2a34693",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: let sanitizers instrument non-runtime code as well (#14499)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/0008e2a3469353614e11eedf114ebda89eb3570a"
    },
    {
      "age_days": 0,
      "authors": [
        "Joachim Breitner"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:734621996795",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: kernel to check opaque values for fvars (#14498)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/7346219967957ca3dd4302a75a849b67eed1b3cd"
    },
    {
      "age_days": 0,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:7d4da399657a",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: clean missing-spec error when a selected `vcgen` spec fails to apply (#14490)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/7d4da399657ab27e4385908291680328c4d855aa"
    },
    {
      "age_days": 0,
      "authors": [
        "Julia Markus Himmel"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:e51752cf2f9a",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: avoid the non-thread-safe `strerror` in `lean_deode_io_error` (#14479)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/e51752cf2f9a8b305e67ea90c5aa631b210056ce"
    },
    {
      "age_days": 0,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:f82e306cbf0f",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: activate CompleteLattice→CCPO under open Std.Internal.Do (#14502)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/f82e306cbf0fec7b635e2c5e86dd33c7a693a47e"
    },
    {
      "age_days": 0,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:2065c9006289",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: `vcgen [f]` unfolding of definitions by root `match` (#14429)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/2065c90062893508ded6433d2e2d81c33af4e761"
    },
    {
      "age_days": 0,
      "authors": [
        "Wrenna Robson"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:0264578bc2ca",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: remove unnecessary dependency of pairwise characterisation lemmas and improve `List.Nodup` API (#12166)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/0264578bc2cafdc7139147bf231419a75e036f01"
    },
    {
      "age_days": 0,
      "authors": [
        "Robin Arnez"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:1545cc8d57ef",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: logical model for `Float` / `Float32` <-> `IntN` / `ISize` conversions (#14495)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/1545cc8d57ef25a450e9baef4d689eb63df1f8e0"
    },
    {
      "age_days": 0,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:0de561c0608e",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: accept term arguments in `vcgen [...]` (#14487)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/0de561c0608eb86dc8d67c56dedceed7c9c23d3f"
    },
    {
      "age_days": 0,
      "authors": [
        "Henrik Böving"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:7ecf5dc83f4b",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: chore: add debug info to all the debug-like cmake configurations (#14500)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover/lean4/commit/7ecf5dc83f4bdb92630676f486443352d63d670f"
    },
    {
      "age_days": 0,
      "authors": [
        "Vlad Tsyrklevich"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:eb6a272ec596",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: fix: update `scripts/rm_set_option.py` to ignore more comments (#41997)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover-community/mathlib4/commit/eb6a272ec5968ee3d5f6f02bd4232f057c25073b"
    },
    {
      "age_days": 0,
      "authors": [
        "Stefan Kebekus"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:2c973492e655",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat: derivative of the Herglotz–Riesz kernel integral (#41952)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover-community/mathlib4/commit/2c973492e65594fdd0862aab9df10df782604a5a"
    },
    {
      "age_days": 0,
      "authors": [
        "Anatole Dedecker"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:033397d8f1f2",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat: a linear map which is a local embedding is an embedding (#41955)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover-community/mathlib4/commit/033397d8f1f2858ed9cb13b229db18a76a7324ce"
    },
    {
      "age_days": 0,
      "authors": [
        "gnahz04"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:b2ab8e6fbaa0",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Analysis/InnerProductSpace): uniform convergence in an RKHS with bounded kernel (#41131)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover-community/mathlib4/commit/b2ab8e6fbaa0ba97f8286df7507c4f21c27f4d06"
    },
    {
      "age_days": 0,
      "authors": [
        "Francesco Chotuck"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:46ff937713b1",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Algebra/Order/BigOperators): monotonicity of finite products (#41061)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover-community/mathlib4/commit/46ff937713b1d85cf6642ff8164d212292e30f6b"
    },
    {
      "age_days": 0,
      "authors": [
        "Yakov Pechersky"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:2fbdcd8270d0",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Algebra/Group/WithOne): subsingleton when IsEmpty source (#40688)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover-community/mathlib4/commit/2fbdcd8270d0d227095d4fc5389da590c479ff5a"
    },
    {
      "age_days": 0,
      "authors": [
        "Felix Pernegger"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:68bad90c62f7",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: replace `simp only []` with `simp only` (#41927)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover-community/mathlib4/commit/68bad90c62f70ef958bb6cf0e0b98893de8860c3"
    },
    {
      "age_days": 0,
      "authors": [
        "Michael Rothgang"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:0df1c567a3ec",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: golf proof of smoothness of immersions and submersions (#41635)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover-community/mathlib4/commit/0df1c567a3ec27af53d51952435e689ff1e3fdf4"
    },
    {
      "age_days": 0,
      "authors": [
        "Sebastien Gouezel"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:c026161a585c",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: fix diamond for unit powers (#41999)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover-community/mathlib4/commit/c026161a585cd81c984425fbf72406b5523442c7"
    },
    {
      "age_days": 0,
      "authors": [
        "Yaël Dillies"
      ],
      "content_date": "2026-07-22",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:288f16d9a071",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-22",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(CategoryTheory): make `Under` `implicit_reducible` (#41998)",
      "updated": "2026-07-22",
      "url": "https://github.com/leanprover-community/mathlib4/commit/288f16d9a07189233a9bc5e1c143c38d1f3f4d37"
    },
    {
      "age_days": 1,
      "authors": [
        "Thomas Zhu"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:ac2a7e7d041f",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: make `replay` output a kernel environment (#14391)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover/lean4/commit/ac2a7e7d041f38ab8831287e83bc4bdd277a96f3"
    },
    {
      "age_days": 1,
      "authors": [
        "Eric Wieser"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:49ac957e1c1c",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: do not pass an unitialized variable in `run_init` (#14471)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover/lean4/commit/49ac957e1c1c3bd461e30466093445023469f4a1"
    },
    {
      "age_days": 1,
      "authors": [
        "Joachim Breitner"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:be66a4456e3d",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: `fun_induction` rejecting names for all hypotheses with `let` and `generalizing` (#14475)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover/lean4/commit/be66a4456e3d03d1d6cf1a479c37e4c20906b8ec"
    },
    {
      "age_days": 1,
      "authors": [
        "Robin Arnez"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:87843ad848e4",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: improvements to the floating-point API (#14481)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover/lean4/commit/87843ad848e45a904e662755ac37cf18b381b63c"
    },
    {
      "age_days": 1,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:aacd6121be3b",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: forbid non-reserved identifiers via `withForbidden` (#14432)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover/lean4/commit/aacd6121be3b52724ac1cd63ea5eca9f4b1c3c09"
    },
    {
      "age_days": 1,
      "authors": [
        "Sofia Rodrigues"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:943e616509e2",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: add type class for replayable body types (#13900)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover/lean4/commit/943e616509e287b7055c0571e11dba6cbb8c9b3b"
    },
    {
      "age_days": 1,
      "authors": [
        "Julien Cretin"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:3cdf38cc88c8",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: doc: add blank line after list in omega docstring (#14381)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover/lean4/commit/3cdf38cc88c854dafc4c87372b5c24b9f487f915"
    },
    {
      "age_days": 1,
      "authors": [
        "Julia Markus Himmel"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:e695749528f4",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: chore: rename `Nat.div_eq` to `Nat.div_eq_ite` (#14462)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover/lean4/commit/e695749528f42a8bce47c40c253f5ab460a6349a"
    },
    {
      "age_days": 1,
      "authors": [
        "Henrik Böving"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:d5790c1f0882",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: chore: more bv_decide benchmarks (#14482)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover/lean4/commit/d5790c1f088236fe67b52500ff87bce2c848b0bb"
    },
    {
      "age_days": 1,
      "authors": [
        "Eric Wieser"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:0e8a9ebad99e",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: chore: improve diagnostics when thread creation fails (#14082)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover/lean4/commit/0e8a9ebad99e0a41dbd7655f5a4e9993d4dc07f1"
    },
    {
      "age_days": 1,
      "authors": [
        "Pepa Montero Jimena"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:db19808db24f",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat: scalar multiplication by a group element is a diffeomorphism (#41832)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/db19808db24fab3f99fc1309a0fe84190ea8f88f"
    },
    {
      "age_days": 1,
      "authors": [
        "SofiaSL"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:1254e7173d9d",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat: a Hilbert Basis is a (unconditional) Schauder basis (#41906)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/1254e7173d9dd4c53591a69900929f83ba5ba189"
    },
    {
      "age_days": 1,
      "authors": [
        "Aaron Liu"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:a064bf1c89d3",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat: `RingHom` equivalent to `AlgHom` over `Nat` or `Int` (#41899)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/a064bf1c89d37fa85cff6fdf7ce891335bd5ad4f"
    },
    {
      "age_days": 1,
      "authors": [
        "Kamille Bidan"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:a6b233c22a6c",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Topology/CantorBendixson): add iterated derived sets and perfect kernel (#37376)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/a6b233c22a6c17c412ebd5c31dd4235927368d3c"
    },
    {
      "age_days": 1,
      "authors": [
        "Evgenia Karunus"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:7aa191845a29",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Order/Interval/Set/Disjoint): add iUnion_Icc_eq_Ici_self_iff (and dual), iUnion_Ioi_eq_Ioi_iInf, iUnion_Iio_eq_Iio_iSup (#41319)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/7aa191845a29cbdee3ed8cc90fbc56c264cc78f9"
    },
    {
      "age_days": 1,
      "authors": [
        "teorth"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:518fa20575f6",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(NumberTheory/SumPrimeReciprocals): represent sums/products over Nat.Primes as sums/products over Nat (#41461)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/518fa20575f6d23a0b1aa2f91c4e241b5f1b24d3"
    },
    {
      "age_days": 1,
      "authors": [
        "Li Jiale"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:e9cf26e723a4",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Geometry/Euclidean/Angle/Sphere): central angle equals π iff diameter, 0 iff equal points (#41314)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/e9cf26e723a4bc51b8a5fe2ea3a4392f196d48de"
    },
    {
      "age_days": 1,
      "authors": [
        "Weiyi Wang"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:27d317e991a3",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Analysis): sum of sines and cosines (#41170)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/27d317e991a3d34e0a2c77d4ea169eacf7d33121"
    },
    {
      "age_days": 1,
      "authors": [
        "Weiyi Wang"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:d08b44007406",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Analysis): characterizing and congr lemma for toMeromorphicNFAt (#41092)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/d08b44007406a632bf0c15c269a89befa2ca08d1"
    },
    {
      "age_days": 1,
      "authors": [
        "Kim Morrison"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:5d2015052792",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: doc: remove dangling reference to deleted lemma in asymptotics docstring (#41574)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/5d2015052792a852b71383c9484185a1a26ba74c"
    },
    {
      "age_days": 1,
      "authors": [
        "mathlib-update-dependencies[bot]"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:1e3b447b6258",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: update Mathlib dependencies 2026-07-21 (#41977)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/1e3b447b6258c052c9a666c9d392bd6ba5c9433b"
    },
    {
      "age_days": 1,
      "authors": [
        "Felix Pernegger"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:ece52d227d92",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: remove redundant `have _` (#41727)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/ece52d227d92315f62cef5b65d1e9db938369c77"
    },
    {
      "age_days": 1,
      "authors": [
        "Felix Pernegger"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:3de5ed81cc71",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: remove `suffices` identical to goal (#41974)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/3de5ed81cc71b9ea62597b865ba0baaeb5eb0ea9"
    },
    {
      "age_days": 1,
      "authors": [
        "Oliver Nash"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:6e593caa39bb",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: make Cartan subalgebra a parameter of `LieAlgebra.Basis` rather than field (#41972)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/6e593caa39bbd85e5b437ad7e69eb2e5beb1e0fa"
    },
    {
      "age_days": 1,
      "authors": [
        "Kim Morrison"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:752186be9d19",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: golf FormalMultilinearSeries.fderiv_sum (#41580)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/752186be9d1970f766cb265c2adb8b860499fc83"
    },
    {
      "age_days": 1,
      "authors": [
        "Aaron Liu"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:6421d4ee2b67",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: fix argument names of `MonoidAlgebra.induction_on` (#41900)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/6421d4ee2b6741a3cd115360f647e42635c9f680"
    },
    {
      "age_days": 1,
      "authors": [
        "Michael Rothgang"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:216cd98dfcfb",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(Geometry/Manifold/MFDeriv/Atlas): use custom elaborators for mf… (#41844)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/216cd98dfcfb87e235f9f0759fe3c563f65419c1"
    },
    {
      "age_days": 1,
      "authors": [
        "Rida Hamadani"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:5a23ed22eb90",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(Combinatorics/SimpleGraph): fix naming of `colorable_iff_forall_connectedComponents` (#41648)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/5a23ed22eb909450ebabb930bb1bb62ecefa1063"
    },
    {
      "age_days": 1,
      "authors": [
        "Kim Morrison"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:2b40556aa883",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(Analysis/RCLike/Basic): state norm_I with positive polarity (#41585)",
      "updated": "2026-07-21",
      "url": "https://github.com/leanprover-community/mathlib4/commit/2b40556aa883f0160f2dabdb3eae767b1cc3f4fd"
    },
    {
      "age_days": 2,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:325961068788",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: read `vcgen` goal type through a tactic `have`/`let` annotation (#14469)",
      "updated": "2026-07-20",
      "url": "https://github.com/leanprover/lean4/commit/3259610687883ec1ea48c481aba2469f2f83facf"
    },
    {
      "age_days": 2,
      "authors": [
        "Leonardo de Moura"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:29f574e27632",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: rename `[grind homo]` to `[grind hom]` (#14464)",
      "updated": "2026-07-20",
      "url": "https://github.com/leanprover/lean4/commit/29f574e27632cb6df7a36c4d460e89fe0180a138"
    },
    {
      "age_days": 2,
      "authors": [
        "Henrik Böving"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:8e7d074a72f9",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: optionally let Sym.dsimp rewrite in instances (#14459)",
      "updated": "2026-07-20",
      "url": "https://github.com/leanprover/lean4/commit/8e7d074a72f9d7c3ad69b760c01234e0ed5eae73"
    },
    {
      "age_days": 2,
      "authors": [
        "Henrik Böving"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:dc1498b550d8",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: more BitVec operations for `Sym.(D)Simp.evalGround` (#14460)",
      "updated": "2026-07-20",
      "url": "https://github.com/leanprover/lean4/commit/dc1498b550d82b2154be2af5272fcb1e12593aea"
    },
    {
      "age_days": 2,
      "authors": [
        "Leonardo de Moura"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:f77ee21546aa",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: complete the `[grind hom]` rename (#14468)",
      "updated": "2026-07-20",
      "url": "https://github.com/leanprover/lean4/commit/f77ee21546aafb4da95adc091b6816fda28a1fdf"
    },
    {
      "age_days": 2,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:323137b02236",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: doc: drop internal-lemma references from `repeatM` docstrings (#14436)",
      "updated": "2026-07-20",
      "url": "https://github.com/leanprover/lean4/commit/323137b022369d56a044ae5af01d1efd55872361"
    },
    {
      "age_days": 2,
      "authors": [
        "Lean stage0 autoupdater"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:0fb2dea72558",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: chore: update stage0",
      "updated": "2026-07-20",
      "url": "https://github.com/leanprover/lean4/commit/0fb2dea72558bbe2c2bd9dd3bd2522b7f21069ae"
    },
    {
      "age_days": 2,
      "authors": [
        "Julia Markus Himmel"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:e300ebc28765",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: chore: revert \"fix: avoid the non-thread-safe `strerror` in `lean_deode_io_error` (#14423)\" (#14463)",
      "updated": "2026-07-20",
      "url": "https://github.com/leanprover/lean4/commit/e300ebc2876521e1496db824fa4ad0cf9fc49be5"
    },
    {
      "age_days": 1,
      "arxiv_id": "2607.18993",
      "authors": [
        "Alex M. Garcia",
        "Emiliano M. Fortes",
        "Eduardo J. Pérez-Sánchez",
        "Daniel Mira",
        "Marco Vivenzo",
        "Michael Gauding",
        "Heinz Pitsch",
        "Nico Schmitz",
        "Christian Wuppermann"
      ],
      "content_date": "2026-07-21",
      "freshness": "fresh",
      "id": "arxiv:2607.18993",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-21",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Lean hydrogen flames are prone to thermo-diffusive instabilities due to preferential and differential diffusion effects, posing significant challenges for their modeling in computational fluid dynamics simulations. This work extends a tabulated-chemistry (TC) model that includes preferential and differential diffusion effects to a Reynolds-averaged Navier-Stokes (RANS) framework and assesses its performance for a lean premixed $\\mathrm{H_2}$-air slot burner at two Reynolds numbers ($\\mathrm{Re}=5500$ and $11000$) using direct numerical simulation (DNS) as a reference. The approach is based on transport equations for the progress variable and mixture fraction derived from the species mass transport equations considering mixture-averaged diffusion and Soret effect, and incorporates turbulence--chemistry interaction via a presumed probability density function (PDF) approach. RANS simulations including preferential-differential diffusion are able to correctly reproduce the DNS flame length, heat-release distribution, and the characteristic equivalence-ratio and super-adiabatic temperature branches of the slot flame. Comparisons with (i) a unity-Lewis-number variant and (ii) a model including thermo-diffusive effects only in the flamelet table show the impact of preferential and differential diffusion on the TC model at both the thermochemical and transport levels. Finally, the impact of the turbulence closures for turbulent diffusion, scalar dissipation rate, and Reynolds stresses is assessed. The results presented in this paper demonstrate the capability of the model to include preferential and differential diffusion effects in cost-effective RANS simulations of lean hydrogen flames.",
      "title": "Preferential and differential diffusion in RANS simulation of lean hydrogen flames with tabulated chemistry",
      "updated": "2026-07-21",
      "url": "https://arxiv.org/abs/2607.18993"
    },
    {
      "age_days": 2,
      "arxiv_id": "2607.17477",
      "authors": [
        "Wouter van Doorn",
        "Elias Judin",
        "Pietro Monticone",
        "Daniel Morrison"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "arxiv:2607.17477",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "The Kourovka Notebook is a long-running collection of open problems in group theory. In this paper we present solutions to eight of its problems. We construct a group with exactly two maximal locally soluble normal subgroups and show that, for every $1 \\le k\\le n!$, there is a group containing $n$ distinct elements whose $n!$ ordered products take exactly $k$ distinct values. We also give examples showing that group order together with the statistic $\\sum_g\\varphi(\\lvert g\\rvert)$ does not determine simplicity, and we construct a surjective non-injective Rota-Baxter operator on a non-abelian group. Further, we determine the group generated by the class transpositions of moduli at most $k$, prove that every power graph of a finite group that is a cograph is chordal, show that the right-relatively convex subgroups of a right-orderable group need not form a sublattice of its subgroup lattice, and disprove a proposed rank inequality for certain $p$-group extensions. All of these solutions were autonomously discovered and formally verified in Lean by Aristotle, a formal reasoning agent developed by Harmonic.",
      "title": "On Some Problems from the Kourovka Notebook",
      "updated": "2026-07-20",
      "url": "https://arxiv.org/abs/2607.17477"
    },
    {
      "age_days": 2,
      "arxiv_id": "2607.18401",
      "authors": [
        "Zijue Luo",
        "Jae Eu",
        "Tianyi Wang",
        "Boerge Hemmerling"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "arxiv:2607.18401",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Qubits encoded in the spin of trapped electrons have been proposed as a promising novel platform for quantum information processing. While trapping of electrons has been largely carried out in Penning traps for precision measurement purposes, it is desirable to use linear Paul traps instead, leaning on the successes of trapped ion quantum processors. Here we present a Paul trap for electrons made of a single printed circuit board. Our approach requires no assembly and the rigid design minimizes manufacturing intolerances. We characterize the trap performance and observe trapped electron lifetimes of 2.13 ms and secular frequencies of up to 90 MHz.",
      "title": "Monolithic printed-circuit board RF-trap for electrons",
      "updated": "2026-07-20",
      "url": "https://arxiv.org/abs/2607.18401"
    },
    {
      "age_days": 2,
      "arxiv_id": "2607.18032",
      "authors": [
        "Hong-Bin Chen"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "arxiv:2607.18032",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "We prove full replica symmetry breaking for the zero-field Sherrington-Kirkpatrick model at zero temperature: the Parisi minimizer is absolutely continuous, has a smooth density, and has support $[0,1)$. At inverse temperature $β>1$, [arxiv.org/abs/2607.11756v3] recently proved that the Parisi measure has support $[0,q_β]$. Here, we show $q_β$ converges to $1$ as $β\\to\\infty$.",
      "title": "FRSB in the SK spin glass: convergence to full-interval support at zero temperature",
      "updated": "2026-07-20",
      "url": "https://arxiv.org/abs/2607.18032"
    },
    {
      "age_days": 2,
      "arxiv_id": "2607.18455",
      "authors": [
        "David Richter",
        "Timon Böhler"
      ],
      "content_date": "2026-07-20",
      "freshness": "fresh",
      "id": "arxiv:2607.18455",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-20",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "We revisit the role of higher-order unification in dependently typed languages and identify a fundamental limitation of existing pattern-based fragments: their inability to synthesize functions defined by case analysis. Even simple and ubiquitous constraints arising from type inference, particularly from use of induction principles, fall outside the expressive power of Miller patterns and their modern extensions. We observe that such constraints naturally correspond to definitions by dependent pattern matching. Motivated by this correspondence, we propose integrating dependent pattern matching into the unification process. We present a prototype implementation of a small dependently typed language that collects delayed unification constraints and resolves them via a pattern matching compiler. Our approach successfully infers solutions that are rejected by current systems such as Rocq and Lean, suggesting a new direction for unification that unifies type inference and pattern matching compilation.",
      "title": "Extended Abstract: From Pattern Unification Towards Pattern Matching Unification",
      "updated": "2026-07-20",
      "url": "https://arxiv.org/abs/2607.18455"
    },
    {
      "age_days": 4,
      "arxiv_id": "2607.16997",
      "authors": [
        "Neel Somani"
      ],
      "content_date": "2026-07-18",
      "freshness": "fresh",
      "id": "arxiv:2607.16997",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-18",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Mathematicians distinguish proofs that explain, simplify, or introduce a nonstandard route, but these judgments are difficult to operationalize. We study a deliberately narrower construct: time-relative proof-route nonstandardness in formal mathematics. For a Lean theorem, PriorProof extracts the dependency footprint of its elaborated proof term and scores the weighted surprisal of that footprint under a retrieval-conditioned, hierarchically smoothed prior built only from an earlier quarterly snapshot of Mathlib. The method requires no hand-built technique ontology and no human labels: statement retrieval is learned from proof-derived contrastive pairs, while the scored object is read mechanically from proof terms. In a blinded topology study, 100 presentations collapse to 76 distinct underlying pairs: 12 canonical contrasts shown three times for consistency screening and 64 distinct stratified pairs. Against the majority of three retained domain raters, PriorProof agrees on 53/76 pairs (69.7%, Wilson 95% CI 58.7-78.9%), including 11/12 canonical pairs (91.7%, 64.6-98.5%) and 42/64 stratified pairs (65.6%, 53.4-76.1%). Score-gap quartiles are nonmonotone after repeat collapse; the endpoints are 12/19 (63.2%, 41.0-80.9%) in the smallest-gap bin and 16/19 (84.2%, 62.4-94.5%) in the largest, supporting an endpoint-calibration tendency rather than a resolved staircase. The best language-model condition agrees on 60/76 pairs (78.9%, 68.5-86.6%); on paired outcomes, PriorProof alone is correct on 8 pairs and the model alone on 15 (exact two-sided McNemar p = 0.210), so the difference is not established at this sample size. We therefore present PriorProof not as a replacement for expert or model judgment, but as a decomposable, time-anchored signal whose score gap provides an interpretable reliability indicator.",
      "title": "PriorProof: A Point-in-Time Measure of Technique Novelty for Formal Proofs",
      "updated": "2026-07-18",
      "url": "https://arxiv.org/abs/2607.16997"
    },
    {
      "age_days": 5,
      "arxiv_id": "2607.16451",
      "authors": [
        "Heejin Jo"
      ],
      "content_date": "2026-07-17",
      "freshness": "fresh",
      "id": "arxiv:2607.16451",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-17",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Chat models sometimes commit to an answer and then produce reasoning that justifies it rather than deriving it -- even when the answer contradicts a task premise. We study a minimal probe: \"I want to wash my car. The car wash is 100 meters away. Should I walk or drive?\" Only drive works (the car must be at the car wash), yet models overwhelmingly recommend walking. (1) Behavioral reproduction: on Qwen3-8B across five system-prompt conditions (210 rollouts), the wrong commitment occurs in 85-100% of sampled rollouts per condition and 100% of greedy rollouts, in both thinking and non-thinking modes; a 4,096-token thinking budget does not repair it. (2) Preliminary activation-level evidence: probing hidden states with a pretrained, training-free activation oracle (no task-specific probe training) at positions before the answer text is emitted, \"walk\" read-outs exceed a neutral-context baseline (68% vs. 17%; walk-committing rollouts p=.005, drive-committing rollouts p=.005, Fisher exact) -- notably, rollouts that eventually answer drive also read as walk-leaning before commitment (5/6). The oracle's default on unrelated content is \"drive\" (83%), so the read-outs are not lexical bias; stratifying by literal walk/drive occurrence shows they are not text recovery either (spans containing \"drive\" still read out walk; in balanced lexical fields, per-rollout walk-majorities beat a per-prompt neutral baseline 15/22 vs. 1/8, p=.01; drive-committing rollouts 6/6, p=.002). Samples are small and the within-rollout positional gradient is not significant (p=.34); we frame these results as preliminary. (3) Methodological: with fixed oracle, activations, and positions, question wording alone moves a positive control from 2/16 (open question) to 11/16 (closed); negative oracle results are uninterpretable without per-wording positive controls.",
      "title": "Committed Before Reasoning: Behavioral Reproduction and Preliminary Activation-Level Evidence of Answer Pre-Commitment in an Open-Weight LLM",
      "updated": "2026-07-17",
      "url": "https://arxiv.org/abs/2607.16451"
    },
    {
      "age_days": 6,
      "arxiv_id": "2607.14888",
      "authors": [
        "Robert Graham",
        "Edward Stevinson",
        "Yariv Barsheshat"
      ],
      "content_date": "2026-07-16",
      "freshness": "fresh",
      "id": "arxiv:2607.14888",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-16",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Finetuning language models on small, curated datasets is standard practice for adapting them to specific policies or domains. We show that finetuning on narrow, factually-defensible, moderation-passing data can cause broad ideological shifts across unrelated domains, while preserving general capabilities. Training GPT-4.1 on right- or left-leaning economics Q&A yields matched ideological shifts on topics such as criminal justice, the environment, and cultural taste. The same effect appears with plausibly-deployed datasets such as workplace HR policy and practical finance queries, as well as on a science-pseudoscience axis where food-safety finetuning increases sycophantic agreement with users expressing false health beliefs. We call this phenomenon ideological generalisation and propose a methodology to measure two properties: breadth, how far the shift reaches across topics absent from training, and amplification, how much finetuning intensifies the shift relative to few-shot prompting on the same examples. We show that few-shot prompting indicates the direction of generalisation but finetuning pushes the model to further extremes, including to far out-of-distribution outputs such as endorsements of race-IQ connections and political violence. The effect replicates on Gemma-3, holds under judge-free evaluations and external benchmarks, survives mixing with generic data, and leaves GSM8K accuracy within $\\pm 1$pp of the baseline.",
      "title": "Innocuous-Seeming Data, Latent Ideology: Ideological Generalisation in Finetuned LLMs",
      "updated": "2026-07-16",
      "url": "https://arxiv.org/abs/2607.14888"
    },
    {
      "age_days": 7,
      "arxiv_id": "2607.14015",
      "authors": [
        "Harrison J. Piehowski"
      ],
      "content_date": "2026-07-15",
      "freshness": "fresh",
      "id": "arxiv:2607.14015",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-15",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Inspired by the notion of tricolorability of knots, we introduce the concept of lean coloring for hypergraphs and the associated lean number of a hypergraph. Lean coloring often involves very few colors, yet still requires the methods of usual graph coloring, forcing the overall complexity to be NP-Hard. We provide two alternative formulations of the lean coloring problem that involve a type of coloring on abstract simplicial complexes and a partial coloring on bipartite graphs. We then provide bounds for the lean numbers of hypergraphs that are $k$-uniform, $k$-partite, wide-path connected, or $r$-complete. Python-like script is included to allow the implementation and study of a lean coloring algorithm. We conclude with some directions for future work and present the lean numbers of $130$ knots and links.",
      "title": "The Lean Number of a Hypergraph",
      "updated": "2026-07-15",
      "url": "https://arxiv.org/abs/2607.14015"
    },
    {
      "age_days": 7,
      "arxiv_id": "2607.13896",
      "authors": [
        "Angelo F. Andreoli",
        "Gabriela B. Ribeiro",
        "Guilherme C. Stumpf",
        "Maria F. L. Valverde",
        "Gustavo Bertoli",
        "Vinícius P. Bacurau",
        "David D. S. Silva",
        "Pedro H. F. Oliveira",
        "Eric M. Mazzer",
        "Mamta Silwal",
        "Garritt J. Tucker",
        "Rodrigo Freitas",
        "Martin Sahlberg",
        "Daniel Miracle",
        "Francisco G. Coury"
      ],
      "content_date": "2026-07-15",
      "freshness": "fresh",
      "id": "arxiv:2607.13896",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-15",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Chemical short-range order (CSRO) is an intrinsic feature of complex concentrated alloys (CCAs), yet its influence on deformation mechanisms is controversial because of the inconclusive state of concurrent CSRO quantification during deformation. Here, we provide experimental evidence that CSRO acts as an intrinsic thermodynamic state variable governing stacking-fault energetics and deformation pathways in a Co30Cr40Ni30 alloy. By comparing quenched (CSRO-lean) and aged (CSRO-enriched) conditions with equivalent grain structure and phase constitution, we isolate the influence of atomic-scale chemical ordering on mechanical behavior. Calorimetry confirms reversible CSRO formation, while synchrotron X-ray diffraction and electron microscopy reveal that CSRO suppresses deformation-induced fcc-hcp martensitic transformation at both room and cryogenic temperatures. Despite differences in transformation dynamics, the macroscopic tensile response is still broadly similar. Atomistic simulations show that CSRO increases both stable and unstable stacking-fault energies, raising the energetic barrier for partial-dislocation activity and stabilizing the fcc lattice against transformation. Together, the experimental and computational results establish CSRO as an added degree of freedom for tuning stacking-fault energetics and controlling deformation pathways in complex concentrated alloys.",
      "title": "Chemical short-range order controls deformation pathways in a complex concentrated alloy",
      "updated": "2026-07-15",
      "url": "https://arxiv.org/abs/2607.13896"
    },
    {
      "age_days": 7,
      "arxiv_id": "2607.14082",
      "authors": [
        "Lei Zhang",
        "Yusheng Zhao",
        "Hongshun Yao",
        "Xin Wang"
      ],
      "content_date": "2026-07-15",
      "freshness": "fresh",
      "id": "arxiv:2607.14082",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-07-15",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Large language models are increasingly assisting with demanding formal theorem-proving tasks, particularly when grounded in machine-checked libraries such as Lean. Agentic systems further amplify this process by searching, reusing, and extending existing formal developments to uncover new discoveries. In quantum computing, Shor's algorithm and its variants present such a demanding case for Lean formalization. In this work, we formalize this algorithm family in Lean through agentic formalization: software agents analyze sources, write Lean code and repair proofs, with human review of the scientific claims and machine checking of the resulting formal proofs. Our formalization develops the mathematical foundations for analyzing quantum attacks in two cryptographic settings: a 2048-bit modulus in the RSA-2048 and the standardized elliptic curve over a 256-bit prime field (P-256). To support these analyses, the formalization ranges from quantum algorithms for order finding to reversible quantum circuits for modular and elliptic-curve arithmetic. Based on [Quantum 5, 433] and [ASIACRYPT 2017, 241--270], we formalize the logical resource estimates for RSA-2048 and P-256, respectively, and provide additional estimates of classical operations. We expect the results pave the way for broader machine-checked quantum cryptanalysis and represent a step toward AI-assisted design and verification of quantum algorithms.",
      "title": "Building Shor's Algorithm in Lean: An Agentic Formalization of Quantum Attacks on RSA-2048 and P-256",
      "updated": "2026-07-15",
      "url": "https://arxiv.org/abs/2607.14082"
    }
  ],
  "lookback_days": 21,
  "schema": "ai4math-radar-run-v1",
  "timezone": "America/Los_Angeles"
}
