Skip to content

feat(AlgebraicTopology/SimplicialSet): evaluation on subcomplexes#37334

Open
joelriou wants to merge 1 commit intoleanprover-community:masterfrom
joelriou:sset-subcomplex-evaluation
Open

feat(AlgebraicTopology/SimplicialSet): evaluation on subcomplexes#37334
joelriou wants to merge 1 commit intoleanprover-community:masterfrom
joelriou:sset-subcomplex-evaluation

Conversation

@joelriou
Copy link
Copy Markdown
Contributor

@joelriou joelriou commented Mar 29, 2026

In this PR, given a simplicial set X and j : SimplexCategoryᵒᵖ, we define a functor evaluation X j : X.Subcomplex ⥤ Set (X.obj j), and use it to show that the functor Subcomplex.toSSetFunctor which sends a subcomplex of X to the corresponding simplicial set preserves filtered colimits.


Open in Gitpod

@github-actions
Copy link
Copy Markdown

PR summary 82670e855c

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.AlgebraicTopology.SimplicialSet.SubcomplexEvaluation (new file) 886

Declarations diff

+ evaluation
+ instance {J : Type*} [Category J] {X : SSet.{u}} [IsFilteredOrEmpty J] :
+ ofSimplex_map
+ preimage_comp
+ preimage_ι

You can run this locally as follows
## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>

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

The doc-module for scripts/pr_summary/declarations_diff.sh contains some details about this script.


Increase in tech debt: (relative, absolute) = (1.00, 0.00)
Current number Change Type
7343 1 backward.isDefEq

Current commit 16878be3e3
Reference commit 82670e855c

You can run this locally as

./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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-algebraic-topology Algebraic topology

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants