-
It'd be nice to only be shown lemmas when I'm looking for lemmas, as opposed to other stuff that I don't particularly want; I assume it'd be the same for defs!
-
```lean
class IsCommutative (op : α → α → α) where
comm : op x y = op y x
class LeftUnit (α : Type u) extends Mul α
class Monoid (α : Type u) extends LeftUnit α
class CommMonoid (α : Type…
-
using this as a way to keep track of a list of issues with use of the treebank data to disambiguate for games:
- [ ] lemmas cannot always be matched with parser output. E.g. fastus in the first lin…
-
Good morning
first of all I wanted to congratulate with you for this awesome repository, it really is very well made and the practical results are great, on top of being easy to achieve.
I was won…
-
Hi,
It seems that repeating "lemmas" does not work properly when theorems and lemmas share a same counter. The is a MWE:
```
\documentclass{article}
\usepackage{amsthm}
\usepackage{reptheor…
-
Tidy the missing-at-the-time-of-writing material: a few petty lemmas plus some results on Cauchy reals.
-
Does the lemma for nouns ending in -leik (verðugleik_, sannleik_, kærleik*) end in -leikur, or in -leiki? There are lots of -leiki lemmas in the treebank now, but I have found -leikur lemmas in the b…
-
Idea coming out of a conversation with @susanodd: much more cool results will come out of #354 if all glosses that belong to one lemma are also identified as such in Signbank. Perhaps we can help the …
-
Should [any/all/most of the fiat-crypto `src/Util` directory](https://github.com/mit-plv/fiat-crypto/tree/master/src/Util) be migrated to coqutil? (Currently this directory is more-or-less replicated…
-
Whenever we produce a `Theorem`, `LLVMSpec`, or `JVMSpec` value as the result of a proof command, it should be specially marked as "unsafe" if any of the lemmas or proof tactics used to produce it wer…