I've started reading Pinter's Book of Abstract Algebra, and one of the early exercises calls for a proof that in a finite abelian group $G$, $(a_1a_2a_3a_4...a_n)^2 = e$, if there are any $a_n$ that are their own inverses, and that if no $a_n$ is its own inverse, then $(a_1a_2a_3a_4...a_n) = e$.
Since I'm not doing this for a class, I worked out a very informal proof for the second case (no $a_n$ is its own inverse): Since there must be an $a^{-1}$ for each $a$, then $(a_1a_2a_3a_4...a_n)$ can be reduced to so many instances of $(a_1a_1^{-1}a_2a_2^{-1}...a_{n/2}a_{n/2}^{-1})$, which can be simplified to $e^{n/2}$, or just $e$.
Is there a particular reason why this holds only for finite abelian groups?
If one were to list rational numbers in order, as Cantor demonstrated, would the product of this list tend toward one?
Also, would it be fair--albeit relatively meaningless--to say that the group $\mathbb{Q} > 0$ has an odd number of members, as it contains exactly one member that is its own inverse?
(full disclosure--this is basically a hobby for me, so apologies in advance for any obvious errors in logic/notation/etc., but please point them out)
Infinite products are delicate. Generally, we say that an infinite product $$ \prod_{k=1}^{\infty} a_n $$ converges if and only if the series $$ \sum_{k=1}^{\infty} \log(a_n) $$ converges to some value $\log(a)$. In this case, the product converges to $a$. Otherwise, the product diverges.
To understand why this is a reasonable definition, recall that for two elements, we have $$ a_1 \cdot a_2 = a \iff \log(a_1) + \log(a_2) = \log(a); $$ and that for any finite product we can show by induction that $$ \prod_{k=1}^{n} a_k = a \iff \sum_{k=1}^{n} \log(a_k) = \log(a). $$ Thus we can understand the properties of products by reducing them to series using the logarithm (since you are reading about abstract algebra, you might consider how the multiplicative group of positive real numbers relates to the additive group of real numbers; are they isomorphic?).
Notice that there are several interesting ways for a product to diverge: it can oscillate (as a series might), it can diverge to infinity (consider the infinite product $\prod 2$), or it can diverge to zero! For example, if $\prod \frac{1}{2} = a$, then $$ \sum_{k=1}^{\infty} \log\left( \frac{1}{2} \right) = \log(a). $$ But the sum diverges to negative infinity, hence the product does not converge.
So, suppose that $\{q_k\}$ is an enumeration of the rational numbers. Then $$ \prod_{k=1}^{\infty} q_k = q \iff \sum_{k=1}^{\infty} \log(q_k) = \log(q). $$ There is no rearrangement of the rational numbers such that the series above converges. To see this, suppose that $\{q_n\}$ is an enumeration of the rationals. There are infinitely many $n \in \mathbb{N}$ such that $|\log(q_n)| > 1$, which implies that $|\log(q_n)|$ does not converge to zero as $n\to \infty$. Hence the series $\sum \log(q_n)$ does not converge (the general term doesn't go to zero).
As per Asaf Karagila's comments (below), a set is even if it can be split into two sets of the same "size", or if it can be split into pairs (this characterization requires the Axiom of Choice, but this is a technical point that is beyond the current scope). If a set cannot be split into pairs, then it is odd. Since any infinite set can be split into pairs (again, this requires choice), every infinite set—including the rationals—is even.
As such, this argument basically asserts that the concept of "parity" is more or less meaningless for infinite sets.