analysis icon indicating copy to clipboard operation
analysis copied to clipboard

Mathematical Components compliant Analysis Library

Results 283 analysis issues
Sort by recently updated
recently updated
newest added

- from strict to large - also adds a few lemmas to `ereal.v` closed #122 @CohenCyril This is globally getting a bit bigger (only a few proofs are shortened). I...

experiment :test_tube:

There are redundancies between `altreals/realseq.v` (which predates MathComp-Analysis) and the newer `sequences.v`. How should we factorize? Related issue: "The merge of sequences and sums over general sets (see `esum.v` and...

question :question:
renaming/refactoring :wrench:

Think of a naming scheme a la `finmap`?

enhancement :sparkles:

TODO: revise the use of floor and ceil once ~~math-comp/math-comp#682 is merged into MathComp~~ requiring MC >= 2.1.0

https://github.com/math-comp/analysis/blob/22bb6cc4adc629f47b4ec03ef38eb2138ed2c9a5/theories/topology.v#L3013-L3016

##### Motivation for this change This is an attempt at generalizing `lebesgue_mesure.v`. RFC, FYI @hoheinzollern @IshiguroYoshihiro We have only replayed the first part so far and plan to work on...

##### Motivation for this change ##### Things done/to do - [ ] added corresponding entries in `CHANGELOG_UNRELEASED.md` (do not edit former entries, only append new ones, be careful: merge and...

##### Motivation for this change @CohenCyril would fix issue #662 ##### Things done/to do - [ ] added corresponding entries in `CHANGELOG_UNRELEASED.md` - [ ] added corresponding documentation in the...

"bug" :bug:
help :sos:
experiment :test_tube:

https://github.com/math-comp/analysis/blob/9d80a0fbeeaa079a930c436d3d5dbb878491cf73/theories/lebesgue_measure.v#L829-L830 Removing ` : set R` causes a stack overflow that is not explained yet. There are more instances below in the file. For the record. @CohenCyril @gares

question :question:

Duality theory in topological vector spaces. This is work in slow progress, submitted as a PR to allow potential discussions with other ongoing works. The goal is to prove [Mackey-arens...

TODO: MC2 port