We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8845413 commit 56d6fbbCopy full SHA for 56d6fbb
Ray/Multibrot/Basic.lean
@@ -540,7 +540,7 @@ public theorem potential_lt_one {c : 𝕊} : potential d c < 1 ↔ c ∈ multibr
540
simp only [multibrotExt_coe] at m
541
exact s.bottcher_lt_one (multibrotPost m)
542
543
-public theorem potential_nonneg {c : 𝕊} : 0 ≤ potential d c := by
+@[simp, bound] public theorem potential_nonneg {c : 𝕊} : 0 ≤ potential d c := by
544
induction c using OnePoint.rec
545
· simp only [potential, fill_inf, le_refl]
546
· simp only [potential, fill_coe]; exact (superF d).potential_nonneg
0 commit comments