A set $S \subseteq \mathbb{N}$ has distinct subset sums if any two subsets with equal sums must be equal.
Instances For
Erdős's conjecture on distinct subset sums (Conjecture 4.6.2): there is an absolute constant $c > 0$ such that any $k$-element set of positive integers in $[1, n]$ with distinct subset sums satisfies $c \cdot 2^k \le n$.
The $k$-dimensional Boolean hypercube $\{0,1\}^k$, represented as functions $\mathrm{Fin}\, k \to \mathrm{Bool}$.
Instances For
Two vertices of the hypercube are adjacent if their Hamming distance is $1$, i.e. they differ in exactly one coordinate.
Instances For
Harper's vertex-isoperimetric inequality on the hypercube (Theorem 4.6.4): any set $A \subseteq \{0,1\}^k$ of size $2^{k-1}$ has vertex boundary at least $\binom{k}{\lfloor k/2 \rfloor}$.
Variant of HasDistinctSubsetSums for tuples $x : \mathrm{Fin}\, k \to \mathbb{N}$:
the map sending a subset $T$ to $\sum_{i \in T} x_i$ is injective.
Instances For
The map boolToFinset from Boolean strings to subsets of $\mathrm{Fin}\, k$ is injective.
If $x$ has distinct subset sums, then the map $\varepsilon \mapsto \sum \varepsilon_i x_i$ is injective on Boolean strings.
If two Boolean strings $\varepsilon, u$ agree off coordinate $i$ with $\varepsilon_i = \mathtt{true}$ and $u_i = \mathtt{false}$, then their weighted sums differ by $x_i$.
Harper's vertex-isoperimetric inequality on the hypercube (Theorem 4.6.4), variant
using cubeBoundary: any subset $A$ of half-size in $\{0,1\}^k$ has vertex
boundary at least $\binom{k}{\lfloor k/2 \rfloor}$.
Dubroff–Fox–Xu (Theorem 4.6.3): for any $k$ positive integers $x_1,\dots,x_k \le n$ with distinct subset sums, $n \ge \binom{k}{\lfloor k/2 \rfloor}$.
Sign encoding of a Boolean: $\mathtt{true} \mapsto +1$, $\mathtt{false} \mapsto -1$.
Instances For
Orthogonality of sign characters over $\{0,1\}^k$: the sum of $\mathrm{sgn}(\varepsilon_l)\,\mathrm{sgn}(\varepsilon_m)$ over all $\varepsilon$ equals $2^k$ if $l = m$ and vanishes otherwise.
Variance identity from second-moment method: $\sum_{\varepsilon \in \{\pm 1\}^k} \bigl(\sum_l \varepsilon_l x_l\bigr)^2 = 2^k \sum_l x_l^2$.
Dubroff–Fox–Xu second-moment bound (Theorem 4.6.6): for any $k$ positive integers $x_1,\dots,x_k \le n$ with distinct subset sums, $3 \cdot 2^k \le 8 n (\lfloor \sqrt{k} \rfloor + 1)$, yielding $n = \Omega(2^k / \sqrt{k})$.