theorem
proved
term proof
alpha_not_tunable
show as:
view Lean formalization →
formal statement (Lean)
156theorem alpha_not_tunable :
157 -- 11 is fixed by cube geometry
158 (11 : ℕ) = 12 - 1 ∧
159 -- 103 is fixed by voxel topology
160 (103 : ℕ) = 6 * 17 + 1 ∧
161 -- 102 is fixed by voxel topology
162 (102 : ℕ) = 6 * 17 := by
proof body
Term-mode proof.
163 constructor
164 · native_decide
165 constructor
166 · native_decide
167 · native_decide
168
169end GaugeVsParams
170end Bridge
171end IndisputableMonolith