-
Lemmas marked with reuse seem to get reused even when the lemma fails which can cause confusing behaviour for subsequent lemmas. In the following example, both lemmas are incorrect, however unless the…
-
For verbs with `Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres` such as
```
120 é AUX
23 pode AUX
21 está AUX
20 está VERB
18 tem VERB
16 É AUX
15 é VERB
15 diz VERB
…
-
Start with the lemmas that we have in the Treebank
* Mark all those lemmas where Cunliffe cites one of the lines in the current selection [this is most work and has also been implemented already!] …
-
Given
```dafny
lemma LemmaPAuto()
ensures forall x: int: P(x) {
forall x: int
ensures P(x)
{
...proof...
}
}
```
suggest writing
```dafny
lemma LemmaP(x: int)
ens…
-
Hi,
Not a technical issue but I noticed the article mentions having about 1000 words in the lexicon -- I am only finding about 500 from the files posted here?
Looks very interesting, thanks!
…
-
We should upstream lemmas used in the Blockswap engagement to KEVM/Kontrol (including the ones that helped with the issue inhttps://github.com/runtimeverification/kontrol/issues/19).
-
There are already some lemmas proved in `SAWCorePrelude_proofs.v`. We should extend this library with more theorems that we find useful for working with bitvector terms.
-
I've had a look at simplemma previously, and I'm sure there was a method to load a language (simplemma.load_data or similar), then a method for returning all possible lemmas (simplemma.lemmatize_all I…
-
I've had an idea:
:boom: The prelude should not be fixed. It should be reset dynamically, removing all uninterpreted function symbols (and associated SMT lemmas) that are not in the ground truth pl…
-
I have just noticed that the lemma generation test does not seem to like the `--exclude` option, at least not as it is used in the `generate-POS-lemmas.sh` scripts. For example, in `lang-sma/src/fst/m…