feat(AlgebraicTopology/SingularHomology): homology in degree 0#37630
feat(AlgebraicTopology/SingularHomology): homology in degree 0#37630joelriou wants to merge 54 commits intoleanprover-community:masterfrom
Conversation
Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com>
Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com>
PR summary 2ea7849dc0Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 6539 | 4 | backward.isDefEq.respectTransparency |
Current commit d57a7341b8
Reference commit 2ea7849dc0
You can run this locally as
./scripts/reporting/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).
…into sset-homology-zero
…into sset-homology-zero
Co-authored-by: Vlad Tsyrklevich <vlad902@gmail.com>
Co-authored-by: Vlad Tsyrklevich <vlad902@gmail.com>
|
This pull request has conflicts, please merge |
|
This pull request has conflicts, please merge |
|
This pull request has conflicts, please merge |
In this PR, we compute the singular homology of a topological space in degree
0in terms of its path connected components. This follows from a similar result for the homology of simplicial sets.This is a rough draft.
sigmaConstpreserves colimits #37645