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

This is in beginner's style and should heavily rewritten. It contains two files: - `hahnbanach.v` contains a new formalization of Zorn's Lemma depending of the Choice in Prop and to...

enhancement :sparkles:

A proof of Baire and Banach-Steinhaus theorem, initiated by Theo Vignon. Waiting for [PR#183](https://github.com/math-comp/analysis/pull/183) to be merged to rebase on master.

enhancement :sparkles:

This is an attempt to simplify filters

TODO: MC2 port

This PR is the result of a split of the PR #187 . It defines a few standard sequences and proves a few lemmas about them, mostly as a test...

Formalization of complex analysis, following the closed #192.

TODO: MC2 port

- [ ] ~~Obtain axioms from the std library~~ Keep the explicit list of additional axioms, and derive their standard consequences. - [x] Remove ugly notation for `asbool` - [x]...

TODO: MC2 port

countability and finiteness now share the interface of `countType` and `finType` through the coercions `countable >-> Sortclass` and `finite >-> Sortclass` e.g. `rpickle c` is replaced by `@pickle [countType of...

experiment :test_tube:
renaming/refactoring :wrench:
TODO: MC2 port

https://github.com/math-comp/analysis/blob/7b88928f524b16b2bbd29940bfd0ce4e69cb61d0/theories/mathcomp_extra.v#L189-L194

It would be nice to have many exercise-level facts proved in the library, which would support the consistency of our formalization. An example is that every metric space is T4...

kind: wish