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: regularity of the pullback of a vector field on a manifold #20853

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

Conversation

sgouezel
Copy link
Contributor

We show that the pullback of a C^m vector field on a manifold under a C^{m+1} map with invertible derivative is C^m.


Open in Gitpod

@sgouezel sgouezel added the t-differential-geometry Manifolds etc label Jan 19, 2025
Copy link

github-actions bot commented Jan 19, 2025

PR summary 92a1014bb3

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ ChartedSpace.discreteTopology
+ _root_.ContMDiff.mpullback_vectorField
+ _root_.ContMDiffAt.mpullback_vectorField_preimage
+ _root_.ContMDiffOn.mpullbackWithin_vectorField_inter
+ _root_.ContMDiffOn.mpullback_vectorField_preimage
+ _root_.ContMDiffWithinAt.mpullbackWithin_vectorField
+ _root_.ContMDiffWithinAt.mpullbackWithin_vectorField'
+ _root_.ContMDiffWithinAt.mpullbackWithin_vectorField_inter
+ _root_.ContMDiffWithinAt.mpullbackWithin_vectorField_inter_of_eq
+ _root_.ContMDiffWithinAt.mpullbackWithin_vectorField_of_eq
+ _root_.ContMDiffWithinAt.mpullbackWithin_vectorField_of_eq'
+ _root_.ContMDiffWithinAt.mpullbackWithin_vectorField_of_mem
+ _root_.ContMDiffWithinAt.mpullbackWithin_vectorField_of_mem_of_eq
+ _root_.ContMDiffWithinAt.mpullback_vectorField_of_mem_nhdsWithin
+ _root_.ContMDiffWithinAt.mpullback_vectorField_of_mem_nhdsWithin_of_eq
+ _root_.ContMDiffWithinAt.mpullback_vectorField_preimage
+ _root_.ContMDiffWithinAt.mpullback_vectorField_preimage_of_eq
+ contMDiffWithinAt_mpullbackWithin_extChartAt_symm
+ differentiableAt_of_isInvertible_fderiv
+ differentiableWithinAt_of_isInvertible_fderivWithin
+ eventuallyEq_mpullback_mpullbackWithin_extChartAt
+ eventually_contMDiffWithinAt_mpullbackWithin_extChartAt_symm
+ isInvertible_zero_iff
+ mdifferentiableAt_of_isInvertible_mfderiv
+ mdifferentiableWithinAt_of_isInvertible_mfderivWithin
+ mdifferentiable_of_subsingleton
+ mpullbackWithin_comp_of_left
+ mpullbackWithin_comp_of_right

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

Copy link
Collaborator

@grunweg grunweg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have only reviewed the "leaf" parts so far: everything up to the section "ContDiff" in the main file. (Help with that welcome. I will be at a conference next week, so with little time for reviewing.) Only superficial comments.

Mathlib/Geometry/Manifold/ChartedSpace.lean Outdated Show resolved Hide resolved
Mathlib/Geometry/Manifold/MFDeriv/Basic.lean Outdated Show resolved Hide resolved
Mathlib/Topology/Algebra/Module/Equiv.lean Outdated Show resolved Hide resolved
Mathlib/Topology/Algebra/Module/Equiv.lean Outdated Show resolved Hide resolved
Mathlib/Topology/Algebra/Module/Equiv.lean Show resolved Hide resolved
Mathlib/Topology/Algebra/Module/Equiv.lean Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants