Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Subthreshold Coalitions Learn Nothing

Abstract

Structural zero leakage makes every coalition-determined secret function constant, while ignorance of the whole secret alone does not imply zero information.

Theorem 1.1 (Structural zero leakage makes secret functions constant).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Secrecy/SubthresholdCoalitionLearnsNothing.subthreshold_coalition_learns_nothing (✓ std3). ∎

Source. Repository-derived.

Commentary.

The common readout is the meet of the coalition and secret readouts, and structural zero leakage identifies that meet with the constant concept.

Because the target is a function of the secret, its canonical target-image readout factors through the secret. The coalition hypothesis makes it factor through the coalition as well. The meet property therefore makes it factor through the common readout, and hence through the constant concept. Thus every two states have the same target value.

Lemma 1.2 (Whole-secret ignorance does not imply zero information).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Secrecy/SubthresholdCoalitionLearnsNothing.ignorance_does_not_imply_zero_information (✓ std3). ∎

Source. Repository-derived.

Commentary.

For a two-bit secret, let the secret readout be the identity and let the coalition see only the first bit. The coalition cannot recover the whole pair because it loses the second bit. Nevertheless, the first bit is a nonconstant function of the secret and factors through the coalition readout. Failure of full-secret recovery is therefore strictly weaker than learning no secret information.

References