infinityQ
- 9
- 0
Any example of making a collection of sets as a group?
Let's say, we have a collection of sets, called H. Each element of H is a set, and it works as a group element. So we have a group H whose elements correspond to sets.
The group can be constructed easily for some trivial cases.
For instance, H = {...,{-3}, {-2}, {-1}, {0}, {1}, {2}, {3},,,}, where H consists of single-element sets and each {x} corresponds to an integer x∈Z.
addition : {a} + {b} = {c} (a,b,c ∈ Z}
identity : {0}
inverse of {a} = {-a}
When I tried to make a collection of different size of sets, I couldn't figure out how to define multiplication (or addition), identity and inverse on sets for group operations.
Any advice or example?
Thanks in advance.
Let's say, we have a collection of sets, called H. Each element of H is a set, and it works as a group element. So we have a group H whose elements correspond to sets.
The group can be constructed easily for some trivial cases.
For instance, H = {...,{-3}, {-2}, {-1}, {0}, {1}, {2}, {3},,,}, where H consists of single-element sets and each {x} corresponds to an integer x∈Z.
addition : {a} + {b} = {c} (a,b,c ∈ Z}
identity : {0}
inverse of {a} = {-a}
When I tried to make a collection of different size of sets, I couldn't figure out how to define multiplication (or addition), identity and inverse on sets for group operations.
Any advice or example?
Thanks in advance.
Last edited: