Built with Alectryon, running Coq+SerAPI. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.

Misc commands that don't have other tests

To compile:

alectryon misc.rst # reST → HTML; produces ‘misc.html’

Exercise: Commutativity of addition


forall x y : nat, x + y = y + x