Replies: 1 comment
-
I am quite interested in such shared libraries of term definitions. "Big Math and the One-Brain Barrier: The Tetrapod Model of Mathematical Knowledge" ...is supplemented by working notes here that contain some comparison tables across different math systems: We may infer that the "Tetrapod" perspective is carried over into the agda-categories library: Agda-Categories explanatory whitepaper includes table of comparisons across Agda, Coq, Lean, Isabelle libraries, For comparison, here is the Lean MathLib source tree for category theory definitions: Here is a discussion (2021-May) on the name-alignment topic in the Lean Zulip chat, regarding both MSC identifiers, and Wikipedia links. If there was already a well-liked shared namespace/ID approach, we might expect some of these folks to refer to it. |
Beta Was this translation helpful? Give feedback.
-
In the library of the Slate theorem prover, definitions and theorems contain links to Wikipedia and other provers. On the one hand, this will not scale indefinitely, and on the other hand a web of such links could be useful on its own.
Idea
Offload the links to websites and theorem prover libraries to a separate "dictionary" service that is independent of Slate.
Motivation
Proposal
The idea is to make this a very lightweight service that merely provides the following:
Conditions for success
Implementing the service described above only makes sense if more or less complete data for at least one other prover library (preferably more) is entered and also continuously maintained.
More specifically, considering the above description, the library contents of one or more provers must be enriched with Wikipedia links for all definitions and theorems where this is appropriate. The rest will happen automatically.
For this to be feasible, adding new entries must be as efficient as possible, ideally integrated into existing IDEs. (Integration into Slate is straightforward.)
Once this is done, it will hopefully create enough of an incentive to connect to it from other provers as well.
Maintenance
Related
Beta Was this translation helpful? Give feedback.
All reactions