Skip to content

Conversation

@chrisflav
Copy link
Contributor

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.


Open in Gitpod

@chrisflav chrisflav added the t-category-theory Category theory label Feb 11, 2026
@github-actions
Copy link

github-actions bot commented Feb 11, 2026

PR summary d1366e1a1a

Import changes for modified files

Dependency changes

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 relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@joelriou
Copy link
Contributor

Thanks!

bors d+

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 11, 2026

✌️ chrisflav can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@mathlib-triage mathlib-triage bot added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Feb 11, 2026
chrisflav and others added 2 commits February 11, 2026 17:56
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
@chrisflav
Copy link
Contributor Author

Thanks!
bors r+

mathlib-bors bot pushed a commit that referenced this pull request Feb 12, 2026
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`.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 12, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(CategoryTheory/Sites): pullback point along flat functor [Merged by Bors] - feat(CategoryTheory/Sites): pullback point along flat functor Feb 12, 2026
@mathlib-bors mathlib-bors bot closed this Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). t-category-theory Category theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants