Update imo_proofs/imo_1985_p6.lean
Browse files
imo_proofs/imo_1985_p6.lean
CHANGED
|
@@ -1107,7 +1107,7 @@ lemma aux_unique
|
|
| 1107 |
|
| 1108 |
|
| 1109 |
|
| 1110 |
-
|
| 1111 |
(f : ℕ → NNReal → ℝ)
|
| 1112 |
(h₀ : ∀ x, f 1 x = x)
|
| 1113 |
(h₁ : ∀ n x, 0 < n → f (n + 1) x = f n x * (f n x + 1 / n)) :
|
|
|
|
| 1107 |
|
| 1108 |
|
| 1109 |
|
| 1110 |
+
lemma imo_1985_p6_nnreal
|
| 1111 |
(f : ℕ → NNReal → ℝ)
|
| 1112 |
(h₀ : ∀ x, f 1 x = x)
|
| 1113 |
(h₁ : ∀ n x, 0 < n → f (n + 1) x = f n x * (f n x + 1 / n)) :
|