Mechanised uniform interpolation for modal logics K, GL, and iSL
Hugo Férée, Iris van der Giessen, Sam van Gool, Ian Shillito
TL;DR
This work presents a fully mechanised, constructive treatment of uniform interpolation for three logics—$\mathsf{K}$, $\mathsf{GL}$, and $\mathsf{iSL}$—within the Coq proof assistant, producing verified procedures that compute $p$-free interpolants. It builds on terminating sequent calculi $\mathsf{KS}$, $\mathsf{GLS}$, and $\mathsf{G4iSLt}$ to define and prove correctness of the interpolant operators $\mathsf{A}_{p}$ and $\mathsf{E}_{p}$, ensuring $p$-freeness, implication, and the uniformity property. For $\mathsf{K}$ the interpolation construction follows established methods; for $\mathsf{GL}$ the authors fix an incompleteness in prior work by introducing a mutually recursive GL construction with a contraction-based canopy refinement; and for $\mathsf{iSL}$ they present the first proof-theoretic UIP for this intuitionistic modal logic. The verified pipeline yields executable interpolants (via Coq extraction to OCaml) and a demo web interface, enabling practical computation of interpolants from input formulas. These results advance the reliability and applicability of uniform interpolation in modal and intuitionistic logics, with potential impact on definability, proof theory, and logic-based tooling.
Abstract
The uniform interpolation property in a given logic can be understood as the definability of propositional quantifiers. We mechanise the computation of these quantifiers and prove correctness in the Coq proof assistant for three modal logics, namely: (1) the modal logic K, for which a pen-and-paper proof exists; (2) Gödel-Löb logic GL, for which our formalisation clarifies an important point in an existing, but incomplete, sequent-style proof; and (3) intuitionistic strong Löb logic iSL, for which this is the first proof-theoretic construction of uniform interpolants. Our work also yields verified programs that allow one to compute the propositional quantifiers on any formula in this logic.
