Encyclopedia Foundation Foundation Pair Kernel Physical Source Law Named Premises Do Not Force One Act P

ARTICLE 3 claims 3 theorems

Foundation Pair Kernel Physical Source Law Named Premises Do Not Force One Act P

A theorem in the Recognition Science framework shows that its basic named premises do not by themselves force a particular physical source law, leaving the choice open.

The named premises and the one-act dual

In the Recognition Science framework, a ledger is a discrete record of events, and a recognition is the act of registering one such event. The framework's foundational axioms, called the named premises, are meant to be the minimal assumptions about how recognition works. The theorem namedPremises_do_not_force_oneActPhysicalDual states that these named premises alone do not force the existence of a certain kind of physical source law, called a one-act physical dual. In plain terms: the basic rules of the framework are not enough, by themselves, to single out this particular physical law.

To see what this means, consider two candidate laws for the absolute scale of a physical source. Candidate A, the one-act dual lock, says that the scale is fixed to the value 1 by the curvature of a one-act recognition instrument. Candidate B, the native action-quantum reciprocal, says the scale equals the reciprocal of the pi-free native action quantum, which is the golden ratio raised to the fifth power, about 11.09. The theorem shows that the named premises do not force either candidate. It proves this by showing that a coupling value of 2, which the named premises allow, cannot be the scale of a one-act physical dual, because the one-act curvature lock forces the scale to be 1, not 2.

The theorem is not a claim that either candidate is true. It is a negative result: the named premises are too weak to decide between the two candidates. The framework's library, a machine-checked collection of formal theorems, proves this non-implication. The theorem does not say that no physical source law exists; it says that the named premises alone do not determine which one. The remaining work, attaching a candidate predicate to the physical pair-kernel source object, is left open. The reachability of a unique banked source magnitude is tagged as a hypothesis, not a proved theorem.

This result clarifies the structure of the framework. It shows that the named premises are not a complete physical theory by themselves. They are a starting point, and additional structure is needed to select a specific source law. The theorem also highlights the difference between the two candidates: they select distinct magnitudes, 1 and about 11.09, and the framework does not yet have a principle to choose between them. This is an honest statement of what the framework has and has not established.

THEOREM namedPremises_do_not_force_oneActPhysicalDual · IndisputableMonolith/Foundation/PairKernelPhysicalSourceLaw.lean
namedPremises_do_not_force_oneActPhysicalDual · IndisputableMonolith/Foundation/PairKernelPhysicalSourceLaw.lean:94
/-- Named premises do not construct a one-act dual lock: coupling `2`
satisfies every named premise while Candidate A rejects scale `2`. -/
theorem namedPremises_do_not_force_oneActPhysicalDual :
    ¬ (∀ coupling : ℝ,
      NamedPremises coupling →
        ∃ E : OneActDualEvent,
          E.scale = coupling ∧ IsOneActPhysicalDual E) := by
  intro hforce
  obtain ⟨E, hscale, hE⟩ := hforce 2 (namedPremises_all_couplings 2)
  exact oneActPhysicalDual_rejects_two E hE hscale
THEOREM oneActPhysicalDual_forces_scale_one · IndisputableMonolith/Foundation/PairKernelPhysicalSourceLaw.lean
oneActPhysicalDual_forces_scale_one · IndisputableMonolith/Foundation/PairKernelPhysicalSourceLaw.lean:62
theorem oneActPhysicalDual_forces_scale_one
    (E : OneActDualEvent) (_hE : IsOneActPhysicalDual E) :
    E.scale = 1 := by
  have hunit : E.instrument.unit = 1 :=
    instrument_forces_canonical_unit E.instrument
  exact E.instrument_reads_scale.symm.trans hunit
THEOREM candidates_select_distinct_magnitudes · IndisputableMonolith/Foundation/PairKernelPhysicalSourceLaw.lean
candidates_select_distinct_magnitudes · IndisputableMonolith/Foundation/PairKernelPhysicalSourceLaw.lean:215
/-- The two candidates select different magnitudes. -/
theorem candidates_select_distinct_magnitudes :
    candidateA_sourceMagnitudeExpr.eval ≠
      candidateB_sourceMagnitudeExpr.eval := by
  rw [candidateA_sourceMagnitude_eq_one]
  change (1 : ℝ) ≠ nativeActionQuantumInv
  rw [nativeActionQuantumInv_eq_phi_pow_five]
  exact ne_of_lt goldenRatio_pow_five_gt_one

What this page does not claim

The theorem does not claim that either candidate law is true or false. The theorem does not claim that no physical source law exists. The theorem does not claim that the named premises are inconsistent.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Foundation/PairKernelPhysicalSourceLaw.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND