The two proofs showing the CFG <-> PDA equivalence. Furthermore here are two examples of how to go from a PDA into a CFG for the same language.
Kleene's Theorem: the proof that for every DFA there exists an equivalent regular language representing the same language recognized by the DFA. This theorem is the second half of the proof that DFA's are equivalent to regular expressions/languages.