Hypothesis: Let $G$ be a topological group with identity element $e$. Let $\mu$ denote the multiplication mapping in $G$.
Goal: Show that $\pi_1(G,e) = \pi(G)$ is an abelian group via the hint below.
Hint: There are two products on $\pi(G)$. The usual product $\circ$ defined for the fundamental group and the product $\ast$ induced by
$$ \ast: \pi(G) \times \pi(G) \cong \pi(G \times G) \overset{\pi(\mu)}{\rightarrow} \pi(G). $$
Show that there is a common two sided unit, $u \in \pi(G)$ for both products and there is a distributive law
$$ (f \ast g) \circ (a \ast b) = (f \circ a) \ast (g \circ b) $$
Attempt:
Suppose the distributive law in the hint holds. Suppose further that $1$ -- the identity element in $\pi(G)$ with respect to $\circ$ -- serves also as the identity element in $\pi(G)$ with respect to $\ast$.
Then for $a,b \in \pi(G)$, we would have the following relationship:
$$ (1 \ast a) \circ (b \ast 1) = (1 \circ b) \ast (a \circ 1) $$
so that
$$ a \circ b = b \ast a $$
Then if we can show that for all $f,g \in \pi(G)$ that $f \ast g \iff f \circ g$, we could complete the above relation to
$$ a \circ b = b \ast a = b \circ a $$
so that $\pi(G)$ is abelian as desired.
Question: Am I on the right track?
$$...$$gives you centered displayed formulae, and[link](http://example.com)is the usual Markdown link formatting. See also the "help" link under the "Add comment" button and the extended help. – Daniel Fischer Mar 06 '15 at 11:31In one case, we have the identity $$[f]\circ[e]=[f]$$ and in this case $[e]$ is the constant map because we are talking about loops in the fundamental group.
On the other hand, we have$$[f]\ast[1]=[f\otimes1]=f(t)\cdot1$$ where $\cdot$ is the group operation and 1 is the group identity, so [1] is the homotopy class where the group identity belongs. How do I know that this homotopy class is the same as the homotopy class [e] of the constant map?
– Mike Mar 29 '16 at 02:55$$[f]\ast[e]=[f\otimes e]$$ which gives $$f(t)\cdot e(t)=f(t)\cdot C$$ where $C$ is the base point of the fundamental group, and there is no guarantee that the base point is the group identity.
– Mike Mar 29 '16 at 03:00