diff --git a/src/lib/commons/types.ts b/src/lib/commons/types.ts index ad73b918..49c54078 100644 --- a/src/lib/commons/types.ts +++ b/src/lib/commons/types.ts @@ -157,6 +157,7 @@ export type FunctorPropertyAssignment = Replace< > export type Lemma = { + id: string title: string claim: string proof: string diff --git a/src/routes/category-implications/+page.svelte b/src/routes/category-implications/+page.svelte index 9e527ecd..387fa1d7 100644 --- a/src/routes/category-implications/+page.svelte +++ b/src/routes/category-implications/+page.svelte @@ -70,6 +70,11 @@ well.

+

+ In some cases, implications are a bit too rigid, which is why we also provide a small + collection of lemmas. +

+