Short of A Matching

Posted by on Oct 31, 2011 in Uncategorized | No Comments

The Marriage Theorem is fundamental to matching theory. It provides for a necessary and sufficient condition for finding a perfect matching in a bipartite graph. A bipartite graph can be thought of as the realization of a relation R: A \rightarrow B. A matching M in R is a collection of mutually disjoint pairs (a,b) from R. Specifically, for any (a,b) \in M and (c,d) \in M, a \neq b and b \neq d. A perfect matching in R has |A| pairs. Notice that for any subset X \subseteq A, |R(X)| must be at least |X| for R to even admit the possibility of a perfect matching. The Marriage Theorem states that the seemingly obvious necessary condition alone is also sufficient — that is to say, if the condition is true, then R indeed admits a perfect matching!

The theorem is witnessed by an ample number of proofs. Just as fascinating is the number and nature of contexts in which it has been applied. Here we sketch the proof of a somewhat general version of the marriage theorem, and we use the marriage theorem in this proof.

Permutations with Cycles

Posted by on Oct 28, 2011 in Digital Sketches, test category | No Comments

This is a digital sketch inspired by the equality: C(n,k) = C(n-1,k-1) + C(n-1,k) (n-1), where C(n,k) denotes the number of permutations of, say, [n] with k cycles. The equality is nearly self-explanatory — you simply knock off one of the elements (let’s do away with n) and stare at permutations of [n-1]. Click here ...

Hello world!

Posted by on Aug 16, 2011 in Uncategorized | No Comments

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!