Credential Multiplicity Countermodel
Abstract
Credential transcripts cannot recover person vote counts without owner multiplicity.
Theorem 1.1 (Credential transcripts do not determine person vote counts).
Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/InstitutionalCapture/CredentialMultiplicityCountermodel.credential_transcript_cannot_recover_person_vote_count (✓ std3). ∎
Source. Repository-derived.
Commentary.
A credential world contains an owner map and Boolean credential votes. Its public transcript exposes only the votes. Credential vote count counts affirmative credentials, while person vote count takes the finite image of their owners before counting.
The common-owner world assigns both affirmative credentials to one person. The distinct-owner world uses the identity owner map. Their public transcripts and credential counts agree, but their person counts are one and two.
Any recovery function on public transcripts must return the same value on these two worlds, contradicting their distinct person counts. The display also records the failed and satisfied injectivity conditions on the two owner maps.
References
- Truth anchor:
D5/S3/ConceptDynamics/InstitutionalCapture/CredentialMultiplicityCountermodel.credential_transcript_cannot_recover_person_vote_count