-
i dont get differnece in inductive and equational proofs:
they both have the same theorems
inductive reflexivity:
Reflexivity : ∀t ∈ TΣ,s
,t = t ∈ ThInd (Spec)
equational reflexivity:
Reflexivit…
-
**Steps to reproduce:**
Define a Theorem environment and manually specify the number (with `#theorem(number: "3a")[...]`).
In references to this theorem, the number will be missing.
```typst
#…
-
-
So we can not prove our calculus sound in 4 days, however, we can state what we want to prove and provide a link to the repo where we have formal poofs in progress.
BTW, @sstucki is working on a Sy…
-
I was mulling about how convenient it would be for someone writing a summary to have the ability to restate (i.e. re-print/ repeat) a theorem, or restate all theorems, elsewhere in the document, for e…
-
It is possible that the existing assertions are sufficient for finite protocols, but as protocols get non-constant, a new abstraction is likely to be necessary.
-
In general we want the real "Slot" values (1 for `Base`, 2 for `+g`, etc.) to be hidden and not directly used. Instead, only the corresponding symbols should be used (`Base`, `+g`, etc.)
That's the…
-
## Description
Add support for definition lists and theorems.
## Example Workflow
Definition lists are usually written as
```
Term
: definition goes here
```
A similar syntax…
-
The pattern `a ^^^ (-1#w) = (-1#w) - a` arises several times in AliveStatements. Proofing it will in certain cases enable ring to close goals, but it also breaks certain extensionality proofs. We may …
-
For bigger work printed work, such as these or books, it is common to include ToC for different content types, e.g. figures, tables, equations, theorems. Currently I don't think that is implemented.
…