Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Externalized Certification Meaning

Abstract

One realized decision transcript can carry collapsed or independently sampled certification value.

Theorem 1.1 (Certification meaning is external to the decision transcript).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Interpretation/ExternalizedCertificationMeaning.externalized_certification_meaning (✓ std3). ∎

Source. Repository-derived.

Commentary.

The implementation is the constant-false Boolean program and the expected behavior is the identity. The constructed deployment law gives the single failing input mass (1 + epsilon)/2, strictly above epsilon.

Both worlds realize the same all-false suite and therefore the same all-green bit transcript. In the co-selected world every coordinate law is concentrated on that realized input. In the independent world every coordinate law equals the deployment law.

The bad-green mass is the product of the coordinate pass masses. It is one under co-selection and ((1 - epsilon)/2)^m under independent sampling. The repository exponential bound gives the displayed certification envelope, while positivity of epsilon and m makes the co-selected mass strictly exceed that envelope.

The final two clauses state the information-theoretic corollary directly: neither bad-green mass nor the independent-sampling precondition factors through the transcript. The source explicitly leaves signature semantics out of scope, so no separate universal semantics of signing is invented.

References