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] - refactor(Gronwall): Restate in terms of LipschitzOnWith, EqOn #8920

Closed
wants to merge 1 commit into from

Conversation

winstonyin
Copy link
Collaborator

Restate the uniqueness theorems for solutions to ODEs using LipschitzOnWith and EqOn rather than the equivalent raw propositions, so that relevant APIs may be used for arguments of these theorems.


Open in Gitpod

(hv : ∀ t, ∀ᵉ (x ∈ s t) (y ∈ s t), dist (v t x) (v t y) ≤ K * dist x y)
theorem dist_le_of_approx_trajectories_ODE_of_mem_set {v : ℝ → E → E} {s : ℝ → Set E} {K : ℝ≥0}
(hv : ∀ t, LipschitzOnWith K (v t) (s t))
Copy link
Member

Choose a reason for hiding this comment

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

Isn't the new statement weaker? You've demoted ∀ᵉ to .

Copy link
Member

Choose a reason for hiding this comment

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

Oh nevermind, I thought ∀ᵉ was some special thing like eventually, but it's just a weird notation for binders.

Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

bors merge

Thanks!

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the ready-to-merge This PR has been sent to bors. label Dec 9, 2023
@grunweg grunweg added the t-analysis Analysis (normed *, calculus) label Dec 9, 2023
mathlib-bors bot pushed a commit that referenced this pull request Dec 9, 2023
)

Restate the uniqueness theorems for solutions to ODEs using `LipschitzOnWith` and `EqOn` rather than the equivalent raw propositions, so that relevant APIs may be used for arguments of these theorems.
@mathlib-bors
Copy link

mathlib-bors bot commented Dec 9, 2023

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Dec 9, 2023
)

Restate the uniqueness theorems for solutions to ODEs using `LipschitzOnWith` and `EqOn` rather than the equivalent raw propositions, so that relevant APIs may be used for arguments of these theorems.
@mathlib-bors
Copy link

mathlib-bors bot commented Dec 9, 2023

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title refactor(Gronwall): Restate in terms of LipschitzOnWith, EqOn [Merged by Bors] - refactor(Gronwall): Restate in terms of LipschitzOnWith, EqOn Dec 9, 2023
@mathlib-bors mathlib-bors bot closed this Dec 9, 2023
@mathlib-bors mathlib-bors bot deleted the gronwall_lipschitz branch December 9, 2023 12:29
awueth pushed a commit that referenced this pull request Dec 19, 2023
)

Restate the uniqueness theorems for solutions to ODEs using `LipschitzOnWith` and `EqOn` rather than the equivalent raw propositions, so that relevant APIs may be used for arguments of these theorems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has been sent to bors. t-analysis Analysis (normed *, calculus)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants