An open API service indexing awesome lists of open source software.

https://github.com/llee454/pigeons

A proof of the Pigeonhole principle. The Pigeonhole principle is a fundamental theorem that is used widely in Computer Science and Combinatorics, it asserts that if you put n things into m containers, and n > m, then at least one of the containers contains more than one thing.
https://github.com/llee454/pigeons

coq coq-formalization mathematics pigeonhole proof theorem-proving theorems

Last synced: about 1 year ago
JSON representation

A proof of the Pigeonhole principle. The Pigeonhole principle is a fundamental theorem that is used widely in Computer Science and Combinatorics, it asserts that if you put n things into m containers, and n > m, then at least one of the containers contains more than one thing.

Awesome Lists containing this project

README

          

Pigeons Readme
==============

A proof of the [Pigeonhole principle](https://en.wikipedia.org/wiki/Pigeonhole_principle). The Pigeonhole principle
is a fundamental theorem that is used widely in Computer Science and
Combinatorics, it asserts that if you put n things into m containers,
and n > m, then at least one of the containers contains more than
one thing.

Authors
-------

Larry Darryl Lee Jr.