Error in proof for symmetry groups?

Boorglar
Messages
210
Reaction score
10
\renewcommand{\vec}[1]{\mathbf{#1}}
Here is an excerpt from the text:

"[...]Theorem 12.5 The only finite symmetry groups in ℝ^2 are \mathbb{Z}_n and D_n.

PROOF. Any finite symmetry group G in \mathbb{R}^2 must be a finite subgroup of O(2); otherwise, G would have an element in E(2) of the form (A,\vec{x}), where \vec{x} ≠ \vec{0}. Such an element must have infinite order. [...]"

But if I understand this correctly, the last sentence is false. As a counterexample, I can give the element (-I, \vec{x}) which will have order 2 for any \vec{x}.

So is this an error, or did I misunderstand something?
 
Physics news on Phys.org
Anyone have an idea?
I think the rest of the proof still works even if I ignored this statement, but this is bothering me because I obviously did not fully understand how elements in the Euclidean Group behave. Sorry for bumping this thread, I will only do it once.
 
Boorglar said:
Such an element must have infinite order. [...]"

What does the "[...]" say?


But if I understand this correctly, the last sentence is false. As a counterexample, I can give the element (-I, \vec{x}) which will have order 2 for any \vec{x}.

I don't really know anything about this theorem, but I notice that the PDF http://www.google.com/url?sa=t&rct=...sg=AFQjCNFmCggqAcvxgPjA2FIBNgWFYK7Cug&cad=rja Theorem 5.2.2 gives a proof where reflections are explicitly mentioned as one case.
 
What does the "[...]" say?

Yes, the proof continues (hence the [...] ) but it wouldn't really fit in the page. In any case, the sentence I had a problem with is the last one.

The original proof can be found in this link:
http://abstract.ups.edu/download.html

in the 2012 edition. Chapter 12: Matrix Groups and Symmetry.
page 190 (in document) or 200 (in the pdf file)Previously in the section, they defined the Euclidean group E(n) as the group of isometries in R^n fixing a subset of points in R^2. Every element in E(n) is a pair (A,x) where A is an nxn orthogonal matrix and x is a vector in R^n. Multiplication is defined as (A,x)(B,y) = (AB, Ay + x ). (See page 187, or p.197 in the pdf document). I guess your proof was based on a different definition for E(n).
 
Last edited:
Boorglar said:
As a counterexample, I can give the element (-I, \vec{x}) which will have order 2 for any \vec{x}.

Isn't -I an element of O(2) ? - a rotation matrix with \theta = \pi.
 
Yes, this is why I used it as a counter-example. Using the multiplication definition,
(-I,x)(-I,x) = (-I * -I, -Ix + x ) = ( I, -x + x ) = ( I, 0 )

So (-I,x) has order 2 even though x is nonzero. But their sentence seems to imply that if x is nonzero, the order must be infinite.
 
Boorglar said:
Yes, this is why I used it as a counter-example.

To be a counterexample to what is stated in the proof G must not be a subgroup of O(2). You are giving a counterexample only to the assertion that an arbitrary (A,x) with x \ne 0 must be of infinite order.

Perhaps the proof means than an element "of the form" (A,x) with x \neq 0 is one that cannot also be expressed as (A,y) with y = 0 because the proof is dealing with an (A,x) that is not in the rotation group.
 
Stephen Tashi said:
To be a counterexample to what is stated in the proof G must not be a subgroup of O(2). You are giving a counterexample only to the assertion that an arbitrary (A,x) with x \ne 0 must be of infinite order.
I agree with the theorem's statement itself. My counterexample is not against the theorem, but against the statement that (A,x) has infinite order.

Perhaps the proof means than an element "of the form" (A,x) with x \neq 0 is one that cannot also be expressed as (A,y) with y = 0 because the proof is dealing with an (A,x) that is not in the rotation group.

This may be correct. But then you mean that the pair (-I, x) could be written as a pair of the form (A, 0)? I know what they were trying to say: a translation must have an infinite order. But it seems that not every (A,x) for nonzero x is like a translation.
 
For clarification, the element ##(A,\mathbf{x})## is just shorthand for the map

\mathbf{v} \rightarrow A\mathbf{v} + \mathbf{x}

?
 
  • #10
micromass said:
For clarification, the element ##(A,\mathbf{x})## is just shorthand for the map

\mathbf{v} \rightarrow A\mathbf{v} + \mathbf{x}

?

I checked the pdf. So yes, it seems to be the case.

In this case, the proof is wrong. A correct proof is given in Artin's Algebra.
 
  • #11
I think that I have a proof, and I'll do it it for general E(n).

Its symmetry groups have elements (A,x) with A in O(n) and x in Rn.
Its product: (A1,x1).(A2.x2) = (A1.A2, x1+A1.x2)
Its identity: (I,0)
Its inverse: (A,x)-1 = (A-1, -A-1.x)

Let us consider what possible finite ones there can be.

Every E(n) symmetry group has a quotient group in O(n) whose elements are all the values of A. If the group is finite, then all its quotient groups must also be finite, and the A's must form a finite subgroup of O(n).

Let us consider what sets of elements map on to each quotient-group element. Consider (A,x1) and (A,x2), which both map onto A. Consider
(A,x1).(A,x2)-1 = (I,x1-x2)

If x1 != x2, then we get (I,x) where x != 0. It's easy to show that (I,x)k = (I,k*x), thus giving an infinite subgroup of our group. To keep that from happening, the only permissible x in (I,x) must be 0.

This means that every other element has a unique value of x associated with it, though that value may be nonzero.

Thus, the only finite subgroups of E(n) are isomorphic to finite subgroups of O(n). For O(2), those are Z(n) and D(n).
 
Back
Top