Skip to content

Commit dd587e5

Browse files
committed
Missed a public
1 parent 2bfb7ce commit dd587e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Ray/Dynamics/Multibrot/Potential.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public lemma potential_error_le_of_z4 (d : ℕ) [Fact (2 ≤ d)] {c z : ℂ}
235235
· norm_num; exact (exp_div_lt).le
236236

237237
/-- `potential_error` bound for `6 ≤ abs z` -/
238-
lemma potential_error_le_of_z6 (d : ℕ) [Fact (2 ≤ d)] {c z : ℂ}
238+
public lemma potential_error_le_of_z6 (d : ℕ) [Fact (2 ≤ d)] {c z : ℂ}
239239
(z6 : 6 ≤ ‖z‖) (cz : ‖c‖ ≤ ‖z‖) :
240240
potential_error d c z ≤ 0.8095 / ‖z‖ ^ (1.927 : ℝ) := by
241241
apply potential_error_le' d _ (j := 0.0753) (b := 6) (by norm_num) z6 cz (by norm_num)

0 commit comments

Comments
 (0)