Compare commits
No commits in common. "7a9e13814e015a79190eade3869b557d2f1be639" and "2f357e06fc3cec8a4658c642b98387f95f4140c4" have entirely different histories.
7a9e13814e
...
2f357e06fc
@ -13,17 +13,9 @@
|
|||||||
\langsubsection{Magma unital}{Unital magma}
|
\langsubsection{Magma unital}{Unital magma}
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:unital_magma}
|
\begin{definition_sq} \label{definition:unital_magma}
|
||||||
Un magma \ref{definition:magma} $(E, \star)$ est dit \textbf{unital} si $\exists 0_E \in E, \forall a \in E, 0_E \star a = a \star 0_E = a$.
|
Un magma \ref{definition:magma} $(E, \star)$ est dit \textbf{unital} si $\exists 0_E \in E, \forall a \in E, 0_E \star a = a$.
|
||||||
\end{definition_sq}
|
\end{definition_sq}
|
||||||
|
|
||||||
\begin{theorem_sq}
|
|
||||||
L'élément neutre d'un magma unital $(E, \star)$ est unique.
|
|
||||||
\end{theorem_sq}
|
|
||||||
|
|
||||||
\begin{proof}
|
|
||||||
Soit $e, f$ deux éléments neutres d'un magma unital $(E, \star)$, par définition d'un élément neutre, on peut poser $e = e \star f = f = f \star e = e$
|
|
||||||
\end{proof}
|
|
||||||
|
|
||||||
\subsection{Monoïde}
|
\subsection{Monoïde}
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:monoid}
|
\begin{definition_sq} \label{definition:monoid}
|
||||||
@ -33,29 +25,15 @@
|
|||||||
\langsubsection{Groupe}{Group}
|
\langsubsection{Groupe}{Group}
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:group}
|
\begin{definition_sq} \label{definition:group}
|
||||||
Un groupe $(G, \star)$ est un monoïde \ref{definition:monoid} ayant un élément inverse tel que $\forall a \in G, \exists a^{-1} \in G, a \star a^{-1} = 0_G$.
|
Un groupe $(G, \star)$ est un monoïde \ref{definition:monoid} ayant un élément inverse tel que $\forall a \in G, \exists a^{-1} \in G, a \star a^{-1} = 0_E$.
|
||||||
\end{definition_sq}
|
\end{definition_sq}
|
||||||
|
|
||||||
\begin{theorem_sq}
|
|
||||||
L'élément inverse de tout élément d'un groupe $(G, \star)$ est unique.
|
|
||||||
\end{theorem_sq}
|
|
||||||
|
|
||||||
\begin{proof}
|
|
||||||
Soit $(G, \star)$ un groupe ainsi que $x \in G$ avec $a, b$ deux inverses de $x$. Par définition d'un élément inverse, on peut poser $x \star a = 0_G \equivalence b \star (x \star a) = b \star 0_G \equivalence (b \star x) \star a = b \equivalence a = b$.
|
|
||||||
\end{proof}
|
|
||||||
|
|
||||||
\langsubsubsection{Groupe abélien}{Abelian group}
|
\langsubsubsection{Groupe abélien}{Abelian group}
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:abelian_group}
|
\begin{definition_sq} \label{definition:abelian_group}
|
||||||
Un groupe abélien est un groupe \ref{definition:group} dont la loi de composition est commutative \ref{definition:commutativity}.
|
Un groupe abélien est un groupe \ref{definition:group} dont la loi de composition est commutative \ref{definition:commutativity}.
|
||||||
\end{definition_sq}
|
\end{definition_sq}
|
||||||
|
|
||||||
\langsubsubsection{Sous-groupe engendré}{Generated sub-group}
|
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:generated_subgroup}
|
|
||||||
Un sous-groupe engendré est un groupe \ref{definition:group} générée par un élément $x$ d'un groupe $(G, \star)$ définie de la manière suivante : $<x> := \{ x^k \mid k \in \Z \} \subseteq G$
|
|
||||||
\end{definition_sq}
|
|
||||||
|
|
||||||
\langsubsubsection{Morphisme de groupe}{Group morphism}
|
\langsubsubsection{Morphisme de groupe}{Group morphism}
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:group_morphism}
|
\begin{definition_sq} \label{definition:group_morphism}
|
||||||
@ -65,7 +43,7 @@
|
|||||||
|
|
||||||
$$\forall (x, y) \in X^2, \phi(x \star y) = \phi(x) \composes \phi(y)$$
|
$$\forall (x, y) \in X^2, \phi(x \star y) = \phi(x) \composes \phi(y)$$
|
||||||
|
|
||||||
Similairement, un morphisme de groupe est un morphisme tel que le diagramme suivant commute :
|
Similairement, le diagramme suivant commute :
|
||||||
|
|
||||||
\[\begin{tikzcd}
|
\[\begin{tikzcd}
|
||||||
X \cartesianProduct X \arrow[r, "\phi \cartesianProduct \phi"] \arrow[d, "\star"] & Y \cartesianProduct Y \arrow[d, "\composes"] \\
|
X \cartesianProduct X \arrow[r, "\phi \cartesianProduct \phi"] \arrow[d, "\star"] & Y \cartesianProduct Y \arrow[d, "\composes"] \\
|
||||||
@ -73,22 +51,8 @@
|
|||||||
\end{tikzcd}\]
|
\end{tikzcd}\]
|
||||||
\end{definition_sq}
|
\end{definition_sq}
|
||||||
|
|
||||||
\begin{theorem_sq} \label{theorem:ab_monomor_imp_ab}
|
\begin{theorem_sq}
|
||||||
Soit $(G, +)$ et $(H, \star)$ deux groupes \ref{definition:group} et $f$ un monomorphisme entre $G$ et $H$ \ref{definition:monomorphism}.
|
Soit $((G, +), (H, \star)) \in \Grp^2$ et $f$ un épimorphisme entre $G$ et $H$ \ref{definition:epimorphism}.
|
||||||
|
|
||||||
$$(H, +) \in \Ab \implies (G, \star) \in \Ab$$
|
|
||||||
\end{theorem_sq}
|
|
||||||
|
|
||||||
\begin{proof}
|
|
||||||
Soit $((G, +), (H, \star)) \in \Grp^2$ et $f \in \hom(G, H)$ tel que $f$ est un monomorphisme \ref{definition:monomorphism}.
|
|
||||||
|
|
||||||
$f$ est un monomorphisme $\implies \forall (x, y) \in G^2 \land x \neq y, \exists! (a, b) \in H^2 \land f(a) = x \land f(b) = y$
|
|
||||||
|
|
||||||
$\implies x \star y = f(a) \star f(b) = f(b) \star f(a) = y \star x$
|
|
||||||
\end{proof}
|
|
||||||
|
|
||||||
\begin{theorem_sq} \label{theorem:ab_epimor_imp_ab}
|
|
||||||
Soit $(G, +)$ et $(H, \star)$ deux groupes \ref{definition:group} et $f$ un épimorphisme entre $G$ et $H$ \ref{definition:epimorphism}.
|
|
||||||
|
|
||||||
$$(G, +) \in \Ab \implies (H, \star) \in \Ab$$
|
$$(G, +) \in \Ab \implies (H, \star) \in \Ab$$
|
||||||
\end{theorem_sq}
|
\end{theorem_sq}
|
||||||
@ -98,78 +62,45 @@
|
|||||||
|
|
||||||
$f$ est un épimorphisme $\implies \forall (x, y) \in H^2, \exists (a, b) \in G^2, f(a) = x \land f(b) = y$
|
$f$ est un épimorphisme $\implies \forall (x, y) \in H^2, \exists (a, b) \in G^2, f(a) = x \land f(b) = y$
|
||||||
|
|
||||||
$(G, +) \in \Ab \implies x \star y = f(a) \star f(b) = f(a + b) = f(b + a) = f(b) \star f(a) = y \star x$
|
$(G, +) \in Ab \implies x \star y = f(a) \star f(b) = f(a + b) = f(b + a) = f(b) \star f(a) = y \star x$
|
||||||
\end{proof}
|
\end{proof}
|
||||||
|
|
||||||
\begin{theorem_sq}
|
\langsubsection{Corps}{Field} \label{definition:field}
|
||||||
Soit $(G, +)$ et $(H, \star)$ deux groupes \ref{definition:group} et $f$ un isomorphisme entre $G$ et $H$ \ref{definition:isomorphism}.
|
|
||||||
|
|
||||||
$$(G, +) \in \Ab \equivalence (H, \star) \in \Ab$$
|
Soit une structure $F$ avec deux lois de composition interne $(+)$ et $(\cartesianProduct)$ notée $(F, +, \cartesianProduct)$.
|
||||||
\end{theorem_sq}
|
|
||||||
|
|
||||||
\begin{proof}
|
\begin{itemize}
|
||||||
Soit $((G, +), (H, \star)) \in \Grp^2$ et $f \in \hom(G, H)$ tel que $f$ est un isomorphisme \ref{definition:isomorphism}.
|
\item{$(F, +)$ est un groupe abélien \ref{definition:abelian_group} unital en $0_E$}
|
||||||
|
\item{$(F\backslash\{0_E\}, \cartesianProduct)$ est un groupe \ref{definition:group}}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
\impliespart
|
\langsubsubsection{Corps commutatif}{Commutative field} \label{definition:commutative_field}
|
||||||
|
|
||||||
$(G, +) \in \Ab$ et $f$ est un isomorphisme et particulièrement un épimorphisme $\implies (H, \star) \in \Ab$ (Voir \ref{theorem:ab_epimor_imp_ab})
|
Un corps commutatif est un corps \ref{definition:field} dont la loi de composition $(\cartesianProduct)$ est commutative \ref{definition:commutativity}.
|
||||||
|
\langsubsection{Anneau}{Ring} \label{definition:ring}
|
||||||
\Limpliespart
|
%TODO Complete subsection
|
||||||
|
|
||||||
$(H, \star \in \Ab$ et $f$ est un isomorphisme et particulièrement un monomorphisme $\implies (G, +) \in \Ab$ (Voir \ref{theorem:ab_monomor_imp_ab})
|
|
||||||
\end{proof}
|
|
||||||
|
|
||||||
\langsubsection{Corps}{Field}
|
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:field}
|
|
||||||
Un corps $(F, +, \star)$ avec deux lois de composition interne $(+)$ et $(\star)$.
|
|
||||||
|
|
||||||
\begin{itemize}
|
|
||||||
\item{$(F, +)$ est un groupe abélien \ref{definition:abelian_group} unital en $0_E$}
|
|
||||||
\item{$(F\backslash\{0_E\}, \star)$ est un groupe \ref{definition:group}}
|
|
||||||
\end{itemize}
|
|
||||||
\end{definition_sq}
|
|
||||||
|
|
||||||
\langsubsubsection{Corps commutatif}{Commutative field}
|
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:commutative_field}
|
|
||||||
Un corps commutatif est un corps \ref{definition:field} dont la seconde loi de composition $(\cartesianProduct)$ est commutative \ref{definition:commutativity}.
|
|
||||||
\end{definition_sq}
|
|
||||||
\langsubsection{Anneau}{Ring}
|
|
||||||
|
|
||||||
Source : \citeannexes{wikipedia_ring}
|
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:ring}
|
|
||||||
Un anneau $(R, +, \star)$ est un triplet, un ensemble $R$, une opération $(+)$ qui est un groupe abélien \ref{definition:abelian_group}, une opération $(\star)$ qui est un monoïde \ref{definition:monoid} et l'opération $(\star)$ est distributive sur l'opération $(+)$, c'est-à-dire
|
|
||||||
|
|
||||||
$\forall (a, b, c) \in R^3$
|
|
||||||
\begin{itemize}
|
|
||||||
\item{Distributivité à gauche : $a \star (b + c) = (a \star b) + (a \star c)$}
|
|
||||||
\item{Distributivité à droite : $(b + c) \star a = (b \star a) + (c \star a)$}
|
|
||||||
\end{itemize}
|
|
||||||
\end{definition_sq}
|
|
||||||
|
|
||||||
\section{Matrices}
|
\section{Matrices}
|
||||||
%TODO Complete section
|
%TODO Complete section
|
||||||
|
|
||||||
Une matrice est une structure qui permet de regrouper plusieurs éléments d'un corps \ref{definition:field} $\K$ en un tableau de $n$ lignes et $m$ colonnes ou plus et est notée $\mathcal{M}_{n, m}(\K)$. Dans le cas d'une matrice carrée, on peut simplifier la notation en $\mathcal{M}_{n}(\K)$.
|
Une matrice est une structure qui permet de regrouper plusieurs éléments d'un corps \ref{definition:field} $\K$ en un tableau de $n$ lignes et $m$ colonnes ou plus et est notée $\mathcal{M}_{n,m}(\K)$. Dans le cas d'une matrice carrée, on peut simplifier la notation en $\mathcal{M}_{n}(\K)$.
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:square_matrix}
|
\begin{definition_sq} \label{definition:square_matrix}
|
||||||
Une matrice carrée (notée $\mathcal{M}_n(\K)$) est une matrice $\mathcal{M}_{n, m}(\K)$ d'un corps $\K$ où $n = m$.
|
Une matrice carrée (notée $\mathcal{M}_n(\K)$) est une matrice $\mathcal{M}_{n,m}(\K)$ d'un corps $\K$ où $n = m$.
|
||||||
\end{definition_sq}
|
\end{definition_sq}
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:identity_matrix}
|
\begin{definition_sq} \label{definition:identity_matrix}
|
||||||
La matrice identité (notée $I_n$) est une matrice carrée \ref{definition:square_matrix} tel que $\forall (i, j) \in \discreteInterval{1, n}^2, M_{i, j} = \begin{cases} i = j & 1 \\ \otherwise & 0 \end{cases}$
|
La matrice identité (notée $I_n$) est une matrice carrée \ref{definition:square_matrix} tel que $\forall (i,j) \in \discreteInterval{1, n}^2, M_{i,j} = \begin{cases} i = j & 1 \\ \otherwise & 0 \end{cases}$
|
||||||
\end{definition_sq}
|
\end{definition_sq}
|
||||||
|
|
||||||
\subsection{Trace}
|
\subsection{Trace}
|
||||||
%TODO Complete subsection
|
%TODO Complete subsection
|
||||||
|
|
||||||
$\forall A \in \mathcal{M}_{n}, tr(A) = \sum\limits_{k = 0}^na_{kk}$
|
$\forall A \in \mathcal{M}_{n}, tr(A)=\sum\limits_{k=0}^na_{kk}$
|
||||||
|
|
||||||
$tr\in\mathcal{L}(\mathcal{M}_n(\K), \K)$
|
$tr\in\mathcal{L}(\mathcal{M}_n(\K),\K)$
|
||||||
|
|
||||||
$\forall(A, B)\in\mathcal{M}_{n, p}(\K)\cartesianProduct\mathcal{M}_{p, n}(\K), tr(AB) = tr(BA)$
|
$\forall(A,B)\in\mathcal{M}_{n,p}(\K)\cartesianProduct\mathcal{M}_{p,n}(\K), tr(AB) = tr(BA)$
|
||||||
|
|
||||||
\langsubsection{Valeurs propres}{Eigenvalues}
|
\langsubsection{Valeurs propres}{Eigenvalues}
|
||||||
%TODO Complete subsection
|
%TODO Complete subsection
|
||||||
@ -178,7 +109,7 @@ $\forall(A, B)\in\mathcal{M}_{n, p}(\K)\cartesianProduct\mathcal{M}_{p, n}(\K),
|
|||||||
|
|
||||||
Avec $m := \frac{Tr(A)}{2}$
|
Avec $m := \frac{Tr(A)}{2}$
|
||||||
|
|
||||||
$Eigenvalues = m \pm \sqrt{m^2 - det(A)}$
|
$Eigenvalues = m \pm \sqrt{m^2-det(A)}$
|
||||||
|
|
||||||
\langsubsection{Vecteurs propres}{Eigenvectors}
|
\langsubsection{Vecteurs propres}{Eigenvectors}
|
||||||
%TODO Complete subsection
|
%TODO Complete subsection
|
||||||
@ -225,7 +156,7 @@ $(AB)^{-1} = B^{-1}A^{-1}$
|
|||||||
\langsubsection{Orthogonalité}{Orthogonality}
|
\langsubsection{Orthogonalité}{Orthogonality}
|
||||||
%TODO Complete subsection
|
%TODO Complete subsection
|
||||||
|
|
||||||
$det(M) \in \{-1, 1\}$
|
$det(M) \in \{-1,1\}$
|
||||||
|
|
||||||
\subsection{Triangulation}
|
\subsection{Triangulation}
|
||||||
%TODO Complete subsection
|
%TODO Complete subsection
|
||||||
@ -251,11 +182,11 @@ $a \in Tr_n$
|
|||||||
\end{proof}
|
\end{proof}
|
||||||
|
|
||||||
\begin{theorem_sq}
|
\begin{theorem_sq}
|
||||||
Pour tout $A, B \in M_n(\K)$ tel que $AB = BA$ alors $e^{A + B} = e^A e^B = e^B e^A$.
|
Pour tout $A,B \in M_n(\K)$ tel que $AB = BA$ alors $e^{A + B} = e^A e^B = e^B e^A$.
|
||||||
\end{theorem_sq}
|
\end{theorem_sq}
|
||||||
|
|
||||||
\begin{proof}
|
\begin{proof}
|
||||||
Soit $A, B \in M_n(\K)$ tel que $AB = BA$. Posons $U_n := \frac{A^n}{n!}$ et $V_n := \frac{B^n}{n!}$, comme $U_n$ et $V_n$ converge absolument, leur produit de série $W_n := \sum\limits_{n \in \N} U_n \sum\limits_{k \in \N} V_k$ aussi. Hors,
|
Soit $A,B \in M_n(\K)$ tel que $AB = BA$. Posons $U_n := \frac{A^n}{n!}$ et $V_n := \frac{B^n}{n!}$, comme $U_n$ et $V_n$ converge absolument, leur produit de série $W_n := \sum\limits_{n \in \N} U_n \sum\limits_{k \in \N} V_k$ aussi. Hors,
|
||||||
|
|
||||||
$$W_n = \sum\limits_{k = 0}^n U_k V_{n - k} = \sum\limits_{k = 0}^n \frac{A^n}{n!} \frac{B^{(n - k)}}{(n - k)!}$$
|
$$W_n = \sum\limits_{k = 0}^n U_k V_{n - k} = \sum\limits_{k = 0}^n \frac{A^n}{n!} \frac{B^{(n - k)}}{(n - k)!}$$
|
||||||
|
|
||||||
@ -306,7 +237,7 @@ $a \in Tr_n$
|
|||||||
\langsection{Espaces vectoriels}{Vectors spaces} \label{definition:vector_space}
|
\langsection{Espaces vectoriels}{Vectors spaces} \label{definition:vector_space}
|
||||||
%TODO Complete section
|
%TODO Complete section
|
||||||
|
|
||||||
Soit $(E, +)$ un groupe abélien \ref{definition:abelian_group} de $\K$
|
Soit $(E,+)$ un groupe abélien \ref{definition:abelian_group} de $\K$
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item{muni d'une loi de composition externe d'un corps $\K$ tel que $\K*E \rightarrow E$ vérifiant $(\alpha,x) \rightarrow \alpha x$}
|
\item{muni d'une loi de composition externe d'un corps $\K$ tel que $\K*E \rightarrow E$ vérifiant $(\alpha,x) \rightarrow \alpha x$}
|
||||||
@ -355,7 +286,7 @@ $$\forall v \in E, \exists \lambda \in \K^n, \sum\limits_{i=1}^n \lambda_i e_i =
|
|||||||
\langsubsection{Sous-espaces vectoriels}{Sub vector spaces} \label{definition:sub_vector_space}
|
\langsubsection{Sous-espaces vectoriels}{Sub vector spaces} \label{definition:sub_vector_space}
|
||||||
%TODO Complete subsection
|
%TODO Complete subsection
|
||||||
|
|
||||||
Soit $E$ un $\K$-espace vectoriel \ref{definition:vector_space}, $F$ est un sous-espace vectoriel (parfois notée « s.e.v ») si $F \subset E$ ainsi que les propriétés suivantes :
|
Soit $E$ un $\K$-espace vectoriel \ref{definition:vector_space}, $F$ est un sous-espace vectoriel (i.e. « s.e.v ») si $F \subset E$ ainsi que les propriétés suivantes :
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item{$F \ne \emptyset$}
|
\item{$F \ne \emptyset$}
|
||||||
|
@ -16,23 +16,6 @@ A category $\Cat$ is a collection of objects and morphisms
|
|||||||
A morphism $f$ on a category $\Cat$ is a transformation between a domain and a codomain.
|
A morphism $f$ on a category $\Cat$ is a transformation between a domain and a codomain.
|
||||||
\end{definition_sq}
|
\end{definition_sq}
|
||||||
|
|
||||||
\langsubsection{Homomorphisme}{Homomorphism}
|
|
||||||
|
|
||||||
Source : \citeannexes{wikipedia_homomorphism}
|
|
||||||
|
|
||||||
\begin{definition_sq} \label{definition:homomorphism}
|
|
||||||
A homomorphism is a morphism between two categories that keeps algebraic structures. Let $(X, \star)$ and $(Y, \composes)$ two algebraic structures and let $\function{\phi}{X}{Y}$.
|
|
||||||
|
|
||||||
$$\forall (x, y) \in X^2, \phi(x \star y) = \phi(x) \composes \phi(y)$$
|
|
||||||
|
|
||||||
Similarly, such that the following diagram commutes :
|
|
||||||
|
|
||||||
\[\begin{tikzcd}
|
|
||||||
X \cartesianProduct X \arrow[r, "\phi \cartesianProduct \phi"] \arrow[d, "\star"] & Y \cartesianProduct Y \arrow[d, "\composes"] \\
|
|
||||||
X \arrow[r, "\phi"] & Y
|
|
||||||
\end{tikzcd}\]
|
|
||||||
\end{definition_sq}
|
|
||||||
|
|
||||||
\langsubsection{Section et rétraction}{Section and retraction}
|
\langsubsection{Section et rétraction}{Section and retraction}
|
||||||
|
|
||||||
let $\function{f}{X}{Y}$ and $\function{g}{Y}{X}$ such that $f \composes g = \identity_Y$
|
let $\function{f}{X}{Y}$ and $\function{g}{Y}{X}$ such that $f \composes g = \identity_Y$
|
||||||
@ -52,29 +35,18 @@ Right inverse of a morphism, is the dual of a retraction. A section that is also
|
|||||||
|
|
||||||
Left inverse of a morphism, is the dual of a section. A retraction that is also a monomorphism is an isomorphism
|
Left inverse of a morphism, is the dual of a section. A retraction that is also a monomorphism is an isomorphism
|
||||||
|
|
||||||
\langsubsection{Monomorphisme}{Monomorphism} \label{definition:monomorphism}
|
|
||||||
|
|
||||||
Source : \citeannexes{wikipedia_monomorphism}
|
|
||||||
|
|
||||||
A monomorphism is a homomorphism that is injective \ref{definition:injective}, similarly, a morphism that is left-cancellable i.e.
|
|
||||||
|
|
||||||
Let $\function{f}{X}{Y}$ and $\function{g_1,g_2}{Y}{Z}$, $f \composes g_1 = f \composes g_2 \implies g_1 = g_2$.
|
|
||||||
|
|
||||||
\[\begin{tikzcd}
|
|
||||||
Z \arrow[r, "g_1", shift left=1ex] \arrow[r, "g_2", shift right=1ex] & X \arrow[r, "f"] & Y
|
|
||||||
\end{tikzcd}\]
|
|
||||||
|
|
||||||
\langsubsection{Epimorphisme}{Epimorphism} \label{definition:epimorphism}
|
\langsubsection{Epimorphisme}{Epimorphism} \label{definition:epimorphism}
|
||||||
|
%TODO Complete section
|
||||||
|
|
||||||
Source : \citeannexes{wikipedia_epimorphism}
|
Source: \citeannexes{wikipedia_epimorphism}
|
||||||
|
|
||||||
An epimorphism is a homomorphism that is surjective \ref{definition:surjective}, similarly, a morphism that is right-cancellable i.e.
|
Let $\function{f}{X}{Y}$ and $\function{g_1,g_2}{Y}{Z}$
|
||||||
|
|
||||||
Let $\function{f}{X}{Y}$ and $\function{g_1,g_2}{Y}{Z}$, $g_1 \composes f = g_2 \composes f \implies g_1 = g_2$.
|
An epimorphism is a morphism that is right-cancellable i.e. $g_1 \composes f = g_2 \composes f \implies g_1 = g_2$
|
||||||
|
|
||||||
\[\begin{tikzcd}
|
\begin{tikzcd}
|
||||||
X \arrow[r, "f"] & Y \arrow[r, "g_1", shift left=1ex] \arrow[r, "g_2", shift right=1ex] & Z
|
X \arrow[r, "f"] & Y \arrow[r, "g_1", shift left=1ex] \arrow[r, "g_2", shift right=1ex] & Z
|
||||||
\end{tikzcd}\]
|
\end{tikzcd}
|
||||||
|
|
||||||
\langsubsection{Isomorphisme}{Isomorphism} \label{definition:isomorphism}
|
\langsubsection{Isomorphisme}{Isomorphism} \label{definition:isomorphism}
|
||||||
%TODO Complete section
|
%TODO Complete section
|
||||||
@ -95,6 +67,24 @@ Isomorphism is a bijective \ref{definition:bijection} morphism.
|
|||||||
|
|
||||||
An automorphism is a morphism that is both an isomorphism \ref{definition:isomorphism} and an endomorphism \ref{definition:endomorphism}.
|
An automorphism is a morphism that is both an isomorphism \ref{definition:isomorphism} and an endomorphism \ref{definition:endomorphism}.
|
||||||
|
|
||||||
|
\langsubsection{Homomorphisme}{Homomorphism}
|
||||||
|
%TODO Complete section
|
||||||
|
|
||||||
|
\begin{definition_sq} \label{definition:homomorphism}
|
||||||
|
A homomorphism is a morphism between two categories that keeps algebraic structures. Let $(X, \star)$ and $(Y, \composes)$ two algebraic structures and let $\function{\phi}{X}{Y}$.
|
||||||
|
|
||||||
|
$$\forall (x, y) \in X^2, \phi(x \star y) = \phi(x) \composes \phi(y)$$
|
||||||
|
|
||||||
|
Similarly, such that the following diagram commutes :
|
||||||
|
|
||||||
|
\begin{tikzcd}
|
||||||
|
X \cartesianProduct X \arrow[r, "\phi \cartesianProduct \phi"] \arrow[d, "\star"] & Y \cartesianProduct Y \arrow[d, "\composes"] \\
|
||||||
|
X \arrow[r, "\phi"] & Y
|
||||||
|
\end{tikzcd}
|
||||||
|
\end{definition_sq}
|
||||||
|
|
||||||
|
Source: \citeannexes{wikipedia_homomorphism}
|
||||||
|
|
||||||
\langsubsection{Homeomorphisme}{Homeomorphism}
|
\langsubsection{Homeomorphisme}{Homeomorphism}
|
||||||
%TODO Complete section
|
%TODO Complete section
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
\DeclareMathOperator{\Rel}{\mathcal{R}} % New symbol for binary relations
|
\DeclareMathOperator{\Rel}{\mathcal{R}} % New symbol for binary relations
|
||||||
\DeclareMathOperator{\composes}{\circ} % New symbol composing morphisms
|
\DeclareMathOperator{\composes}{\circ} % New symbol composing morphisms
|
||||||
\DeclarePairedDelimiter{\abs}{|}{|}
|
\DeclarePairedDelimiter{\abs}{|}{|}
|
||||||
\newcommand{\isomorphic}{\simeq} % Isomorphism
|
\newcommand{\isomorphic}{\cong} % Isomorphism
|
||||||
\DeclarePairedDelimiter{\card}{|}{|}
|
\DeclarePairedDelimiter{\card}{|}{|}
|
||||||
\DeclarePairedDelimiter{\floor}{\lfloor}{\rfloor}
|
\DeclarePairedDelimiter{\floor}{\lfloor}{\rfloor}
|
||||||
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
|
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
|
||||||
@ -54,10 +54,9 @@
|
|||||||
\newenvironment{corollary_sq}{\begin{mdframed}\begin{corollary}}{\end{corollary}\end{mdframed}}
|
\newenvironment{corollary_sq}{\begin{mdframed}\begin{corollary}}{\end{corollary}\end{mdframed}}
|
||||||
\newcommand{\norm}[1]{\lVert#1\rVert}
|
\newcommand{\norm}[1]{\lVert#1\rVert}
|
||||||
\newcommand{\Norm}[1]{\lVert #1\rVert}
|
\newcommand{\Norm}[1]{\lVert #1\rVert}
|
||||||
\newcommand{\matrixnorm}[1]{\lVert#1\rVert}
|
|
||||||
\newcommand{\powerset}[1]{\mathcal{P}(#1)} % Power set
|
\newcommand{\powerset}[1]{\mathcal{P}(#1)} % Power set
|
||||||
\newcommand{\converges}{\rightarrow}
|
\newcommand{\converges}{\rightarrow}
|
||||||
\newcommand{\equivalence}{\Longleftrightarrow}
|
\newcommand{\equivalence}{\Leftrightarrow}
|
||||||
\renewcommand{\implies}{\Longrightarrow}
|
\renewcommand{\implies}{\Longrightarrow}
|
||||||
\newcommand{\Limplies}{\Longleftarrow}
|
\newcommand{\Limplies}{\Longleftarrow}
|
||||||
\newcommand{\impliespart}{\fbox{$\implies$}}
|
\newcommand{\impliespart}{\fbox{$\implies$}}
|
||||||
|
@ -349,10 +349,6 @@
|
|||||||
title = {Epimorphism},
|
title = {Epimorphism},
|
||||||
url = {https://en.wikipedia.org/wiki/Epimorphism}
|
url = {https://en.wikipedia.org/wiki/Epimorphism}
|
||||||
}
|
}
|
||||||
@online{wikipedia_monomorphism,
|
|
||||||
title = {Monomorphism},
|
|
||||||
url = {https://en.wikipedia.org/wiki/Monomorphism}
|
|
||||||
}
|
|
||||||
@online{wikipedia_section_category_theory,
|
@online{wikipedia_section_category_theory,
|
||||||
title = {Section (category theory)},
|
title = {Section (category theory)},
|
||||||
url = {https://en.wikipedia.org/wiki/Section\_(category_theory)}
|
url = {https://en.wikipedia.org/wiki/Section\_(category_theory)}
|
||||||
@ -385,7 +381,3 @@
|
|||||||
title = {Topological transitivity - Scholarpedia},
|
title = {Topological transitivity - Scholarpedia},
|
||||||
url = {http://www.scholarpedia.org/article/Topological\_transitivity}
|
url = {http://www.scholarpedia.org/article/Topological\_transitivity}
|
||||||
}
|
}
|
||||||
@online{wikipedia_ring,
|
|
||||||
title = {Ring (mathematics)},
|
|
||||||
url = {https://en.wikipedia.org/wiki/Ring\_(mathematics)}
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user