This commit is contained in:
Oscar Plaisant
2024-12-17 18:49:14 +01:00
parent c891129430
commit 3a5cad8e48
520 changed files with 20726 additions and 344954 deletions

View File

@@ -0,0 +1,22 @@
up:: [[permutation]]
#maths/algèbre
> [!definition] Définition
> On note $(\mathfrak{S}_{n}, \circ)$ le groupe des permutations de $n\geq 1$ éléments.
^definition
# Propriétés
> [!proposition]+ La signature est un morphisme
> La fonction $\varepsilon$ qui à une permutation associe sa signature :
> $\varepsilon : \mathfrak{S}_{n} \to \{ -1; 1 \}$
> est un [[morphisme]] [[injection|injectif]] de $(\mathfrak{S}_{n}, \circ) \to (\{ -1; 1 \}, \times)$.
> Le [[noyau d'un morphisme de groupes|noyau de ce morphisme]] est $\mathfrak{A}_{n}$ le [[groupe alterné]]
# Exemples
$\mathfrak S_2 = \left\{ \begin{pmatrix}1&2\\1&2\end{pmatrix}; \begin{pmatrix}1&2\\2&1\end{pmatrix} \right\}$
$\mathfrak S_3 = \left\{ \begin{pmatrix}1&2&3\\1&2&3\end{pmatrix}; \begin{pmatrix}1&2&3\\1&3&2\end{pmatrix}; \begin{pmatrix}1&2&3\\2&1&3\end{pmatrix}; \begin{pmatrix}1&2&3\\2&3&1\end{pmatrix}; \begin{pmatrix}1&2&3\\3&1&2\end{pmatrix}; \begin{pmatrix}1&2&3\\3&2&1\end{pmatrix}\right\}$