refactor(MeasureTheory): golf Mathlib/MeasureTheory/Function/SimpleFunc#38492
refactor(MeasureTheory): golf Mathlib/MeasureTheory/Function/SimpleFunc#38492yuanyi-350 wants to merge 2 commits intoleanprover-community:masterfrom
Mathlib/MeasureTheory/Function/SimpleFunc#38492Conversation
|
!bench |
|
Benchmark results for fbcd08b against 9268b22 are in. No significant results found. @yuanyi-350
Small changes (1🟥)
|
PR summary 9268b22206Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 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 No changes to technical debt.This script lives in the
|
|
I ran a profiler comparison for the changed declarations in this PR. Results (seconds):
Overall:
|
Function/SimpleFuncMathlib/MeasureTheory/Function/SimpleFunc
grunweg
left a comment
There was a problem hiding this comment.
Seems sensible to me, thanks! Let's have another pair of eyes to double-check that we don't want to keep the old proofs for some reason:
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by grunweg. |
Measurable.add_simpleFuncandMeasurable.simpleFunc_addinMeasureTheory/Function/SimpleFuncto useSimpleFunc.measurable_bindinstead of explicit inductions together with manual piecewise/support argumentsExtracted from #38104, migrate from #38107