Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Target Completion and Noncircular Distinction

Abstract

Target completion preserves old cases but need not supply an independent permitted reason.

Theorem 1.1 (Formal target completion does not supply a noncircular reason).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/PrecedentTargetCompletion.target_completion_formal_distinction_not_noncircular (✓ std3). ∎

Source. Repository-derived.

Commentary.

For arbitrary case states, old facts, and verdicts, agreement on the old case set yields a decision through the canonical join of the old facts with the new verdict. The resulting decision still agrees with the old verdict on every old case.

The public countermodel uses Boolean cases. The permitted doctrine is nonempty and every permitted fact has the same value on the two cases, so it is specified without consulting the target verdict.

The target-completed interface decides the identity verdict, while no permitted fact joined with the constant old fact can do so. The final public conjunct is the resulting failure of the implication from formal distinction to a permitted noncircular reason.

The formal-completion clause directly applies the repository theorem concept_join_universal; repository and pinned-library searches found no theorem packaging it with old-case preservation and the doctrine countermodel.

References