Nuprl Definition : permutation-sign

The sign of permutation can be defined in various ways.
The crucial properties are 
1)  Error :permutation-sign-id (sign of identity 1)
2)  Error :sign-flip  (sign of transposition -1)
3)  Error :permutation-sign-compose  (sign of g  sign(f)*sign(g))
Properties and make sign character of the group of permutations on
n  (the symmetric group Sn).

The definition used here suffices to prove these properties,
so it is equivalent to any other definition -- e.g parity of the number
of transpositons in decompositon, etc.⋅

permutation-sign(n;f) ==  Π(sign((f j) i) i < j) j < n)



Definitions occuring in Statement :  sign: sign(x) int-prod: Π(f[x] x < k) apply: a subtract: m
Definitions occuring in definition :  int-prod: Π(f[x] x < k) sign: sign(x) subtract: m apply: a
FDL editor aliases :  permutation-sign

Latex:
permutation-sign(n;f)  ==    \mPi{}(\mPi{}(sign((f  j)  -  f  i)  |  i  <  j)  |  j  <  n)



Date html generated: 2018_05_21-PM-00_57_45
Last ObjectModification: 2017_12_11-AM-00_06_01

Theory : num_thy_1


Home Index