Skip to content

feat(AlgebraicTopology/SimplicialSet): the fundamental groupoid, as a pseudofunctor - #42587

Open
joelriou wants to merge 17 commits into
leanprover-community:masterfrom
joelriou:fundamental-groupoid-pseudofunctor
Open

feat(AlgebraicTopology/SimplicialSet): the fundamental groupoid, as a pseudofunctor#42587
joelriou wants to merge 17 commits into
leanprover-community:masterfrom
joelriou:fundamental-groupoid-pseudofunctor

Conversation

@joelriou joelriou added WIP Work in progress t-algebraic-topology Algebraic topology labels Aug 9, 2026
@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

PR summary 41b6b2bcd7

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.AlgebraicTopology.SimplicialSet.FundamentalGroupoid.Basic (new file) 1025
Mathlib.AlgebraicTopology.SimplicialSet.FundamentalGroupoid.Homotopy (new file) Mathlib.AlgebraicTopology.SimplicialSet.FundamentalGroupoid.Pseudofunctor (new file) 1033

Declarations diff (regex)

+ CompStruct.ofSimplicialObjectHomotopy
+ CompStruct.ofSimplicialObjectHomotopy'
+ IsoCat.comp_functor_injective
+ IsoCat.functor_comp_injective
+ IsoCat.objEquiv
+ congrMapFundamentalGroupoid
+ congrMapFundamentalGroupoid'
+ congrMapFundamentalGroupoidOfEq
+ desc'
+ descMap
+ descMap_homMk
+ diagOfSimplicialObjectHomotopy
+ diagOfSimplicialObjectHomotopy_edge
+ diagOfSimplicialObjectHomotopy_edge'
+ equivFreeGroupoid
+ equivalence
+ equivalenceFreeGroupoid
+ instance : Category (FundamentalGroupoid X)
+ instance : Groupoid (FundamentalGroupoid X)
+ instance {X Y : SSet.Truncated.{u} 2} (f : X ⟶ Y) [IsIso f] :
+ isEquivalence_mapFundamentalGroupoid
+ isoCat
+ isoCatFreeGroupoid
+ isoCatMapFundamentalGroupoid
+ lift_unique'
+ mapFundamentalGroupoidComp
+ mapFundamentalGroupoidId
+ mapFundamentalGroupoid_assoc
+ mapFundamentalGroupoid_comp
+ mapFundamentalGroupoid_comp_id
+ mapFundamentalGroupoid_id
+ mapFundamentalGroupoid_id_comp
+ mapIsoFundamentalGroupoid
+ mk
+ natIsoMk
+ natTransMk
+ natTrans_ext
+ ofSimplicialObjectHomotopy
+ ofSimplicialObjectHomotopy_edge
+ pseudofunctor
+ rec
++ Edge.CompStruct.homMk_comp
++ FundamentalGroupoid
++ desc
++ desc_map_homMk
++ desc_obj_mk
++ functor_ext
++ homMk
++ homMk_id
++ mapFundamentalGroupoid
++ mapFundamentalGroupoid_map_homMk
++ mapFundamentalGroupoid_obj_mk
++ mk_surjective
+++++ hom_rec

You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci

## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.

Declarations diff (Lean -- pending)

Computed after the build finishes.


No changes to strong technical debt.

Increase in weak tech debt: (relative, absolute) = (3.00, 0.00)
Current number Change Type (weak)
5052 3 exposed public sections

Current commit 41b6b2bcd7
Reference commit e13dd6052c

This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:

git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/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).

@mathlib-dependent-issues mathlib-dependent-issues Bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Aug 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) t-algebraic-topology Algebraic topology WIP Work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant