Basic Group Theory: Proof <A,B>n<C>=<AuBnC>

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
tgt
Messages
519
Reaction score
2
In a group G, is it true that <A,B>n<C>=<AuBnC> where A,B and C are sets in G?

Where <D> denotes the smallest subgroup in G containing the set D.

Proof
If g is in <A,B> and g is in <C> then g is capable of being generated by elements in A or B and also elements in C. So g is generated by elements in (AuB)nC. So g is in <(AuB)nC>.

if g is in <(AuB)nC> then g is in <AuB> and g is in <C> so g is in <AuB>n<C>
 
Last edited:
Physics news on Phys.org
tgt said:
If g is in <A,B> and g is in <C> then g is capable of being generated by elements in A or B and also elements in C. So g is generated by elements in (AuB)nC. So g is in <(AuB)nC>.
I don't think that is true. For example, consider the additive groups generated by {3} and by {4} (i.e. 3Z and 4Z).
They both contain 12, yet the intersection of the generating sets is empty.
 
CompuChip said:
I don't think that is true. For example, consider the additive groups generated by {3} and by {4} (i.e. 3Z and 4Z).
They both contain 12, yet the intersection of the generating sets is empty.

nice one.
 
We can say that if A and B are subgroups of G then <A,B>=AuB, right?
 
CompuChip said:
Did you check with my example?
[tex]( \langle 3, 4 \rangle, + ) \neq (3\mathbb{Z} + 4\mathbb{Z}, +)[/tex]
(in fact, the LHS is a group while the RHS is not).

I see.