Skip to content

[Merged by Bors] - chore: split IntegralCurve#18833

Closed
winstonyin wants to merge 4 commits intomasterfrom
integral_curve_split
Closed

[Merged by Bors] - chore: split IntegralCurve#18833
winstonyin wants to merge 4 commits intomasterfrom
integral_curve_split

Conversation

@winstonyin
Copy link
Copy Markdown
Collaborator

@winstonyin winstonyin commented Nov 11, 2024

Split Mathlib.Geometry.Manifold.IntegralCurve into three files:

  • Mathlib.Geometry.Manifold.IntegralCurve.Basic: Definitions and basic lemmas about continuity and derivatives of integral curves
  • Mathlib.Geometry.Manifold.IntegralCurve.Transform: Lemmas about translation and scaling of the domain of integral curves by a constant
  • Mathlib.Geometry.Manifold.IntegralCurve.ExistUnique: Local existence and uniqueness theorems for integral curves

No content has been substantively changed from the original file. This is to prepare for #9013, which proves a sufficient condition for global existence of integral curves. That'll go in another new file.


Open in Gitpod

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 11, 2024

PR summary 55ffaa733f

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Geometry.Manifold.IntegralCurve -2017
Mathlib.Geometry.Manifold.IntegralCurve.Basic 1720
Mathlib.Geometry.Manifold.IntegralCurve.Transform 1721
Mathlib.Geometry.Manifold.IntegralCurve.ExistUnique 2019

Declarations diff

No declarations were harmed in the making of this PR! 🐙

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.

Copy link
Copy Markdown
Contributor

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

Two small comments, otherwise LGTM. Thanks for doing this!

@grunweg grunweg added the awaiting-author A reviewer has asked the author a question or requested changes. label Nov 11, 2024
@winstonyin winstonyin removed the awaiting-author A reviewer has asked the author a question or requested changes. label Nov 11, 2024
@grunweg
Copy link
Copy Markdown
Contributor

grunweg commented Nov 11, 2024

Thanks!
maintainer merge

@github-actions
Copy link
Copy Markdown

🚀 Pull request has been placed on the maintainer queue by grunweg.

@github-actions github-actions bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Nov 11, 2024
@grunweg grunweg changed the title chore: Split IntegralCurve chore: split IntegralCurve Nov 11, 2024
@kim-em
Copy link
Copy Markdown
Contributor

kim-em commented Nov 12, 2024

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Nov 12, 2024
mathlib-bors bot pushed a commit that referenced this pull request Nov 12, 2024
Split `Mathlib.Geometry.Manifold.IntegralCurve` into three files:
* `Mathlib.Geometry.Manifold.IntegralCurve.Basic`: Definitions and basic lemmas about continuity and derivatives of integral curves
* `Mathlib.Geometry.Manifold.IntegralCurve.Transform`: Lemmas about translation and scaling of the domain of integral curves by a constant
* `Mathlib.Geometry.Manifold.IntegralCurve.ExistUnique`: Local existence and uniqueness theorems for integral curves

No content has been substantively changed from the original file. This is to prepare for #9013, which proves a sufficient condition for global existence of integral curves. That'll go in another new file.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Nov 12, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: split IntegralCurve [Merged by Bors] - chore: split IntegralCurve Nov 12, 2024
@mathlib-bors mathlib-bors bot closed this Nov 12, 2024
@mathlib-bors mathlib-bors bot deleted the integral_curve_split branch November 12, 2024 03:02
Jun2M pushed a commit that referenced this pull request Nov 17, 2024
Split `Mathlib.Geometry.Manifold.IntegralCurve` into three files:
* `Mathlib.Geometry.Manifold.IntegralCurve.Basic`: Definitions and basic lemmas about continuity and derivatives of integral curves
* `Mathlib.Geometry.Manifold.IntegralCurve.Transform`: Lemmas about translation and scaling of the domain of integral curves by a constant
* `Mathlib.Geometry.Manifold.IntegralCurve.ExistUnique`: Local existence and uniqueness theorems for integral curves

No content has been substantively changed from the original file. This is to prepare for #9013, which proves a sufficient condition for global existence of integral curves. That'll go in another new file.
TobiasLeichtfried pushed a commit that referenced this pull request Nov 21, 2024
Split `Mathlib.Geometry.Manifold.IntegralCurve` into three files:
* `Mathlib.Geometry.Manifold.IntegralCurve.Basic`: Definitions and basic lemmas about continuity and derivatives of integral curves
* `Mathlib.Geometry.Manifold.IntegralCurve.Transform`: Lemmas about translation and scaling of the domain of integral curves by a constant
* `Mathlib.Geometry.Manifold.IntegralCurve.ExistUnique`: Local existence and uniqueness theorems for integral curves

No content has been substantively changed from the original file. This is to prepare for #9013, which proves a sufficient condition for global existence of integral curves. That'll go in another new file.
mathlib-bors bot pushed a commit that referenced this pull request Nov 27, 2024
…9013)

Lemma 9.15 in Lee's Introduction to Smooth Manifolds:

> Let `v` be a smooth vector field on a smooth manifold `M`. If there exists `ε > 0` such that for each point `x : M`, there exists an integral curve of `v` through `x` defined on an open interval `Ioo (-ε) ε`, then every point on `M` has a global integral curve of `v` passing through it.

We only require `v` to be $C^1$.

To achieve this, we define the extension of an integral curve `γ` by another integral curve `γ'`, if they agree at a point inside their overlapping open interval domains. This utilises the uniqueness theorem of integral curves.

We need this lemma to show that vector fields on compact manifolds always have global integral curves.

- [x] depends on: #8886 
- [x] depends on: #18833
- [x] depends on: #19008



Co-authored-by: Michael Rothgang <rothgang@math.uni-bonn.de>
Co-authored-by: Johan Commelin <johan@commelin.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. ready-to-merge This PR has been sent to bors. t-differential-geometry Manifolds etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants