Skip to content

Commit

Permalink
fixed extra 1997 thing
Browse files Browse the repository at this point in the history
  • Loading branch information
leejasper851 committed Aug 1, 2024
1 parent 4c2f0d6 commit d7a22bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean4/src/putnam_1997_b5.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open Filter Topology Bornology Set Polynomial

def tetration : ℕ → ℕ → ℕ
| _, 0 => 1
| m, (n + 1) => m^(tetration m n)
| b, (m + 1) => b^(tetration b m)
theorem putnam_1997_b5
(n : ℕ)
(hn : n ≥ 2)
Expand Down

0 comments on commit d7a22bb

Please sign in to comment.