Encyclopedia Foundation Foundation Operator Core Complex Structure Forcing Mode Cost Phase Invariant
ARTICLE 2 claims 2 theorems
Foundation Operator Core Complex Structure Forcing Mode Cost Phase Invariant
In the framework's eight-tick signal model, shifting the phase of a mode leaves its recognition cost unchanged, a fact the machine-checked library proves.
Phase invariance of mode cost
The declaration mode_cost_phase_invariant is a theorem in the framework's machine-checked library of formal theorems. It states that the cost assigned to a mode of an eight-tick signal does not change when the mode's phase is shifted. In plain terms, the framework models a signal as eight discrete ticks, and a mode is one of the eight frequency components obtained by a discrete Fourier transform. The cost is a number derived from the amplitude of that component, and the theorem proves that sliding the component's phase, meaning changing when its peak occurs within the eight ticks, leaves that number alone.
This is a formal consequence of the framework's definition of cost. The cost function, written JcostC, depends only on the magnitude of the complex amplitude, not on its argument. The phase shift is implemented by an operator that multiplies each component by a unit complex number, which changes the argument but not the magnitude. The theorem is an abbreviation for a longer proof in the library, and it is tagged as a theorem because it is derived from definitions and proved in the machine-checked system.
What the declaration does not claim is broader. It does not say that phase is physically unobservable or that all costs are phase invariant. It concerns only the specific cost function defined in the framework, and only for the eight-tick discrete signal. It does not claim that the framework's cost function is the only possible one, nor that the phase invariance extends to other cost definitions or to continuous signals. The theorem is a structural fact about the framework's model, not a statement about any measured physical system.
THEOREM mode_cost_phase_invariant · IndisputableMonolith/Foundation/OperatorCore/ComplexStructureForcing.lean
abbrev mode_cost_phase_invariant := IndisputableMonolith.Foundation.ComplexStructureForcing.mode_cost_phase_invariant
THEOREM jcost_phase_invariant · IndisputableMonolith/Foundation/OperatorCore/ComplexStructureForcing.lean
abbrev jcost_phase_invariant := IndisputableMonolith.Foundation.ComplexStructureForcing.jcost_phase_invariant
What this page does not claim
The theorem does not claim that phase is physically unobservable in any general sense. It does not claim that the cost function is the only possible cost function. It does not claim that the phase invariance holds for continuous signals or other cost definitions.
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/OperatorCore/ComplexStructureForcing.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:
- What physical interpretation does the framework give to the phase of a mode?
- Does the phase invariance extend to signals with more than eight ticks?
- How does the cost function relate to the framework's overall forcing chain?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM mode_cost_phase_invariant · IndisputableMonolith/Foundation/OperatorCore/ComplexStructureForcing.lean
abbrev mode_cost_phase_invariant := IndisputableMonolith.Foundation.ComplexStructureForcing.mode_cost_phase_invariantThe declaration mode_cost_phase_invariant states that the cost assigned to a mode of an eight-tick signal does not change when the mode's phase is shifted. mode_cost_phase_invariant · IndisputableMonolith/Foundation/OperatorCore/ComplexStructureForcing.leanTHEOREM jcost_phase_invariant · IndisputableMonolith/Foundation/OperatorCore/ComplexStructureForcing.lean
abbrev jcost_phase_invariant := IndisputableMonolith.Foundation.ComplexStructureForcing.jcost_phase_invariantThe cost function, written JcostC, depends only on the magnitude of the complex amplitude, not on its argument. jcost_phase_invariant · IndisputableMonolith/Foundation/OperatorCore/ComplexStructureForcing.lean