Pantograph/examples/lean4_dsp/lean_src_proj/Putnam_in_lean4
Brando Miranda 65dcaa2ea5 pushing dsp to my branch 2024-07-11 15:49:37 -07:00
..
putnam_2023.lean pushing dsp to my branch 2024-07-11 15:49:37 -07:00
readme.md pushing dsp to my branch 2024-07-11 15:49:37 -07:00

readme.md

Prompt

Help me formalize the following problem into a Theorem in the Lean4 Proof Assistant:
<stmt_to_formalize>
For a positive integer n,
 let f_n(x) = cos(x) cos(2x) cos(3x)··· cos(nx).
 Find the smallest n such that | f''_n(0)| > 2023.
</stmt_to_formalize>
Formalize only the Theorem correctly, if we need using Mathlib let's use it.
The proof is not needed, only the theorem so write ":= sorry" for the proof.