Determine Whether this is a Group

  • Thread starter Thread starter cwatki14
  • Start date Start date
  • Tags Tags
    Group
cwatki14
Messages
56
Reaction score
0
I am trying to answer the following question:
Determine whether (N,*) is a group or not. N={0,1,2,3,...} and
n*m= n+m if n,m even, -(n+m)-2 if n,m odd, and m-n-1 if n odd, m even.

I know that the properties of a group are associativity, existence of an identity, and inversiblity. If I consider the case where n,m are both even, clearly the third condition is not satisfied since there does not exist an additive inverse in N. Is this enough to conclude that it is not a group, or do I need to consider the other cases?
 
Physics news on Phys.org
hi cwatki14! :smile:
cwatki14 said:
Determine whether (N,*) is a group or not.

… the third condition is not satisfied … Is this enough to conclude that it is not a group, or do I need to consider the other cases?

no, disproving any essential condition is enough

(but isn't there also a condition that an identity has to exist, ie n*0 = n ?)

(and anyway N doesn't include negative numbers, so how do the definitions work? :confused:)
 
I think the identity element does exist. The problem statement defines N as including 0 as an element. As far as including the negative numbers, obviously these are not included. I think the definitions just define the operations performed on N in different cases of even, odd properties of 2 elements in N, right? I don't think it is claiming that negative numbers are a part of the set.
 
but then how can they define …
cwatki14 said:
-(n+m)-2 if n,m odd

… when -(n+m)-2 must be negative, and so can't be in N ? :confused:

(and what is n*0 or 0*n if n is odd? :confused:)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top