Skip to content

Conversation

@t6s
Copy link
Member

@t6s t6s commented Jul 7, 2025

Motivation for this change

This PR generalizes lemma fct_sumE from a pointwise equality

$$(\sum_k f_k)(x) = \sum_k f_k(x)$$

to the corresponding functional equality

$$\sum_k f_k = \lambda x. \sum_k f_k(x),$$

which should be more easily usable.

Checklist
  • added corresponding entries in CHANGELOG_UNRELEASED.md

- [ ] added corresponding documentation in the headers

Reference: How to document

Merge policy

As a rule of thumb:

  • PRs with several commits that make sense individually and that
    all compile are preferentially merged into master.
  • PRs with disorganized commits are very likely to be squash-rebased.
Reminder to reviewers

@affeldt-aist affeldt-aist merged commit be58fe8 into math-comp:master Jul 7, 2025
34 checks passed
@t6s t6s deleted the generalize_fct_sumE branch August 8, 2025 18:28
yosakaon pushed a commit to yosakaon/analysis that referenced this pull request Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants