Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.lake/
.lake/
.vscode
6 changes: 6 additions & 0 deletions formalization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ version: "v0.4"
project:
name: "PrimeGapsLib"
authors: [Evan Chen, Sidharth Hariharan, Kenny Lau, Bhavik Mehta, Ken Ono, Ashvin Swaminathan, Jesse Thorner, Yunzhou Xie]
description: >
`PrimeGapsLib` is an evolving codebase aimed at housing results about gaps in primes. The
flagship result thus far is that pairs of primes are separated by at most 246 infinitely often,
conditional on the Bombieri-Vinogradov theorem. The 246 proof was generated collaboratively
between human formalisers at Axiom Math and AxiomProver, their in-house theorem proving system.
Community feedback and contributions are welcome!
responsible_maintainers: [Kenny Lau, Ashvin Swaminathan]
license: "Apache-2.0"

Expand Down
Loading