Created
November 24, 2015 04:00
-
-
Save aiya000/3f005a2c9e1a3ef26fbb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{jsarticle} | |
\begin{document} | |
群$G$を整数全体と普通の加法演算$+$からなるものとする。 | |
群$G'$が偶数全体と普通の加法演算$+$からなるとき、 | |
群$G'$が群$G$の部分群であることは以下からわかる。 | |
\begin{equation} | |
G' \subset G | |
\end{equation} | |
(偶数全体は整数全体の部分集合である) | |
\begin{equation} | |
g', h' \in G' \Longrightarrow g' + h' \in G' | |
\end{equation} | |
(演算子$+$は偶数全体について閉じている) | |
\begin{equation} | |
g' \in G' \Longrightarrow g'^{-1} \in G' | |
\end{equation} | |
($G'$の元$g'$に対して必ず$g'^{-1}$が存在する) | |
\begin{equation} | |
g' \in G' \Longrightarrow g' + g'^{-1} = g'^{-1} + g' = e | |
\end{equation} | |
(元$e$は$G'$の単位元である) | |
また、(1)と(4)から、群$G$と群$G'$の単位元が同一であることがわかる。 | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
初歩的なことで申し訳ないのですが、確認作業とはどのようなことを行った方がよいでしょうか…。