Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
91 tokens/sec
Gemini 2.5 Pro Premium
40 tokens/sec
GPT-5 Medium
33 tokens/sec
GPT-5 High Premium
28 tokens/sec
GPT-4o
105 tokens/sec
DeepSeek R1 via Azure Premium
93 tokens/sec
GPT OSS 120B via Groq Premium
479 tokens/sec
Kimi K2 via Groq Premium
160 tokens/sec
2000 character limit reached

Justified Representation (JR) Axioms

Updated 4 August 2025
  • Justified Representation axioms are criteria ensuring that any sufficiently large, cohesive voter group secures at least one candidate they commonly approve.
  • The axioms, including EJR, PJR, FPJR, and Droop-based variants, offer a hierarchical framework for fairness with specific mathematical definitions and computational properties.
  • These principles guide the design of voting rules like PAV and MES, providing actionable, algorithmic approaches for achieving proportional representation.

Justified Representation (JR) axioms are central criteria in approval-based committee voting, intended to formalize proportional representation for large, cohesive groups of voters. These axioms, together with their extensions (EJR, PJR, and more recently robust, full, and quota-based variants), organize a rich landscape of fairness guarantees, each with specific mathematical formulations, computational properties, and implications for mechanism design.

1. Formal Definitions and Hierarchical Structure

At their core, JR axioms define how groups of voters whose approval sets overlap (“cohesive groups”) ought to be represented in any winning committee of fixed size kk, given nn voters. The baseline is the classical Hare quota n/kn/k, which divides the electorate into kk “deserving” groups; an alternative is the more demanding Droop quota D(n,k)=n/(k+1)+1D(n,k) = \lfloor n/(k+1)\rfloor + 1 (Casey et al., 1 Aug 2025).

Justified Representation (JR):

Given a profile (A1,,An)(A_1, \dots, A_n) and committee WW of size kk, WW provides JR if there does not exist a group NNN^* \subseteq N with Nn/k|N^*| \geq n/k such that iNAi\bigcap_{i\in N^*} A_i \ne \varnothing and AiW=A_i \cap W = \varnothing for all iNi \in N^* (Aziz et al., 2014). Generalizing, a group is called \ell-cohesive if N(n/k)|N^*| \geq \ell (n/k) and iNAi|\bigcap_{i\in N^*} A_i| \geq \ell.

Extended Justified Representation (EJR):

WW provides EJR if, for every 1k1 \leq \ell \leq k and every \ell-cohesive group NN^*, there exists at least one iNi\in N^* with AiW|A_i \cap W| \geq \ell (Aziz et al., 2014).

Proportional Justified Representation (PJR):

Requires that, for every \ell-cohesive group NN^*, the committee WW covers at least \ell members from the union of their approvals: W(iNAi)|W \cap (\bigcup_{i\in N^*} A_i)| \geq \ell (Sánchez-Fernández et al., 2016).

Full Proportional Justified Representation (FPJR) and Full JR (FJR):

Defined by a weaker notion of cohesiveness—each member must approve enough candidates from a witness set—and either a groupwise (FPJR) or individual (FJR) satisfaction guarantee (Kalayci et al., 21 Jan 2025, Phillips et al., 28 May 2025). For instance, FJR requires that, for every “weakly \ell-cohesive” group SS (i.e., S/nT/k|S|/n \geq |T|/k for some TT with T|T| \geq \ell and AiT|A_i \cap T| \geq \ell for all iSi \in S), there is iSi \in S with AiW|A_i \cap W| \geq \ell. FPJR uses a collective utility measure instead.

Droop-style JR axioms: Use the Droop quota in place of Hare, requiring, e.g., S>n/(k+1)|S| > \ell \cdot n/(k+1) for \ell-cohesiveness, making the axiom strictly more demanding (Casey et al., 1 Aug 2025).

The table below shows the relationships between cohesiveness (C1, C2) and representation (R1, R2) definitions (cf. (Kalayci et al., 21 Jan 2025)):

Cohesiveness Representation Notion
(C1) unanimous, Nn/k|N^*|\geq\ell n/k (R1) group utility W(iNAi)|W\cap (\cup_{i \in N^*} A_i)|\geq\ell PJR
(C1) (R2) individual, iN,AiW\exists i\in N^*, |A_i\cap W|\geq\ell EJR
(C2) weak, S/nT/k|S|/n\geq|T|/k, AiT|A_i\cap T|\geq\ell (R1) FPJR
(C2) (R2) FJR

2. Significance and Interpretations

JR guarantees “minimal proportionality”: any sufficiently large group sharing a candidate receives some representation. EJR, PJR, FPJR, and FJR strengthen and generalize this principle, shifting the focus from minimal to more robust or richer forms of representation (Aziz et al., 2014, Sánchez-Fernández et al., 2016, Kalayci et al., 21 Jan 2025, Casey et al., 1 Aug 2025).

  • JR prevents complete exclusion of large, homogeneous minorities, ensuring pluralism in committee selection.
  • EJR/PJR and robust (EJR+, PJR+) variants (Brill et al., 2023) handle increasing group size or relax the need for perfect cohesiveness, providing finer guarantees and, often, stronger protection against underrepresentation.
  • Droop-based axioms (vs. Hare) require that even smaller cohesive groups can secure representation, raising the bar for proportionality, but often at significant algorithmic and feasibility cost (Casey et al., 1 Aug 2025).

JR and its extensions also have a cooperative-game interpretation. Committees satisfying these axioms prevent “blocking coalitions” from being better off by deviating (as in core stability (Aziz et al., 2014, Peters et al., 2019, Xia, 5 Mar 2025)).

3. Voting Rules and Satisfiability

For each axiom—Hare or Droop, strong or robust—there exist specific rules that can be designed or tuned to achieve the corresponding representation guarantee.

4. Computational Aspects

The algorithmic complexity of finding or verifying committees with specific JR-like guarantees varies significantly:

  • JR: Existence guaranteed for all profiles; committees can be found and checked in polynomial time by examining all groups of size at least n/kn/k for cohesive overlap (Aziz et al., 2014, Aziz et al., 2016).
  • EJR: Checking is coNP-complete. Finding EJR committees is NP-hard (winner determination for rules like PAV is NP-hard) (Aziz et al., 2014, Aziz et al., 2016).
  • PJR: Finding a PJR committee can be done in polynomial time in certain cases, but verifying whether a given committee satisfies PJR is coNP-complete (Aziz et al., 2016).
  • FPJR, FJR, and Droop+ variants: Verification of FPJR/FJR is coNP-complete (Kalayci et al., 21 Jan 2025). For Droop-JR+^+ and Droop-EJR+^+, adjusted algorithms guarantee existence, but feasibility and verification may be computationally hard or require modified thresholds/budgeting (Casey et al., 1 Aug 2025).
  • Robust EJR+ and PJR+: Can be checked in polynomial time and are thus especially practical for real-world verification (Brill et al., 2023).

Parameterization (number of voters, candidates, approval set size) sometimes admits FPT results, but in general, optimizing (E)JR degree is intractable (W[2]-hard) unless additional structure, such as bounded maximum degree, is imposed (Tao et al., 27 Dec 2024).

5. Variants and Extensions

Robust and Verifiable Axioms

Robust axioms (EJR+, PJR+) replace exact group cohesiveness with “almost” solid groups, improving both applicability in real elections and enabling polynomial-time verification (Brill et al., 2023). Probabilistic settings and uncertainty models have extended these axioms further, formulating the probability that a random realization of voter preferences admits representation and examining the complexity thereof (Aziz et al., 28 Jul 2024).

Droop-Quota Axioms

Adapting JR, EJR, and related axioms to use the Droop quota (instead of Hare) strictly strengthens the criteria: cohesive groups can be smaller and still “deserve” representation. This leads to more challenging existence and algorithmic questions. The paper (Casey et al., 1 Aug 2025) formally proves that for every standard JR-style axiom, there exists a voting rule (possibly modified) that guarantees the Droop variant, expanding the frontier of achievable proportionality.

Quantitative Degree of Representation

Optimization variants that maximize the number of represented voters in every group (or the minimal representation degree—JR-degree, EJR-degree) have been introduced. Maximizing this degree is, however, provably hard to approximate (Tao et al., 27 Dec 2024). Such metrics serve as finer benchmarks for the equitable performance of voting rules.

6. Relationships to Other Fairness and Stability Concepts

7. Applications and Empirical Insights

  • Participatory Budgeting: EJR and FJR have been adapted to handle arbitrary project costs and additive utilities, providing guarantees matched to budget share and enabling rules like MES to offer strong proportionality even under complex domain constraints (Peters et al., 2020).
  • Deliberative Selection and Public Sphere Ranking: JR-inspired constraints in ranking or recommendation tasks ensure minority perspectives are always represented while optimizing for other system objectives (e.g., engagement or diversity) (Revel et al., 19 Mar 2025).
  • Reconfiguration and Connectivity: The set of JR or EJR committees may not always be connected, but approximate variants (e.g., 2-JR or 4-EJR intermediates) bridge the gap, and rules like PAV, MES, and GJCR yield rich, connected solution spaces (Dong et al., 21 Apr 2025).
  • Temporal and Constrained Domains: Strong extension of (E)JR, FPJR, and core stability to temporal voting or public decisions under constraints shows a hierarchy of proportionality concepts remains available, albeit sometimes only approximately (Phillips et al., 28 May 2025, Chingoma et al., 4 Sep 2024).
  • Learning and Likelihood Perspective: A linear theory models the whole family of JR-axioms as linear thresholds, supporting sample complexity analysis (via the Natarajan dimension) and providing probabilistic guarantees that strong axioms like EJR+ or the core are satisfied with high probability in natural models (Xia, 5 Mar 2025).

The family of justified representation axioms spans a spectrum from minimal group-wise fairness (JR, PJR) through robust, individual, and fully proportional variants (EJR, FJR, FPJR), and up to even stronger market and core-based criteria. Each comes with precise mathematical definitions, computational complexity characterizations, and proven connections to key mechanism-design desiderata (e.g., monotonicity, priceability, perfect representation). Recent work systematically extends the paradigm via linear theory, uncertainty models, variants adapted to quotas or constrained public decisions, and application to participatory budgeting and deliberative selection, enabling both theoretical analysis and practical rule design in modern social choice.

Don't miss out on important new AI/ML research

See which papers are being discussed right now on X, Reddit, and more:

“Emergent Mind helps me see which AI papers have caught fire online.”

Philip

Philip

Creator, AI Explained on YouTube