Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Context Refinement Separates a Coarse Conflict

Abstract

A refinement separates opposite support hidden by one coarse context.

Theorem 1.1 (Refinement separates opposite support into distinct contexts).

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

Source. Repository-derived.

Commentary.

The coarse and refinement contexts are the canonical concept readouts. The joined context is constructed with the existing product readout, so this theorem extends the family source of truth.

All four source clauses are public: joined-fiber separation, exclusion from one joined context, positive and negative support in distinct refinement coordinates, and their shared coarse coordinate.

Repository and pinned-Mathlib searches found no theorem combining fiber separation with opposite predicate support. The proof applies the canonical conceptJoin and product projection directly.

References