Skip to content

Commit 56d6fbb

Browse files
committed
Mark potential_nonneg as @[simp, bound]
1 parent 8845413 commit 56d6fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ray/Multibrot/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ public theorem potential_lt_one {c : 𝕊} : potential d c < 1 ↔ c ∈ multibr
540540
simp only [multibrotExt_coe] at m
541541
exact s.bottcher_lt_one (multibrotPost m)
542542

543-
public theorem potential_nonneg {c : 𝕊} : 0 ≤ potential d c := by
543+
@[simp, bound] public theorem potential_nonneg {c : 𝕊} : 0 ≤ potential d c := by
544544
induction c using OnePoint.rec
545545
· simp only [potential, fill_inf, le_refl]
546546
· simp only [potential, fill_coe]; exact (superF d).potential_nonneg

0 commit comments

Comments
 (0)