feat(AlgebraicTopology): filtration of Δ[p] ⊗ Δ[1]#41655
Conversation
PR summary da98e621b1Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type (strong) |
|---|---|---|
| 4529 | 3 | backward.defeqAttrib.useBackward |
Current commit da98e621b1
Reference commit c368140668
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
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).
|
This PR/issue depends on: |
Previously, we defined an enumeration of the non-degenerate
p + 1-dimensional simplices ofΔ[p] ⊗ Δ[1]. They "cover"Δ[p] ⊗ Δ[1], and we use the enumeration to define a filtration ofΔ[p] ⊗ Δ[1]by subcomplexes.In a future PR, it will be used in order to define a constructor for morphisms from
Δ[p] ⊗ Δ[1]which shall take as inputs a morphism on each of thesep + 1-simplices, with a compatibility condition on the intersection of two consecutive simplices in the enumeration.From https://github.com/joelriou/topcat-model-category
Δ[p] ⊗ Δ[q]#41624Fin.insertNthto be monotone or strictly monotone #41617