Given a finite set $S$, $P(S)$ denotes the set of all the subsets of $S$. For any $f:P(S)\rightarrow \mathbb{R}$ ,prove the following inequality:$$\sum_{A\in P(S)}\sum_{B\in P(S)}f(A)f(B)2^{\left| A\cap B \right|}\geq 0.$$
Problem
Source: 2021 China Girls Math Olympiad
Tags: inequalities, Subsets, CGMO
13.08.2021 15:10
13.08.2021 16:11
CGMO committee seems to like sum-transformations a lot ...
15.08.2021 21:07
Is this problem related to the positive definiteness of some certain matrix?
15.08.2021 22:47
Nguyen wrote: Is this problem related to the positive definiteness of some certain matrix? Sure! This is just restating that the matrix with entries $(2^{\vert A \cap B\vert})_{A,B}$ is positive-(semi)definite. But as such, this is just a restatement of the problem and not yet very helpful.
18.08.2021 19:56
Got literally the same solution. The idea is that $2^{|A \cap B|}$ is just size of $P(A \cap B)$, so we might want to rearrange the sigmas: \begin{align*} \sum_{A, B \in P(S)}f(A)f(B)2^{|A \cap B|} &= \sum_{A, B \in P(S)}\sum_{T \subseteq (A \cap B)}f(A)f(B) \\ &= \sum_{T \subseteq S}\sum_{T \subseteq A, B \subseteq S}f(A)f(B) \\ &= \sum_{T \subseteq S} \left( \sum_{T \subseteq A \subseteq S}f(A) \right)^2 \ge 0. \end{align*}The equality holds iff $f \equiv 0$, this can be proven inductively.
03.10.2022 06:22
In fact the number "2‘’ can be replaced with any constant c no less than 1.
08.08.2024 17:58
Tintarn wrote: Nguyen wrote: Is this problem related to the positive definiteness of some certain matrix? Sure! This is just restating that the matrix with entries $(2^{\vert A \cap B\vert})_{A,B}$ is positive-(semi)definite. But as such, this is just a restatement of the problem and not yet very helpful. I suddenly got it! Let A be a 2^n by 2^n matrix, whose rows and columns are indexed by all subsets of S. Each entry is 1 if the index of the row is a subset of the index of the column, and 0 otherwise. Then the matrix that we want to prove to be positive definite is exactly A(T)*A.