[Merged by Bors] - feat(CategoryTheory/ObjectProperty): various additions#33883
Closed
joelriou wants to merge 2 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat(CategoryTheory/ObjectProperty): various additions#33883joelriou wants to merge 2 commits intoleanprover-community:masterfrom
joelriou wants to merge 2 commits intoleanprover-community:masterfrom
Conversation
PR summary 23a3f86b32
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.CategoryTheory.ObjectProperty.ContainsZero | 414 | 415 | +1 (+0.24%) |
Import changes for all files
| Files | Import difference |
|---|---|
13 filesMathlib.Algebra.Category.Grp.IsFinite Mathlib.CategoryTheory.Abelian.SerreClass.Basic Mathlib.CategoryTheory.Abelian.SerreClass.MorphismProperty Mathlib.CategoryTheory.ObjectProperty.ContainsZero Mathlib.CategoryTheory.ObjectProperty.Orthogonal Mathlib.CategoryTheory.Triangulated.Adjunction Mathlib.CategoryTheory.Triangulated.HomologicalFunctor Mathlib.CategoryTheory.Triangulated.Opposite.Functor Mathlib.CategoryTheory.Triangulated.Opposite.OpOp Mathlib.CategoryTheory.Triangulated.Opposite.Pretriangulated Mathlib.CategoryTheory.Triangulated.Opposite.Triangulated Mathlib.CategoryTheory.Triangulated.Subcategory Mathlib.CategoryTheory.Triangulated.Yoneda |
1 |
Declarations diff
+ IsZero.of_full_of_faithful_of_isZero
+ homMk_surjective
+ instance (P : ObjectProperty Cᵒᵖ) [P.ContainsZero] : P.unop.ContainsZero
+ instance (a : A) [P.IsStableUnderShiftBy a]
+ instance [P.ContainsZero] : HasZeroObject P.FullSubcategory
+ instance [P.ContainsZero] : P.op.ContainsZero
+ instance [P.ContainsZero] [P.IsClosedUnderIsomorphisms] [Q.ContainsZero] :
+ instance [P.IsStableUnderShift A]
+ prop_ι_obj
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 script/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).
36 tasks
chrisflav
reviewed
Jan 16, 2026
Co-authored-by: Christian Merten <christian@merten.dev>
Contributor
Author
|
Thanks @chrisflav for the reviews! |
Contributor
|
Thanks! |
|
🚀 Pull request has been placed on the maintainer queue by chrisflav. |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jan 17, 2026
This PR adds a few basic results about `ObjectProperty` that will be used in the formalization of spectral sequences #33842.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
eliasjudin
pushed a commit
to eliasjudin/mathlib4
that referenced
this pull request
Jan 18, 2026
…mmunity#33883) This PR adds a few basic results about `ObjectProperty` that will be used in the formalization of spectral sequences leanprover-community#33842.
bilichboris
pushed a commit
to bilichboris/mathlib4
that referenced
this pull request
Jan 18, 2026
…mmunity#33883) This PR adds a few basic results about `ObjectProperty` that will be used in the formalization of spectral sequences leanprover-community#33842.
staroperator
pushed a commit
to staroperator/mathlib4
that referenced
this pull request
Jan 22, 2026
…mmunity#33883) This PR adds a few basic results about `ObjectProperty` that will be used in the formalization of spectral sequences leanprover-community#33842.
goliath-klein
pushed a commit
to PrParadoxy/mathlib4
that referenced
this pull request
Jan 24, 2026
…mmunity#33883) This PR adds a few basic results about `ObjectProperty` that will be used in the formalization of spectral sequences leanprover-community#33842.
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 PR adds a few basic results about
ObjectPropertythat will be used in the formalization of spectral sequences #33842.