-
Following PR #803, I found the following remaining issues in OpenTheory packaging:
1. The recently added `itself` type in `boolTheory` introduced some new type, constant and theorems. When these th…
-
Right now, iset.mm defines the `~~>` notation exactly as in set.mm : compare https://us.metamath.org/ileuni/df-clim.html with https://us.metamath.org/mpeuni/df-clim.html . iset.mm then says that this…
-
The `ruleOfProp` operation examines the statement of a proposition and attempts to determine if it can be used as a rewrite rule. However, it is has a number of problems we should find some way to ad…
-
Dear all,
I noticed that Part 18 on Complex Topological Vector Spaces and Part 19 on Hilbert Spaces are deprecated. May I know are there updated / non-deprecated versions of these parts on Metamath…
-
REPLACE instructions are always preferred to INSERTs and REMOVEs, seeing as they're *much* faster
If a user types, for example:
```
-a "REMOVE 0 0"
-a "INSERT 0 a"
```
Polonius should be able …
rail5 updated
1 month ago
-
When trying to export the Lambdapi code
```
symbol Prop : TYPE;
symbol Prf : Prop → TYPE;
opaque symbol theorem1 : Π P : Prop, Prf P → Prf P ≔
λ P : Prop, λ pP : Prf P, pP;
opaque symbol the…
-
Abstract CD spec in OM2 says that FMPs can have types, but not more. This should be specified (see https://github.com/OpenMath/OM3/issues/125). And there are two specific kinds that are proposed.
- …
-
On SATySFibook (web, v1) page 22, it says that the users can use `\ref-theorem` command as a cross reference of theorems, but this file made compile error.
```
@require: stdjareport
document (|
…
-
```
Documentation of OGP has to contain several examples of theorems proved with
simple Wu's method. Input is in OGP's internal XML format, while output is
generated TeX report translated to PDF.
``…
-
It would be nice if the bootstrapped compiler would reject Pancake programs:
- where out-of-scope variables are mentioned, and
- with missing return statements.
I don't think there's any partic…