Skip to content

Conversation

@hoheinzollern
Copy link
Member

@hoheinzollern hoheinzollern commented Oct 7, 2022

This addresses @zstone1's comment in #677

@hoheinzollern hoheinzollern mentioned this pull request Oct 7, 2022
2 tasks
Lemma nondecreasing_right_continuousP (R : realType) (a : R) (e : {posnum R})
(f : cumulative R) :
e > 0 -> exists d : {posnum R}, f (a + d%:num) <= f a + e.
exists d : {posnum R}, f (a + d%:num) <= f a + (e%:num).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
exists d : {posnum R}, f (a + d%:num) <= f a + (e%:num).
exists d : {posnum R}, f (a + d%:num) <= f a + e%:num.

@CohenCyril
Copy link
Member

CohenCyril commented Oct 10, 2022

The current phrasing is already good. (cf #677 (comment))

@CohenCyril CohenCyril closed this Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants