UniMath / agda-unimath

The agda-unimath library
https://unimath.github.io/agda-unimath/
MIT License
211 stars 67 forks source link

Formalized results from the literature #1055

Open fredrik-bakke opened 4 months ago

fredrik-bakke commented 4 months ago

We should have a list of publications that are formalized in the library. This would be good for exposition, would give new readers some pointers for what to read in the library, and would allow us to brag a little about what the library contains.

The way I see it, the list should be split into two sections. One where the original publication was made with our library in mind, and one where the formalization appeared after the publication, and/or where it may not have been formalized by any of the original authors of the publication. We can also consider subdividing it further into more and less "serious" publications. E.g. published papers in high-standing journals vs. pre-prints & blog posts.

A list of desiderata are

Depends on #957.

fredrik-bakke commented 4 months ago

I'll try to compile a list of such publications in this comment, please comment below if you have any additions/corrections to make.

Publications with intended formalizations

Work-in-progress formalizations of publications that are not part of the publication

VojtechStep commented 3 months ago

I like what the cubical people do with https://agda.github.io/cubical/Cubical.Papers.Everything.html, where they have a module per publication, and then import the constructions/lemmas/results from the actual library.

fredrik-bakke commented 3 months ago

Ah, that's a bit similar to how we organize the OEIS page, that could work!