Skip to content

Conversation

@affeldt-aist
Copy link
Member

Motivation for this change

easy lemmas added to constructive_ereal.v

Things done/to do
  • added corresponding entries in CHANGELOG_UNRELEASED.md
    - [ ] added corresponding documentation in the headers
Automatic note to reviewers

Read this Checklist and put a milestone if possible.

Copy link
Contributor

@zstone1 zstone1 left a comment

Choose a reason for hiding this comment

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

Small naming change suggestion.

x * y \is a fin_num.
Proof. by move: x y => [x| |] [y| |]. Qed.

Lemma fin_numX x n : x \is a fin_num -> x ^+ n \is a fin_num.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe fin_num_expe?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think that fin_numX is appropriate because the suffix X is used in most lemmas involving ^+.
Of course, here we are indeed talking about expe and not the operator coming from MathComp
but since this is a lemma about fun_num the user can infer this difference from the context.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, makes sense. I'm happy with it's current state then.

@affeldt-aist affeldt-aist merged commit d264669 into math-comp:master Jan 27, 2023
@affeldt-aist affeldt-aist deleted the ereal_20220126 branch January 27, 2023 01:01
hoheinzollern pushed a commit to hoheinzollern/analysis that referenced this pull request Mar 9, 2023
hoheinzollern pushed a commit to hoheinzollern/analysis that referenced this pull request Mar 17, 2023
affeldt-aist added a commit to hoheinzollern/analysis that referenced this pull request Mar 20, 2023
hoheinzollern added a commit to hoheinzollern/analysis that referenced this pull request Apr 1, 2023
work on Hoelder's inequality

expeS, fin_numX (math-comp#829)
\bar R canonicals for tblattice

Co-authored-by: Quentin Vermande <[email protected]>

Co-authored-by: Alessandro Bruni <[email protected]>
Co-authored-by: Takafumi Saikawa <[email protected]>
Co-authored-by: Reynald Affeldt <[email protected]>

add lemma power12_sqrt

fix and strengthen eq_bigmax and eq_bigmin (math-comp#863)

Itv (math-comp#869)

* Add itv.v

Taking inspiration on signed.v, replacing sign by intervals.

* Add interval multiplication

* Add hints to automatically solve _ <= 1 goals

* Test to see if usable as a replacement for prob

* use notation from mathcomp_extra.v

* changelog and rm redundant code

* prefix duplicated identifiers

---------

Co-authored-by: Reynald Affeldt <[email protected]>

complete changelog

fubini for s-finite measures (math-comp#877)

fixes, cleaning

powere_pos lemmas

fixed `powere_pos` definition
more lemmas for `powere_pos`
progress in fixing hoelder

wip

powere_pos lemmas

cleanup

up

wip

wip
hoheinzollern added a commit to hoheinzollern/analysis that referenced this pull request Apr 13, 2023
work on Hoelder's inequality

expeS, fin_numX (math-comp#829)
\bar R canonicals for tblattice

Co-authored-by: Quentin Vermande <[email protected]>

Co-authored-by: Alessandro Bruni <[email protected]>
Co-authored-by: Takafumi Saikawa <[email protected]>
Co-authored-by: Reynald Affeldt <[email protected]>

add lemma power12_sqrt

fix and strengthen eq_bigmax and eq_bigmin (math-comp#863)

Itv (math-comp#869)

* Add itv.v

Taking inspiration on signed.v, replacing sign by intervals.

* Add interval multiplication

* Add hints to automatically solve _ <= 1 goals

* Test to see if usable as a replacement for prob

* use notation from mathcomp_extra.v

* changelog and rm redundant code

* prefix duplicated identifiers

---------

Co-authored-by: Reynald Affeldt <[email protected]>

complete changelog

fubini for s-finite measures (math-comp#877)

fixes, cleaning

powere_pos lemmas

fixed `powere_pos` definition
more lemmas for `powere_pos`
progress in fixing hoelder

wip

powere_pos lemmas

cleanup

up

wip

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

2 participants