Motivation:
In playing around with some rather complicated groups in GAP during my PhD, I found that, with some of them, if I set some element $g$ of such a group $G$ equal to the identity by quotienting out by the normal subgroup $\langle\langle g\rangle\rangle$ it generates, so that, as they say, I "kill" $g$, the resulting group $G/\langle\langle g\rangle\rangle$ is the trivial group, just like it is when $G$ is cyclic.
The Question:
If I kill any element $g$ of a group $G$ and as a result $G/\langle\langle g\rangle\rangle$ is killed, is $G$ then cyclic?
Further Details:
The motivating groups were sufficiently "big" and their relations sufficiently convoluted, that neither GAP nor inspection of the groups (well . . . presentations) could tell me whether these groups were cyclic. Moreover, this was before I got into the habit of using LogTo("name-of-document");
(and I think the simple definitions are "scoop sensitive"), so I can't share them here.
Thoughts:
Suppose $G\cong\langle X\cup\{g\}\mid R\rangle$ such that $G/\langle\langle g\rangle\rangle\cong E,$ where $E$ is the trivial group up to isomorphism (so I don't get bogged down by what element $e$ is for $\{e\}\cong E$).
Now what? I don't know.
I guess if I were to build a group $\mathcal{G}$ to the contrary, any presentation $\mathcal{P}$ would have at least two generators $a, g$. A hunch of mine would be to try, say, $\mathcal{P}$ with relators approximately some "conjugation" $g^a=aga^{-1}$ of $g$ by $a$ such that the relation(s) are somehow cyclicaly-reduced but not $g$; something like $g^ag$. That seems like a contradiction, and what's more is that the motivating presentations did not appear (as far as I can remember) to be like that.
They, of course, had more than one generator though!
Please help :)