-
[Here is a branch of mine](https://github.com/Alizter/HoTT/tree/spec2) that has the colimits and EM spaces branches merged. I have changed the definition of `Build_Spectrum` so that it will demand all…
-
## Description:
This issue proposes an enhancement to the Kolmogorov-Arnold Networks (KAN) architecture that involves the development of an automated method for converting trained models into symboli…
-
I'm opening this, with some trepidation, because I'd like to do something about the state of `contrib`, and it'd be interesting to hear people's opinions. Essentially, the problem is that it's become …
-
A family of results I would like to see in `set.mm` are basic results on barycentric coordinates (to be added by me or others). This would allow to prove some theorems around convex combinations and c…
-
During a very bizarre proof script, when Coq is running as `coqidetop`, a `Subgoals` request (with `fg = false`, `bg = shelved = given_up = true`) hits a Not_found.
The proof script is rather b…
-
We set out to state the Cook-Levin and work towards a proof of it.
This is part of the general plan laid out [here](https://github.com/wimmers/poly-reductions/blob/master/doc/PLAN.md).
# General A…
-
Proofs rejected by Isabelle are reported only on the first run. Subsequent runs report that no errors were found. Only after removing the `*.tlaps` directory do the checking errors appear again. This …
-
For each EquationX `abbrev` in Equations.lean, also add a `LawX` that defines the corresponding element of `MagmaLaw`. (EDIT: this step will no longer be necessary if #290 is completed.)
Modify the…
-
The Scala compiler can be made to run out of memory while attempting to type check code that uses generics. Even while using a heap size of 4GB this fairly short snippet of code will cause the type ch…
-
While I understand if this isn't a priority or even something that Daan would like for Koka. I do want to explore the idea.
Metaprogramming solutions span a broad spectrum. You can have metaprogram…