Skip to content

Conversation

@YuvalFilmus
Copy link
Collaborator

The main results are iterate_derivative_T_eval_one and iterate_derivative_U_eval_one.
These are derived using recurrences which for at every point, and in particular, iterate_derivative_T_eval_zero and iterate_derivative_U_eval_zero gives the recurrences at zero.
In principle, by combining with #33311, one can compute the explicit formula for the derivative at zero.
A subsequent PR will derive consequences for these polynomials over the reals (these should work for every field).

The file is getting rather long — not sure what to do about it.


Open in Gitpod

@github-actions
Copy link

github-actions bot commented Dec 26, 2025

PR summary adde41efa9

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ derivative_T_eval_one
+ derivative_U_eval_one
+ iterate_derivative_T_eval_one
+ iterate_derivative_T_eval_one_recurrence
+ iterate_derivative_T_eval_zero_recurrence
+ iterate_derivative_U_eval_one
+ iterate_derivative_U_eval_one_recurrence
+ iterate_derivative_U_eval_zero_recurrence
+ one_sub_X_sq_mul_iterate_derivative_T_eq_poly_in_T
+ one_sub_X_sq_mul_iterate_derivative_T_eval
+ one_sub_X_sq_mul_iterate_derivative_U_eq_poly_in_U
+ one_sub_X_sq_mul_iterate_derivative_U_eval

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.


No changes to technical debt.

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

@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Dec 26, 2025
@mathlib4-merge-conflict-bot mathlib4-merge-conflict-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Dec 31, 2025
@mathlib4-merge-conflict-bot
Copy link
Collaborator

This pull request has conflicts, please merge master and resolve them.

@github-actions github-actions bot 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 31, 2025
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Jan 7, 2026
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.

4 participants