Pfaffian

by math_explorer, Nov 19, 2012, 2:38 PM

Today's random subject is the skew-symmetric matrix. It is a matrix $A$ satisfying $A = -A^T$ (of course, for the dimensions to match $A$ has to be square.) In words, each entry in the matrix is the negative of the one symmetrically positioned with respect to the main diagonal.

A particular point of interest is that, since entries on the main diagonal are their own symmetric opposites, the main diagonal must be all $0$ entries.

For example:

\[ \begin{bmatrix}
0 & 6 & 5 \\
-6 & 0 & -17 \\
-5 & 17 & 0 \end{bmatrix} \]

And there are lots of interesting things about this type of matrix, I think, but today we're going to look at their determinant.

Okay, I give up trying to present this stuff in a manner that suggests one could have just come up with it magically. Odd-order determinants of skew-symmetric matrices are zero. This is easy from naively plugging in the definition: \[ \det(A) = \det(A^T) = \det(-A) = (-1)^n \det(A) \] where $n$ is the order of $A$, because if you multiply all entries of a row by a constant, the determinant gets multiplied by that constant too. And therefore, if $n$ is odd we're done! $\det(A) = 0$. That was easy, but not really interesting.

The interesting thing happens for even $n$, when it turns out the determinant will be the square of a polynomial in the matrix entries. This polynomial is called the Pfaffian. (Actually, this can't be a satisfactory definition in my opinion because there's a remaining sign ambiguity, but that is also not a very interesting issue. Also, don't ask me how to pronounce that thing.)

So, to get somewhere --- anywhere --- from just the determinant, let's write out all the terms with the Leibniz formula. Why not?

\[ \det(A) = \sum_{\sigma \in S_n} \text{sgn}(\sigma) \prod_{i = 1}^n a_{\sigma(i), i} \]

And now we look for terms to cancel. We hope that the skew-symmetry will create a lot of terms in this formula that are opposites of each other and sum to $0$.

First: obviously, we can get rid of all the terms whose permutation contains any fixed point, since the diagonal entries $a_{ii}$ are all zero.

Next: let's look at what we can do to permutations to find some that cancel.

Of course, if we want two permutations $\sigma$ and $\tau$ to cancel out, they have to contain the same variables. Here we're saying that $a_{ij}$ and $a_{ji}$ are the same variable, in a sense. They depend on each other; one can be treated as free while the other is its dependent negative. Actually, since we'll be dealing a lot with signs here, let's just arbitrarily fix $a_{ij}$ to be positive and $a_{ji}$ to be negative. So, to try to cancel out the term of the permutation $\sigma$, which contains entries like $a_{\sigma(i)i}$, we want terms with some entries like $a_{i\sigma(i)}$.

What if we inverted the permutation? That way, we'd have one term with $\prod_{i = 1}^n a_{\sigma(i), i}$ and one with $\prod_{i = 1}^n a_{i, \sigma(i)}$. Well, the two terms' permutations would have the same sign, and each of the $n$ variables would be negated... so since $n$ is even, the two terms are really the same. Darn. But actually, this method is not entirely fruitless. We don't need to invert the entire permutation $\sigma$; we can try inverting one cycle to get $\tau$. Since the number of cycles doesn't change, the two permutations will have the same sign. However, if the inverted cycle has length $\ell$, each of $\ell$ terms will be negated. Thus, if we invert an odd-length cycle of a permutation, we get a permutation whose term cancels out with the original one!

So, by arbitrarily picking a canonical way to select an odd-length cycle from each permutation that has one (e.g. the odd-length cycle containing the smallest number among all numbers in odd-length cycles), and inverting it, we can pair up all permutations that contain at least one odd-length non-singleton cycle, canceling out their terms. Permutations with singleton cycles can't all be paired in this manner, but as we know, their terms are zero anyway.

Okay, what's left? We have all the permutations consisting only of even-length cycles. No matter how we might invert the cycles in them, the signs of the permutations won't change and the negations will cancel out completely.

Well, we're looking to factor the terms into two parts. One reasonably symmetric way that jumps to mind is to take every other term in each cycles. Example: in the cycle $a_{12}a_{23}a_{34}a_{41}$, i.e. the cycle is $1 \to 2 \to 3 \to 4 \to 1$, we take every other arrow and we color them for the lulz:

$1 \mathbin{\color{red}{\to}} 2 \mathbin{\color{blue}{\to}} 3 \mathbin{\color{red}{\to}} 4 \mathbin{\color{blue}{\to}} 1$

separating the terms into $\color{red}a_{12}a_{34}$ and $\color{blue}a_{23}a_{41}$. What works great here is that each part will have $n/2$ entries, each of which has two indices. This is $n$ indices, and each of the $n$ possibilities appears once. Thus, the terms in each part should correspond to a pairing up of the indices.

There's going to be a lot of weird stuff about these pairings below, so let's give them a name. Wikipedia tries to refer to them as partitions, which are of the $2n$ into pairs, but the partition doesn't seem as important as the pairing-ness. Well. There's a quick, stupid way to compromise; let's call them PAIRtitions. That name sucks, but I need to choose something really painstakingly clear or things will get worse and I swear by the end of this random sequence of derivations nobody on the planet will have any idea which self-invented term that was meant to refer to. Actually even with this name I think it'll happen to some degree. Blah blah blah.

For example: $(12)(34)(56)$ and $(13)(25)(46)$ are PAIRtitions that combine to form the cycle $(125643)$. The mappings $1$ to $2$, $5$ to $6$, and $4$ to $3$ are produced from the first pairing. The mappings $2$ to $5$, $6$ to $4$, and $3$ to $1$ are produced from the second pairing. Note that, in general, we won't know in which direction each of the pairs will appear in the final permutation from one of the pairings alone.

First we need to make sure that the number of times each possible term appears is the same.

A particular set of variables in the determinant can be specified as a bunch of even cycles. However, since we're deliberately conflating entries with swapped indices as negatives of each other, each of the cycles with length at least 4 can be inverted without changing the set of variables, so each set of cycles appears in $2^c$ permutations, producing a term with multiplicity $2^c$, where $c$ is the number of cycles with length at least 4. Note that inverting a length-2 cycle, or a transposition, doesn't produce a different cycle.

Meanwhile, each cycle can be partitioned into two sets of pairs ("subPAIRtitions"), and these groups are identical only for length-2 cycles. Thus, for each cycle of length at least 4, there are two ways to assign one of the subPAIRtitions to each factor, while for cycles of length 2 there is only one. Thus the multiplicity should also be $2^c$ where $c$ is the number of cycles of length at least 4.

Good, the magnitudes of the coefficients match if the Pfaffian contains one term for each PAIRtition. Unfortunately, every coefficient also contains a sign, and this is only if every single sign of every term matches up, and signs are very annoying to deal with. So now we hope to come up with a method of assigning signs to every PAIRtition so that the terms form the right sign every time. Is my math subconscious starting to deliver assonance now?

First, a sanity check. If we have the same PAIRtition on both sides, will the term be positive? If this is the case, the permutation will consist of $n/2$ transpositions, and thus the parity of the permutation will be that of $n/2$. But each cycle consists of two entries that are negatives of each other, so the sign will be further multiplied by $(-1)^{n/2}$, canceling the permutation sign out. Excellent.

Now, remember that we're working with the definition of the Pfaffian as a square root of sorts, so there will be a final sign ambiguity; we can't directly determine whether any particular pairing should have a positive or negative sign. What we can do is figure out whether two pairings have the same or opposite sign. We do this by comparing very similar pairings.

For example, suppose we compare the signs of two pairings that are identical except for two particular pairs, involving the indices $p < q < r < s$. Then the two pairs will definitely form a 4-cycle, and everything else forms parity-effectless 2-cycles.

Remember that, to have a reference point for each variable, we decided we would consider $a_{ij}$ to be "positive" iff $i < j$. This corresponds to the cycle/permutation $\sigma$ having $i$ such that $\sigma(i) > i$, which is called an "excedance" when one wants to sound smart or wants to use slightly less wordy ways of saying things. Well, we should be counting the negative variables, but since there are obviously the same parity of both since there are an even number of variables and I couldn't find a fancy term for them, I stuck with these. (edit: Google suggests "anti-excedance". lame.)

Then we see that there is one negative variable in the cycle $(pqrs)$, so its product is "negative", while there are two negative variables in $(prsq)$ and in $(prqs)$ so they are "positive". So, we can use them to compare the signs of two pairings that are the same except for the pairs including $p, q, r, s$. Note that when we compare them, their collectively formed permutation is a single even-length cycle, which is odd as a permutation, hence their sign difference should be the negatives of the cycle variables. So the pairings $(pq)(rs)$ and $(ps)(rq)$ are the same sign, and the sign of $(pr)(sq)$ is the opposite.

Now we might decide to define the sign of a pairing to be the parity of that pairing's numbers of "clasps" (I've run out of cool names but this can't be ambiguous or distracting, I hope), or number of pairs of pairs that interlock the way $(pr)(sq)$ do.

So: to prove that the weird stuff we did above will create a Pfaffian whose square is indeed the determinant of the skew-symmetric matrix, we should prove that:

If a permutation $\sigma$ consists of only even-length cycles, and its mapping relations are cut into two sets of disjoint pairings, then the sum of the permutation's number of inversions (this gives the permutation's original parity), the permutation's number of excedances, and the number of clasps entirely within each pairing is even.

I should probably express some open-ness or hope here that coming up with something like this isn't the "right" or "natural" way to deal with things in linear algebra here. Oh well, I already put so much time into typing this it'd be dumber to never post. So we keep on going...

First, let's examine the clasps again from one pair $(pq)$'s perspective. This pair forms a clasp with every pair that has exactly one of its endpoints inside $(pq)$, but since we're really looking at the parities, it wouldn't hurt to just count both endpoints of the pairs entirely inside $(pq)$, or thus every element that's in that range. This means, if we want to get a parity count of the number of clasps that $(pq)$ is in, we can just count how many numbers there are between $p$ and $q$ exclusive. (This is NOT justification for us to count the clasps by summing this over all pairs, since that would count each clasp twice and completely miss the point.)

Now, we compare the clasps in several parts. In part one, let's compare the clasps that involve pairs from distinct cycles; we claim the parity of these are even because they're equal between the two PAIRtitions. To prove this, it suffices to prove it for two fixed cycles. As above, we observe that the parity of the number of such clasps formed by a pair in the red cycle is equal to the number of elements of the blue cycle that are in it. Hence, the parity of the number of times each blue element is counted is equal to the parity of number of times it's contained in a red cycle, which is equal to the parity of number of red points on either side. The sum of these parities is obviously the same in both PAIRtitions, so these parities cancel out in the sum.

Look, I give up trying to explain this in words, so have the crappiest combinatorical example diagram ever:

//cdn.artofproblemsolving.com/images/dfedc71dc9228f603bc41afcc7905b69495ac163.png

We want to know that the parity of times a top red path and top blue path cross (3) or a botttom red and bottom blue path cross (1) sum to an even number (4).

The blue numbers, in order 3, 7, 9, and 10, have 2, 5, 6, and 6 red numbers to their respestive lefts. These numbers are the same for eithehr pairing, and the parities of the clasps are equal to their sums, so the number of clasps cancels out.

In part two, we compare clasps involving pairs in a single cycle. We'll start dealing with the red cycle as an example. The parities we want it to contribute are as follows:

1 (for the cycle's parity, since even cycles have an odd number of inversions and are odd permutations) + (# of excedances) + (top clasps) + (bottom clasps) = even.

Well, actually this can be observed by starting at the lowest red index (1), moving along the cycle, and keeping track of how many previously-visited red numbers are to your left. Each encountered excedance leaves the number you left to the left (!), and each non-excedance doesn't, which is a +1; otherwise, numbers change sides for every "later" pair clasped with an "earlier" one, matching the clasps' parity as in our shifted-perspective counting, yielding an additional +1. When we return to the lowest red index, we have our starting index as a red number to our left (it was put there after an excedance and didn't switch sides in any pseudoclasping event) and nothing else, which is a parity change from the start, and the equation is proved!

Combining everything above and the fact that I'm just now really lazy, we're done! The Pfaffian consists of a term for every PAIRtition of the positive integers $1 ~ n$, consisting of the variables with those pairs as indices multiplied together, multiplied by $-1$ if the PAIRtition contains an odd number of clasps.
This post has been edited 1 time. Last edited by math_explorer, Nov 22, 2012, 1:40 PM

Comment

0 Comments

♪ i just hope you understand / sometimes the clothes do not make the man ♫ // https://beta.vero.site/

avatar

math_explorer
Archives
+ September 2019
+ February 2018
+ December 2017
+ September 2017
+ July 2017
+ March 2017
+ January 2017
+ November 2016
+ October 2016
+ August 2016
+ February 2016
+ January 2016
+ September 2015
+ July 2015
+ June 2015
+ January 2015
+ July 2014
+ June 2014
inv
+ April 2014
+ December 2013
+ November 2013
+ September 2013
+ February 2013
+ April 2012
Shouts
Submit
  • how do you have so many posts

    by krithikrokcs, Jul 14, 2023, 6:20 PM

  • lol⠀⠀⠀⠀⠀

    by math_explorer, Jan 20, 2021, 8:43 AM

  • woah ancient blog

    by suvamkonar, Jan 20, 2021, 4:14 AM

  • https://artofproblemsolving.com/community/c47h361466

    by math_explorer, Jun 10, 2020, 1:20 AM

  • when did the first greed control game start?

    by piphi, May 30, 2020, 1:08 AM

  • ok..........

    by asdf334, Sep 10, 2019, 3:48 PM

  • There is one existing way to obtain contributorship documented on this blog. See if you can find it.

    by math_explorer, Sep 10, 2019, 2:03 PM

  • SO MANY VIEWS!!!
    PLEASE CONTRIB
    :)

    by asdf334, Sep 10, 2019, 1:58 PM

  • Hullo bye

    by AnArtist, Jan 15, 2019, 8:59 AM

  • Hullo bye

    by tastymath75025, Nov 22, 2018, 9:08 PM

  • Hullo bye

    by Kayak, Jul 22, 2018, 1:29 PM

  • It's sad; the blog is still active but not really ;-;

    by GeneralCobra19, Sep 21, 2017, 1:09 AM

  • dope css

    by zxcv1337, Mar 27, 2017, 4:44 AM

  • nice blog ^_^

    by chezbgone, Mar 28, 2016, 5:18 AM

  • shouts make blogs happier

    by briantix, Mar 18, 2016, 9:58 PM

91 shouts
Contributors
Tags
About Owner
  • Posts: 583
  • Joined: Dec 16, 2006
Blog Stats
  • Blog created: May 17, 2010
  • Total entries: 327
  • Total visits: 354396
  • Total comments: 368
Search Blog
a