I am working in statistics and during my research, I encountered the need to establish concentration inequalities. McDiarmid's inequality seems very relevant and closely related to my problem, but unfortunately I haven't studied it before.
I searched around but couldn't find an exact version that applies to my setting, so I hope to get some advice and references here. Let me start by briefly recalling the classical McDiarmid's setting.
- The bounded differences fucntion Consider an arbitrary set $\mathcal{Z}$. The function $f$: $\mathcal{Z}^{n} \to \mathbb{R}$ has bounded differences if there exist nonnegative constants $b_1, ...b_n \in \mathbb{R}$ such that for $i=1,...n$
$$\sup_{x_1,...x_n, x_i'}|f(x_1,\cdots,x_n)-f(x_1,\cdots,x_{i-1},x_i',x_{i+1},\cdots,x_n)| \le b_i$$
- McDiarmid's inequality Let the function $f: \mathcal{Z}^{n} \to R$
have bound differences with constants $b_1, \cdots b_n$. Consider a sample of independent variables $\{X_1,\dots, X_n\}$ from the set $Z$. Then for any $\epsilon \ge 0$, we have
$$\mathbb{P}\{f(X_1,\dots,X_n) - \mathbb{E}[f(X_1,\dots,X_n)] \ge \epsilon \} \le exp\left(\frac{-2\epsilon^2}{\displaystyle \sum_{i=1}^{n} b_i^2}\right)$$
My function is defined on the symmetric group $S_{n}$. so the components are not independent, and the classical McDiarmid inequality does not apply directly.
My situation: I have a function $f$ definied on $S_n$. Besides, I know that
$$|f(\pi) - f(\pi \circ (i,i+1))| \leq c_i$$
where $(i,i+1)$ denotes the adjacent transposition of positions $i$ and $i+1$. I am wondering if it is true that the following concentration inequality holds:
$$\mathbb{P}(f(\pi) - \mathbb{E}(f(\pi)) \ge \epsilon) \le exp\left(\frac{-2\epsilon^2}{\sum_{i=1}^{n-1}c_i}\right)$$
when $f$ changes by at most $c_i$ under adjacent swap $(i,i+1)$.
My question:
Is there a known theorem or reference that establishes this type of concentration inequality for functions on $S_n$ with bounded differences with respect to adjacent transpositions?
If this is true, is the proof based on Markov chains, martingale methods, or some other approach?
Any pointers to papers or textbooks would be greatly appreciated.
Thank you very much for your time and help! I look forward to discussing this further.