A finite phi_233 profile surpasses the explicit ambient-degree hash loss
Provedmme_stothers_phi233_profile_weight_surplus_over_actual_degreeFix with and a nonnegative base strictly below the cubed rate in Lemma 5.1(v). There is a positive integer profile length , nonnegative counts with , and an exact profile address such that
Here is the product of the three ambient same-marginal fiber cardinalities through that address; is the number of exact cyclic profile edges; and is the product of the ten component cyclic rates raised to their exact profile multiplicities. In the source ordering, those rates are
and their multiplicities are
This is the finite, strict-surplus form of the stationary-profile limit in Lemma 5.1(v). It keeps the actual same-marginal degree and the explicit subexponential hash loss. The statement is purely combinatorial and analytic; it assumes no tensor restriction or constituent value conclusion.
import Definitions.Def_mme_stothers_fourth_data import Definitions.Def_mme_stothers_phi233_cyclic_finsets open MME BigOperators open MME.StothersFourth.Phi233 set_option autoImplicit false
theorem mme_stothers_phi233_profile_weight_surplus_over_actual_degree
(tau : ℝ) (htauLower : 2 ≤ 3 * tau) (htauUpper : 3 * tau ≤ 3)
(V : ℝ) (hV : 0 ≤ V)
(hVlt : V < MME.StothersFourth.classValue 6 tau 9) :
∃ N alpha beta gamma delta : ℕ,
0 < N ∧ 2 * alpha + beta + gamma + delta = N ∧
∃ a : ExactProfileAddress N alpha beta gamma delta,
V ^ (2 * N) *
(∏ l : Fin 3,
(Nat.card {b : MarginalAddress N alpha beta gamma delta //
b.1 l = a.1.1 l} : ℝ)) *
Real.exp (4000 * Real.sqrt (((18 * N + 1 : ℕ) : ℝ))) <
((targetFinset N alpha beta gamma delta).card : ℝ) *
(∏ r : Fin 10,
(![MME.StothersFourth.E 6 tau * MME.StothersFourth.H 6 tau,
MME.StothersFourth.H 6 tau * MME.StothersFourth.L 6 tau,
MME.StothersFourth.E 6 tau * MME.StothersFourth.H 6 tau,
MME.StothersFourth.E 6 tau ^ (2 : ℕ),
MME.StothersFourth.L 6 tau ^ (2 : ℕ),
MME.StothersFourth.L 6 tau ^ (2 : ℕ),
MME.StothersFourth.E 6 tau ^ (2 : ℕ),
MME.StothersFourth.E 6 tau * MME.StothersFourth.H 6 tau,
MME.StothersFourth.H 6 tau * MME.StothersFourth.L 6 tau,
MME.StothersFourth.E 6 tau * MME.StothersFourth.H 6 tau] :
Fin 10 → ℝ) r ^
MME.StothersFourth.Phi233.profileMultiplicity
alpha beta gamma delta r) := by sorry