[Merged by Bors] - feat(CategoryTheory): equality of morphisms can be checked on a cover#35257
Closed
chrisflav wants to merge 3 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat(CategoryTheory): equality of morphisms can be checked on a cover#35257chrisflav wants to merge 3 commits intoleanprover-community:masterfrom
chrisflav wants to merge 3 commits intoleanprover-community:masterfrom
Conversation
PR summary acb12fd5f8
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.CategoryTheory.MorphismProperty.Descent | 632 | 633 | +1 (+0.16%) |
| Mathlib.CategoryTheory.MorphismProperty.Local | 640 | 641 | +1 (+0.16%) |
Import changes for all files
| Files | Import difference |
|---|---|
36 filesMathlib.AlgebraicGeometry.ColimitsOver Mathlib.AlgebraicGeometry.Cover.Directed Mathlib.AlgebraicGeometry.Cover.Over Mathlib.AlgebraicGeometry.Cover.Sigma Mathlib.AlgebraicGeometry.GluingOneHypercover Mathlib.AlgebraicGeometry.Gluing Mathlib.AlgebraicGeometry.IdealSheaf.Basic Mathlib.AlgebraicGeometry.LimitsOver Mathlib.AlgebraicGeometry.Limits Mathlib.AlgebraicGeometry.Morphisms.Basic Mathlib.AlgebraicGeometry.Morphisms.Constructors Mathlib.AlgebraicGeometry.Morphisms.FiniteType Mathlib.AlgebraicGeometry.Morphisms.IsIso Mathlib.AlgebraicGeometry.Morphisms.LocalClosure Mathlib.AlgebraicGeometry.Morphisms.LocalIso Mathlib.AlgebraicGeometry.Morphisms.OpenImmersion Mathlib.AlgebraicGeometry.Morphisms.Preimmersion Mathlib.AlgebraicGeometry.Morphisms.QuasiCompact Mathlib.AlgebraicGeometry.Morphisms.RingHomProperties Mathlib.AlgebraicGeometry.Morphisms.SurjectiveOnStalks Mathlib.AlgebraicGeometry.Morphisms.UnderlyingMap Mathlib.AlgebraicGeometry.Morphisms.UniversallyInjective Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Basic Mathlib.AlgebraicGeometry.PullbackCarrier Mathlib.AlgebraicGeometry.Pullbacks Mathlib.AlgebraicGeometry.RelativeGluing Mathlib.AlgebraicGeometry.ResidueField Mathlib.AlgebraicGeometry.Sites.BigZariski Mathlib.AlgebraicGeometry.Sites.Pretopology Mathlib.AlgebraicGeometry.Sites.Representability Mathlib.AlgebraicGeometry.Sites.SmallAffineZariski Mathlib.AlgebraicGeometry.Sites.Small Mathlib.AlgebraicGeometry.Stalk Mathlib.CategoryTheory.MorphismProperty.Descent Mathlib.CategoryTheory.MorphismProperty.Local Mathlib.CategoryTheory.Sites.Hypercover.Subcanonical |
1 |
Declarations diff
+ eq_of_isomorphisms_descendsAlong
+ eq_of_zeroHypercover_target
+ equalizerPullbackMapIso
+ equalizerPullbackMapIso_hom_fst
+ equalizerPullbackMapIso_hom_snd
+ equalizerPullbackMapIso_inv_ι_fst
+ equalizerPullbackMapIso_inv_ι_snd
+ faithful_overPullback_of_isomorphisms_descendAlong
You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for scripts/declarations_diff.sh contains some details about this script.
No changes to technical debt.
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
erdOne
reviewed
Feb 13, 2026
| (equalizerPullbackMapIso hf hg _).inv ≫ equalizer.ι _ _ := by | ||
| ext <;> simp [pullback.condition] | ||
| simpa [this] using equalizer.ι_of_eq H | ||
|
|
Member
There was a problem hiding this comment.
Can you state it in terms of the fact that Over.pullback is faithful?
|
🚀 Pull request has been placed on the maintainer queue by erdOne. |
Contributor
|
Thanks! bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Feb 14, 2026
…#35257) We show that equality of two morphisms can be checked on a cover for a topology for which isomorphisms are local at the target.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
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.
We show that equality of two morphisms can be checked on a cover for a topology for which isomorphisms are local at the target.