feat(Topology): generalise IsometricSmul to WeakPseudoEMetricSpace and friends - #42750
feat(Topology): generalise IsometricSmul to WeakPseudoEMetricSpace and friends#42750felixpernegger wants to merge 15 commits into
WeakPseudoEMetricSpace and friends#42750Conversation
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
PR summary 95dbb5a98cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type (strong) |
|---|---|---|
| 25 | 1 | disabled simpNF lints |
Current commit 95dbb5a98c
Reference commit caa4dbde35
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).
WeakPseudoEMetricSpace and friendsWeakPseudoEMetricSpace and friends
|
This PR/issue depends on: |
| simp only [dist, ← smul_Lp_neg, ← smul_Lp_add, norm_smul_Lp] | ||
|
|
||
| @[to_additive (attr := simp)] | ||
| @[to_additive (attr := simp, nolint simpNF)] |
There was a problem hiding this comment.
i think this is a false positive, as the suggested simp makes no progress
|
LLM-generated |
By Codex GPT 5.6 Sol, reviewed by me
WeakPseudoEMetricSpaceand friends #42741