POPL 2025
Sun 19 - Sat 25 January 2025 Denver, Colorado, United States

This program is tentative and subject to change.

Tue 21 Jan 2025 14:30 - 15:00 at Marco Polo - Session 7

White-box proof search tactics such as Coq’s auto, Isabelle’s auto and Lean’s Aesop apply proof rules that often translate directly to lower-level tactics. When these search tactics find a proof, they could generate a tactic script, i.e. a sequence of lower-level tactics that proves the goal. Such a script can then replace the typically much slower invocation of the search tactic, or it can be used to understand and debug the search.

However, at least for Aesop, naively generated scripts are highly unidiomatic. For example, they use tactics that users would typically avoid; they apply these tactics in an unusual order; and they do not take advantage of Lean’s constructs for structuring tactic scripts.

To address these issues, I propose a three-step optimisation pipeline that transforms naive scripts into scripts resembling a human-written Lean proof. This saves Aesop’s users the tedium of performing these transformations by hand. The first stage of the pipeline replaces less idiomatic tactics with more idiomatic ones, checking that the two sequences of tactics produce the same result. The second stage permutes the tactics in the script to bring them into a natural, depth-first order, which then allows us to use Lean’s structuring constructs. This is non-trivial if the tactics operate on goals containing metavariables, in which case certain permutations change the tactics’ behaviour. The third stage runs some straightforward post-processing passes.

PhD student at LMU Munich on the Lean Forward project

This program is tentative and subject to change.

Tue 21 Jan

Displayed time zone: Mountain Time (US & Canada) change

14:00 - 15:30
Session 7CPP at Marco Polo
14:00
30m
Talk
Nominal Matching Logic With Fixpoints
CPP
James Cheney University of Edinburgh, Maribel Fernandez King's College London, Mircea Sebe UIUC
14:30
30m
Talk
Tactic Script Optimisation for Aesop
CPP
Jannis Limperg University of Munich (LMU)
15:00
30m
Talk
An Isabelle/HOL Framework for Synthetic Completeness Proofs
CPP
Asta Halkjær From University of Copenhagen