fixes #1797 (add cvg_dnbhs_at_right)#1895
Conversation
|
Here is the ssprove error: It looks unrelated to this PR (fyi: @4ever2 ) |
SSProve dev needs mathcomp-word >= 3.3, probably the reason for the error. |
|
These lemmas were used along with forall f0 x0, f0 x @[x --> x0] --> f0 x0 <-> f0 x @[x --> x0^'] --> f0 x0Here the lhs corresponds to the definition of pointwise continuousness in mathcomp and the rhs to the one in HOL Light. By the way, adding the proof of this equivalence to mathcomp could also make sense I suppose ? |
Ah, thanks, I now remember the context ^_^.
Since you have an application, this is a good indication that this equivalence should be somewhere I guess, but I am not sure where.
What do you think? Since you ask the question here, maybe you were thinking of 2.? |
|
I am not sure about the structure and habits in mathcomp. This is very similar to
Would it be simpler for a mathcomp-analysis user to use |
I think that we are rather in this situation.
I am not sure we thought much about that but I suspect the shorter, the better.
Yes, and it looks fine to me. Maybe there is a difference in that HOL Light is a bit more specialized to real analysis (I guess). |
dd518d9 to
f4d68e6
Compare
|
@agontard in any case, does this PR help in any way? that would help use deciding to merge it |
Well, it simply means we do not have to reprove these lemmas. For potential end-users, it is advantageous if these lemmas not directly related to the HOL Light translation are found in mathcomp directly as it makes more sense and makes them easier to find, but this is only true for limits (cvg_dnbhs_at_[right/left] + cvg_at_right_left_dnbhs). |
Motivation for this change
fixes #1797
I do not remember exactly why we needed these lemmas (@agontard ?)
but that seems natural and does not seem to hurt, hence this PR.
Checklist
CHANGELOG_UNRELEASED.md- [ ] added corresponding documentation in the headersReference: How to document
Merge policy
As a rule of thumb:
all compile are preferentially merged into master.
Reminder to reviewers