Rights-Floor and Sufficiency Gate¶
Control gate — instantiates Fairness-Standard Selection and Reconciliation
Rejects or revises rules breaching declared rights or minimum sufficiency before aggregate optimization.
The Rights-Floor and Sufficiency Gate is a lexical-precedence control: before any weighing, aggregation, or optimization runs, it checks each candidate rule against a declared set of rights and a defined minimum sufficiency level, and it rejects — or forces revision of — any rule that would push anyone below the floor, no matter how large the aggregate gain. Its defining move is that the floor is not a weight to be traded against efficiency; it is a veto that fires first. The gate does not lay standards side by side, does not test whether a distinction is relevant, and does not measure realized outcomes. It answers exactly one question, upstream of everything else: does this rule keep every protected party above the line?
Example¶
A grid operator facing a generation shortfall must shed 15% of load. A pure optimizer would rotate blackouts to minimize total outage-minutes across the city. But the Rights-Floor and Sufficiency Gate runs before the optimizer sees a single schedule. The declared floor: households with registered life-support equipment — ventilators, home dialysis, oxygen concentrators — and critical facilities like hospitals and water treatment must never be cut below a safety threshold. The gate screens every proposed rotation and discards any schedule that darkens a medical-dependent block, handing the optimizer only the feasible schedules that respect the floor. When a clever schedule saves 8% more outage-minutes by cutting one medical block "for just 20 minutes," the gate still rejects it: the floor is lexical, not a term in the objective. The optimizer then minimizes outage-minutes within the reduced feasible set — efficiency operates, but only in the space where no protected household goes dark.
How it works¶
- Declare the floor explicitly: which rights, and what sufficiency level, defined as an absolute minimum bundle of the good — "enough" stated as a concrete threshold, not a preference.
- Place the check upstream of any aggregation or scoring, so it filters the option set before tradeoffs are computed.
- Make it lexical: a breach is a veto, not a penalty added to the objective function.
- Guard the floor itself: any exception to the floor must clear a separate, higher justification (declared emergency, compensation), so the floor is not quietly eroded.
- On breach, reject or revise: either drop the rule or send it back for a floor-respecting redesign.
Tuning parameters¶
- Floor height — where the sufficiency minimum sits. Higher protects more people but shrinks the feasible set and can render the allocation infeasible.
- Floor scope — which rights and which parties are shielded. Broader is safer but more binding on everything downstream.
- Rigidity — pure lexical veto versus near-lexical (breach permitted only under a declared emergency with compensation). More rigidity resists erosion but can force impossible allocations.
- Breach response — reject outright versus revise-and-resubmit; the latter keeps more options alive at the cost of extra cycles.
When it helps, and when it misleads¶
Its strength is preventing aggregation from silently trading away rights or severe-tail harm — the "acceptable average hides a devastated minority" failure. When something genuinely must not be sacrificed for efficiency, a lexical gate is the only construction that guarantees it, because a weight, however large, can always be outvoted by a large enough aggregate.
Its failure mode is over-reach. A floor set too high can make the whole allocation infeasible or crowd out every other fairness consideration; and calling something a "right" to shield it from all tradeoff is a tempting way to protect an incumbent interest. The classic misuse is floor inflation — every preference gets reclassified as a right until the gate blocks every workable rule. The guarding discipline is to keep the floor list short, expensive to expand, and anchored to genuinely nontradeable minima, honoring lexical priority[n1] without letting it swallow the decision.
How it implements the components¶
legitimate_standard_priority_and_composition_rule— it is a composition rule of the lexical-precedence type: rights and sufficiency floors are satisfied first, and aggregate optimization is permitted only within the remaining feasible set.baseline_counterfactual_and_burden_definition— it defines the sufficiency floor as an absolute minimum bundle — what counts as "enough" of the good — a burden/benefit threshold below which no aggregate gain may push anyone.
It does not lay candidate standards side by side (standard_conflict_and_distribution_matrix — that's Fairness-Standard Comparison Table) or convene affected parties to legitimate the choice (affected_party_standing_and_representation_map, fairness_challenge_remedy_and_nonretaliation_path — that's Participatory Fairness Deliberation).
Related¶
- Instantiates: Fairness-Standard Selection and Reconciliation — it supplies the nontradeable floor that keeps composition from aggregating away rights.
- Consumes: Fairness-Standard Comparison Table — it reads each candidate rule's distribution to detect where a floor would be breached.
- Sibling mechanisms: Fairness-Standard Comparison Table · Relevant-Difference Challenge Test · Distributional Impact and Tail Audit · Participatory Fairness Deliberation · Fairness-Metric and Exception Stress Test
Editorial Notes¶
Form Classification¶
Form family: Rule, Policy & Commitment
Rationale: Rights Floor And Sufficiency Gate operates by imposes an absolute upstream rights-and-sufficiency floor that no aggregation or score may trade away. That concrete deployed or enacted form is Rule, Policy & Commitment under the frozen taxonomy.
Nearest alternative: Decision, Gate & Allocation — Although Decision, Gate & Allocation can support this mechanism, the frozen evidence makes its operative form the act that imposes an absolute upstream rights-and-sufficiency floor that no aggregation or score may trade away; the alternative is therefore secondary rather than defining.
Review outcome: Adjudicated after independent review; high confidence.
Origin Attribution¶
Primary origin: Philosophy
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Giving rights and minimum sufficiency lexical priority over aggregate optimization is rooted in normative political philosophy. Constitutional and human-rights law make floors enforceable, while policy and welfare economics translate them into administrative thresholds.
Related originating lineages:
- Economics & Finance — economics_finance contributes cost, allocation, repeated-game, expectation, and risk-analysis traditions to the mechanism’s formative or independently convergent form; that contribution does not displace the primary philosophy lineage.
- Law & Governance — law_governance contributes rights, duties, authorization, tenure limits, and accountable procedure to the mechanism’s formative or independently convergent form; that contribution does not displace the primary philosophy lineage.
- Public Administration & Policy — public_administration_policy contributes program oversight, public allocation, implementation, and continuity obligations to the mechanism’s formative or independently convergent form; that contribution does not displace the primary philosophy lineage.
Review resolution: The blind reviewers disagreed on primary lineage (philosophy versus law_governance); authoritative or primary research supports philosophy as the best historical origin. Giving rights and minimum sufficiency lexical priority over aggregate optimization is rooted in normative political philosophy. Constitutional and human-rights law make floors enforceable, while policy and welfare economics translate them into administrative thresholds. The cited Stanford Encyclopedia of Philosophy, Egalitarianism; OHCHR, Social Protection Floors and Human Rights directly supports the defining operation used in that choice. All independently supported contributing domains are retained without an arbitrary cap, while domain_reach=multi_domain records later applicability separately from provenance.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Researched adjudication after independent review; high confidence.
Sources consulted:
- Stanford Encyclopedia of Philosophy, Egalitarianism
- OHCHR, Social Protection Floors and Human Rights
Notes¶
[n1] Lexical (lexicographic) priority — a ranking in which the first principle must be fully satisfied before the next is even considered; no quantity of the second can compensate a deficit in the first. Rawls used it for the priority of basic liberties over other goods. ↩