paper-with-me

Papers

Formalization of a Stochastic Approximation Theorem

2022-02-12 · Koundinya Vajjha, Barry Trager, Avraham Shinnar, Vasily Pestun

Stochastic approximation algorithms are iterative procedures which are used to approximate a target value in an environment where the target is unknown and direct observations are corrupted by noise. These algorithms are useful, for instance, for root-finding and function minimization when the target function or model is not directly known. Originally introduced in a 1951 paper by Robbins and Monro, the field of Stochastic approximation has grown enormously and has come to influence application domains from adaptive signal processing to artificial intelligence. As an example, the Stochastic Gradient Descent algorithm which is ubiquitous in various subdomains of Machine Learning is based on stochastic approximation theory. In this paper, we give a formal proof (in the Coq proof assistant) of a general convergence theorem due to Aryeh Dvoretzky, which implies the convergence of important classical methods such as the Robbins-Monro and the Kiefer-Wolfowitz algorithms. In the process, we build a comprehensive Coq library of measure-theoretic probability theory and stochastic processes.

📄 PDF Abstract BibTeX arXiv:2202.05959

Code (1)

IBM/FormalML 공식 구현

Similar Papers 제목 키워드 기반

Formalized Hopfield Networks and Boltzmann Machines

2025-12-08 · Matteo Cipollina, Michail Karatarakis, Freek Wiedijk arxiv

Neural networks are widely used, yet their analysis and verification remain challenging. We present a Lean~4 formalization covering both deterministic and stochastic models. We first formalize Hopfield networks -- recurr…

Reformalization of the Jordan Curve Theorem

2026-07-02 · Simon Guilloud, Sankalp Gambhir, Samuel Chassot arxiv

We present a case study in reformalization, a variant of autoformalization in which the input proof is not natural language but a formal development in a different proof assistant. Concretely, we report three reformaliza…

Formalization, Mechanization and Automation of Gödel's Proof of God's Existence

2013-08-21 · Christoph Benzmüller, Bruno Woltzenlogel Paleo

G\"odel's ontological proof has been analysed for the first-time with an unprecedent degree of detail and formality with the help of higher-order theorem provers. The following has been done (and in this order): A detail…

A New Approach Towards Autoformalization

2023-10-12 · Nilay Patel, Rahul Saha, Jeffrey Flanigan

Verifying mathematical proofs is difficult, but can be automated with the assistance of a computer. Autoformalization is the task of automatically translating natural language mathematics into a formal language that can …

Entity LinkingMathematical Proofs

Monotonic Reference-Free Refinement for Autoformalization

2026-01-30 · Lan Zhang, Marco Valentino, André Freitas arxiv

While statement autoformalization has advanced rapidly, full-theorem autoformalization remains largely unexplored. Existing iterative refinement methods in statement autoformalization typically improve isolated aspects o…