Skip to content

Commit

Permalink
[Imo1968P5] intial steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Nov 20, 2023
1 parent 2d18d49 commit 12c409a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Compfiles/Imo1968P5.lean
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ determine solution_func : ℝ → ℝ := sorry

problem imo1968_p5a (f : ℝ → ℝ) (a : ℝ) (hf : P a f) :
∃ b, 0 < b ∧ f.Periodic b := by
obtain ⟨hf1, hf2⟩ := hf
use 2 * a
constructor
· positivity
have h1 : ∀ x, 1 / 2 ≤ f (x + 1) := fun x ↦ by
sorry
sorry

problem imo1968_p5b :
Expand Down

0 comments on commit 12c409a

Please sign in to comment.