Homepage › Solution manuals › David S. Dummit › Abstract Algebra › Exercise 4.3.11 (Find $\tau$ such that $\sigma_2 =\tau \sigma_1 \tau^{-1}$)
Exercise 4.3.11 (Find $\tau$ such that $\sigma_2 =\tau \sigma_1 \tau^{-1}$)
In each of (a)–(d) determine whether and are conjugate. If they are, give an explicit permutation such that .
- (a)
- and
- (b)
- and
- (c)
- and
- (d)
- and .
Answers
Proof. We determine whether and are conjugate in the following cases:
- (a)
-
and
.
Put . Then by Proposition 10
so and are conjugate.
- (b)
-
and
. Then
Put .
Then
so and are conjugate.
- (c)
-
and
.
Then and have not the same cycle type, so and are not conjugate.
- (d)
-
and
.
Note that
has the same cycle type than .
Put
so and are conjugate.
We check (b) with Sagemath
sage: G = SymmetricGroup(13) sage: s = G([(1,5),(3,7,2),(10, 6,8,11)]); s (1,5)(2,3,7)(6,8,11,10) sage: t = G([(1,4),(3,13,12,8,5,9,6,7,11,10)]); t (1,4)(3,13,12,8,5,9,6,7,11,10) sage: t^-1 * s * t (2,13,11)(3,7,5,10)(4,9)
All is right.