Encyclopedia Foundation Foundation Pair Kernel Gap2a Common Type Bridge Scalar Line To Unit Drop Variati
ARTICLE 3 claims 3 theorems
Foundation Pair Kernel Gap2a Common Type Bridge Scalar Line To Unit Drop Variati
A machine-checked theorem shows how a simple scalar coordinate can stand in for a physical field variation, and exactly where that substitution stops.
The bridge and its limit
In mathematics, a linear map is a function between vector spaces that preserves addition and scaling. The declaration scalarLineToUnitDropVariation_intertwines proves a precise fact about one such map. It shows that a specially chosen map from the real number line into a space of field variations, one that sends a number to a variation with a potential drop of exactly that number, behaves identically to the identity map on the scalar line when a unit-scale physical source acts on it. In plainer terms, the theorem certifies that a single number can faithfully represent the effect of a unit source across two different mathematical settings.
The map in question, scalarLineToUnitDropVariation, is constructed as follows. Take two distinct sites, call them a and b. The map sends a real number t to a field variation that assigns t to site a and 0 to every other site. The potential drop between a and b is then exactly t. The theorem states that when the unit-scale physical source covector, which evaluates a variation by its potential drop, is composed with this map, the result is precisely the identity map on the scalar line. This is a recognition event, a discrete record of a source acting on a variation, and the theorem confirms the map preserves that record's structure.
This result is a theorem in the framework's machine-checked library of formal theorems, meaning it is proved from the axioms with no gaps. It is part of a larger effort to bridge two different mathematical descriptions of physical sources. The theorem itself is a precise statement about linear maps and does not, by itself, make any physical claim. It is a piece of mathematical scaffolding.
What the theorem does not claim is equally important. It does not say that the unit-scale source is the physical source. The framework explicitly leaves that identification as an unforced premise, a typed residual. The theorem only shows that the unit-scale source, after pulling back along the map, matches the identity on the scalar line. It does not prove that this unit-scale source is the one that appears in nature, nor does it derive the value of any physical constant. The bridge is a tool, not a verdict.
THEOREM scalarLineToUnitDropVariation_intertwines · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.lean
theorem scalarLineToUnitDropVariation_intertwines {n : ℕ} [DecidableEq (Fin n)]
(a b : Fin n) (hab : a ≠ b) :
IntertwinesUnitGaussWithIdentity (scalarLineToUnitDropVariation a b) a b :=
(intertwines_iff_unit_drop _ a b).2
(scalarLineToUnitDropVariation_isUnitDrop a b hab)
THEOREM scalarLineToUnitDropVariation_intertwines · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.lean
theorem scalarLineToUnitDropVariation_intertwines {n : ℕ} [DecidableEq (Fin n)]
(a b : Fin n) (hab : a ≠ b) :
IntertwinesUnitGaussWithIdentity (scalarLineToUnitDropVariation a b) a b :=
(intertwines_iff_unit_drop _ a b).2
(scalarLineToUnitDropVariation_isUnitDrop a b hab)
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 prove that the unit-scale source is the physical source. The theorem does not derive the value of any physical constant, such as the fine-structure constant. The theorem does not identify the physical source with the unique cotangent.
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:
- What physical principle, if any, forces the source scale to equal the unique cotangent coordinate?
- How does the typed residual here relate to the broader question of identifying the physical source in the framework?
- What other bridges between different carrier types exist in the framework, and what do they establish?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM scalarLineToUnitDropVariation_intertwines · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.lean
theorem scalarLineToUnitDropVariation_intertwines {n : ℕ} [DecidableEq (Fin n)] (a b : Fin n) (hab : a ≠ b) : IntertwinesUnitGaussWithIdentity (scalarLineToUnitDropVariation a b) a b := (intertwines_iff_unit_drop _ a b).2 (scalarLineToUnitDropVariation_isUnitDrop a b hab)The theorem certifies that a single number can faithfully represent the effect of a unit source across two different mathematical settings. scalarLineToUnitDropVariation_intertwines · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.leanTHEOREM scalarLineToUnitDropVariation_intertwines · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.lean
theorem scalarLineToUnitDropVariation_intertwines {n : ℕ} [DecidableEq (Fin n)] (a b : Fin n) (hab : a ≠ b) : IntertwinesUnitGaussWithIdentity (scalarLineToUnitDropVariation a b) a b := (intertwines_iff_unit_drop _ a b).2 (scalarLineToUnitDropVariation_isUnitDrop a b hab)The theorem states that when the unit-scale physical source covector, which evaluates a variation by its potential drop, is composed with this map, the result is precisely the identity map on the scalar line. scalarLineToUnitDropVariation_intertwines · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.leanTHEOREM remainingPhysicalEquality_unforced · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.lean
theorem remainingPhysicalEquality_unforced : ¬ (∀ sourceScale : ℝ, CurrentPremisesWithUniqueRealCotangent sourceScale → RemainingPhysicalEquality sourceScale) := uniqueRealCotangent_does_not_force_identificationThe framework explicitly leaves that identification as an unforced premise, a typed residual. remainingPhysicalEquality_unforced · IndisputableMonolith/Foundation/PairKernelGap2aCommonTypeBridge.lean