Fixed macros usage

This commit is contained in:
saundersp
2024-08-17 16:15:32 +02:00
parent b3f3f43e0a
commit c8b77b2435
7 changed files with 90 additions and 81 deletions

View File

@ -47,7 +47,7 @@ $A \union B = \{a_0, \cdots, a_n, b_0, \cdots, b_m\}$
\subsection{Power set}
%TODO Complete subsection
For a set $S$ such that $|S| = n \Leftrightarrow \mathbf{P}(S) = 2^n$
For a set $S$ such that $\card{S} = n \equivalence \card{\mathbf{P}(S)} = 2^n$
\langsubsection{Choix}{Choice}
%TODO Complete subsection