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

[Merged by Bors] - fix: Incorrect integral curve existence theorem for vector fields #6875

Closed
wants to merge 10 commits into from

Conversation

winstonyin
Copy link
Collaborator

@winstonyin winstonyin commented Aug 30, 2023

exists_isPicardLindelof_const_of_contDiffOn_nhds had unnecessarily specific assumptions.

ContDiffOn assumption is replaced with ContDiffAt.

ProperSpace E assumption is removed.


Open in Gitpod

@winstonyin winstonyin added awaiting-review The author would like community review of the PR t-analysis Analysis (normed *, calculus) labels Aug 31, 2023
@winstonyin winstonyin changed the title feat: Improve integral curve existence theorem for vector fields fix: Incorrect integral curve existence theorem for vector fields Sep 1, 2023
Mathlib/Analysis/ODE/PicardLindelof.lean Outdated Show resolved Hide resolved
Mathlib/Analysis/ODE/PicardLindelof.lean Outdated Show resolved Hide resolved
Mathlib/Analysis/ODE/PicardLindelof.lean Outdated Show resolved Hide resolved
split_ifs with h
· rwa [← h] at hr'
· exact (mul_div_cancel' (r / 2) h).le }
#align exists_is_picard_lindelof_const_of_cont_diff_on_nhds exists_isPicardLindelof_const_of_contDiffOn_nhds
Copy link
Member

Choose a reason for hiding this comment

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

You should not delete #aligns (same below)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

What if the theorem name and statement have changed?

Copy link
Member

Choose a reason for hiding this comment

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

I would still keep the #align.

Comment on lines -440 to -441
∃ f : ℝ → E, f t₀ = x₀ ∧ ∀ t ∈ Ioo (t₀ - ε) (t₀ + ε), f t ∈ s ∧ HasDerivAt f (v (f t)) t := by
obtain ⟨ε, hε, L, R, C, hpl⟩ := exists_isPicardLindelof_const_of_contDiffOn_nhds t₀ x₀ hv hs
Copy link
Member

Choose a reason for hiding this comment

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

I might be very stupid here, but it seems to me that your version is less strong in the sense that you don't have control over the image of f?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it's my original statement of the theorem that was a bit stupid. Since f is differentiable at t₀, you can just shrink ε until f t ∈ s for any s ∈ nhds x₀.

@mcdoll mcdoll added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Sep 3, 2023
@bors bors bot changed the base branch from master to ScottCarnahan/BinomialRing2 September 17, 2023 03:26
@semorrison semorrison changed the base branch from ScottCarnahan/BinomialRing2 to master September 17, 2023 12:06
@winstonyin winstonyin added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Oct 20, 2023
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@fpvandoorn
Copy link
Member

The new statements are a lot nicer!

Please add back the #align.

bors d+

@bors
Copy link

bors bot commented Oct 23, 2023

✌️ winstonyin can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@github-actions github-actions bot added delegated and removed awaiting-review The author would like community review of the PR labels Oct 23, 2023
@winstonyin
Copy link
Collaborator Author

bors r+

bors bot pushed a commit that referenced this pull request Oct 24, 2023
)

`exists_isPicardLindelof_const_of_contDiffOn_nhds` had unnecessarily specific assumptions.

`ContDiffOn` assumption is replaced with `ContDiffAt`.

`ProperSpace E` assumption is removed.
@bors
Copy link

bors bot commented Oct 24, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title fix: Incorrect integral curve existence theorem for vector fields [Merged by Bors] - fix: Incorrect integral curve existence theorem for vector fields Oct 24, 2023
@bors bors bot closed this Oct 24, 2023
@bors bors bot deleted the picardlindeloffix branch October 24, 2023 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated t-analysis Analysis (normed *, calculus)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants