Skip to content

Commit

Permalink
[Imo2015P5] remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Apr 28, 2024
1 parent 1408b4d commit fef6116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compfiles/Imo2015P5.lean
Expand Up @@ -55,7 +55,6 @@ problem imo2015_p5 (f : ℝ → ℝ) :
simp only [S, Set.mem_setOf_eq] at ht
have h6 := hf 0 t
simp only [zero_add, zero_mul, ht, h4] at h6
rw [add_left_cancel_iff] at h6
linarith only [h6]
have h8 : ∀ x, x + f (x + 1) = 1 := fun x ↦ by
have h9 := h3 x
Expand Down

0 comments on commit fef6116

Please sign in to comment.