Signature of a even/odd transposition

  • Thread starter Thread starter Matherer
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on calculating the signature (sgn) of the permutation s defined by (1 2 3 4 5 6 7) to (1 2 5 4 3 6 7). The correct formula for determining the signature is identified as the product of the signs of the differences between the elements, specifically sgn(σ) = ∏(sgn(σ(j) - σ(i))) for 1 ≤ i < j ≤ n. The conclusion is that the signature of the given permutation is -1, confirming that it is indeed a transposition due to the presence of inversions.

PREREQUISITES
  • Understanding of permutations and their properties
  • Familiarity with the concept of inversions in permutations
  • Knowledge of the signature function in group theory
  • Basic algebraic manipulation of products and signs
NEXT STEPS
  • Study the properties of permutations and their signatures in detail
  • Learn about the concept of inversions and how they affect permutation signatures
  • Explore advanced topics in group theory related to symmetric groups
  • Practice calculating signatures of various permutations using the correct formulas
USEFUL FOR

Mathematics students, particularly those studying abstract algebra, combinatorics, or group theory, as well as educators teaching these concepts.

Matherer
Messages
2
Reaction score
0

Homework Statement



(1 2 3 4 5 6 7)
(1 2 5 4 3 6 7)

is s, a permuation.
Find sgn(s).

Homework Equations


The sgn of a transposition is -1.

Sgn(s)=Product of [sgn(j)-sgn(i)]/(j-i) when 1<=i<j<=n

The Attempt at a Solution


I calculated the sgn(s) using the formula and got 1. But shouldn't it actually be -1, since s is a transposition? If not, why is it not a transposition when only two elements are swapped and the rest are stationary?
 
Physics news on Phys.org
Matherer said:
Sgn(s)=Product of [sgn(j)-sgn(i)]/(j-i) when 1<=i<j<=n

This formula is wrong; actually it's nonsense, since whenever 1 \leq i &lt; j \leq n, \mathop{\mathrm{sgn}} i = \mathop{\mathrm{sgn}} j = 1 so \frac{\mathop{\mathrm{sgn}} j - \mathop{\mathrm{sgn}} i}{j - i} = 0.

The formula you're thinking of is \mathop{\mathrm{sgn}} \sigma = \prod_{1 \leq i &lt; j \leq n} \mathop{\mathrm{sgn}}(\sigma(j) - \sigma(i)) = \prod_{1 \leq i &lt; j \leq n} \frac{\sigma(j) - \sigma(i)}{|\sigma(j) - \sigma(i)|}. This is the product of -1 once for every inversion of \sigma, where an inversion of \sigma is a pair (i, j) where i &lt; j but \sigma(i) &gt; \sigma(j).

If you use the correct formula, you will reach the correct result -1.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
8
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K