Fixed typos and some formatting

This commit is contained in:
saundersp
2025-02-09 22:07:58 +01:00
parent d704f3ed4c
commit eb8249b4b7
6 changed files with 39 additions and 47 deletions

View File

@ -30,7 +30,7 @@ Une relation $\Rel$ sur $E$ est dite \textbf{transitive} si et seulement si $\fo
\langsubsection{Associativité}{Associativity} \label{definition:associativity}
% TODO Complete subsection
Une relation $\Rel$ sur $E$ est dite \textbf{associative} si et seulement si $\forall (a,b) \in E$, $(a \Rel b) \Rel c \equivalence a \Rel (b \Rel c) \Leftrightarrow a \Rel b \Rel c$.
Une relation $\Rel$ sur $E$ est dite \textbf{associative} si et seulement si $\forall (a,b) \in E$, $(a \Rel b) \Rel c \equivalence a \Rel (b \Rel c) \equivalence a \Rel b \Rel c$.
\langsubsection{Commutativité}{Commutativity} \label{definition:commutativity}
% TODO Complete subsection