I'm currently reading the section in Lang's 'Algebra' about free groups and their coproducts. I skipped it the first time around because I took a look at it and decided I'd be better off returning to it later, but it now feels like this is something I should complete to move foward.
My question is two-fold. I'll enumerate them because they are separate but sequential in the text.
(1)
Lang states and proves the following Lemma:
There exists a set $I$ and a family of groups $\{G_i\}_{i\in{I}}$ such that, if $g:S\to{G}$ is a map of $S$ into a group $G$, and $g$ generates $G$, then $G$ is isomorphic to some $G_i$.
proof. Let $T$ be a set which is infinite denumerable if $S$ is finite, and has the same cardinality as $S$ if $S$ is infinite. For each non-empty subset $H$ of $T$, let $\Gamma_H$ be the set of group structures on $H$. For each $\gamma\in\Gamma_H$, let $H_\gamma$ be the set $H$, together with the group structure $\gamma$. Then the family $\{H_\gamma\}$ for $\gamma\in\Gamma_H$ and $H$ ranging over subsets of $T$ is the desired family.
I'm not sure where the isomorphism is in this proof. Moreover, as I understand it, a group structure is just the set $H$ endowed with some group operation, correct? If so, what would that make $H_\gamma$? A tuple with one component the set $H$, and the other, the group $H$ (or $H_\gamma$)?
(2)
Lang uses this lemma by saying:
For each $i\in{I}$ we let $M_i$ be the set of mappings of $S$ into $G_i$. For each map $\varphi\in{M_i}$, we let $G_{i,\varphi}$ be the set-theoretic product of $G_i$ and the set with one element $\{\phi\}$, so that $G_{i,\varphi}$ is the 'same' group as $G_i$ indexed by $\varphi$. We let $$F_0=\prod_{i\in{I}}\prod_{\varphi\in{M_i}}G_{i,\varphi}$$ be the Cartesian product of the groups $G_{i,\varphi}$. We define a map $$f_0\colon S\to{F_0}$$ by sending $S$ on the factor $G_{i,\varphi}$ by means of $\varphi$ itself.
I'm not sure what kind of group ${G_{i,\varphi}}\ni(g,\varphi)$ is. Do we define operations by component-wise multiplication and let $\varphi$ act as an identity on its component?
As I understand it, the Cartesian product he describes yields a tuple where its components are of the form $(g,\varphi)$ where $g\in{G_{j}}$ and $\varphi\in{M_j}$ for some $j\in{I}$. Is that correct? I also believe that Lang explicitly avoids using the term 'direct product' here as he wants $F_0$ to be a set.
And I'm also uncomfortable with the way Lang presents $f_0$. Is he saying that we let some arbitrary component of the tuple produced by Cartesian product $F_0$, say $G_{j,\psi}$, be the codomain of the map $f_0$ and that it is 'mapped by $\psi$' onto the tuples in the $G_{j,\psi}$ component of $F_0$ consistent with how $\psi$ mapped $S$ in the case of $\psi\colon{S}\to{G_j}$?
Any input or clarification would be great. I'm sure I'm missing something very simple but I haven't been able to figure it out, sadly, so I've put this up on a 'bounty' in the hopes that someone will see it and have an insight and be able to explain it to me. Thanks!
The isomorphism $\Psi_{i,\varphi}$ should map elements to the component containing that element. I believe I or Lang have proven that the product in Set is as you have described. So this makes it also fairly obvious (perhaps 'clear' is a better word here).
Seeing it explained makes me feel like this is a big "D'oh!" moment for me! Haha, thank you very much!
– Nobody Mar 14 '15 at 23:04