-
I've changed the absConv definition to look like this:
```
def absConv conv =
tm =>
match destabs tm
case [ctx,_,bod] =>
match incontext conv bod
case nil => nil
…
-
I would like to request the ability to add user-defined rules to the ruleset, such as creating custom rules for GDD. For example, allowing the use of certain theorems to prove problems. This feature w…
-
The Reference manual used to include a big list of the core system's theorems. I found this useful when I was learning HOL, so perhaps we should try to do this again. It's not clear if we'd really w…
mn200 updated
2 years ago
-
-
### Proposal
`Meta.Diagnostics` is a useful tool for assessing problems local to a single declaration, but there are currently no analogous tools for assessing global impact.
We propose creatin…
-
There is a "cannot parse" error whenever one tries to create a new theorem involving T_2.5 or T_3.5. Using a synonym works, but the error could be confusing for the user.
-
## Brief outline of the bug
Placing a floating figure between two theorems may leave vertical spacing behind if the float placement is not "here".
Note that one can make the issue go away by add…
-
Typora is a very good tool to organize notes for scientists since it supports MathJax. However, there will be cases where those people write theorems, propositions, lemmas, definitions, etc. If there …
-
Currently, Math Booster exposes the `mathIndex` variable. You can use it anywhere you can run javascript in your vault, for example dataviewjs, templaterjs, quickadd scripts, and the dev console.
`…
-
Should probably be renamed to "Theorems" as `lemma` does not exists outside mathlib. The term "Proofs" has also been suggested.