aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2025-05-25 20:01:10 -0400
committerAnthony Wang2025-05-25 20:01:10 -0400
commita550939c7d82d1b104533a797dd3a8031e796751 (patch)
treef581d75bc7cd39a6c07b772b177bb14c8be4f1df
parent32382807ac960b3427f2d572a2c50bbe4f8f3e22 (diff)
Slight cleanupHEADmaster
-rw-r--r--sum.lean2
1 files changed, 1 insertions, 1 deletions
diff --git a/sum.lean b/sum.lean
index d972d60..9ceeb0a 100644
--- a/sum.lean
+++ b/sum.lean
@@ -232,7 +232,7 @@ theorem double_sum : converges_to (fun N : ℕ => ∑ a ∈ Ico 2 N, ∑ b ∈ I
rw [←h₁₁]
norm_cast
omega
- field_simp [h₈, h₉]
+ field_simp
ring
rw [h₇]
have h₈ : ((n : ℝ) - 2) * (n * (n - 1)) < (2 * n - 3) * 2 ^ (n - 1) := by