draft(AlgebraicGeometry): Conditional Riemann-Roch#41621
Draft
Raph-DG wants to merge 250 commits into
Draft
Conversation
the krull dimension of its stalk
…dditivity from some PRs. Note - the code is not very idiomatic but it seems more or less correct
…ohomology and computed the cohomology of the skyscraper sheaf
…rogress) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Keep only the files leading up to the weak Riemann-Roch theorem (submodule design): SheafViaSubmodule -> ExactSequenceViaSubmodule -> SkyscraperEulerCharViaSubmodule -> RiemannRochViaSubmodule, together with their supporting files (Basic, Sheaf, SkyscraperTopos, CohmologyModule, EulerCharAdditive, Degree, LocallyFinsupp, KrullDimLE, Principal, ResidueFieldModule, OrderOfVanishing). Remove the old-design files, experiments, and work-in-progress files not imported by the main result, so the branch exhibits a clean dependency graph. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ded a dosctring note
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 is a sorry-free WIP PR showing a conditional form of the RIemann-Roch theorem for algebraic curves in AlgebraicGeometry/AlgebraicCycle/RiemannRoch.lean. Namely, we show that if X is locally noetherian integral scheme of krull dimension at most one which is locally finite over a field such that the cohomology groups of O_X eventually vanish and are finite dimensional k-vector spaces, then we have the usual Euler characteristic form of Riemann-Roch for curves
χ(𝒪ₓ(D)) = deg(D) + χ(𝒪ₓ).This work builds upon work in mathlib PRs by Brian Nugent (#36218) and Jesse Alama (#29713).