Fix typos <noupdate>

This commit is contained in:
2024-01-07 17:26:21 +01:00
parent a7933cf3ba
commit 73fe58ed0b
6 changed files with 28 additions and 27 deletions

View File

@ -75,7 +75,7 @@
\item[Exhaustive decomposition] \marginnote{Exhaustive decomposition}
Given a category $c$ and a set of categories $S$, $S$ is an exhaustive decomposition of $c$ iff
any element in $c$ belongs to at least a category in $S$:
\[ \texttt{exhaustiveDecomposition($S$, $c$)} \iff (\forall o \in c \iff \exists c_2 \in S: o \in c_2) \]
\[ \texttt{exhaustiveDecomposition($S$, $c$)} \iff \forall o: (o \in c \iff \exists c_2 \in S: o \in c_2) \]
\item[Partition] \marginnote{Partition}
Given a category $c$ and a set of categories $S$, $S$ is a partition of $c$ when: