English

Waterproof: Educational Software for Learning How to Write Mathematical Proofs

History and Overview 2024-04-09 v2

Abstract

In order to help students learn how to write mathematical proofs, we adapt the Coq proof assistant into an educational tool we call Waterproof. Like with other interactive theorem provers, students write out their proofs inside the software using a specific syntax, and the software provides feedback on the logical validity of each step. Waterproof consists of two components: a custom proof language that allows formal, machine-verified proofs to be written in a style that closely resembles handwritten proofs, and a custom editor that allows these proofs to be combined with formatted text to improve readability. The editor can be used for Coq documents in general, but also offers special features designed for use in education. Student input, for example, can be limited to specific parts of the document to prevent exercises from being accidentally deleted. Waterproof has been used to supplement teaching the Analysis 1 course at Eindhoven University of Technology (TU/e) for the last four years. Students started using the specific formulations of proof steps from the custom proof language in their handwritten proofs; the explicit phrasing of these sentences helped to clarify the logical structure of their arguments.

Keywords

Cite

@article{arxiv.2211.13513,
  title  = {Waterproof: Educational Software for Learning How to Write Mathematical Proofs},
  author = {Jelle Wemmenhove and Dick Arends and Thijs Beurskens and Maitreyee Bhaid and Sean McCarren and Jan Moraal and Diego Rivera Garrido and David Tuin and Malcolm Vassallo and Pieter Wils and Jim Portegies},
  journal= {arXiv preprint arXiv:2211.13513},
  year   = {2024}
}

Comments

In Proceedings ThEdu'23, arXiv:2404.03709. The previous version (v1) of this paper contains more code snippets from the coq-waterproof library that showcase the Ltac2 tactic language

R2 v1 2026-06-28T07:11:19.860Z