{
  "counts": {
    "adjacent": 13,
    "core": 3,
    "errors": 0,
    "negative": 73,
    "total": 89
  },
  "date": "2026-08-15",
  "errors": [],
  "fresh_content_days": 21,
  "generated_at": "2026-08-15T15:48:14Z",
  "items": [
    {
      "age_days": 2,
      "arxiv_id": "2608.13522",
      "authors": [
        "Zhe Ye",
        "Hantao Lou",
        "Yuechun Sun",
        "Peiyang Song",
        "Zhengxu Yan",
        "Timothe Kasriel",
        "Qingyang Zhang",
        "Kaiyu Yang",
        "Soonho Kong",
        "Jingxuan He",
        "Dawn Song"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "arxiv:2608.13522",
      "kind": "paper",
      "label": "core",
      "matched_signals": [
        "lean_formal_proving_agents",
        "seed_author:Kaiyu Yang",
        "verifier_guided_reasoning"
      ],
      "published": "2026-08-13",
      "score": 7.7,
      "source": "arxiv-ai4math-core",
      "summary": "AI agents are increasingly used for programming, but do not provide any guarantee on the correctness of generated code. Verified code generation, in which an agent produces both an implementation and a machine-checked proof of its specification, offers a stronger path toward trustworthy AI-generated software. Existing benchmarks in this direction either focus on individual functions or only evaluate proof generation with provided implementations. It is still an open question whether agents can make coherent implementation and proof choices across real multi-module codebases. To bridge this gap, we introduce Vero, the first benchmark to evaluate joint implementation and proof synthesis at the repository level. Vero contains 43 multi-module instances sourced from real-world repositories spanning Python, Dafny, Verus, and Coq, and covering diverse domains from cryptographic protocols to distributed systems. Each instance consists of a multi-module Lean 4 repository with predetermined API interfaces, manually curated formal specifications, and reference implementations, supporting both proof-only and code-and-proof evaluation modes. To improve benchmark reliability, Vero also includes an audit mechanism where agents are allowed to formally prove unsatisfiability of provided specification or incorrectness of reference code, which surfaces and corrects latent code and specification errors during curation. We evaluate frontier coding-agent configurations with Lean toolchain access. The strongest agent fully solves only 27 of 43 instances and closes no specifications on the hardest repositories. Vero provides a concrete testbed for measuring progress toward repository-scale verified software synthesis, where current agents still fall short. We release the benchmark, curation pipeline, and evaluation harness at https://github.com/sunblaze-ucb/vero.",
      "title": "Vero: Can AI Agents Build Formally Verified Software Repositories?",
      "updated": "2026-08-13",
      "url": "https://arxiv.org/abs/2608.13522"
    },
    {
      "age_days": 4,
      "arxiv_id": "2608.11394",
      "authors": [
        "Yueke Zhang",
        "Zihan Fang",
        "Kevin Leach",
        "Yu Huang"
      ],
      "content_date": "2026-08-11",
      "freshness": "fresh",
      "id": "arxiv:2608.11394",
      "kind": "paper",
      "label": "core",
      "matched_signals": [
        "lean_formal_proving_agents",
        "verifier_guided_reasoning"
      ],
      "published": "2026-08-11",
      "score": 6.5,
      "source": "arxiv-ai4math-core",
      "summary": "Code large language models (LLMs) can generate syntactically plausible programs that nevertheless violate hidden semantic constraints. Existing execution-feedback training methods identify whether a completed program fails, but provide limited supervision about how a correct solution should be organized. We introduce GraphAlignCoder, a training framework that transfers explicit correctness structure into code generation. GraphAlignCoder constructs an implementation graph that captures control and dependence among program regions. In parallel, a constrained Lean pipeline produces proof traces, from which we extract a formal proof-flow graph. The model first learns executable code together with graph-derived descriptions of why individual program regions are correct, and then consolidates this knowledge into code generation. GraphAlignCoder consistently outperforms the base model, code-only SFT, and CodeRL across all benchmarks. Compared with CodeRL, it increases the solved count from 38 to 50 on LiveCodeBench v6 and from 16 to 23 on BigCodeBench Hard, corresponding to relative gains of 31.6% and 43.8%, while also improving BigCodeBench Full from 359 to 363 tasks. The ablation study further shows that verification-graph injection produces the initial reasoning gain, while verification to code consolidation is essential for robust cross-benchmark transfer.",
      "title": "GraphAlignCoder: Aligning Program and Proof Graphs for Code Generation",
      "updated": "2026-08-11",
      "url": "https://arxiv.org/abs/2608.11394"
    },
    {
      "age_days": 8,
      "arxiv_id": "2608.07407",
      "authors": [
        "Heechang Kim",
        "Ernest K. Ryu",
        "Shuvomoy Das Gupta"
      ],
      "content_date": "2026-08-07",
      "freshness": "fresh",
      "id": "arxiv:2608.07407",
      "kind": "paper",
      "label": "core",
      "matched_signals": [
        "lean_formal_proving_agents",
        "verifier_guided_reasoning"
      ],
      "published": "2026-08-07",
      "score": 6.5,
      "source": "arxiv-ai4math-core",
      "summary": "We present AutoOPT, a domain-specific harness for end-to-end automation of optimization research. AutoOPT organizes the discovery of optimal first-order methods into four stages: numerical design through the BnB-PEP methodology; symbolic discovery of the analytic description and a convergence proof through frontier large language models (LLMs); formal verification in the Lean 4 proof assistant; and human interpretation and write-up. We demonstrate the framework on two case studies, each of independent interest. The first, lemniscate acceleration, is a new accelerated gradient method for minimizing the gradient norm of a smooth convex function: after $N$ gradient steps it reduces the squared gradient norm at the optimal $O(1/N^{4})$ rate, with a constant governed by the lemniscate constant $\\varpi$, a classical elliptic-integral constant. The second is the analytic description of ITEM-f, a method previously known only numerically: for $L$-smooth, $μ$-strongly convex minimization it contracts the function-value gap at an accelerated linear rate with a per-step factor $(1-\\sqrt{μ/L})^{2}$. The convergence theorems of both case studies are formalized and machine-checked in Lean 4.",
      "title": "A Domain-Specific Harness for End-to-End Automation of Optimization Research",
      "updated": "2026-08-07",
      "url": "https://arxiv.org/abs/2608.07407"
    },
    {
      "age_days": 4,
      "arxiv_id": "2608.11023",
      "authors": [
        "Tomoki Uda"
      ],
      "content_date": "2026-08-11",
      "freshness": "fresh",
      "id": "arxiv:2608.11023",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "general_ai_math_reasoning",
        "lean_formal_proving_agents"
      ],
      "published": "2026-08-11",
      "score": 4.9,
      "source": "arxiv-ai4math-core",
      "summary": "For a discrete topological space $D$, let $\\mathrm{Met}(D)$ denote the set of metrics on $D$ that are compatible with the discrete topology, equipped with the topology induced by the supremum distance. Ishiki's Conjecture 5.1 asserts that $\\mathrm{Met}(D)$ is not completely metrizable when $\\lvert D\\rvert = \\aleph_1$. We prove this in ZFC by constructing a set $A \\subseteq [0,1]$ of cardinality $\\aleph_1$ that is not $F_σ$ and embedding its complement as a closed subspace of $\\mathrm{Met}(D)$. The proof has also been formalised in Lean 4.",
      "title": "On Ishiki's Conjecture: $\\mathrm{Met}(D)$ Is Not Completely Metrizable for $\\lvert D\\rvert=\\aleph_1$",
      "updated": "2026-08-11",
      "url": "https://arxiv.org/abs/2608.11023"
    },
    {
      "age_days": 4,
      "arxiv_id": "2608.10894",
      "authors": [
        "Tianjiao Nie",
        "Ao Zhang",
        "Yusen Tang",
        "Damiano Testa",
        "Shing-Tung Yau",
        "Peng Li",
        "Yuan Zhou"
      ],
      "content_date": "2026-08-11",
      "freshness": "fresh",
      "id": "arxiv:2608.10894",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "tool_use_agents",
        "verifier_guided_reasoning"
      ],
      "published": "2026-08-11",
      "score": 4.9,
      "source": "arxiv-ai4math-core",
      "summary": "Large-scale formalization of advanced mathematics requires more than translating individual statements: it must reconstruct a coherent theory distributed across heterogeneous sources. This process raises four challenges: discovering implicit dependencies, correcting source defects, preserving semantic fidelity, and reconciling cross-source misalignments. We present FormaTheoria, an end-to-end, AI-assisted workflow that coordinates source acquisition, formalization, proof construction, recursive dependency discovery, independent review, and reconciliation, while preserving provenance and protecting approved declarations. A shared agent framework supports long-horizon execution through tool use, context compaction, review-gated termination, section-level source context, and dependency-aware batch parallelization. Applying FormaTheoria to major components of the Classification of Finite Simple Groups (CFSG), we construct a machine-checked Lean development extending through the Bender--Suzuki theorem and encompassing the Feit--Thompson Odd Order Theorem, Glauberman's $Z^*$ theorem, and the Brauer--Suzuki theorem. This development verifies an extensive body of deeply interdependent finite-group theory while providing a foundation for continuing the CFSG formalization. An empirical analysis of the code and recorded construction process supports the practical relevance of the identified challenges and illustrates the roles of the corresponding workflow components. Together, these results demonstrate how AI-assisted workflows can reconstruct mathematically significant formal theories from distributed literature by combining language-model agents with formal verification, structured review, and explicit dependency management.",
      "title": "FormaTheoria: Constructing Large-Scale Lean Theories from Mathematical Literature $-$ Toward the Formalization of the Classification of Finite Simple Groups",
      "updated": "2026-08-11",
      "url": "https://arxiv.org/abs/2608.10894"
    },
    {
      "age_days": 5,
      "arxiv_id": "2608.10288",
      "authors": [
        "Burc Gokden"
      ],
      "content_date": "2026-08-10",
      "freshness": "fresh",
      "id": "arxiv:2608.10288",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "general_ai_math_reasoning",
        "lean_formal_proving_agents"
      ],
      "published": "2026-08-10",
      "score": 4.9,
      "source": "arxiv-ai4math-core",
      "summary": "The Large Language Model from Power Law Decoder Representations (PLDR-LLM) and its attention, Power Law Graph Attention (PLGA), replace the fixed bilinear form of scaled dot-product attention (SDPA) with a learned, input-generated bilinear operator $G_{LM}$, built from a positive tensor $A_{LM}$ by elementwise power laws. The architecture is fully specified, verified against pinned reference releases; claims are labeled theorem, conditional theorem, measurement, or conjecture. Unconditionally: PLGA contains SDPA exactly at $G_{LM}=I$; $A_{LM}$ and $A_P$ are strictly entrywise positive, with Perron-Frobenius structure on $A_{LM}$; the DAG regularizer has the NOTEARS walk-counting form and positivity obstructs exact acyclicity; and, under nonresonance (satisfied by standard rotary frequencies), a commutant criterion identifies which operators preserve relative-position dependence. An inference-collapse theorem: exact input invariance of deductive outputs collapses inference to generalized SDPA with a constant operator. Measured invariance: relative fluctuations of $10^{-6}$ and below; perturbation bounds quantify but do not certify cached inference; the assembled proxy misses the decoding margin. A conditional three-stage mechanism (rotary twirl, concentration, row-map contraction) is measured on a released checkpoint. Blockwise training and scoring under the global Gram are stated with explicit target exposure; on tested samples, block and sequential scoring select identical answers and agree on the published TruthfulQA probability-mass metric within $5\\times 10^{-5}$ per item. Self-organized criticality enters as a phenomenological framework with an intrinsic order parameter; open claims become falsifiable conjectures. Selected proof cores are machine-checked in Lean 4.",
      "title": "Power law graph attention: exact generalization of scaled dot-product attention, empirical collapse at inference",
      "updated": "2026-08-10",
      "url": "https://arxiv.org/abs/2608.10288"
    },
    {
      "age_days": 6,
      "arxiv_id": "2608.08643",
      "authors": [
        "A. Mayeux"
      ],
      "content_date": "2026-08-09",
      "freshness": "fresh",
      "id": "arxiv:2608.08643",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "general_ai_math_reasoning",
        "verifier_guided_reasoning"
      ],
      "published": "2026-08-09",
      "score": 4.9,
      "source": "arxiv-ai4math-core",
      "summary": "The paper \\emph{Conjecture: the set of prime numbers is supernatural} conjectures that no non-constant function built from the identity and constants by finitely many pointwise additions, multiplications, and exponentiations maps every positive integer to a prime. We give a complete Lean~4 formalization of that paper over Mathlib: every definition, example, remark, numbered result, and experimental table row has a machine-checked counterpart, with no \\lcode{sorry}. The conjecture and similar generalizations are stated exactly, as named open problems. So stated, the conjecture becomes a precise target: an automated reasoning system can now attempt a kernel-checked proof.",
      "title": "The set of primes is supernatural: a Lean formalization of the statement of the conjecture",
      "updated": "2026-08-09",
      "url": "https://arxiv.org/abs/2608.08643"
    },
    {
      "age_days": 2,
      "arxiv_id": "2608.13501",
      "authors": [
        "Kevin Guan"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "arxiv:2608.13501",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-08-13",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "In the transversal achievement game on the $n\\times n$ board, two players alternately claim cells, and the first to own a transversal---a set of $n$ cells of which no two share a row or column---wins. Ranđelović showed that the first player wins for every $n\\ge4$, while the game is a draw for $n=2,3$. We give an independent proof that the first player wins for $n\\ge4$ that additionally establishes a bound on the length of the win: the given strategy forces a win by ply $2n+3$, i.e.\\ on the first player's $(n+2)$-nd move, for every $n\\ge4$. The proof yields a strategy that is fully determined by a fixed rule on the current position and can thus be implemented directly. We isolate the use of the hypothesis $n\\ge4$ to two steps in the analysis, explaining why the argument fails at $n=3$. An exhaustive computational search implementing the strategy verifies it against every legal defense for $n=4,5,6$, confirming both the strategy's validity and that the $2n+3$ bound is attained in these cases. The main theorem has also been formalized and machine-checked in Lean 4.",
      "title": "The transversal achievement game on a square grid",
      "updated": "2026-08-13",
      "url": "https://arxiv.org/abs/2608.13501"
    },
    {
      "age_days": 3,
      "arxiv_id": "2608.12242",
      "authors": [
        "Hongru Zhao"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "arxiv:2608.12242",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-08-12",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "Let $\\widehat R$ be the Pearson sample correlation matrix formed from $n$ independent Gaussian observations in $p$ dimensions, and write $m=n-1\\ge p$. Under the null correlation $R=I_p$, the classical independent beta product, exact cumulants, and full Fourier inversion yield, along every sequence $p\\to\\infty$ with $m\\ge p$, a uniform first Edgeworth expansion for $\\log\\det\\widehat R$, centered by its exact mean and scaled by its exact standard deviation. The expansion identifies the exact finite dimensional skewness correction and gives the sharp Kolmogorov equivalent $A_{m,p}/\\{6\\sqrt{2π}V_{m,p}^{3/2}\\}$, where $V_{m,p}$ is the exact variance and $A_{m,p}$ is the absolute third cumulant. This equivalent unifies the square, fixed gap, growing gap, proportional, and dilute regimes; in the square regime the error has order $(\\log p)^{-3/2}$ with an exact constant. For every positive definite population correlation matrix $R$, we prove a uniform finite sample Berry-Esseen bound that explicitly tracks population dependence. All theoretical results have exact or proved equivalent Lean 4 formulations whose declarations and dependencies are kernel checked.",
      "title": "Sharp Berry-Esseen Bounds for the Log Determinant of a Gaussian Sample Correlation Matrix",
      "updated": "2026-08-12",
      "url": "https://arxiv.org/abs/2608.12242"
    },
    {
      "age_days": 3,
      "arxiv_id": "2608.12280",
      "authors": [
        "Lukas Liehr",
        "Mitchell A. Taylor",
        "Peiyang Yu"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "arxiv:2608.12280",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-08-12",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "We establish a sharp version of Grothendieck's theorem for Bessel sequences. Precisely, given a Bessel sequence $\\{ x_j \\}_{j\\in\\mathbb{N}}$ with Bessel bound $1$ in a Hilbert space, we show that there exists functions $\\{ f_j \\}_{j\\in\\mathbb{N}}$ belonging to the unit ball of $L^\\infty([0,1])$ such that for all $j,k \\in \\mathbb{N}$ one has $$ \\langle x_j,x_k\\rangle = \\int_0^1 f_j(x)\\overline{f_k(x)}\\,dx.$$ As an application, we give an affirmative answer to an extension problem of Olevskii: if $E \\subset [0,1]$ is a Lebesgue measurable set such that $[0,1]\\setminus E$ has positive measure, then every Bessel sequence in $L^2(E)$ with Bessel bound $1$ extends to an orthonormal system in $L^2([0,1])$ that is bounded by the (optimal) constant $λ([0,1]\\setminus E)^{-1/2}$ on $[0,1]\\setminus E$. A formalization of our main result in Lean 4 accompanies the paper.",
      "title": "Grothendieck's theorem for Bessel sequences",
      "updated": "2026-08-12",
      "url": "https://arxiv.org/abs/2608.12280"
    },
    {
      "age_days": 4,
      "arxiv_id": "2608.10572",
      "authors": [
        "Zehan Lin",
        "Shengxin Liu",
        "Biaoshuai Tao",
        "Shengwei Zhou"
      ],
      "content_date": "2026-08-11",
      "freshness": "fresh",
      "id": "arxiv:2608.10572",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-08-11",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "We study the existence of envy-free up to any item (EFX) allocations of indivisible chores when agents have monotone cost functions with binary marginals. For indivisible goods, the corresponding existence question is known to have an affirmative answer for general monotone functions with binary marginals. For chores, however, the existence of EFX allocation was previously known only for more restricted classes, while the general binary-marginal case remained unresolved. In this paper, we provide two counterexamples based on the same 18-agent, 53-chore word gadget, with one cost profile for binary XOS costs and another for binary supermodular costs. In both cases, a complete EFX allocation need not exist. Finally, we formalize and verify our main results in Lean 4.",
      "title": "Non-Existence of EFX Chore Allocations for Monotone Cost Functions with Binary Marginals",
      "updated": "2026-08-11",
      "url": "https://arxiv.org/abs/2608.10572"
    },
    {
      "age_days": 4,
      "arxiv_id": "2608.11173",
      "authors": [
        "Eric A. F. Reinhardt",
        "Adam J. Hauser"
      ],
      "content_date": "2026-08-11",
      "freshness": "fresh",
      "id": "arxiv:2608.11173",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-08-11",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "The attention mechanism forms the foundation of many modern AI models such as the Transformer. In one subclass of problems where attention is used, inputs and outputs are bound to the probability simplex so that all outputs sum to one. In this setting, softmax attention admits an exact, component-by-component quantum realization. Attention scores are Hadamard-test statistics on block-encoded projections of amplitude-encoded inputs. The exponential softmax is the interior of a cosine-squared family generated by Born-rule measurement under an exact bijection, whose boundary expresses sparse attention with exact zeros at finite parameter values. The softmax temperature is a repetition count where post-selected measurement rounds realize discretized inverse temperature exactly. Value aggregation is a deterministic column-loading channel that dilates the column-stochastic value matrix. The gated residual is the preparation angle of a single ancilla, with the additive identity at a mixing angle of π/2. Every learnable parameter is a rotation-gate angle. The composed layer is exact in the infinite-shot limit with one measure-and-reload step per attention score; a fully-coherent variant is ε-approximate via quantum singular value transformation in the infinite depth limit. The algebraic core is machine-checked in Lean 4.",
      "title": "A Quantum Roadmap for Softmax Attention: Exact Born-Rule Analogs for Softmax Attention on the Probability Simplex",
      "updated": "2026-08-11",
      "url": "https://arxiv.org/abs/2608.11173"
    },
    {
      "age_days": 5,
      "arxiv_id": "2608.09858",
      "authors": [
        "Ioseph L. Buchbinder",
        "Petr M. Lavrov",
        "Thomas M. Sangy",
        "Ilya L. Shapiro"
      ],
      "content_date": "2026-08-10",
      "freshness": "fresh",
      "id": "arxiv:2608.09858",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "lean_formal_proving_agents"
      ],
      "published": "2026-08-10",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "One-loop divergences in classically conformal theory in curved spacetime is a nontrivial issue if the theory under consideration possesses gauge invariance. In this case, quantization involves introducing the gauge-fixing term and the action of ghosts, both of which are not conformal. The formal proof of the conformal invariant renormalizability in this situation, including interacting theories, has been given in the paper from 1984 by one of the present authors. Owing to BRST symmetry, the contributions of the gauge-fixing and ghost sectors to the conformal variation of the effective action cancel each other. This cancellation does not hold in the finite part of the one-loop and higher-loops effective action, that results in the anomaly. In this paper, we extend the early results on conformal matter fields in external gravitational field and apply them to conformal quantum gravity, including the case of conformal gravity coupled to other conformal matter fields. The gauge-fixing in the Weyl-squared gravity is more complicated, nevertheless, the proof of the one-loop conformal invariant renormalization using BRST symmetry is possible. As a preliminary to conformal quantum gravity, we also present a detailed general proof of conformal invariant one-loop divergences in the corresponding semiclassical theory.",
      "title": "On the Renormalization in Conformal Quantum Gravity",
      "updated": "2026-08-10",
      "url": "https://arxiv.org/abs/2608.09858"
    },
    {
      "age_days": 6,
      "arxiv_id": "2608.08421",
      "authors": [
        "Bernardo Subercaseaux",
        "Benjamin Przybocki"
      ],
      "content_date": "2026-08-09",
      "freshness": "fresh",
      "id": "arxiv:2608.08421",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "autoformalization"
      ],
      "published": "2026-08-09",
      "score": 3.5,
      "source": "arxiv-ai4math-core",
      "summary": "Tarski's high school algebra problem asks whether every true identity concerning addition, multiplication, and exponentiation of positive integers follows from a list of 11 elementary identities. Surprisingly, Wilkie showed that the following identity is valid over the positive integers and yet does not follow from Tarski's axioms: \\begin{align*} &\\left((1+x)^y + (1+x+x^2)^y\\right)^x \\cdot \\left((1+x^3)^x + (1+x^2+x^4)^x\\right)^y = \\\\ &\\left((1+x)^x + (1+x+x^2)^x\\right)^y \\cdot \\left((1+x^3)^y + (1+x^2+x^4)^y\\right)^x. \\end{align*} Gurevič gave an algebra on 59 elements that satisfies Tarski's axioms but not Wilkie's identity, and over the years several authors whittled down the size of such a countermodel, culminating in a countermodel of size 12 due to Burris and Yeats. On the other hand, Zhang proved that there is no countermodel with fewer than 11 elements. Using SAT, we prove that the smallest countermodels are of size 12, as conjectured by Burris and Yeats. Moreover, we show that there are exactly 8,957,952 countermodels on 12 elements up to isomorphism and provide a simple classification of them. Our SAT approach outperforms dedicated tools for finding countermodels in equational theories, namely Mace4 and SEM. Furthermore, using autoformalization, we prove the correctness of our main result in Lean.",
      "title": "A SAT Attack on Tarski's High School Algebra Problem",
      "updated": "2026-08-09",
      "url": "https://arxiv.org/abs/2608.08421"
    },
    {
      "age_days": 5,
      "arxiv_id": "2608.09277",
      "authors": [
        "Zenan Li",
        "Ziran Yang",
        "Peiyang Song",
        "Zhaoyu Li",
        "Kaiyu Yang"
      ],
      "content_date": "2026-08-10",
      "freshness": "fresh",
      "id": "arxiv:2608.09277",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "seed_author:Kaiyu Yang",
        "seed_author:Ziran Yang"
      ],
      "published": "2026-08-10",
      "score": 2.9,
      "source": "arxiv-ai4math-core",
      "summary": "Verified code generation asks a large language model (LLM) to generate both an executable program and a machine-checkable proof that the program meets a formal specification, promising software that is correct by construction. The de facto workflow decouples the two halves of the problem: first synthesize a program, then attempt to prove it correct. We observe that this sequential pipeline can be both ineffective and inefficient in practice. A program generated without anticipating its proof can be subtly incorrect or structurally difficult to verify, forcing the LLM into brittle repair loops that alternate between patching the code and patching the proof. Inspired by Dijkstra's view that a program and its correctness argument should be developed hand in hand, we propose $P^3$, an LLM-based agentic workflow that first derives a unified program-and-proof plan from the specification, then elaborates the implementation and proof scaffold under this shared plan. To evaluate verified code generation in realistic settings, we further introduce Lean4Commit0, a repository-derived, library-level benchmark built by extracting core APIs from real-world software repositories and translating their requirements, including relational specifications across APIs, into Lean tasks. Using four frontier LLM backends, we evaluate $P^3$ on Verina, AlgoVeri, and our Lean4Commit0 benchmark, where it achieves the highest solve rate in every benchmark--model setting. Compared with the stronger baseline, it improves solve rates by 4.6--11.2 percentage points and reduces per-task API cost by up to roughly 40\\% and wall-clock time by up to roughly 37\\% on the difficult subset of each benchmark. A targeted ablation further shows gains of 3.3--8.3 points over implementation-only planning, isolating the benefit of planning the program and proof jointly.",
      "title": "P$^{3}$: Joint Program-and-Proof Planning for Verified Code Generation",
      "updated": "2026-08-10",
      "url": "https://arxiv.org/abs/2608.09277"
    },
    {
      "age_days": 4,
      "arxiv_id": "2608.10916",
      "authors": [
        "Rob Cornish",
        "Iacopo Ghinassi",
        "Po-Hung Yeh",
        "Shuqi Liu",
        "Qiyuan Xu",
        "Haoxuan Yin",
        "Dominik Wagner",
        "Wenda Li",
        "Yee Whye Teh",
        "Luke Ong"
      ],
      "content_date": "2026-08-11",
      "freshness": "fresh",
      "id": "arxiv:2608.10916",
      "kind": "paper",
      "label": "adjacent",
      "matched_signals": [
        "seed_author:Wenda Li"
      ],
      "published": "2026-08-11",
      "score": 1.7,
      "source": "arxiv-ai4math-core",
      "summary": "Autoformalisation (AF) systems map natural language reasoning steps into formal statements in a proof assistant such as Lean. We consider how to assess the faithfulness of these systems. Existing approaches require expensive human-annotated ground truth, or rely on LLM judges or embedding models, which come with limited guarantees of accuracy. In addition, these methods typically only consider inputs that are known to be correct, and therefore do not assess whether the AF translates incorrect inputs faithfully. To address these limitations, we propose a new benchmark for AF faithfulness that is cheap to apply, sound under weak assumptions, and assesses both positive and negative examples. Our method is based on automatically generating perturbed reasoning steps that are designed to be invalid, and then measuring validity preservation on unperturbed steps and invalidity preservation on perturbed steps. We apply our method to eight AF systems across four mathematical datasets, and observe pervasive sycophancy: many AFs \"silently correct\" invalid inputs into provable statements. The most validity-preserving fine-tuned AFs are also the most sycophantic, suggesting a tension between validity and invalidity preservation in current AF systems.",
      "title": "FaithformBench: Benchmarking Faithfulness of Mathematical Chain-of-Thought Autoformalisation",
      "updated": "2026-08-11",
      "url": "https://arxiv.org/abs/2608.10916"
    },
    {
      "age_days": 0,
      "authors": [
        "Paul Reichert"
      ],
      "content_date": "2026-08-15",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:f86fc8abaa06",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-15",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: only assign instances of the correct expected type during instance search (#14624)",
      "updated": "2026-08-15",
      "url": "https://github.com/leanprover/lean4/commit/f86fc8abaa069ffea20815909fde3a55fb3ec95e"
    },
    {
      "age_days": 0,
      "authors": [
        "Julien Cretin"
      ],
      "content_date": "2026-08-15",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:57eb1ae3d0d4",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-15",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: doc: fix typo in IterStep.skip (#14755)",
      "updated": "2026-08-15",
      "url": "https://github.com/leanprover/lean4/commit/57eb1ae3d0d440f29d1f35e9699c6df4d46c2620"
    },
    {
      "age_days": 0,
      "authors": [
        "D-Thomine"
      ],
      "content_date": "2026-08-15",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:97b6a17d7e93",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-15",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: refactor(UniformIntegrable): change the definition of UnifIntegrable (#42092)",
      "updated": "2026-08-15",
      "url": "https://github.com/leanprover-community/mathlib4/commit/97b6a17d7e93a942ab7f7f777bb8fac2af129040"
    },
    {
      "age_days": 0,
      "authors": [
        "Li Jiale"
      ],
      "content_date": "2026-08-15",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:04b2e5d60763",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-15",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Geometry/Euclidean/Sphere/SecondInter): add secondInter difference lemmas (#42308)",
      "updated": "2026-08-15",
      "url": "https://github.com/leanprover-community/mathlib4/commit/04b2e5d6076347dd74455717a8ddaeb46a823efe"
    },
    {
      "age_days": 0,
      "authors": [
        "Joël Riou"
      ],
      "content_date": "2026-08-15",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:3a2e014f23f1",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-15",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(CategoryTheory/Limits): weighted limits commute with (co)limits in the weight variable (#41146)",
      "updated": "2026-08-15",
      "url": "https://github.com/leanprover-community/mathlib4/commit/3a2e014f23f1bd4a36997bfc2362fea92afd1571"
    },
    {
      "age_days": 0,
      "authors": [
        "mathlib-update-dependencies[bot]"
      ],
      "content_date": "2026-08-15",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:8118e1572abe",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-15",
      "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-08-15 (#42799)",
      "updated": "2026-08-15",
      "url": "https://github.com/leanprover-community/mathlib4/commit/8118e1572abe8ca00441da17bb941841a510bb4d"
    },
    {
      "age_days": 0,
      "authors": [
        "Xavier Roblot"
      ],
      "content_date": "2026-08-15",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:971f540b1b5f",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-15",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(RingTheory/Ideal/Norm): move the `cardQuot` finiteness API into `AbsNorm` (#42784)",
      "updated": "2026-08-15",
      "url": "https://github.com/leanprover-community/mathlib4/commit/971f540b1b5f10f11d8f73b8d43986759b9f6dcd"
    },
    {
      "age_days": 1,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:ff4a0c347602",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: refactor: rename `Std.Internal.Do` to `Std.WP` (#14783)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover/lean4/commit/ff4a0c3476021a6efd70e160a0838109bfbd518f"
    },
    {
      "age_days": 1,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:3797afed42c4",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: refactor: name the assertion library constants directly again (#14784)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover/lean4/commit/3797afed42c4f27738de2d81104b634b6c8b73f4"
    },
    {
      "age_days": 1,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:5af876e248c1",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: refactor: accept both names of the assertion library in `@[spec]` (#14780)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover/lean4/commit/5af876e248c18cb5fd3091fe0ccd945cd8c5f896"
    },
    {
      "age_days": 1,
      "authors": [
        "Henrik Böving"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:7669d90d9f64",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: perf: lower latency in `bv_decide` when waiting for the SAT solver (#14785)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover/lean4/commit/7669d90d9f645894265660c590b9f7b1d6de4b98"
    },
    {
      "age_days": 1,
      "authors": [
        "Sebastian Ullrich"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:bb01f17706e7",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: look up local declarations in environments built by `ofKernelEnv` (#14771)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover/lean4/commit/bb01f17706e74c68fedbec44540c447efbb3c5f3"
    },
    {
      "age_days": 1,
      "authors": [
        "Henrik Böving"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:b6ce7f0d1fce",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: invariants of the ST.Ref implementation (#14775)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover/lean4/commit/b6ce7f0d1fcee33e48c7078063677b116bdefce8"
    },
    {
      "age_days": 1,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:12392058ad1e",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: split `cond` programs in `mvcgen` and `vcgen` (#14787)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover/lean4/commit/12392058ad1e8a6da2d76abe60640a4f3bc5f7fd"
    },
    {
      "age_days": 1,
      "authors": [
        "Henrik Böving"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:639065aa1e42",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: cost metrics for the grind e-matching graph (#14118)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover/lean4/commit/639065aa1e42edd83d8f4f9857981d172d95beda"
    },
    {
      "age_days": 1,
      "authors": [
        "Wojciech Różowski"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:d97bd7be9a8c",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: add hint to `deprecated` linter (#14705)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover/lean4/commit/d97bd7be9a8c0cb33e21367c88db9cd9326011b1"
    },
    {
      "age_days": 1,
      "authors": [
        "Lean stage0 autoupdater"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:82f20f6f5475",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: chore: update stage0",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover/lean4/commit/82f20f6f54756eb22d975c7b9e2d1e20c8afd3ef"
    },
    {
      "age_days": 1,
      "authors": [
        "Snir Broshi"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:95353442df50",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(SetTheory/Cardinal/NatCard): length of a nodup list whose elements come from a set (#41476)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/95353442df50b4d06ac3391f9cc18b393a65cb84"
    },
    {
      "age_days": 1,
      "authors": [
        "Thomas Browning"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:a8ea5e40bc53",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(RingTheory/Ideal/Pointwise): add `Ideal.inertia_smul` (#40757)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/a8ea5e40bc53a94193a3163da3f6d5e7ad1a5a38"
    },
    {
      "age_days": 1,
      "authors": [
        "M. Winter"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:1c5c2036a64a",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Order/GaloisConnection): add variant of `l_sSup` and `u_sInf` (#42729)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/1c5c2036a64ac822c9b84d62282a9a74891a1c14"
    },
    {
      "age_days": 1,
      "authors": [
        "Junye"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:b5fdb9f818dc",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(MeasureTheory): add RCLike integrability equivalences for real-valued functions (#42376)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/b5fdb9f818dc16a94e3da48fc72191a504ffa114"
    },
    {
      "age_days": 1,
      "authors": [
        "Joël Riou"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:e69b7f34dce6",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(CategoryTheory/Functor/Derived): derived functors are triangulated (#39126)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/e69b7f34dce692b0e05e3b29f43827a66ada5850"
    },
    {
      "age_days": 1,
      "authors": [
        "Joël Riou"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:6fccecb6c890",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(CategoryTheory): properties of objects that are closed under finite limits (#42396)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/6fccecb6c89063c70afa1fe0359b5886e3358630"
    },
    {
      "age_days": 1,
      "authors": [
        "TJHeeringa"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:188f0ac7630d",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Analysis/Normed/Operator/Extend): add LinearIsometry.completion and LinearIsometry.fromCompletion (#42378)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/188f0ac7630d2f48103f8e7a889ef50995ad088a"
    },
    {
      "age_days": 1,
      "authors": [
        "Francesco Chotuck"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:ffa6ef0c6ede",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Analysis/Convex): convex functions are locally Lipschitz on the intrinsic interior (`proof_wanted`) (#42414)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/ffa6ef0c6ede9ea0f8187f5d0a9370695bc38722"
    },
    {
      "age_days": 1,
      "authors": [
        "Noah Walker"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:2a7d6eabe8e3",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: feat(Algebra/GroupWithZero/Divisibility): add `mul_dvd_left_iff_isUnit` (#39763)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/2a7d6eabe8e336e91656111513f46738a9402336"
    },
    {
      "age_days": 1,
      "authors": [
        "mathlib-update-dependencies[bot]"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:5642d94db334",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "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-08-14 (#42773)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/5642d94db334927de1b22a4a67ddd27dccd4c8a1"
    },
    {
      "age_days": 1,
      "authors": [
        "mathlib-nolints[bot]"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:126412cc63da",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: remove unnecessary set_option lines (#42768)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/126412cc63dab61cfcf590bccf4bdc2a1e9dc1d1"
    },
    {
      "age_days": 1,
      "authors": [
        "Jovan Gerbscheid"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:1e780228b30d",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: mark `WidePushoutShape.wideSpan` as `implicit_reducible` (#42722)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/1e780228b30dac5c57ff87e5ffc0ba0cb4c300de"
    },
    {
      "age_days": 1,
      "authors": [
        "Jovan Gerbscheid"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:67683c3dfcdd",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: mark `Cat.of` as `implicit_reducible` (#42730)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/67683c3dfcdd4a18d2cc8cbfeb97c5cee49cab55"
    },
    {
      "age_days": 1,
      "authors": [
        "Jovan Gerbscheid"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:6e0f391cdb81",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: mark `AlgebraicGeometry.PrimeSpectrum.Top` as `implicit_reducible` (#42740)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/6e0f391cdb81b73f7862bad2fc2e89974df34e32"
    },
    {
      "age_days": 1,
      "authors": [
        "mathlib-nolints[bot]"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:9b366004fb27",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: lake shake --add-public --keep-implied --keep-prefix --fix (#40343)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/9b366004fb27a648b32abd1a2923cd94ec82077d"
    },
    {
      "age_days": 1,
      "authors": [
        "Stefan Kebekus"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:618f225e1ff4",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore: add tag `fun_prop` to `MeromorphicOn` and `AnalyticOnNhd` (#42570)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/618f225e1ff4a6b2790a944e01b806b7c68bdc56"
    },
    {
      "age_days": 1,
      "authors": [
        "Bryan Gin-ge Chen"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:0a11670e3611",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(Tactic): mark two runtime-only imports as `shake: keep` (#42743)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/0a11670e3611e843e8407d806c85c082517f65f8"
    },
    {
      "age_days": 1,
      "authors": [
        "Snir Broshi"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:5fe06335db42",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(SimpleGraph/Girth): namespace `egirth_le_length` under `IsCycle` (#41374)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/5fe06335db42408386f1cba1be332963d03943fb"
    },
    {
      "age_days": 1,
      "authors": [
        "Snir Broshi"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:0d80b877db0b",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(SimpleGraph/Clique): tidy `CliqueFree` iff lemmas (#41364)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/0d80b877db0b2b0d42ffe220aa1e57ade9ede46c"
    },
    {
      "age_days": 1,
      "authors": [
        "Thomas Browning"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:6362848e7f34",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(RingTheory/Localization/AtPrime/Extension): switch over to new definition of `inertiaDeg` (#41368)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/6362848e7f3497400122de5e55e9c467b20a5bfe"
    },
    {
      "age_days": 1,
      "authors": [
        "Xavier Roblot"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:e80e68b543bc",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(RingTheory/Ideal/Quotient): split HasFiniteQuotients into Basic and Norm (#42081)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/e80e68b543bcc2e3de15b2456f24f0480100255e"
    },
    {
      "age_days": 1,
      "authors": [
        "Noah Walker"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:c6d40f21697d",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(RingTheory/Ideal/Operations): deprecate duplicate theorem `Ideal.span_mul_span'` (#39799)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/c6d40f21697d899acc75ecb55ba6337c3310e537"
    },
    {
      "age_days": 1,
      "authors": [
        "Francesco Chotuck"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:4d6abae8597e",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(Probability): remove 15/24 `backward.isDefEq.respectTransparency` options (#42733)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/4d6abae8597e1d401b85f08ce703f27a45b98506"
    },
    {
      "age_days": 1,
      "authors": [
        "Thomas Browning"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:653c36f019ec",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(NumberTheory/RamificationInertia/Inertia): deprecate `Ideal.inertiaDeg'` (#42772)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/653c36f019ec26896d6bf8b738b41c9ea99c7d16"
    },
    {
      "age_days": 1,
      "authors": [
        "Francesco Chotuck"
      ],
      "content_date": "2026-08-14",
      "freshness": "fresh",
      "id": "github:leanprover-community/mathlib4:029c4bb4f163",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-14",
      "repo": "leanprover-community/mathlib4",
      "score": 0.8,
      "source": "mathlib4-github",
      "summary": "Recent commit on leanprover-community/mathlib4.",
      "title": "leanprover-community/mathlib4: chore(Dynamics): remove backward.isDefEq.respectTransparency options (#42728)",
      "updated": "2026-08-14",
      "url": "https://github.com/leanprover-community/mathlib4/commit/029c4bb4f163ec685cd5e60f477d2f8268741393"
    },
    {
      "age_days": 2,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:ff241b91982f",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: test: convert the VERINA benchmark to intrinsic verification (#14759)",
      "updated": "2026-08-13",
      "url": "https://github.com/leanprover/lean4/commit/ff241b91982f64295d4495387bc4c864b7cd15bd"
    },
    {
      "age_days": 2,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:ae17c03b0bf6",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: refactor: state the frame closure over `PredTrans` and move both to the order library (#14774)",
      "updated": "2026-08-13",
      "url": "https://github.com/leanprover/lean4/commit/ae17c03b0bf6ed8af6a1a06ee8b39e3d6ceb6da2"
    },
    {
      "age_days": 2,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:537e47ab40ae",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: refactor: split `Std.Internal.Do.Order` by subject (#14764)",
      "updated": "2026-08-13",
      "url": "https://github.com/leanprover/lean4/commit/537e47ab40ae11dd67a4024d2b5aad3bdbfd6e7a"
    },
    {
      "age_days": 2,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:0bfd59222048",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: refactor: separate the generic and the monadic weakest-precondition modules (#14778)",
      "updated": "2026-08-13",
      "url": "https://github.com/leanprover/lean4/commit/0bfd592220485d30e1d7e2d8ca2ee7cf5d471f0f"
    },
    {
      "age_days": 2,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:bc59d63228f0",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: refactor: move the `vcgen` tactic to `Lean.Elab.Tactic.VCGen` (#14777)",
      "updated": "2026-08-13",
      "url": "https://github.com/leanprover/lean4/commit/bc59d63228f0a0fa569480b161e304ff54d4ec84"
    },
    {
      "age_days": 2,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:cdfe9b3a66f5",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: perf: drop borrow annotations from scalar IR parameters (#14773)",
      "updated": "2026-08-13",
      "url": "https://github.com/leanprover/lean4/commit/cdfe9b3a66f52e984d367066d3263e9e4b11f480"
    },
    {
      "age_days": 2,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:0f051d91d36a",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: leak when the IR interpreter passes a borrowed scalar argument (#14749)",
      "updated": "2026-08-13",
      "url": "https://github.com/leanprover/lean4/commit/0f051d91d36accf02d502235ebf12edfe702f728"
    },
    {
      "age_days": 2,
      "authors": [
        "Paul Reichert"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:5847d9b42750",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: defer stuck exceptions from `isDefEqApp`'s `isDefEqOnFailure` fallback (#14583)",
      "updated": "2026-08-13",
      "url": "https://github.com/leanprover/lean4/commit/5847d9b42750a5a1552088d483fd05b97743cb13"
    },
    {
      "age_days": 2,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:def75fdfc2f9",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: doc: write the `vcgen` docstring (#14779)",
      "updated": "2026-08-13",
      "url": "https://github.com/leanprover/lean4/commit/def75fdfc2f92326e0e42d3380fe9434f80f3ffd"
    },
    {
      "age_days": 3,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:929ad9473c99",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: test: contracts on a `while` loop and on nested loops (#14758)",
      "updated": "2026-08-12",
      "url": "https://github.com/leanprover/lean4/commit/929ad9473c9926588a664c97741d4035259e8836"
    },
    {
      "age_days": 3,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:b73bcf5ac408",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: perf: make `@[spec]` annotations non-blocking on the proof (#14765)",
      "updated": "2026-08-12",
      "url": "https://github.com/leanprover/lean4/commit/b73bcf5ac408d274130e5fdf0850e275f7b41151"
    },
    {
      "age_days": 3,
      "authors": [
        "Leonardo de Moura"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:e27622c69c50",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: mark `Grind.nestedDecidable` as an abbreviation (#14770)",
      "updated": "2026-08-12",
      "url": "https://github.com/leanprover/lean4/commit/e27622c69c5014b09cf14cb8f6a343b5c66985c9"
    },
    {
      "age_days": 3,
      "authors": [
        "Sebastian Graf"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:67b968efe621",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: keep a schematic exception postcondition when applying a spec (#14766)",
      "updated": "2026-08-12",
      "url": "https://github.com/leanprover/lean4/commit/67b968efe621aa15586e8d688055af4fb31550f7"
    },
    {
      "age_days": 3,
      "authors": [
        "Leonardo de Moura"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:70119c2657a9",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: fix: ignore heterogeneous equalities in `grind hom` solver hooks (#14769)",
      "updated": "2026-08-12",
      "url": "https://github.com/leanprover/lean4/commit/70119c2657a9748337e175e53d1ae480dbed0475"
    },
    {
      "age_days": 3,
      "authors": [
        "Henrik Böving"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:4678eb199469",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: introduce `bv_decide_push` for incremental `bv_decide` pre-processing (#14763)",
      "updated": "2026-08-12",
      "url": "https://github.com/leanprover/lean4/commit/4678eb199469493f92e376d45afb4c43ed1d6e46"
    },
    {
      "age_days": 3,
      "authors": [
        "Leonardo de Moura"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:2906af0d8ddd",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: homomorphisms for `grind` (#14727)",
      "updated": "2026-08-12",
      "url": "https://github.com/leanprover/lean4/commit/2906af0d8dddb71e584f53ba1e6e70d91b805677"
    },
    {
      "age_days": 3,
      "authors": [
        "Leonardo de Moura"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "github:leanprover/lean4:6e48bb21718c",
      "kind": "github_update",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "repo": "leanprover/lean4",
      "score": 0.8,
      "source": "lean4-github",
      "summary": "Recent commit on leanprover/lean4.",
      "title": "leanprover/lean4: feat: add `lift_lets` tactic for `sym =>` mode (#14768)",
      "updated": "2026-08-12",
      "url": "https://github.com/leanprover/lean4/commit/6e48bb21718c8f7d792df392fe21bbbb491bd8b3"
    },
    {
      "age_days": 2,
      "arxiv_id": "2608.12961",
      "authors": [
        "Olga Mashkova",
        "Asaad Mohammedsaleh",
        "Fernando Zhapa-Camacho",
        "Robert Hoehndorf"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "arxiv:2608.12961",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "The OWL 2 EL profile is used in some of the largest production ontologies, including the Gene Ontology and SNOMED CT. Existing neuro-symbolic (NeSy) learning methods accept propositional theories or Datalog, and reasoning-shortcut (RS) awareness has not been investigated in ontology settings. We present Moose, a method that compiles an $\\mathcal{EL}^{++}$ TBox and finite ABox to a Sentential Decision Diagram (SDD). The SDD acts as a differentiable weighted-model-counting layer, and we add closure clauses outside the $\\mathcal{EL}^{++}$ profile on declared exhaustive families to overcome the limited expressivity of $\\mathcal{EL}^{++}$ under partial supervision. We show termination, soundness, completeness, and polynomial intermediate sizes, and validate the proofs in Lean. We then define the first formal partial-supervision latent-concept-learning task over an OWL EL ontology, i.e., learning per-individual classifiers for latent concepts from observed ABox literals, and evaluate Moose on MNIST-with-ontology and Pizzaïolo. Moose improves over propositional-NeSy, fuzzy-logic, and ontology embedding baselines, and presents the first reasoning-shortcut analysis in an OWL EL setting.",
      "title": "Moose: Latent concept learning with reasoning-shortcut awareness in $\\mathcal{EL}^{++}$",
      "updated": "2026-08-13",
      "url": "https://arxiv.org/abs/2608.12961"
    },
    {
      "age_days": 2,
      "arxiv_id": "2608.13320",
      "authors": [
        "David V. Feldman",
        "Alexander Wilce"
      ],
      "content_date": "2026-08-13",
      "freshness": "fresh",
      "id": "arxiv:2608.13320",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-13",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Say that a topological space $X$ has finite, respectively bounded, cliques iff every closed, irreflexive binary relation --- equivalently, every closed, loop-free directed graph --- on $X$ has cliques of finite, respectively bounded finite, size. Every compact space has bounded cliques. Having finite cliques implies limit-point compactness, and is implied by $ω$-limit point compactness (equivalently, countable compactness). Thus, for $T_1$ spaces, having finite cliques is equivalent to countable compactness. Having bounded cliques is strictly weaker than compactness. Indeed, any space $X$ such that $X^ω$ is countably compact has bounded cliques. However, we have found no example of a countably compact space having finite but unbounded cliques. The existence of such a space is the major open problem raised in this note.",
      "title": "A Note on Compactness and Clique Size",
      "updated": "2026-08-13",
      "url": "https://arxiv.org/abs/2608.13320"
    },
    {
      "age_days": 3,
      "arxiv_id": "2608.12633",
      "authors": [
        "Yibo Yan",
        "Seo Jin Park"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "arxiv:2608.12633",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Serverless platforms commonly colocate many diverse workloads, each in a fast-booting, memory-lean virtual machine (VM), to improve deployment density. Overprovisioning each VM for its peak protects tail latency during traffic bursts but hurts density; maintaining high density while effectively protecting tail latency requires the infrastructure to be able to shift physical cores, at a microsecond timescale, to whichever latency-sensitive VM is bursting and reclaim them as the burst subsides. No VM substrate delivers this: conventional VMs resize a guest's cores only through a millisecond-scale vCPU hot-plug path, Firecracker fixes a VM's core count at boot, and the ultralight VMs that boot fastest drop multicore execution entirely. We present HyperFlux, a commodity-KVM ultralight VM substrate that makes a VM's parallelism width (the number of physical cores backing it) elastic at runtime. We show that HyperFlux can move a core across VMs in merely 13$μ$s, even when forcibly reclaiming it from a busy donor, orders of magnitude faster than vCPU hot-plug. A HyperFlux VM incurs only a 3.2MB memory footprint and can cold-boot in 1.37ms, on par with the fastest-booting ultralight VMs, while uniquely supporting multicore parallelism. Under colocation, it can reduce high-priority VMs' tail latency by up to 10x under high load compared to static core-sharing with Firecracker and Cloud Hypervisor, and deliver a lower and more stable tail latency compared to using cgroup and vCPU hot-plug under changing load bursts.",
      "title": "Offering Microsecond-Scale Cross-VM Core Elasticity on Colocated Lightweight Virtual Machines",
      "updated": "2026-08-12",
      "url": "https://arxiv.org/abs/2608.12633"
    },
    {
      "age_days": 3,
      "arxiv_id": "2608.11941",
      "authors": [
        "Tom Adamczewski"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "arxiv:2608.11941",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "We construct OEIS Open, a benchmark based on 492 open mathematical conjectures from the OEIS, formalized in Lean by Tsoukalas et al. Whereas these conjectures had previously been attempted only with a bespoke agent, our open-source evaluation code runs any generic language model (LM) against them, and is secure against LM cheating attempts. We find that LMs equipped with a minimal set of tools resolve 147 of these conjectures with a budget of \\$50 per attempt, scoring 30% on OEIS Open. OEIS Open Lite is a random subset of 100 conjectures for cheaper evaluation. When evaluated with a budget of \\$200 per attempt, the best current LM scores 44% on OEIS Open Lite. Giving LMs access to the mathematics literature via 476,000 papers from arXiv did not increase performance on OEIS Open Lite, and nor did using more sophisticated agent loops. The conjectures covered in this work are of uncertain mathematical significance, and most have likely received little previous attention. Nevertheless, our results show that LMs can resolve open research conjectures autonomously and at modest cost.",
      "title": "OEIS Open: How many conjectures can language models turn into theorems?",
      "updated": "2026-08-13",
      "url": "https://arxiv.org/abs/2608.11941"
    },
    {
      "age_days": 3,
      "arxiv_id": "2608.12223",
      "authors": [
        "Ivan S. Yakovenko",
        "Alexey D. Kiverin"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "arxiv:2608.12223",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Ultra-lean hydrogen flames under terrestrial gravity are governed by a coupled interaction among preferential diffusion, thermal diffusion, heat loss, and self-induced convection. This study numerically examines combustion in a quiescent 6~vol.\\% H$_2$--air mixture using detailed chemistry and a low-Mach-number formulation. A complete calculations set was considered, with Soret diffusion and optically thin radiative heat loss independently enabled and disabled. One-dimensional spherical calculations were used to isolate the initial post-ignition flame kernel growth, while two-dimensional planar and axisymmetric simulations described its subsequent buoyant rise, deformation, and breakup. Over the analyzed interval, the spherical flame-front radius followed $R_f^2\\approx Kt$ rather than constant-speed expansion. Soret diffusion increased the effective growth coefficient $K$, whereas radiation reduced it. The axisymmetric calculations reproduced the experimentally measured leading-point trajectory substantially better than the planar formulation. Soret diffusion produced larger, faster-rising kernels and maintained a more nearly circular upper cap, whereas radiation had a weaker effect on trajectory but increased relative lateral flattening. In all cases, a toroidal vortex stretched the flame segment and caused local extinction and fragmentation. Soret diffusion delayed breakup, while radiation advanced it; their combined effect on breakup time was nearly compensating. The results show that Soret transport and radiation primarily alter kernel growth and resistance to vortex-induced extinction, while the qualitative breakup pathway remains hydrodynamically controlled.",
      "title": "Effects of Soret Diffusion and Radiative Heat Loss on the Evolution of Buoyant Flame Kernels in Ultra-Lean Hydrogen-Air Mixture",
      "updated": "2026-08-12",
      "url": "https://arxiv.org/abs/2608.12223"
    },
    {
      "age_days": 3,
      "arxiv_id": "2608.12570",
      "authors": [
        "Najmeh Forouzandehmehr",
        "Topojoy Biswas",
        "Evren Korpeoglu",
        "Kannan Achan"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "arxiv:2608.12570",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Fashion retrieval often requires satisfying multiple attributes at once, such as category, color, pattern, and demographic. Monolithic embeddings mix these signals into a single vector, making attribute-specific control difficult at retrieval time. Many existing semantic-ID methods provide discrete item codes, but these codes are typically optimized as item-level or residual addresses and do not expose named, independently controllable attribute slots. We introduce MM-slotgate, a multimodal slot encoder that factorizes Fashion-CLIP text and image embeddings into four named attribute slots. Each slot learns its own text-image gate, so visually grounded attributes such as color and pattern can rely more on image evidence, while taxonomy-oriented attributes such as category and demographic can remain more text-driven. On H&M, using a combined slot-similarity and slot-logit retrieval score, MM-slotgate achieves 0.7566 macro ConstraintSatisfied@10, outperforming equal-weight multimodal fusion (0.7142) and fCLIP text-only retrieval (0.4755). The largest gain is on color, which improves from 0.321 to 0.889 (+0.568 absolute), as the learned color gate assigns 57.4% weight to image evidence. The learned gates are interpretable without modality supervision: color is image-leaning, category is text-leaning, and pattern and demographic lie near the middle. The resulting slots also remain controllable: linear probes show no measured excess leakage beyond the label-correlation baseline, and quantized slot codes support targeted intervention, including a 15.3x lift for color. These results suggest that controllable fashion retrieval benefits from typed, attribute-conditioned multimodal slots rather than either a single global embedding or opaque item-level semantic IDs.",
      "title": "Attribute-Conditioned Multimodal Slot Factorization for Controllable Fashion Retrieval",
      "updated": "2026-08-12",
      "url": "https://arxiv.org/abs/2608.12570"
    },
    {
      "age_days": 3,
      "arxiv_id": "2608.11792",
      "authors": [
        "Lin Mai",
        "Yaobo Zhang"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "arxiv:2608.11792",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-12",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "We study whether a tree-level MHV gravity numerator is determined by its degree and by vanishing on $\\langle ij\\rangle=[ij]=0$ for every pair. A flag-variety standard-monomial basis and an $S_n$-resolved restriction map reduce the problem to exact finite-dimensional calculations. At seven points we find $W_{7,\\mathbb{Q}}\\simeq S^{(2,1^5)}\\oplus S^{(1^7)}$. The Hodges numerator spans the sign summand, while the six-dimensional hook gives additional algebraic solutions. The pair-ideal conditions therefore do not determine a unique algebraic solution, but Bose symmetry selects the Hodges line. At eight points, pair-ideal conditions and Bose symmetry leave a two-dimensional alternating space. Same-helicity BCFW scaling, normalized collinear factorization, and the leading soft coefficient impose the same linear condition and select the Hodges line. We also prove that, at arbitrary multiplicity, an alternating fixed-degree numerator is determined by its full value on one collinear boundary with the marked legs and their spinor ratio fixed. Together with standard factorization, this determines the numerator up to normalization within the fixed-common-denominator ansatz. All rank and ideal-membership calculations use exact integer or rational arithmetic, and their finite-dimensional consequences are checked separately in Lean.",
      "title": "Algebraic versus physical uniqueness of MHV gravity numerators",
      "updated": "2026-08-12",
      "url": "https://arxiv.org/abs/2608.11792"
    },
    {
      "age_days": 4,
      "arxiv_id": "2608.11008",
      "authors": [
        "Ilias Chalkidis"
      ],
      "content_date": "2026-08-11",
      "freshness": "fresh",
      "id": "arxiv:2608.11008",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-11",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Political stance detection in LLMs has long been dominated by closed-ended, multiple-choice political survey questions---originally designed for humans, and thus lacks the realism and nuance of human-AI interactions in the wild, while also being susceptible to sandbagging. The recent IssueBench framework substantially mitigates these limitations with templated prompts anchored in real-world chat logs. Given the rise in non-work-related use of GenAI assistants, we extend IssueBench beyond writing assistance to include two additional tasks, information seeking and opinion sharing. We argue that templated prompts still lack the nuance of real ones, especially for open-ended tasks, and remain recognisable as evaluation artefacts. We propose the use of fully synthetic (LLM-generated) prompts, produced under detailed instructions with real prompts as seeds. We assess the ecological validity of real, templated, and LLM-generated prompts in a small-scale study covering 3 highly contested policy issues and 3 recent geopolitical conflicts. Human and LLM annotators rank LLM-generated prompts as no less realistic than real ones and clearly more realistic than templated ones, and find that they carry their intended intent and stance more clearly; the LLMs separate templated prompts from the other two far more sharply than the humans do. In a case study, templated and LLM-generated prompts yield systematically different stance estimates for the same model, most visibly under neutral framings, where templated prompts overstate the model's leaning in the direction encoded by the topic-and-stance text (filler) slotted into their templates.",
      "title": "Templated or fully synthetic? Prompt construction as a confound in measuring LLM political stance beyond writing assistance",
      "updated": "2026-08-12",
      "url": "https://arxiv.org/abs/2608.11008"
    },
    {
      "age_days": 4,
      "arxiv_id": "2608.10869",
      "authors": [
        "Xiaoyu Li",
        "Andi Han",
        "Jiaojiao Jiang",
        "Junbin Gao"
      ],
      "content_date": "2026-08-11",
      "freshness": "fresh",
      "id": "arxiv:2608.10869",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-11",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Worst-case multiclass bounds do not become smaller when the best classifier is already nearly correct: what is missing is an optimistic rate, a guarantee whose fluctuation scales with the oracle risk itself. For a class of Natarajan dimension $d_N$ and Daniely-Shalev-Shwartz dimension $d_{DS}$, the optimal excess risk is known at the two endpoints ($d_{DS}/n$ realizable, $\\sqrt{d_N/n}+d_{DS}/n$ agnostic [HMZ24, CEH+26, Pab26]) and open in between. We close the gap: at every fixed oracle risk $L^\\star$, the optimal excess risk is $\\widetildeΘ(\\sqrt{L^\\star d_N/n}+d_{DS}/n)$, uniformly in the alphabet size, attained by a learner that knows neither $L^\\star$ nor the confidence level. The upper bound composes the cover-menu-compression architecture of [CEH+26], at the realizable rate of [Pab26], with a new comparator-facing relative compression theorem: a size-$k$ compression rule that empirically dominates a comparator $h$ has population risk at most $L(h)+O(\\sqrt{L(h)Γ}+Γ)$ with $Γ=(k\\log n+\\log(1/δ))/n$, without stability; this transfers the comparison principle of the sharp binary theory [MQZ26] while discarding its Boolean-cube geometry, which does not lift to multiclass labels. The lower bound forces both terms using one class and one distribution at every fixed $L^\\star$, by a pair-Assouad scheme calibrated to $L^\\star$ and a fiber argument on the pseudo-cubes underlying the Natarajan-versus-DS separation of [BCD+22]. Both theorems extend to list learning: against the best $r$-tuple of hypotheses, the same architecture and the same two engines yield an optimistic rate and a lower bound of the same shape, forcing the fluctuation term that [Pab26] expected to be necessary against list comparators, and removing the factor $r$ from the known realizable list lower bound.",
      "title": "Optimistic Rates for Multiclass PAC Learning",
      "updated": "2026-08-11",
      "url": "https://arxiv.org/abs/2608.10869"
    },
    {
      "age_days": 5,
      "arxiv_id": "2608.09305",
      "authors": [
        "Arnaud Mayeux"
      ],
      "content_date": "2026-08-10",
      "freshness": "fresh",
      "id": "arxiv:2608.09305",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-10",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Given a category $\\calC$ and a center, that is a collection of pairs $(d_i, N_i)$ consisting of a morphism $d_i$ and a sieve $N_i$ over its codomain, the dilatation of $\\calC$ is a new category $\\calC'$ in which every $n \\in N_i$ factors, uniquely and functorially, through $d_i$. This paper presents the theory of dilatations of categories through a full formalization of the construction and its main theorems in the Lean~4 proof assistant, on top of the Mathlib library. An appendix collects a systematic dictionary between the mathematical statements and the Lean declarations that formalize them.",
      "title": "Dilatations of categories, via their lean formalization",
      "updated": "2026-08-10",
      "url": "https://arxiv.org/abs/2608.09305"
    },
    {
      "age_days": 6,
      "arxiv_id": "2608.08897",
      "authors": [
        "Wesley H. Holliday"
      ],
      "content_date": "2026-08-09",
      "freshness": "fresh",
      "id": "arxiv:2608.08897",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-09",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "A common problem in social choice is to determine whether there is a social choice procedure, such as a voting method, satisfying some desired criteria. Computer-aided methods such as SAT solving can sometimes answer these questions. However, under typical encodings, a SAT solver may only synthesize a voting method on a finite domain, while we may want one on an infinite domain, such as the domain of all preference profiles for a fixed number of candidates but any finite number of voters. In this paper, we use an approach based on reasoning with constrained Horn clauses and computation with polyhedra to synthesize a voting method on an infinite domain. We then use SMT and Lean to verify its properties. Our main result is a possibility theorem about four well-known criteria from voting theory: the Condorcet winner and loser criteria, positive involvement, and resolvability. Previous work has shown that for five or more candidates, there is no voting method satisfying these axioms, and that for four candidates, there is no method satisfying these core axioms plus one more invariance axiom. Here we show that for four candidates, there does exist a method satisfying the core axioms and more.",
      "title": "Voting Method Synthesis on an Infinite Domain: A Possibility Theorem for Positive Involvement",
      "updated": "2026-08-09",
      "url": "https://arxiv.org/abs/2608.08897"
    },
    {
      "age_days": 7,
      "arxiv_id": "2608.07979",
      "authors": [
        "William J. Dwyer"
      ],
      "content_date": "2026-08-08",
      "freshness": "fresh",
      "id": "arxiv:2608.07979",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-08",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "Testing independence in an R by C table is usually posed as one omnibus statistic against a dense alternative. When the departure is sparse, concentrated in a few cells, the sharp object is instead a detection boundary: the weakest signal any test can find. This paper treats independence through that lens, in three parts. Part I specializes sparse-signal detection theory (Ingster 1997; Donoho and Jin 2004; Chhor, Mukherjee and Sen 2024) to the table: it is a heteroscedastic Gaussian sequence whose variance profile is the expected-count table, fixed by the two margins through the product-CV identity CVe^2 = (1 + CVr^2)(1 + CVc^2) - 1, so marginal heterogeneity is exactly the heteroscedasticity profile; a variance-stabilizing root transform gives the exact standardized amplitude 2 sqrt(m)(sqrt(1 + a) - 1) and a closed-form separation radius, valid under a growing-count condition and provably failing at fixed small counts. Part II casts independence as goodness of fit of the log-linear no-interaction model and shows that higher criticism, with its closed-form Jaeschke-Eicker null, attains that boundary adaptively over the unknown sparsity, while being candid that in the very sparse strong regime the maximum-cell rule dominates and exact-conditional optimality is conjectural. Part III measures the small-count calibration failure (size 0.3 to 0.6, even under uniform margins, so the driver is the per-cell tail, not heterogeneity), removes it with the exact margin-conditional reference laws, and shows conditioning on both margins is the complete treatment for a test (no oracle; size 0.003 to 0.009); a routing rule keyed to the margin profile sends large-count tables to the asymptotic gate and small-count tables to the exact anchor. Two-thirds of a 5,543-table public corpus route to the exact anchor. Every claim is confirmed numerically from openly deposited, deterministically seeded code.",
      "title": "Sparse departures from independence in two-way tables: a heteroscedasticity profile and detection boundary, an adaptive higher-criticism gate, and an assumption-lean exact anchor",
      "updated": "2026-08-08",
      "url": "https://arxiv.org/abs/2608.07979"
    },
    {
      "age_days": 8,
      "arxiv_id": "2608.07396",
      "authors": [
        "Jaume de Dios Pont",
        "Lukas Liehr",
        "David Muñoz-Lahoz",
        "Mitchell A. Taylor",
        "Pedro Tradacete"
      ],
      "content_date": "2026-08-07",
      "freshness": "fresh",
      "id": "arxiv:2608.07396",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [],
      "published": "2026-08-07",
      "score": 0.5,
      "source": "arxiv-ai4math-core",
      "summary": "The ability of large language models to assist professional mathematicians has been progressing rapidly. Earlier this year, a group of researchers in Banach lattice theory and phase retrieval began incorporating this technology into their research workflows. Facing challenges about the reliability of these models, they also decided to couple the discovery process with Lean verification. Here, we present a case study of how this has led to a more united community and a deeper understanding of our field.",
      "title": "Banach lattices and phase retrieval: A case study for the use of AI in mathematics",
      "updated": "2026-08-07",
      "url": "https://arxiv.org/abs/2608.07396"
    },
    {
      "age_days": 3,
      "arxiv_id": "2608.12179",
      "authors": [
        "Yung-Hsu Yang",
        "Luigi Piccinelli",
        "Samuel Rota Bulò",
        "Sunghwan Hong",
        "Denis Rozumny",
        "Johannes Schönberger",
        "Zuria Bauer",
        "Hermann Blum",
        "Peter Kontschieder",
        "Marc Pollefeys"
      ],
      "content_date": "2026-08-12",
      "freshness": "fresh",
      "id": "arxiv:2608.12179",
      "kind": "paper",
      "label": "negative",
      "matched_signals": [
        "negative:vision_world_models"
      ],
      "published": "2026-08-12",
      "score": -2.5,
      "source": "arxiv-ai4math-core",
      "summary": "Metric 3D object detection is a core capability for embodied agents, yet most reliable systems lean on depth sensors, trading away cost, power, and integration simplicity. This motivates monocular 3D detection, which avoids additional constraints, yet it faces a major obstacle: from a single image, depth, and especially absolute scale, are underconstrained. As a result, the prevailing pattern of detecting in 2D and then predicting 3D attributes is often brittle, since modest range errors can dominate 3D localization, and the learned scale prior can fail when cameras, motion, or environments undergo domain shifts. To address this, we propose Map-Det3D, an online multi-view 3D object detection model that brings detection directly into a 3D space reconstructed from RGB. We map a short temporal window into multiple views and repurpose a feed-forward metric 3D reconstruction model as our geometric backbone while tuning its object-aware capabilities. Building on this representation, Map-Det3D directly predicts boxes in metric 3D space, without the widely used 2D-to-3D lifting. Experiments across different benchmarks show that this design supports strong online performance and robust transfer without adaptation, suggesting that training reconstruction priors for detection is a practical route to stable metric 3D detection from monocular video. Code and models are available at https://royyang0714.github.io/Map-Det3D.",
      "title": "Map-Det3D: Metric Feed-Forward 3D Reconstruction Prior for Multi-view 3D Object Detection from Streaming Inputs",
      "updated": "2026-08-12",
      "url": "https://arxiv.org/abs/2608.12179"
    }
  ],
  "lookback_days": 21,
  "schema": "ai4math-radar-run-v1",
  "timezone": "America/Los_Angeles"
}
