Skip to content

Commit

Permalink
reinstate IGiveUp
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Oct 22, 2023
1 parent 7944403 commit b8e530f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game/Levels/Power/L10FLT.lean
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and which explains how to work with many more mathematical concepts in Lean.
$$(a+1)^{n+3}+(b+1)^{n+3}\not=(c+1)^{n+3}.$$ -/
Statement
(a b c n : ℕ) : (a + 1) ^ (n + 3) + (b + 1) ^ (n + 3) ≠ (c + 1) ^ (n + 3) := by
sorry
IGiveUp

--NewHiddenTactic IGiveUp
LemmaTab "Pow"
Expand Down

0 comments on commit b8e530f

Please sign in to comment.