IndisputableMonolith.Foundation.BranchSelection
This module defines predicates that exclude trivial additive combiners from genuine composition in the Recognition Science foundation. It introduces SeparatelyAdditive as the case P(u,v) = p(u) + q(v) and interactionDefect as its deviation measure, plus related coupling predicates. Researchers tracing the forcing chain cite these to enforce non-trivial branches. The module supplies definitions and equivalences rather than a central theorem.
claimA combiner $P : ℝ → ℝ → ℝ$ is separately additive when $P(u,v) = p(u) + q(v)$ for functions $p,q : ℝ → ℝ$. The interaction defect of $P$ quantifies deviation from this form. Related predicates characterize when $P$ is a coupling combiner or satisfies the RCLCombiner condition.
background
The module belongs to the Foundation domain and supplies structural filters for composition consistency. It defines SeparatelyAdditive to capture the excluded additive shape and interactionDefect to measure its failure. Sibling definitions include IsCouplingCombiner, RCLCombiner, and the equivalences separatelyAdditive_iff_interactionDefect_zero together with RCLCombiner_isCoupling_iff.
proof idea
This is a definition module, no proofs.
why it matters in Recognition Science
The module feeds the root IndisputableMonolith, which exposes the master forcing-chain theorem and the T0-T8 landmarks. It supplies the branch-selection predicates required to exclude separately additive cases before J-uniqueness (T5) and the eight-tick octave (T7) are applied.
scope and limits
- Does not prove the master forcing-chain theorem.
- Does not introduce the phi-ladder or mass formulas.
- Does not define constants such as G or alpha.
- Does not treat the Berry creation threshold or Z_cf.
used by (1)
declarations in this module (17)
-
def
SeparatelyAdditive -
def
IsCouplingCombiner -
def
interactionDefect -
theorem
interactionDefect_eq_zero_of_separatelyAdditive -
theorem
separatelyAdditive_of_interactionDefect_zero -
theorem
separatelyAdditive_iff_interactionDefect_zero -
theorem
isCouplingCombiner_iff_interactionDefect_nonzero -
def
RCLCombiner -
theorem
interactionDefect_RCLCombiner -
theorem
RCLCombiner_zero_separatelyAdditive -
theorem
RCLCombiner_nonzero_couples -
theorem
RCLCombiner_isCoupling_iff -
theorem
branch_selection -
theorem
additive_branch_not_coupling -
structure
BranchSelectionCert -
def
branchSelectionCert -
theorem
branchSelectionCert_inhabited