Encyclopedia Foundation Foundation Pair Kernel Gap2a Common Type Bridge Noether Momentum Map Covector Li

ARTICLE 2 claims 2 theorems

Foundation Pair Kernel Gap2a Common Type Bridge Noether Momentum Map Covector Li

A machine-checked theorem pins down one linear map exactly, then a second theorem proves the physical identification behind it cannot be forced.

The bridge and its limit

In linear algebra, a covector is a linear map that takes a vector and returns a number. The declaration noetherMomentumMapCovectorLinear_eq_uniqueCotangent_smul_id concerns one specific covector, called the Noether momentum map covector, which lives on the scalar line: it takes a real number and returns a real number. The theorem states that this covector is exactly the unique cotangent coordinate multiplied by the identity map. In plainer terms, the Noether momentum map covector is just scalar multiplication by a single fixed number, and that number is the unique cotangent coordinate.

The proof is a direct computation. It expands the definition of the Noether momentum map covector, uses the fact that the atomic tick action generator equals the native action quantum, and then applies the definition of the unique cotangent coordinate. The result is an equality of linear maps, verified by checking what each map does to an arbitrary input. This is a theorem in the machine-checked library of formal theorems, meaning the equality is proved from the definitions with no additional assumptions.

The theorem does not claim that the unique cotangent coordinate is physically meaningful. A separate theorem in the same module, remainingPhysicalEquality_unforced, proves that the current premises do not force the identification of the physical source with the unique cotangent. In other words, the equality of linear maps is a mathematical fact, but whether the physical source scale equals the unique cotangent coordinate remains an open premise, a typed residual that the framework does not derive.

This distinction matters for reading the framework correctly. The covector equality is a clean algebraic result, useful for translating between two descriptions of the same linear structure. The physical identification is a separate question, explicitly marked as unforced. The framework is honest about the gap: it proves what it can prove and isolates what it cannot.

THEOREM noetherMomentumMapCovectorLinear_eq_uniqueCotangent_smul_id · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.lean
noetherMomentumMapCovectorLinear_eq_uniqueCotangent_smul_id · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.lean:220
/-- Core typed residual: pullback equals Noether carrier iff the free Gauss
scale equals the unique action-lattice cotangent coordinate. -/
theorem noetherMomentumMapCovectorLinear_eq_uniqueCotangent_smul_id :
    noetherMomentumMapCovectorLinear =
      uniqueCotangentCoordinate • (LinearMap.id : ℝ →ₗ[ℝ] ℝ) := by
  apply LinearMap.ext
  intro x
  simp [noetherMomentumMapCovectorLinear_apply,
    atomicTickActionGenerator_eq_nativeActionQuantum,
    uniqueCotangentCoordinate]
THEOREM remainingPhysicalEquality_unforced · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.lean
theorem remainingPhysicalEquality_unforced :
    ¬ (∀ sourceScale : ℝ,
      CurrentPremisesWithUniqueRealCotangent sourceScale →
        RemainingPhysicalEquality sourceScale) :=
  uniqueRealCotangent_does_not_force_identification

What this page does not claim

The theorem does not claim that the physical source is identified with the unique cotangent. The theorem does not derive the value of the unique cotangent coordinate from first principles. The theorem does not involve Planck's constant, pi, or the gravitational constant G.

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/PairKernelGap2aCommonTypeBridge.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