Skip to content

Releases: llee454/pigeons

v1.0.4

13 Feb 15:26
Compare
Choose a tag to compare

Replaced Definitions with Theorems and Lemmas and moved the auxiliary functions Forall_tail and Exists_impl to base. These two functions have been added to the latest version of the Coq List library.

v1.0.3

25 Aug 13:38
Compare
Choose a tag to compare

Removed the Relation to Other Work section from the Readme file.

v1.0.2

24 Aug 19:02
Compare
Choose a tag to compare

Revised the Readme file in preparation for submitting the library for inclusion in the Coq Package Index.

v1.0.1

24 Aug 17:58
Compare
Choose a tag to compare

Wrapped the definitions provided by this library within a module to prevent namespace collisions. Also marked the Forall_tail and Exists_impl proofs as local since I plan to eventually ask the library maintainers to add them to the Standard Library.Finally, I renamed pigeons.v to pigeonhole_principle.v for clarity.

v1.0.0

24 Aug 14:57
Compare
Choose a tag to compare

The initial stable release for the Pigeons library. This library provides a stand-alone proof of the Pigeonhole principle.