[Merged by Bors] - feat(CategoryTheory): Subpresheaf is a complete lattice#20840
Closed
[Merged by Bors] - feat(CategoryTheory): Subpresheaf is a complete lattice#20840
Conversation
PR summary 0618886c3dImport changes exceeding 2%
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.CategoryTheory.Subpresheaf.Basic | 342 | 399 | +57 (+16.67%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.CategoryTheory.Subpresheaf.Image |
4 |
Mathlib.CategoryTheory.Subpresheaf.Basic |
57 |
Declarations diff
+ bot_obj
+ eq_top_iff_isIso
+ homOfLe
+ homOfLe_ι
+ iInf_obj
+ iSup_min
+ iSup_obj
+ instance : CompleteLattice (Subpresheaf F)
+ le_def
+ max_min
+ max_obj
+ min_obj
+ nat_trans_naturality
+ sInf_obj
+ sSup_obj
+ toPresheaf
+ top_obj
+ ι
- Subpresheaf.eq_top_iff_isIso
- Subpresheaf.homOfLe
- Subpresheaf.homOfLe_ι
- Subpresheaf.le_def
- Subpresheaf.nat_trans_naturality
- Subpresheaf.toPresheaf
- Subpresheaf.ι
- instance : Top (Subpresheaf F)
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).
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jan 24, 2025
This PR only splits the file `AlgebraicTopology.SimplicialSet.Basic` by creating three new files `StdSimplex`, `Boundary`, `Horn`. This prepares for a refactor and future developments of API for these simplicial sets. For example, the boundary and the horn should be redefined (keeping the defeq) as subcomplexes of the standard simplex using the `Subpresheaf` API, see #20840.
This was referenced Jan 28, 2025
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jan 29, 2025
The type of subpresheaves of a given presheaf of sets is a complete lattice.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Mar 14, 2025
…21090) Some new API is introduced for subcomplexes of the standard simplex: any `S : Finset (Fin (n + 1))` defines a subcomplex `face S` of `Δ[n]`, and this face is isomorphic to `Δ[m]` when `Fin (m + 1) ≃o S`. Then, boundaries and horns are redefined as subcomplexes of the standard simplex and it is shown that they are unions of certain codimension one faces of the standard simplex. - [x] depends on: #21543 - [x] depends on: #21540 - [x] depends on: #21542 - [x] depends on: #21303 - [x] depends on: #21047 - [x] depends on: #20840 - [x] depends on: #21096 Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
tukamilano
pushed a commit
that referenced
this pull request
Mar 20, 2025
…21090) Some new API is introduced for subcomplexes of the standard simplex: any `S : Finset (Fin (n + 1))` defines a subcomplex `face S` of `Δ[n]`, and this face is isomorphic to `Δ[m]` when `Fin (m + 1) ≃o S`. Then, boundaries and horns are redefined as subcomplexes of the standard simplex and it is shown that they are unions of certain codimension one faces of the standard simplex. - [x] depends on: #21543 - [x] depends on: #21540 - [x] depends on: #21542 - [x] depends on: #21303 - [x] depends on: #21047 - [x] depends on: #20840 - [x] depends on: #21096 Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.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.
The type of subpresheaves of a given presheaf of sets is a complete lattice.
The
large-importwarning can be ignored because it is only related to the import of the definition of what a complete lattice is.