Lean Bourgain Extractor

8 Transfer operator

Definition 8.1
#

For \(f : A \to B, G : A \to C\) we have \(f \# g\) is a function \(B \to C\) defined by \(f \# g(x) = \sum _{f(y) = x}g(y)\).

Proposition 8.2
#

We have \(f \# (g + h) = f \# g + f \# h\).

Proposition 8.3
#

We have \(f \# (g - h) = f \# g - f \# h\).

Proposition 8.4
#

If \(h\) is an additive homomorphism we have \(h \circ (f \# g) = f \# (g \circ h)\).

Proposition 8.5
#

If \(f\) is a bijection we have \((f \# g)(x) = g (f^{-1}(x))\).

Lemma 8.6
#

We have \(h \# (f \# g) = (h \circ f) \# g\).

Proof
\[ \sum _{y \in h^{-1}(x)} \sum _{z \in f^{-1}(y)} g(z) = \sum _{z} \sum _{y \in h^{-1}(x), z \in f^{-1}(y)} g(z) = \sum _{z} [h(f(z)) = x] g(z) = \sum _{z \in (h \circ f)^{-1}(x)} g(z) = ((h \circ f) \# g) (x) \]
Proposition 8.7
#

\(\mathrm{id} \# f = f\)

Proposition 8.8
#
\[ \sum _x {(f \# g) (x) h(x)} = \sum _x {g(x) h(f(x))} \]
Lemma 8.9
#
\[ E[(f \# g) (x) h(x)] = \frac{|A|}{|B|} E[g(x) h(f(x))] \]
Proof

By unfolding the expectation and using 8.8.

Proposition 8.10
#

if \((f \# g) (x) \neq 0\) then \(\exists y, f(y) = x\).