Skip to content

Commit

Permalink
[Romania1998Q12] remove solution comment from extracted problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 16, 2023
1 parent 596313d commit 5d22eb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MathPuzzles/Romania1998Q12.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ function f : ℝ → ℝ such that
∀ x,y ∈ ℝ, f(x + y) = f(x)u(y) + f(y)
-/

/-
# Solution
f(x) = eᵏˣ for some k : ℝ.
-/

#[problem_setup] namespace Romania1998Q12
Expand Down

0 comments on commit 5d22eb1

Please sign in to comment.