C1: Constructing a perfect matching is RNC
Random NC: it is used to define a problem that can be solved in polylog time by a randomized parallel algorithm using a polynomial number of processors.
Basic Tools
Basic Tool 1
. Let denote a field and let be a nonzero multivariate polynomial of degree . Let be a finite set. Then, we have
The degree of a polynomial is the largest degree of its monomials. For example,
has degree 3.
There, we set . After uniformly at random selecting from the finite set, the probability that they are the root is very small, at most .
Basic Tool 2
Given an undirected graph , its Tutte matrix is the symbolic matrix as follows.
Let denote the edge in .
We can show that is skew-symmetric, i.e.,
[Tutte’s Perfect Matching Lemma] Let be the Tutte matrix of an undirected graph . We have
if and only if has a perfect matching.
To be continue…
Reference
[1]. Karp, R.M., Upfal, E. and Wigderson, A., 1985, December. Constructing a perfect matching is in random NC. In Proceedings of the seventeenth annual ACM symposium on Theory of computing (pp. 22-32).