-
Notifications
You must be signed in to change notification settings - Fork 381
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
[Merged by Bors] - feat: API for multiequalizers in the category of types #14340
Conversation
PR summary 38d1309f2d
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.CategoryTheory.Limits.Shapes.Types | 414 | 422 | +8 (+1.93%) |
Import changes for all files
Files | Import difference |
---|---|
15 filesMathlib.RepresentationTheory.GroupCohomology.Resolution Mathlib.CategoryTheory.Limits.Presheaf Mathlib.CategoryTheory.Limits.Preserves.FunctorCategory Mathlib.RepresentationTheory.Invariants Mathlib.AlgebraicTopology.SingularSet Mathlib.RepresentationTheory.Character Mathlib.CategoryTheory.Limits.Indization.IndObject Mathlib.CategoryTheory.Closed.Types Mathlib.RepresentationTheory.FdRep Mathlib.RepresentationTheory.GroupCohomology.Basic Mathlib.Algebra.Homology.LocalCohomology Mathlib.AlgebraicTopology.ExtraDegeneracy Mathlib.CategoryTheory.Functor.Flat Mathlib.Topology.Category.Stonean.Limits Mathlib.CategoryTheory.Limits.FilteredColimitCommutesFiniteLimit |
1 |
10 filesMathlib.RepresentationTheory.Rep Mathlib.Topology.Category.LightProfinite.Limits Mathlib.Topology.Category.CompHaus.Limits Mathlib.RepresentationTheory.Action.Monoidal Mathlib.CategoryTheory.EffectiveEpi.Extensive Mathlib.Topology.Category.LightProfinite.Basic Mathlib.Topology.Category.CompHausLike.Limits Mathlib.CategoryTheory.Extensive Mathlib.CategoryTheory.Adhesive Mathlib.Topology.Category.Profinite.Limits |
4 |
13 filesMathlib.Algebra.Category.ModuleCat.Adjunctions Mathlib.CategoryTheory.Limits.FinallySmall Mathlib.CategoryTheory.Filtered.Final Mathlib.CategoryTheory.Sites.Preserves Mathlib.CategoryTheory.Localization.DerivabilityStructure.Constructor Mathlib.CategoryTheory.GuitartExact.Basic Mathlib.CategoryTheory.Localization.DerivabilityStructure.Basic Mathlib.CategoryTheory.Limits.IsConnected Mathlib.CategoryTheory.Limits.Final.ParallelPair Mathlib.CategoryTheory.Limits.Shapes.Countable Mathlib.CategoryTheory.GuitartExact.VerticalComposition Mathlib.Topology.Category.TopCat.Yoneda Mathlib.CategoryTheory.Limits.Final |
6 |
11 filesMathlib.AlgebraicTopology.SimplicialSet Mathlib.CategoryTheory.Enriched.Basic Mathlib.AlgebraicTopology.Quasicategory Mathlib.CategoryTheory.Monoidal.Types.Basic Mathlib.AlgebraicTopology.SimplicialSet.Monoidal Mathlib.CategoryTheory.Monoidal.Internal.Types Mathlib.CategoryTheory.Monoidal.Types.Coyoneda Mathlib.AlgebraicTopology.Nerve Mathlib.CategoryTheory.Monoidal.Types.Symmetric Mathlib.AlgebraicTopology.KanComplex Mathlib.AlgebraicTopology.SimplicialCategory.Basic |
7 |
Mathlib.CategoryTheory.Sites.EqualizerSheafCondition Mathlib.CategoryTheory.Limits.Shapes.Types |
8 |
Declarations diff
+ MulticospanIndex.sections
+ MulticospanIndex.sectionsEquiv
+ isLimit_types_iff
+ sectionsEquiv
+ sectionsEquiv_apply_val
+ sectionsEquiv_symm_apply_val
+ toSections
+ toSections_fac
You can run this locally as follows
## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks! |
🚀 Pull request has been placed on the maintainer queue by erdOne. |
bors merge |
In this PR, we give a concrete characterization of limit multiforks in the category of types. This contribution was created as part of the AIM workshop "Formalizing algebraic geometry" in June 2024.
Pull request successfully merged into master. Build succeeded: |
In this PR, we give a concrete characterization of limit multiforks in the category of types.
This contribution was created as part of the AIM workshop "Formalizing algebraic geometry" in June 2024.
This is used in #14208