pith. machine review for the scientific record. sign in
def definition def or abbrev high

Padd

show as:
view Lean formalization →

Padd defines the additive combiner P(u, v) = 2u + 2v as the separable counterexample in entanglement gate analysis. Researchers contrasting interaction terms under the Recognition Composition Law cite it to isolate cases with vanishing cross derivatives. The definition is introduced by direct assignment of the linear expression.

claimThe additive combiner is defined by $P(u, v) := 2u + 2v$.

background

The Entanglement Gate module requires that any combiner P satisfy a nonzero mixed second derivative to encode interaction: observing the composite xy is not merely the sum of separate observations of x and y. The additive combiner Padd supplies the separable baseline where this derivative vanishes. The module quotes the physical reading that entanglement arises precisely from the 2uv term in the Recognition Composition Law.

proof idea

The declaration is a direct definition that assigns the expression 2 * u + 2 * v. No lemmas, tactics, or reductions are applied.

why it matters in Recognition Science

Padd supplies the separable counterexample required by the Entanglement Gate Theorem, which states that J-cost has interaction and therefore any consistent combiner must be entangling while Padd is not. It is invoked in Padd_not_entangling, Padd_mixed_diff_zero, Fquad_consistency, and additive_not_entangling. This isolates the necessity of the cross term from the Recognition Composition Law against additive structures that fail the interaction test.

scope and limits

formal statement (Lean)

  51def Padd (u v : ℝ) : ℝ := 2 * u + 2 * v

proof body

Definition body.

  52
  53/-- Padd is separable: P(u,v) = 2u + 2v = α(u) + β(v). -/

used by (9)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (5)

Lean names referenced from this declaration's body.