-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Merged by Bors] - feat(CategoryTheory/Sites): pullback point along flat functor #35124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR summary d1366e1a1a
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.CategoryTheory.Sites.Point.Basic | 1119 | 1129 | +10 (+0.89%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.CategoryTheory.Sites.Point.Basic Mathlib.CategoryTheory.Sites.Point.Category |
10 |
Declarations diff
+ comap
+ instance (G : D ⥤ Type*) [RepresentablyFlat F] [IsCofiltered G.Elements] :
+ instance (X : E) [RepresentablyCoflat F] : (CostructuredArrow.pre F G X).Initial
+ instance (X : E) [RepresentablyCoflat F] [h : IsFiltered (CostructuredArrow G X)] :
+ instance (X : E) [RepresentablyFlat F] : (StructuredArrow.pre X F G).Final
+ instance (X : E) [RepresentablyFlat F] [IsCofiltered (StructuredArrow X G)] :
+ isCofiltered_op_iff_isFiltered
+ isFiltered_op_iff_isCofiltered
++ iff_of_equivalence
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).
|
Thanks! bors d+ |
|
✌️ chrisflav can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
|
Thanks! |
For `F : C ⥤ D` a representably flat and cover preserving functor between sites, we construct a point on `C` from a point on `D` by precomposing the fiber functor with `F`.
|
Pull request successfully merged into master. Build succeeded:
|
For
F : C ⥤ Da representably flat and cover preserving functor between sites, we constructa point on
Cfrom a point onDby precomposing the fiber functor withF.