Skip to content

Commit

Permalink
fix the problems
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Aug 21, 2024
1 parent 4194fb1 commit 1c469e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lean4/src/putnam_2007_a3.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Mathlib
open BigOperators

open Set
open scoped Nat

abbrev putnam_2007_a3_solution : ℕ → ℚ := sorry
-- fun k ↦ (k)! * (k + 1)! / ((3 * k + 1) * (2 * k)!)
Expand Down
2 changes: 1 addition & 1 deletion lean4/src/putnam_2016_a2.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ open BigOperators
open Polynomial Filter Topology Real Set Nat

noncomputable abbrev putnam_2016_a2_solution : ℝ := sorry
-- (3 + sqrt 5) / 2
-- (3 + 5) / 2
theorem putnam_2016_a2
(p : ℕ → ℕ → Prop)
(hp : p = fun n ↦ fun m ↦ Nat.choose m (n - 1) > Nat.choose (m - 1) n)
Expand Down

0 comments on commit 1c469e6

Please sign in to comment.