Add derived solidification of free CW complexes challenge (light condensed mathematics)#471
Open
dagurtomas wants to merge 7 commits into
Open
Add derived solidification of free CW complexes challenge (light condensed mathematics)#471dagurtomas wants to merge 7 commits into
dagurtomas wants to merge 7 commits into
Conversation
Add a multi-hole problem extracted from the LeanCondensed project (light condensed mathematics of Clausen-Scholze). The trusted part of the file defines light solid abelian groups using only Mathlib and shows that they form an abelian category with an exact inclusion into light condensed abelian groups. The nine holes ask for the solidification functor with its adjunction, the derived solidification functor characterized as a total left derived functor, the derived adjunction, and the comparison theorem: for a CW complex X, the homology of the derived solidification of the free light condensed abelian group on X is integral singular homology. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a new multi-hole problem,
derived_solidification_free_CW_homology, extracted from the LeanCondensed project, which develops the light condensed mathematics of Clausen–Scholze in Lean.The problem file develops, using only Mathlib imports, the definition of light solid abelian groups: a light condensed abelian group
Ais solid if1 - shiftacts invertibly on internal homs out ofP = ℤ[ℕ∪{∞}]/ℤ[∞]. It then shows that the full subcategorySolidof solid objects is closed under limits, kernels, cokernels and finite products — hence abelian — and that the inclusion into light condensed abelian groups is exact, so it induces a functor on derived categories.The challenge has nine holes:
solidification— the solidification functorLightCondAb ⥤ Solid;solidification_additive— additivity of the solidification functor;solidificationAdjunction— solidification is left adjoint to the inclusion of solid objects;derivedSolidification— the derived solidification functorDerivedCategory LightCondAb ⥤ DerivedCategory Solid;derivedSolidificationCounit— the comparison map from derived solidification to degreewise solidification;derivedSolidification_isLeftDerivedFunctor— derived solidification is the total left derived functor of degreewise solidification;derivedSolidificationAdjunction— the derived adjunction with the derived inclusion;derivedSolidification_free_CW_derivedNatIso— naturally in a CW complexX, the derivedinclusion of the derived solidification of
ℤ[X]is isomorphic in the derived category of lightcondensed abelian groups to the integral singular chain complex of
X, viewed as a complex ofdiscrete light condensed abelian groups with homological degree
nplaced in cohomologicaldegree
-n, this is the main challenge;derivedSolidification_free_CW_homologyIso— for a CW complexX, the homology of the derived solidification of the free light condensed abelian groupℤ[X]is integral singular homology (in cohomological degree-n);derivedSolidification_free_CW_homology— the theorem form of the isomorphism.The adjunctions and the derived-functor characterization pin the data holes down up to natural isomorphism, so the final comparison theorem has its intended mathematical content and cannot be satisfied by junk functors.
🤖 Generated with Claude Code