Power set

cosmos 3rd November 2017 at 12:45pm
Combinatorics Set theory

The set P(X)\mathcal{P}(X) of all Subsets of a Set XX

The layers of P(X)\mathcal{P}(X) are the 0-elements subsets, the 1-element susets, the k-elements subsets, etc., denoted X(k)X^{(k)}

Power set can be turned into a Graph by adding an edge between A,BXA,B \subseteq X if AB=1|A \triangle B| = 1 (where \triangle denotes Symmetric difference. This turns out to give Discrete cube QXQ_{|X|}. Can only connect only sets A and B that differ by one element as we want (AB)(AB)=1|(A\cup B) \setminus (A \cap B)| = 1. Called Hasse diagram

We can identify power set with the vector space F2n\mathbb{F}_2^n of characteristic vectors indicating which elements belong to a given subset.

The function (A,B)AB(A,B) \to |A \triangle B| is a Metric on the power set.

For Combinatorics, often we consider P([n])\mathcal{P}([n]), denoted P(n)\mathcal{P}(n), where [n][n] is the set of all Natural numbers up to and including nn.

Chain and Antichains

We can explore the chains and Antichains of this Partially ordered set (under Set inclusion).

Every maximal chain in P(n) has n+1 elements includinng empty set and whole set [n].

How large can antichains be? Sperner's lemma: an antichain in P(n) has at most (nn/2)\binom{n}{\lfloor{n/2}\rfloor}. We can prove using Hall's theorem

Shadows

We can define two orders in a layer of P(x) [n](r)[n]^{(r)}: the Lexicographic order (lex) and colexicographic order (colex)

Kruskal-Katona theorem

Intersections and traces

See here

A family AP(n)\mathcal{A}\subseteq \mathcal{P}(n) is intersecting if AB=|A \cap B| = \emptyset for all A,BAA,B \in \mathcal{A}.

It's not hard to show that A2n1|\mathcal{A}| \leq 2^{n-1}

Erdos-Ko-Rado theorem


There is no injective map from the power set of a set XX to the set XX, and there is no surjective map from a set to its power set.

This implies that a set and its power set have different Cardinality