Skip to content

Commit ff1b91c

Browse files
authored
rm diagramms from README (#1406)
1 parent e1d6540 commit ff1b91c

File tree

6 files changed

+1
-18
lines changed

6 files changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ We try to preserve backward compatibility as best as we can.
8989
Each file is documented in its header in ASCII.
9090

9191
[HTML rendering of the source code](https://math-comp.github.io/analysis/htmldoc_1_7_0/index.html) (using a fork of [`coq2html`](https://github.com/xavierleroy/coq2html)).
92+
It includes inheritance diagrams for the mathematical structures that MathComp-Analysis adds on top of MathComp's ones.
9293

9394
Overview presentations:
9495
- [Classical Analysis with Coq](https://perso.crans.org/cohen/CoqWS2018.pdf) (2018)
@@ -110,24 +111,6 @@ Other work using MathComp-Analysis:
110111
- [Experimenting with an intrinsically-typed probabilistic programming language in Coq](https://staff.aist.go.jp/reynald.affeldt/documents/syntax-aplas2023.pdf) (2023)
111112
- [Taming Differentiable Logics with Coq Formalisation](https://drops.dagstuhl.de/storage/00lipics/lipics-vol309-itp2024/LIPIcs.ITP.2024.4/LIPIcs.ITP.2024.4.pdf) (2024)
112113

113-
## Mathematical structures
114-
115-
MathComp-Analysis adds mathematical structures on top of MathComp's ones.
116-
The following inheritance diagram displays the resulting hierarchy as of version 1.1.0
117-
(excluding most MathComp structures).
118-
The structures introduced by MathComp-Analysis are highlighted.
119-
(See `topology.v`, `normedtype.v`, `reals.v`, `measure.v`.)
120-
121-
<img width="600" alt="Main_inheritance_graph" src="etc/hierarchy_main.1.1.0.png">
122-
123-
124-
### Hierarchies of functions
125-
126-
| Functions | Functions with a finite image | Measures | Kernels |
127-
|:----------:|:-----------------------------:|:--------:|:-------:|
128-
| <img width="300" alt="Functions" src="etc/hierarchy_functions.1.1.0.png"> | <img width="200" alt="Functions_with_a_finite_image" src="etc/hierarchy_fimfun.1.1.0.png"> | <img width="300" alt="Measures" src="etc/hierarchy_measure.1.1.0.png"> | <img width="200" alt="Kernels" src="etc/hierarchy_kernel.1.1.0.png"> |
129-
| (see `functions.v`) | (see `cardinality.v`, `lebesgue_integral.v`) | (see `measure.v`, `charge.v`) | (see `kernel.v`) |
130-
131114
## Development information
132115

133116
[Detailed requirements and installation procedure](INSTALL.md)

etc/hierarchy_fimfun.1.1.0.png

-26.5 KB
Binary file not shown.

etc/hierarchy_functions.1.1.0.png

-74.3 KB
Binary file not shown.

etc/hierarchy_kernel.1.1.0.png

-26.9 KB
Binary file not shown.

etc/hierarchy_main.1.1.0.png

-273 KB
Binary file not shown.

etc/hierarchy_measure.1.1.0.png

-64 KB
Binary file not shown.

0 commit comments

Comments
 (0)