Skip to content

Commit

Permalink
[Imo2010P1] link to source
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Nov 21, 2023
1 parent 4b190e5 commit e4095c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compfiles/Imo2010P1.lean
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ determine solution_set : Set (ℝ → ℝ) :=

problem imo2010_p1 (f : ℝ → ℝ) :
f ∈ solution_set ↔ ∀ x y, f (⌊x⌋ * y) = f x * ⌊f y⌋ :=
-- Solution adapted from
-- https://github.com/mortarsanjaya/imo-A-and-N/blob/main/src/IMO2010/A1/A1.lean
---- `→`
⟨λ h x y ↦ h.elim
(λ h ↦ Exists.elim h $ λ C h ↦ h.2.symm ▸ h.1.symm ▸
Expand Down

0 comments on commit e4095c8

Please sign in to comment.