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: basic results about the differentiability of the norm #17150

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

Conversation

EtienneC30
Copy link
Collaborator

@EtienneC30 EtienneC30 commented Sep 26, 2024

Provide basic results about the differentiability of the norm in a real vector space.
Give the links between differentiability as x and t • x.
Prove that if the norm is differentiable at x then fderiv ℝ (‖·‖) x x = ‖x‖ and ‖fderiv ℝ (‖·‖) x‖ = 1.


Open in Gitpod

@EtienneC30 EtienneC30 added t-analysis Analysis (normed *, calculus) blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) labels Sep 26, 2024
Copy link

github-actions bot commented Sep 26, 2024

PR summary a25518b084

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Analysis.Calculus.FDeriv.Norm 1934

Declarations diff

+ ContDiffAt.contDiffAt_norm_of_smul
+ ContDiffAt.contDiffAt_norm_smul
+ DifferentiableAt.differentiableAt_norm_of_smul
+ DifferentiableAt.fderiv_norm_self
+ HasFDerivAt.hasFDerivAt_norm_smul
+ HasFDerivAt.hasFDerivAt_norm_smul_neg
+ HasFDerivAt.hasFDerivAt_norm_smul_pos
+ HasStrictFDerivAt.hasStrictDerivAt_norm_smul_neg
+ HasStrictFDerivAt.hasStrictDerivAt_norm_smul_pos
+ HasStrictFDerivAt.hasStrictFDerivAt_norm_smul
+ ae_differentiableAt_norm
+ contDiffAt_norm_smul_iff
+ differentiableAt_norm_smul
+ fderiv_norm_smul
+ fderiv_norm_smul_neg
+ fderiv_norm_smul_pos
+ norm_fderiv_norm
+ not_differentiableAt_norm_zero

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.

@EtienneC30 EtienneC30 closed this Sep 28, 2024
@EtienneC30 EtienneC30 reopened this Sep 28, 2024
@EtienneC30 EtienneC30 added the WIP Work in progress label Sep 28, 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 Oct 2, 2024
@mathlib4-dependent-issues-bot
Copy link
Collaborator

This PR/issue depends on:

@EtienneC30 EtienneC30 removed the WIP Work in progress label Oct 3, 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.

3 participants