Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Analysis): summable multipliable #16546

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

CBirkbeck
Copy link
Collaborator

@CBirkbeck CBirkbeck commented Sep 6, 2024

Add some results about transforming summable sequences f n indexed by natural numbers , into multipliable sequeces of the form 1 + f n using complex and real logs.


Copy link

github-actions bot commented Sep 6, 2024

PR summary 877d37ff15

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Analysis.SpecialFunctions.Log.Summable (new file) 2038

Declarations diff

+ Complex.log_of_summable
+ Complex.summable_nat_multipliable_one_add
+ Complex.tendstoUniformlyOn_tsum_nat_log_one_add
+ Real.log_of_summable
+ Real.summable_nat_multipliable_one_add
+ tendstoUniformlyOn_tsum_nat_eventually

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


Increase in tech debt: (relative, absolute) = (1.00, 0.00)
Current number Change Type
224 1 bare open (scoped) Classical

Current commit 877d37ff15
Reference commit ea515836ea

You can run this locally as

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

CBirkbeck and others added 2 commits September 6, 2024 18:51
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Sep 6, 2024
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@joneugster joneugster changed the title Summable multipliable feat(Analysis): summable multipliable Sep 12, 2024
@joneugster joneugster added the t-analysis Analysis (normed *, calculus) label Sep 12, 2024
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Nov 28, 2024
@mathlib4-dependent-issues-bot
Copy link
Collaborator

@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Nov 28, 2024
@CBirkbeck CBirkbeck added the WIP Work in progress label Dec 4, 2024
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Dec 4, 2024
@CBirkbeck CBirkbeck removed the WIP Work in progress label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-analysis Analysis (normed *, calculus)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants