Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Hydra battles

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Hydra battles


Chronological Thread 
  • From: Castéran Pierre <pierre.casteran AT gmail.com>
  • To: coq-club AT inria.fr, coq+announcements AT discoursemail.com
  • Subject: [Coq-Club] Hydra battles
  • Date: Mon, 22 Feb 2021 08:33:19 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=pierre.casteran AT gmail.com; spf=Pass smtp.mailfrom=pierre.casteran AT gmail.com; spf=None smtp.helo=postmaster AT mail-wr1-f54.google.com
  • Ironport-phdr: 9a23:DvbNPRALBflUtYopM40IUyQJP3N1i/DPJgcQr6AfoPdwSP37ps+wAkXT6L1XgUPTWs2DsrQY0ruQ4/qrBjVIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfLd/IA+1oAnPucUbg5ZuIbstxxXUpXdFZ/5Yzn5yK1KJmBb86Maw/Jp9/ClVpvks6c1OX7jkcqohVbBXAygoPG4z5M3wqBnMVhCP6WcGUmUXiRVHHQ7I5wznU5jrsyv6su192DSGPcDzULs5Vyiu47ttRRT1jioMKjw3/3zNisFojKxUvB2vqBNizYDXbo+bKv1wc7jBfdMDQGpNQsZRWzBDD466coABD/ABPeFdr4TluVYBtwC+BRW2A+P10DBIgGf507c70+s/CwHGxhIvFM8JvXTMrdX6Kr0SUfqrw6XS0TrMdehW2Svj54jSaB8hp+qBXb11ccXLyEkvExnJgUmXqYzgJj6Y0PkGvGeH4eR6T+2vl3InpB9rojip3soihJfEi4Eax13Z9St03Yk4KN+mREN4btCpHodduiGGO4ZqQc4vQW9mtSc0x7EbpZO2cigHxZsoyRLCa/KJfYqF7xT+X+ifJjd4gWhqeLO5hxuq/kigy/H8Vsmp0FlRtCZKjt7MtnUV2xPP7ciHU+Jx8Vum2TaK0gDT9+dEIUEolavbMZIhxaQwlpUVvE/eHSH2gF37gLGKekgg4OSl6OTqbq/4qpOCKoN4kAHzP6s2lsChG+s0LhUCUm2H9uunybHu+Uj0TbdRgfA2l6TUvo7VKdgHqqO8HQNY3Ycu5hS6AjqnzNgVk3gKIVdBdR2ak4TkNFTDLf/lAvq+n1uhlipgyercMb37GJrNK2DOkLf/crZ57E5R0A8zwspe55JQE70ALujzVlLouNzWDhI0PBa4w+ngCNV62YMeXXyADrWFP6PVtF+E/uMvI++Sa48JoDvxNeQp6vr0gXI6mVIRZ7el0YUKZHyiHvlrLF2VYX/2jdcAFWcKsBA+TOvviFCaST5TZmi9X7gm5j4lEo6pEZ3MRpuxgLOfxie0BJtWa3tJClCJC3jodoGEV+0QZyKVJ89tiiYEWqS5S489yRGusxf3xKZgLurN4yEXqZbj1MVu6ODIjhEz9Tl0D9yH3G2XTmF0mHkIRz4s06xlr0x90ATL7a8tiPtBUNdX+vlhUwEgNJeawfY+Q9v1Q0HIeNGOVVCtT9CrBy0qZt4w2NQJflxmFtCrjxSF1C2vUJEPkLneL5Uv7iPG1n7GH8dw0WzLnP05jlQ8WMYJPmS9mqNl/g77CIvAkkHfnKGvI/dPlBXR/XuOmDLd9HpTVxR9BP2cACIvI3DOpNG83XvsCr+jDbN9b1lEwM+Gb7RQM5jn0AkAS/DkN9DTJWm2njXoXEfa9va3dIPvPl4l8mDYAUkAnRoU+C/fZwc7Dyal5WnZCW43TA69UwbX6eB77UiDYAos1QjTNh9u0rO0/lgegvnOE/4=

Dear Coq users,


The objective of coq-community <https://github.com/coq-community> is to
maintain and/or document coq developments. The project hydra-battles (in
reference to Kirby and Paris's work) is an attempt to understand which kind
of document may go with Coq libraries. It is developped in
<https://github.com/coq-community/hydra-battles>


The illustrated topics are:

- ordinal notations, hydra-battles:
This part is an extension of <https://github.com/coq-contribs/cantor>
- primitive recursive functions and Peano Arithmetic
(a part of Russel O'Connor's development on Gödel's 1st incompleteness
theorem <https://github.com/coq-community/goedel> ).
- addition chains (exponentiation algorithms)
(extension of <https://github.com/coq-contribs/additions>).

A documentation (in pdf) is available at
<https://coq-community.org/hydra-battles/hydras.pdf>. A few exercises are
proposed too.

This is clearly (and it will be for a long time) a work in progress. The
following tasks should have priority:

- Maintenance w.r.t. Coq versions. Inclusion of new proof patterns and
tactics into the legacy libraries (without causing incompatibilities).
- Add examples and comments on considered libraries.

- Simplification, bulletization of proofs, coqdoc comments, etc.

- Add more consistency to the names and arguments of functions and lemmas,
etc.


We acknowledge in advance any suggestion for improving the libraries and
documentation, and any form of participation (issues, PR, etc).

Pierre



  • [Coq-Club] Hydra battles, Castéran Pierre, 02/22/2021

Archive powered by MHonArc 2.6.19+.

Top of Page