Skip to content

feat: classical distributions induced by a locally integrable function#41723

Open
luigi-massacci wants to merge 4 commits into
leanprover-community:masterfrom
luigi-massacci:LM_distrib_induced
Open

feat: classical distributions induced by a locally integrable function#41723
luigi-massacci wants to merge 4 commits into
leanprover-community:masterfrom
luigi-massacci:LM_distrib_induced

Conversation

@luigi-massacci

Copy link
Copy Markdown
Collaborator

Analogous to the results for Tempered Distributions.


Open in Gitpod

@github-actions github-actions Bot added the large-import Automatically added label for PRs with a significant increase in transitive imports label Jul 14, 2026
@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown

PR summary 4abf8556f2

Import changes exceeding 2%

% File
+6.07% Mathlib.Analysis.Distribution.Distribution

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Analysis.Distribution.Distribution 2439 2587 +148 (+6.07%)
Import changes for all files
Files Import difference
Mathlib.Analysis.Distribution.Distribution 148

Declarations diff (regex)

+ integrable_smul
+ toDistribution
+ toDistribution_add
+ toDistribution_apply
+ toDistribution_eq_of_ae
+ toDistribution_eq_zero
+ toDistribution_injective
+ toDistribution_neg
+ toDistribution_smul
+ toDistribution_zero
+ zero_on_compl

You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci

## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>

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

The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.

Declarations diff (Lean)

Lean-aware diff — post-build, computed from the Lean environment (commit 4abf855).

  • +12 new declarations
  • −0 removed declarations
+Distribution.toDistribution
+Distribution.toDistribution.congr_simp
+Distribution.toDistribution_add
+Distribution.toDistribution_apply
+Distribution.toDistribution_eq_of_ae
+Distribution.toDistribution_eq_zero
+Distribution.toDistribution_injective
+Distribution.toDistribution_neg
+Distribution.toDistribution_smul
+Distribution.toDistribution_zero
+TestFunction.integrable_smul
+TestFunction.zero_on_compl

No changes to strong technical debt.

No changes to weak technical debt.

Current commit 4abf8556f2
Reference commit 4a7edd35ec

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

@github-actions github-actions Bot added the t-analysis Analysis (normed *, calculus) label Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

large-import Automatically added label for PRs with a significant increase in transitive imports t-analysis Analysis (normed *, calculus)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant