Upstreaming dashboard
The eventual goal of the Toric project is to be fully upstreamed to Mathlib.
As such, it is crucial to continuously organise upstreaming from Toric to Mathlib. The way we organise this is with the following two lists, showing files with no Toric 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 Toric file, meaning they can be readily PRed to Mathlib.
Toric.MvLaurentPolynomial
Toric.SphericalVariety
Toric.Hopf.CommAlg
Toric.MonoidObjectAction.Basic
Toric.ConvexAnalysis.Polytope
Toric.ConvexAnalysis.PolyhedralCone
Toric.Mathlib.CategoryTheory.ChosenFiniteProducts
Toric.Mathlib.CategoryTheory.Yoneda
Toric.Mathlib.CategoryTheory.Monoidal.Functor
Toric.Mathlib.CategoryTheory.Comma.Over.Basic
- feat(CategoryTheory):
ChosenFiniteProducts (Over X)
#21399 - feat(CategoryTheory): Locally Cartesian Closed Categories (Prelim) #21525
- feat(CategoryTheory): Locally Cartesian Closed Categories (Sections Right Adjoint) #22319
- feat(CategoryTheory): Locally Cartesian Closed Categories (Definition) #22321
- feat(CategoryTheory): Locally Cartesian Closed Categories (Beck-Chevalley Conditions) #22340
- feat: the category over a terminal object #23702
- feat(CategoryTheory):
Toric.Mathlib.CategoryTheory.Limits.Shapes.Pullback.PullbackCone
Toric.Mathlib.RingTheory.Bialgebra.Basic
Toric.Mathlib.RingTheory.Bialgebra.MonoidAlgebra
Toric.Mathlib.Algebra.Group.Torsion
Toric.Mathlib.Algebra.Module.LinearMap.End
Toric.Mathlib.Algebra.Category.Grp.Basic
Toric.Mathlib.Algebra.Category.MonCat.Basic
Toric.Mathlib.Algebra.Group.TypeTags.Basic
Toric.Mathlib.Algebra.Group.Irreducible.Defs
Toric.Mathlib.LinearAlgebra.LinearIndependent.Defs
Toric.Mathlib.LinearAlgebra.FreeModule.Finite.Basic
Toric.Mathlib.GroupTheory.MonoidLocalization.DivPairs
Toric.Mathlib.Data.Fintype.EquivFin
Files easy to unlock
The following files do not depend on any other Toric file but still contain sorry
, usually indicating that working on eliminating those sorries might unblock some part of the project.