-2
$\begingroup$

I have the following group: The set contains the numbers from 0 to 20 and the operation is plus modulo 6. Meaning if we take two numbers 3 and 7, the result is 4.

One can see that the neutral element is 0. However, if I take the number 8, I have two inverse elements: 4 and 10. However, shouldn't there only be one inverse element?

2 Answers 2

1

This object is not a group. There is no identity element. If $e$ would be an identity, then $$7+e=7$$ but this is not possible, since $a+b\in \{0,1,2,3,4,5\}$ for all $a,b$, and in particular $7+e$ will never be $7$.

  • 0
    @WiCK3DPOiSON Yes you're right... Was sloppy2017-01-01
0

Your group is violating three axioms of the four group axioms.

You are violating the Closure axiom, Identity axiom and Inverse axiom.

You have to define a group properly. The above you mentioned is not a group. Your 'group' members have either atleast $4$ identity elements or no identity element and each element has at least $3$ inverses.

  • 0
    "https://en.wikipedia.org/wiki/Group_(mathematics)#Uniqueness_of_identity_element_and_inverses". On Wikipedia, it says that a group needs to have "an" identity element. Only later do we "prove" that there is only one.2017-01-01
  • 0
    @KevinWu Alright tell me what is the identity element of $7$ or tell me for what values of $a$ and $b$ do you get $a.b = 7$.2017-01-01
  • 0
    yeah, but now we are back at where the question started. Having one identity element, we have multiple possible inverse values for the numbers 7, for example 5 and 112017-01-01
  • 0
    Identity doesn't exist for $7$, therefore $7$ doesn't belong to the above group. How can you talk about the inverses of $7$. Are you new to the concept of groups or algebra.2017-01-01
  • 1
    Ok got it. Thanks and yes to the last question2017-01-01