theorem
proved
tactic proof
D3_viable
show as:
view Lean formalization →
formal statement (Lean)
402theorem D3_viable : SpectralViability 3 where
403 linking := rfl
proof body
Tactic-mode proof.
404 sufficient_generations := by native_decide
405 gap_sync := by native_decide
406
407/-- **THEOREM**: D = 1 fails (lcm(2,45) = 90 ≠ 360). -/