Recursive continuation of the concrete six-region global interface
Openmme_released_global_joint_recursive_continuationThis is the remaining recursive certificate for the published exact global candidate. Set and . Prove that there are six positive tolerance caps such that, for every choice of smaller positive regional tolerances and every lower bound on , some larger integer has the following property: for every admissible reference arrangement of the six global profiles, their concrete physical joint window admits one logarithmic joint recipe at level three, with input count , positive dimension product , and
The tolerance caps must be chosen before the common scale. The recipe acts on the entire global interface, allowing joint regional stages. This statement does not assume a tensor restriction or the missing numerical budgets: constructing the recipe and proving both budgets is the obligation. Existing external interval calculations motivate the strict recursive rate, but are not a Lean proof of this statement.
import Definitions.Def_mme_released_global_joint_interface open BigOperators MME MME.TensorObj MME.ProfiledCW MME.GlobalCW MME.RegionRealization MME.ReleasedGlobal set_option autoImplicit false universe u
theorem mme_released_global_joint_recursive_continuation :
∃ eta : Fin 6 → ℝ, (∀ o, 0 < eta o) ∧
∀ eps : Fin 6 → ℝ, (∀ o, 0 < eps o) → (∀ o, eps o ≤ eta o) →
∀ k0 : ℕ, ∃ k : ℕ, k0 ≤ k ∧
∀ (hk : 0 < k^2) (a : ∀ o : Fin 6, Reference o (k^2)),
∃ R : LogJointRecipe (4 * (6 * blocks (k^2))) 3 (jointWindow (k^2) hk a eps),
1 ≤ R.inputs ∧ 1 ≤ R.a * R.b * R.c ∧
(6 * blocks (k^2) : ℕ) * ((1322355 : ℝ)/1000000) +
Real.log (R.inputs : ℝ) ≤ R.logOutputs ∧
(6 * blocks (k^2) : ℕ) *
(3 * ((209612367517 : ℝ)/100000000000) - 1/10000000) ≤
Real.log ((R.a * R.b * R.c : ℕ) : ℝ) := by sorry