Upstreaming dashboard
The eventual goal of the LeanCamCombi project is to not contain any significant new formalisation, but instead to act as a shallow layer over Mathlib showing concretely how to turn paper-combinatorics into Lean-combinatorics.
As such, it is crucial to continuously upstream code from LeanCamCombi to Mathlib. The way we organise this is with the following two lists, showing files with no LeanCamCombi dependencies depending on whether they contain the keyword sorry
or not.
Files ready to upstream
The following files are sorry
-free and do not depend on any other LeanCamCombi, meaning they can be readily PRed to Mathlib.
LeanCamCombi.Util
LeanCamCombi.PlainCombi.OrderShatter
LeanCamCombi.PlainCombi.KatonaCircle
LeanCamCombi.GraphTheory.ExampleSheet2
LeanCamCombi.Mathlib.Combinatorics.SimpleGraph.Density
LeanCamCombi.Mathlib.Combinatorics.SetFamily.LYM
LeanCamCombi.Mathlib.Probability.ProbabilityMassFunction.Constructions
Files easy to unlock
The following files do not depend on any other LeanCamCombi file but still contain sorry
, usually indicating that working on eliminating those sorries might unblock some part of the project.