def
definition
cert_e
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.RSBridge.ResidueData on GitHub at line 62.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
59 Theoretical target: F(1332) ≈ 13.954
60-/
61
62def cert_e : ResidueCert := {
63 f := e,
64 lo := 1395/100, -- 13.95
65 hi := 1396/100, -- 13.96
66 lo_le_hi := by norm_num
67}
68
69def cert_mu : ResidueCert := {
70 f := mu,
71 lo := 1403/100, -- 14.03
72 hi := 1404/100, -- 14.04
73 lo_le_hi := by norm_num
74}
75
76def cert_tau : ResidueCert := {
77 f := tau,
78 lo := 1389/100, -- 13.89
79 hi := 1390/100, -- 13.90
80 lo_le_hi := by norm_num
81}
82
83/-! ## Quark Certificates
84 Quarks show the Quarter-Ladder vs Integer-Rung tension.
85 Theoretical target: F(276) ≈ 10.71 (up) or F(24) ≈ 5.74 (down)
86-/
87
88def cert_u : ResidueCert := {
89 f := u,
90 lo := 1170/100, -- 11.70
91 hi := 1171/100, -- 11.71
92 lo_le_hi := by norm_num