Papers
Topics
Authors
Recent
Search
2000 character limit reached

Dissociated Sets: Structure & Applications

Updated 18 January 2026
  • Dissociated sets are finite subsets in abelian groups and graphs defined by the property that every nontrivial ±1 combination of their elements is nonzero.
  • They serve as bases for unique subset sum representations and are instrumental in additive combinatorics, extremal graph theory, and algorithmic applications.
  • Research on dissociated sets informs extremal enumeration, greedy construction methods, and NP-hard approximations in both algebraic and graphical contexts.

A dissociated set is a finite subset of an abelian group, or, in a distinct context, a subset of vertices in a graph, that satisfies strong independence or sparsity properties with respect to additive or induced substructure. Originally motivated by questions in subset-sum distinctness, additive combinatorics, extremal graph theory, and harmonic analysis, dissociated sets underlie the additive dimension theory of sets, inform subgraph enumeration problems, and connect to algorithmic, structural, and probabilistic aspects of combinatorics.

1. Formal Definitions and Characterizations

A subset DD of an abelian group GG is called dissociated if every nontrivial signed {1,0,1}\{-1,0,1\}-combination of its elements is nonzero: dDεdd=0, εd{1,0,1}    εd=0 for all d.\sum_{d\in D} \varepsilon_d d = 0,\ \varepsilon_d\in\{-1,0,1\} \implies \varepsilon_d=0\ \text{for all}\ d. Equivalently, the 2D2^{|D|} subset sums dDd\sum_{d\in D'}d, over all DDD'\subseteq D, are pairwise distinct (Candela et al., 2014, Lev et al., 2010, Dutta, 11 Jan 2026). A maximal dissociated subset of AGA\subset G is one not contained properly in any larger dissociated subset of AA.

For a finite AGA\subset G, the size of a largest dissociated subset is denoted dim(A)\dim(A), also known as the additive dimension or dissociativity dimension (Shkredov, 2022, Candela et al., 2014, Bedert et al., 2024).

In graphs, a dissociation set is a subset of vertices SV(G)S\subseteq V(G) such that in the induced subgraph G[S]G[S], all vertex degrees are at most 1; equivalently, G[S]G[S] is a disjoint union of edges and isolated vertices. The size of a largest dissociation set in GG is the dissociation number, diss(G)\mathrm{diss}(G) (Li et al., 15 Jun 2025, Bock et al., 2022).

2. Properties, Examples, and Maximal Subsets

Algebraic Setting:

  • The powers of two {1,2,4,8,}\{1,2,4,8,\ldots\} in N\mathbb{N} are dissociated because each integer has a unique binary expansion (Dutta, 11 Jan 2026).
  • Any strictly increasing sequence {a1,,am}N\{a_1,\dots,a_m\}\subset\mathbb{N} with ak+1>ikaia_{k+1} > \sum_{i\leq k} a_i is dissociated (“greedy gap” condition) (Dutta, 11 Jan 2026).
  • In the Boolean cube Qn={0,1}nZnQ_n = \{0,1\}^n\subset\mathbb{Z}^n, the standard basis {e1,,en}\{e_1,\dots,e_n\} is dissociated. Explicit randomized constructions yield dissociated subsets of size Ω(nlogn)\Omega(n\log n), and this logarithmic factor is sharp for the size discrepancy between maximal dissociated subsets (Lev et al., 2010, Candela et al., 2014).

Graphical Setting:

  • In a path P3=v1v2v3P_3 = v_1-v_2-v_3, the subsets {v1,v2}\{v_1,v_2\}, {v2,v3}\{v_2,v_3\}, {v1,v3}\{v_1,v_3\}, all singletons, and \emptyset are dissociation sets, but {v1,v2,v3}\{v_1,v_2,v_3\} is not.
  • In a complete graph K4K_4, only subsets of size at most two are dissociation sets (Li et al., 15 Jun 2025).

Maximal dissociated subsets in finite abelian groups are bases with respect to {1,0,1}\{-1,0,1\}-combinations: Every aAa\in A can be written as a=dDδdda = \sum_{d\in D}\delta_d d, with δd{1,0,1}\delta_d\in\{-1,0,1\} (Bedert et al., 2024, Candela et al., 2014).

3. Extremal and Enumerative Results

Additive Combinatorics:

  • Any finite AGA\subset G satisfies dim(A)log3A\dim(A)\geq \log_{3}|A| (via the number of subset sums), and constructions show this bound is often nearly sharp (Shkredov, 2022, Candela et al., 2014).
  • For QnQ_n, the maximal size da(Qn)d_a(Q_n) of a dissociated subset satisfies da(Qn)nlog4nd_a(Q_n)\sim n\log_4 n as nn\to\infty (Candela et al., 2014, Lev et al., 2010).

Graph Theory:

  • For connected graphs of order nn, the maximal possible number of dissociation sets is exactly

f(n)={2n1+(n+3)2(n5)/2n odd 2n1+(n+6)2(n6)/2n evenf(n) = \begin{cases} 2^{n-1} + (n+3)\cdot 2^{(n-5)/2} & n\ \text{odd} \ 2^{n-1} + (n+6)\cdot 2^{(n-6)/2} & n\ \text{even} \end{cases}

achieved for certain trees FnF_n formed by attaching K2K_2 blocks to a central K1K_1 or K2K_2 (Li et al., 15 Jun 2025).

  • The second-largest such number is

h(n)={2n1+(n+9)2(n7)/2n odd 2n1+(n+12)2(n8)/2n even6 42n=6h(n) = \begin{cases} 2^{n-1} + (n+9)2^{(n-7)/2} & n\ \text{odd} \ 2^{n-1} + (n+12)2^{(n-8)/2} & n\ \text{even}\ne6 \ 42 & n=6 \end{cases}

attained by a specific unicyclic graph UnU_n and a glued-star tree TnT_n (Li et al., 15 Jun 2025).

Dimension Comparison:

Let da(A)d_a(A) be the maximal, da(A)d_a^-(A) the minimal size of maximal dissociated subsets, ds(A)d_s(A) (resp. ds(A)d_s^-(A)) the minimal size of internal (resp. external) $1$-spanning sets. Then for all AA,

ds(A)ds(A)da(A)da(A)d_s^-(A)\le d_s(A)\le d_a^-(A)\le d_a(A)

with the ratio ds(A)/da(A)log4(da(A))/(1+o(1))d_s^-(A)/d_a(A)\ge \log_4(d_a(A))/(1+o(1)) as da(A)d_a(A)\to\infty (Candela et al., 2014).

4. Structural, Algorithmic, and Complexity Aspects

Additive Structural Theorems:

  • Any finite AFpA\subset \mathbb{F}_p admits a decomposition into large dissociated pieces and a small “rectifiable” remainder that can be mapped into a short integer interval by scalar dilation. This structural decomposition is essential for applications in ordering problems and partial sum distinctness (Bedert et al., 2024).
  • If DD is dissociated in AGA\subset G and maximal, then every element in AA lies in the {1,0,1}\{-1,0,1\}-span of DD (Bedert et al., 2024, Lev et al., 2010).

Graph Algorithms:

  • Computing diss(G)\mathrm{diss}(G) for general GG is NP-hard, even for bipartite graphs (Bock et al., 2022).
  • For bipartite GG, Hosseinian and Butenko's $4/3$-approximation algorithm computes a dissociation set via matchings and independence number of matched-deleted graphs. The extremal tightness of this bound can be checked and constructed in polynomial time via 2-SAT reductions (Bock et al., 2022).
  • Hardness results include NP-completeness of determining when diss(G)=α(G)\mathrm{diss}(G)=\alpha(G), =2νs(G)=2\nu_s(G), =α(G)+νs(G)=\alpha(G)+\nu_s(G), or =2α(G)=2\alpha(G), where α(G)\alpha(G) is the independence number and νs(G)\nu_s(G) is the induced matching number (Bock et al., 2022).

5. Growth, Sumsets, and Fourier-Analytic Implications

Sumset Growth and Additive Dimension:

  • For AGA\subset G, the size of the nn-fold sumset nA|nA| is exponentially governed by the additive dimension. The precise regimes are:

    • For n<C1logAn < C^{-1}\log|A|,

    nA(dim(A)/[ClogA])n1|nA| \geq \left(\dim(A)/[C\log|A|]\right)^{n-1} - For C1logA<n<dim(A)/4C^{-1}\log|A|< n < \dim(A)/4,

    nA(dim(A)/(4n))n1|nA| \geq \left(\dim(A)/(4n)\right)^{n-1} - For k=dim(A)logdim(A)k = \dim(A)\log\dim(A),

    kAexp(C1dimk(A)logdimk(A))|kA| \geq \exp(C^{-1}\dim_k(A)\log\dim_k(A))

These growth laws underlie results on additive expansions, sum-product phenomena, and super-exponential growth of nAnA for small multiplicative subgroups in Fp\mathbb{F}_p^* (Shkredov, 2022).

Extremal Results and Applications:

  • The coin-weighing problem (discrete cube) and random greedy constructions provide explicit dissociated sets with maximal growth.
  • In Fourier analysis, dissociated sets allow for sharp bounds in theorems like Chang’s theorem on large Fourier coefficients due to the absence of nontrivial ±1\pm1-relations (Candela et al., 2014).
  • In extremal combinatorics, dissociated sets are instrumental for bounding the density of sets avoiding given additive configurations (Sidon sets, kk-term arithmetic progressions) and for structure-theorems on additive decompositions (Candela et al., 2014, Bedert et al., 2024).

6. Counting, Greedy Constructions, and Generalizations

Subset-Sum-Distinct Sets:

  • For SN\mathcal S\subset\mathbb N dissociated, the maximal size of S[1,n]\mathcal S\cap[1,n] satisfies

S[1,n]log2n+12log2log2n+C|\mathcal S\cap[1,n]|\leq \log_2 n + \tfrac12 \log_2\log_2 n + C

for a positive-density subset of nn and any CC in (c1,c)(c_*-1, c_*), where c=12log2(π/2)c_*= \tfrac12\log_2(\pi/2) (Dutta, 11 Jan 2026).

Greedy Algorithmic Generation:

  • The greedy algorithm selecting the least admissible next element ensures that for large indices, dissociated sets generated in N\mathbb{N} double at every step: γn+1=2γn\gamma_{n+1}=2\gamma_n for nn sufficiently large (Dutta, 11 Jan 2026).
  • Generalizations include D[g]D[g]-sets (no more than gg subset-sum representations) and DkD_k-sets (no nontrivial relation with {k,,k}\{-k,\ldots,k\} coefficients), with similar growth and doubling properties imposed by isoperimetric inequalities on hypercubes (Dutta, 11 Jan 2026).

Tabular Summary: Dissociated Sets in Key Settings

Context Definition Notable Results / Bounds
Abelian groups No nontrivial {1,0,1}\{-1,0,1\}-combination sums to $0$ Maximal size within O(logA)O(\log|A|) of each other, size nlogn\sim n\log n in QnQ_n
Subset-sum in N\mathbb{N} All subset sums of finite subsets are distinct (subset-sum-distinct) Maximal density: O(logn+12loglogn)O(\log n + \frac12\log\log n)
Graphs Induced subgraph has all degrees 1\leq1 (matchings, isolates) Extremal enumeration: f(n)f(n), h(n)h(n) for connected graphs of order nn

7. Further Developments and Open Directions

Recent research extends extremal enumeration (e.g., second-largest number of dissociation sets in connected graphs), explores algorithmic applications (approximation and recognition algorithms in graphs), and refines additive dimension inequalities (Lev-Yuster and Candela-Helfgott bounds) (Li et al., 15 Jun 2025, Bock et al., 2022, Candela et al., 2014). Dissociated sets and associated dimension concepts play a foundational role in structure-versus-randomness dichotomies, pseudorandomness, sum-product theory, probabilistic combinatorial constructions, and applications to analytic and computational problems.

Emerging directions include:

  • Enumeration of maximal dissociation sets versus all dissociation sets.
  • Connection to Erdős’s subset sum conjecture (optimal constants in maximal subset-sum-distinct sets).
  • Further development of decomposition theorems in finite fields and their combinatorial and analytic implications (Bedert et al., 2024, Dutta, 11 Jan 2026, Shkredov, 2022).
  • Sharper bounds for dimensions and ratios in high-order discrete cubes, clarifying the extreme behaviors of dissociated sets (Candela et al., 2014, Lev et al., 2010).

A plausible implication is that as the additive dimension encodes key growth and structure information for finite sets, further progress in understanding dissociated sets will translate directly into advances in additive combinatorics, extremal graph theory, and computational applications.

Topic to Video (Beta)

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Dissociated Sets.