url stringclasses 147 values | commit stringclasses 147 values | file_path stringlengths 7 101 | full_name stringlengths 1 94 | start stringlengths 6 10 | end stringlengths 6 11 | tactic stringlengths 1 11.2k | state_before stringlengths 3 2.09M | state_after stringlengths 6 2.09M | input stringlengths 73 2.09M |
|---|---|---|---|---|---|---|---|---|---|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | intro zt | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ z β t β Complex.abs (f z) β€ 5 / 8 * Complex.abs z | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (f z) β€ 5 / 8 * Complex.abs z | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ z β t β Complex.abs (f z) β€ 5 / 8 * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | rw [s.fg] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (f z) β€ 5 / 8 * Complex.abs z | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (z ^ d * g f d z) β€ 5 / 8 * Complex.abs z | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (f z) β€ 5 / 8 * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | simp | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (z ^ d * g f d z) β€ 5 / 8 * Complex.abs z | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ 5 / 8 * Complex.abs z | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (z ^ d * g f d z) β€ 5 / 8 * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | have gs : abs (g f d z) β€ 5 / 4 := by
calc abs (g f d z)
_ = abs (g f d z - 1 + 1) := by ring_nf
_ β€ abs (g f d z - 1) + abs (1 : β) := by bound
_ β€ 1 / 4 + abs (1 : β) := by linarith [s.gs zt]
_ β€ 5 / 4 := by norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ 5 / 8 * Complex.abs z | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ 5 / 8 * Complex.abs z | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ 5 / 8 * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | have az1 : abs z β€ 1 := le_trans (s.t2 zt) (by norm_num) | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ 5 / 8 * Complex.abs z | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ 5 / 8 * Complex.abs z | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ 5 / 8 * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | calc abs z ^ d * abs (g f d z)
_ β€ abs z ^ 2 * (5 / 4) := by bound
_ = abs z * abs z * (5 / 4) := by ring_nf
_ β€ 1 / 2 * abs z * (5 / 4) := by bound [s.t2 zt]
_ = 5 / 8 * abs z := by ring | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ 5 / 8 * Complex.abs z | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ 5 / 8 * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | calc abs (g f d z)
_ = abs (g f d z - 1 + 1) := by ring_nf
_ β€ abs (g f d z - 1) + abs (1 : β) := by bound
_ β€ 1 / 4 + abs (1 : β) := by linarith [s.gs zt]
_ β€ 5 / 4 := by norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (g f d z) β€ 5 / 4 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (g f d z) β€ 5 / 4
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | ring_nf | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (g f d z) = Complex.abs (g f d z - 1 + 1) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (g f d z) = Complex.abs (g f d z - 1 + 1)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | bound | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (g f d z - 1 + 1) β€ Complex.abs (g f d z - 1) + Complex.abs 1 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (g f d z - 1 + 1) β€ Complex.abs (g f d z - 1) + Complex.abs 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | linarith [s.gs zt] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (g f d z - 1) + Complex.abs 1 β€ 1 / 4 + Complex.abs 1 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (g f d z - 1) + Complex.abs 1 β€ 1 / 4 + Complex.abs 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ 1 / 4 + Complex.abs 1 β€ 5 / 4 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ 1 / 4 + Complex.abs 1 β€ 5 / 4
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
β’ 1 / 2 β€ 1 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
β’ 1 / 2 β€ 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | bound | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ Complex.abs z ^ 2 * (5 / 4) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ Complex.abs z ^ d * Complex.abs (g f d z) β€ Complex.abs z ^ 2 * (5 / 4)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | ring_nf | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ Complex.abs z ^ 2 * (5 / 4) = Complex.abs z * Complex.abs z * (5 / 4) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ Complex.abs z ^ 2 * (5 / 4) = Complex.abs z * Complex.abs z * (5 / 4)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | bound [s.t2 zt] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ Complex.abs z * Complex.abs z * (5 / 4) β€ 1 / 2 * Complex.abs z * (5 / 4) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ Complex.abs z * Complex.abs z * (5 / 4) β€ 1 / 2 * Complex.abs z * (5 / 4)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | f_converges | [263, 1] | [277, 33] | ring | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ 1 / 2 * Complex.abs z * (5 / 4) = 5 / 8 * Complex.abs z | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
gs : Complex.abs (g f d z) β€ 5 / 4
az1 : Complex.abs z β€ 1
β’ 1 / 2 * Complex.abs z * (5 / 4) = 5 / 8 * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | five_eights_pow_le | [279, 1] | [280, 78] | intro rp | f : β β β
d : β
z : β
t : Set β
n : β
r : β
β’ r > 0 β (5 / 8) ^ n * r β€ r | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ (5 / 8) ^ n * r β€ r | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
n : β
r : β
β’ r > 0 β (5 / 8) ^ n * r β€ r
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | five_eights_pow_le | [279, 1] | [280, 78] | trans (1:β) ^ n * r | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ (5 / 8) ^ n * r β€ r | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ (5 / 8) ^ n * r β€ 1 ^ n * r
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ 1 ^ n * r β€ r | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ (5 / 8) ^ n * r β€ r
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | five_eights_pow_le | [279, 1] | [280, 78] | bound | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ (5 / 8) ^ n * r β€ 1 ^ n * r
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ 1 ^ n * r β€ r | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ 1 ^ n * r β€ r | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ (5 / 8) ^ n * r β€ 1 ^ n * r
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ 1 ^ n * r β€ r
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | five_eights_pow_le | [279, 1] | [280, 78] | simp only [one_pow, one_mul, le_refl] | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ 1 ^ n * r β€ r | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
β’ 1 ^ n * r β€ r
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | five_eights_pow_lt | [282, 1] | [285, 88] | intro rp np | f : β β β
d : β
z : β
t : Set β
n : β
r : β
β’ r > 0 β n β 0 β (5 / 8) ^ n * r < r | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
β’ (5 / 8) ^ n * r < r | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
n : β
r : β
β’ r > 0 β n β 0 β (5 / 8) ^ n * r < r
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | five_eights_pow_lt | [282, 1] | [285, 88] | have h : (5 / 8 : β) ^ n < 1 := pow_lt_one (by norm_num) (by norm_num) np | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
β’ (5 / 8) ^ n * r < r | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
h : (5 / 8) ^ n < 1
β’ (5 / 8) ^ n * r < r | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
β’ (5 / 8) ^ n * r < r
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | five_eights_pow_lt | [282, 1] | [285, 88] | exact lt_of_lt_of_le (mul_lt_mul_of_pos_right h rp) (by simp only [one_mul, le_refl]) | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
h : (5 / 8) ^ n < 1
β’ (5 / 8) ^ n * r < r | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
h : (5 / 8) ^ n < 1
β’ (5 / 8) ^ n * r < r
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | five_eights_pow_lt | [282, 1] | [285, 88] | norm_num | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
β’ 0 β€ 5 / 8 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
β’ 0 β€ 5 / 8
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | five_eights_pow_lt | [282, 1] | [285, 88] | norm_num | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
β’ 5 / 8 < 1 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
β’ 5 / 8 < 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | five_eights_pow_lt | [282, 1] | [285, 88] | simp only [one_mul, le_refl] | f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
h : (5 / 8) ^ n < 1
β’ 1 * r β€ r | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
n : β
r : β
rp : r > 0
np : n β 0
h : (5 / 8) ^ n < 1
β’ 1 * r β€ r
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | SuperNear.mapsTo | [288, 1] | [290, 49] | induction' n with n h | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
β’ MapsTo f^[n] t t | case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ MapsTo f^[0] t t
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : MapsTo f^[n] t t
β’ MapsTo f^[n + 1] t t | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
β’ MapsTo f^[n] t t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | SuperNear.mapsTo | [288, 1] | [290, 49] | simp only [Set.mapsTo_id, Function.iterate_zero] | case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ MapsTo f^[0] t t
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : MapsTo f^[n] t t
β’ MapsTo f^[n + 1] t t | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : MapsTo f^[n] t t
β’ MapsTo f^[n + 1] t t | Please generate a tactic in lean4 to solve the state.
STATE:
case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ MapsTo f^[0] t t
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : MapsTo f^[n] t t
β’ MapsTo f^[n + 1] t t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | SuperNear.mapsTo | [288, 1] | [290, 49] | rw [Function.iterate_succ'] | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : MapsTo f^[n] t t
β’ MapsTo f^[n + 1] t t | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : MapsTo f^[n] t t
β’ MapsTo (f β f^[n]) t t | Please generate a tactic in lean4 to solve the state.
STATE:
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : MapsTo f^[n] t t
β’ MapsTo f^[n + 1] t t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | SuperNear.mapsTo | [288, 1] | [290, 49] | exact s.ft.comp h | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : MapsTo f^[n] t t
β’ MapsTo (f β f^[n]) t t | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : MapsTo f^[n] t t
β’ MapsTo (f β f^[n]) t t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_converge | [293, 1] | [305, 46] | intro n zt | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), z β t β Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), z β t β Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_converge | [293, 1] | [305, 46] | induction' n with n nh | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z | case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (f^[0] z) β€ (5 / 8) ^ 0 * Complex.abs z
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ Complex.abs (f^[n + 1] z) β€ (5 / 8) ^ (n + 1) * Complex.abs z | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_converge | [293, 1] | [305, 46] | simp only [Function.iterate_zero, id, pow_zero, one_mul, Nat.cast_one, le_refl] | case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (f^[0] z) β€ (5 / 8) ^ 0 * Complex.abs z | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ Complex.abs (f^[0] z) β€ (5 / 8) ^ 0 * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_converge | [293, 1] | [305, 46] | rw [Function.iterate_succ'] | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ Complex.abs (f^[n + 1] z) β€ (5 / 8) ^ (n + 1) * Complex.abs z | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ Complex.abs ((f β f^[n]) z) β€ (5 / 8) ^ (n + 1) * Complex.abs z | Please generate a tactic in lean4 to solve the state.
STATE:
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ Complex.abs (f^[n + 1] z) β€ (5 / 8) ^ (n + 1) * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_converge | [293, 1] | [305, 46] | trans (5/8 : β) * abs (f^[n] z) | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ Complex.abs ((f β f^[n]) z) β€ (5 / 8) ^ (n + 1) * Complex.abs z | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ Complex.abs ((f β f^[n]) z) β€ 5 / 8 * Complex.abs (f^[n] z)
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ 5 / 8 * Complex.abs (f^[n] z) β€ (5 / 8) ^ (n + 1) * Complex.abs z | Please generate a tactic in lean4 to solve the state.
STATE:
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ Complex.abs ((f β f^[n]) z) β€ (5 / 8) ^ (n + 1) * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_converge | [293, 1] | [305, 46] | exact f_converges s (s.mapsTo n zt) | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ Complex.abs ((f β f^[n]) z) β€ 5 / 8 * Complex.abs (f^[n] z) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ Complex.abs ((f β f^[n]) z) β€ 5 / 8 * Complex.abs (f^[n] z)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_converge | [293, 1] | [305, 46] | calc (5/8 : β) * abs (f^[n] z)
_ β€ (5/8 : β) * ((5/8 : β) ^ n * abs z) := by bound
_ = 5/8 * (5/8 : β) ^ n * abs z := by ring
_ = (5/8 : β) ^ (n + 1) * abs z := by rw [β pow_succ']
_ = (5/8 : β) ^ n.succ * abs z := rfl | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ 5 / 8 * Complex.abs (f^[n] z) β€ (5 / 8) ^ (n + 1) * Complex.abs z | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ 5 / 8 * Complex.abs (f^[n] z) β€ (5 / 8) ^ (n + 1) * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_converge | [293, 1] | [305, 46] | bound | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ 5 / 8 * Complex.abs (f^[n] z) β€ 5 / 8 * ((5 / 8) ^ n * Complex.abs z) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ 5 / 8 * Complex.abs (f^[n] z) β€ 5 / 8 * ((5 / 8) ^ n * Complex.abs z)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_converge | [293, 1] | [305, 46] | ring | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ 5 / 8 * ((5 / 8) ^ n * Complex.abs z) = 5 / 8 * (5 / 8) ^ n * Complex.abs z | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ 5 / 8 * ((5 / 8) ^ n * Complex.abs z) = 5 / 8 * (5 / 8) ^ n * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_converge | [293, 1] | [305, 46] | rw [β pow_succ'] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ 5 / 8 * (5 / 8) ^ n * Complex.abs z = (5 / 8) ^ (n + 1) * Complex.abs z | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
nh : Complex.abs (f^[n] z) β€ (5 / 8) ^ n * Complex.abs z
β’ 5 / 8 * (5 / 8) ^ n * Complex.abs z = (5 / 8) ^ (n + 1) * Complex.abs z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_analytic | [308, 1] | [310, 90] | intro n | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), AnalyticOn β f^[n] t | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
β’ AnalyticOn β f^[n] t | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), AnalyticOn β f^[n] t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_analytic | [308, 1] | [310, 90] | induction' n with n h | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
β’ AnalyticOn β f^[n] t | case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ AnalyticOn β f^[0] t
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : AnalyticOn β f^[n] t
β’ AnalyticOn β f^[n + 1] t | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
β’ AnalyticOn β f^[n] t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_analytic | [308, 1] | [310, 90] | simp only [Function.iterate_zero] | case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ AnalyticOn β f^[0] t | case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ AnalyticOn β id t | Please generate a tactic in lean4 to solve the state.
STATE:
case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ AnalyticOn β f^[0] t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_analytic | [308, 1] | [310, 90] | exact analyticOn_id _ | case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ AnalyticOn β id t | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ AnalyticOn β id t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_analytic | [308, 1] | [310, 90] | rw [Function.iterate_succ'] | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : AnalyticOn β f^[n] t
β’ AnalyticOn β f^[n + 1] t | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : AnalyticOn β f^[n] t
β’ AnalyticOn β (f β f^[n]) t | Please generate a tactic in lean4 to solve the state.
STATE:
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : AnalyticOn β f^[n] t
β’ AnalyticOn β f^[n + 1] t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_analytic | [308, 1] | [310, 90] | intro z zt | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : AnalyticOn β f^[n] t
β’ AnalyticOn β (f β f^[n]) t | case succ
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
h : AnalyticOn β f^[n] t
z : β
zt : z β t
β’ AnalyticAt β (f β f^[n]) z | Please generate a tactic in lean4 to solve the state.
STATE:
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
h : AnalyticOn β f^[n] t
β’ AnalyticOn β (f β f^[n]) t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_analytic | [308, 1] | [310, 90] | exact (s.fa _ (s.mapsTo n zt)).comp (h z zt) | case succ
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
h : AnalyticOn β f^[n] t
z : β
zt : z β t
β’ AnalyticAt β (f β f^[n]) z | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case succ
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
h : AnalyticOn β f^[n] t
z : β
zt : z β t
β’ AnalyticAt β (f β f^[n]) z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_analytic | [313, 1] | [317, 90] | intro n z zt | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), AnalyticOn β (term f d n) t | f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ AnalyticAt β (term f d n) z | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), AnalyticOn β (term f d n) t
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_analytic | [313, 1] | [317, 90] | refine AnalyticAt.cpow ?_ analyticAt_const ?_ | f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ AnalyticAt β (term f d n) z | case refine_1
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ AnalyticAt β (fun z => g f d (f^[n] z)) z
case refine_2
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ g f d (f^[n] z) β Complex.slitPlane | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ AnalyticAt β (term f d n) z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_analytic | [313, 1] | [317, 90] | exact (s.ga _ (s.mapsTo n zt)).comp (iterates_analytic s n z zt) | case refine_1
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ AnalyticAt β (fun z => g f d (f^[n] z)) z | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case refine_1
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ AnalyticAt β (fun z => g f d (f^[n] z)) z
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_analytic | [313, 1] | [317, 90] | exact mem_slitPlane_of_near_one (lt_of_le_of_lt (s.gs (s.mapsTo n zt)) (by norm_num)) | case refine_2
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ g f d (f^[n] z) β Complex.slitPlane | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case refine_2
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ g f d (f^[n] z) β Complex.slitPlane
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_analytic | [313, 1] | [317, 90] | norm_num | f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ 1 / 4 < 1 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
zβ : β
t : Set β
s : SuperNear f d t
n : β
z : β
zt : z β t
β’ 1 / 4 < 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | intro n zt | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), z β t β Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), z β t β Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | rw [term] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (g f d (f^[n] z) ^ (1 / β(d ^ (n + 1))) - 1) β€ 1 / 2 * (1 / 2) ^ n | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | trans 4 * abs (g f d (f^[n] z) - 1) * abs (1 / (d ^ (n + 1) : β) : β) | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (g f d (f^[n] z) ^ (1 / β(d ^ (n + 1))) - 1) β€ 1 / 2 * (1 / 2) ^ n | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (g f d (f^[n] z) ^ (1 / β(d ^ (n + 1))) - 1) β€
4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1)))
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) β€ 1 / 2 * (1 / 2) ^ n | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (g f d (f^[n] z) ^ (1 / β(d ^ (n + 1))) - 1) β€ 1 / 2 * (1 / 2) ^ n
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | apply pow_small | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (g f d (f^[n] z) ^ (1 / β(d ^ (n + 1))) - 1) β€
4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) | case zs
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 2
case ws
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (1 / β(d ^ (n + 1))) β€ 1 | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (g f d (f^[n] z) ^ (1 / β(d ^ (n + 1))) - 1) β€
4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1)))
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | exact le_trans (s.gs (s.mapsTo n zt)) (by norm_num) | case zs
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 2 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case zs
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 2
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ 1 / 4 β€ 1 / 2 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ 1 / 4 β€ 1 / 2
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | simp only [one_div, map_invβ, Complex.abs_pow, Complex.abs_natCast, Nat.cast_pow] | case ws
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (1 / β(d ^ (n + 1))) β€ 1 | case ws
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ (βd ^ (n + 1))β»ΒΉ β€ 1 | Please generate a tactic in lean4 to solve the state.
STATE:
case ws
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ Complex.abs (1 / β(d ^ (n + 1))) β€ 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | apply inv_le_one | case ws
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ (βd ^ (n + 1))β»ΒΉ β€ 1 | case ws.ha
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ 1 β€ βd ^ (n + 1) | Please generate a tactic in lean4 to solve the state.
STATE:
case ws
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ (βd ^ (n + 1))β»ΒΉ β€ 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | have hd : 1 β€ (d : β) := le_trans (by norm_num) s.dr2 | case ws.ha
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ 1 β€ βd ^ (n + 1) | case ws.ha
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
hd : 1 β€ βd
β’ 1 β€ βd ^ (n + 1) | Please generate a tactic in lean4 to solve the state.
STATE:
case ws.ha
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ 1 β€ βd ^ (n + 1)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | exact one_le_pow_of_one_le hd _ | case ws.ha
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
hd : 1 β€ βd
β’ 1 β€ βd ^ (n + 1) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case ws.ha
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
hd : 1 β€ βd
β’ 1 β€ βd ^ (n + 1)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ 1 β€ 2 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ 1 β€ 2
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | have gs : abs (g f d (f^[n] z) - 1) β€ 1 / 4 := s.gs (s.mapsTo n zt) | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) β€ 1 / 2 * (1 / 2) ^ n | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) β€ 1 / 2 * (1 / 2) ^ n | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) β€ 1 / 2 * (1 / 2) ^ n
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | have ps : abs (1 / (d:β) ^ (n + 1) : β) β€ 1/2 * (1/2 : β) ^ n := by
have nn : (1/2:β) * (1/2 : β) ^ n = (1/2 : β) ^ (n + 1) := (pow_succ' _ _).symm
rw [nn]
simp only [one_div, map_invβ, map_pow, Complex.abs_natCast, inv_pow, ge_iff_le]
bound | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) β€ 1 / 2 * (1 / 2) ^ n | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
ps : Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) β€ 1 / 2 * (1 / 2) ^ n | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) β€ 1 / 2 * (1 / 2) ^ n
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | calc (4:β) * abs (g f d (f^[n] z) - 1) * abs ((1:β) / (d ^ (n + 1) : β) : β)
_ = (4:β) * abs (g f d (f^[n] z) - 1) * abs ((1:β) / (d:β) ^ (n + 1) : β) := by
rw [Nat.cast_pow]
_ β€ 4 * (1 / 4) * (1 / 2 * (1 / 2 : β) ^ n) := by bound
_ = 1 / 2 * (1 / 2 : β) ^ n := by ring | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
ps : Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) β€ 1 / 2 * (1 / 2) ^ n | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
ps : Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) β€ 1 / 2 * (1 / 2) ^ n
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | have nn : (1/2:β) * (1/2 : β) ^ n = (1/2 : β) ^ (n + 1) := (pow_succ' _ _).symm | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
β’ Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
nn : 1 / 2 * (1 / 2) ^ n = (1 / 2) ^ (n + 1)
β’ Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
β’ Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | rw [nn] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
nn : 1 / 2 * (1 / 2) ^ n = (1 / 2) ^ (n + 1)
β’ Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
nn : 1 / 2 * (1 / 2) ^ n = (1 / 2) ^ (n + 1)
β’ Complex.abs (1 / βd ^ (n + 1)) β€ (1 / 2) ^ (n + 1) | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
nn : 1 / 2 * (1 / 2) ^ n = (1 / 2) ^ (n + 1)
β’ Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | simp only [one_div, map_invβ, map_pow, Complex.abs_natCast, inv_pow, ge_iff_le] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
nn : 1 / 2 * (1 / 2) ^ n = (1 / 2) ^ (n + 1)
β’ Complex.abs (1 / βd ^ (n + 1)) β€ (1 / 2) ^ (n + 1) | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
nn : 1 / 2 * (1 / 2) ^ n = (1 / 2) ^ (n + 1)
β’ (βd ^ (n + 1))β»ΒΉ β€ (2 ^ (n + 1))β»ΒΉ | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
nn : 1 / 2 * (1 / 2) ^ n = (1 / 2) ^ (n + 1)
β’ Complex.abs (1 / βd ^ (n + 1)) β€ (1 / 2) ^ (n + 1)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | bound | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
nn : 1 / 2 * (1 / 2) ^ n = (1 / 2) ^ (n + 1)
β’ (βd ^ (n + 1))β»ΒΉ β€ (2 ^ (n + 1))β»ΒΉ | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
nn : 1 / 2 * (1 / 2) ^ n = (1 / 2) ^ (n + 1)
β’ (βd ^ (n + 1))β»ΒΉ β€ (2 ^ (n + 1))β»ΒΉ
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | rw [Nat.cast_pow] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
ps : Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) =
4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / βd ^ (n + 1)) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
ps : Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / β(d ^ (n + 1))) =
4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / βd ^ (n + 1))
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | bound | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
ps : Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / βd ^ (n + 1)) β€ 4 * (1 / 4) * (1 / 2 * (1 / 2) ^ n) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
ps : Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
β’ 4 * Complex.abs (g f d (f^[n] z) - 1) * Complex.abs (1 / βd ^ (n + 1)) β€ 4 * (1 / 4) * (1 / 2 * (1 / 2) ^ n)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_converges | [322, 1] | [341, 45] | ring | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
ps : Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
β’ 4 * (1 / 4) * (1 / 2 * (1 / 2) ^ n) = 1 / 2 * (1 / 2) ^ n | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
gs : Complex.abs (g f d (f^[n] z) - 1) β€ 1 / 4
ps : Complex.abs (1 / βd ^ (n + 1)) β€ 1 / 2 * (1 / 2) ^ n
β’ 4 * (1 / 4) * (1 / 2 * (1 / 2) ^ n) = 1 / 2 * (1 / 2) ^ n
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_nonzero | [344, 1] | [352, 50] | intro n zt | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), z β t β term f d n z β 0 | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ term f d n z β 0 | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), z β t β term f d n z β 0
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_nonzero | [344, 1] | [352, 50] | have h := term_converges s n zt | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ term f d n z β 0 | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
β’ term f d n z β 0 | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
β’ term f d n z β 0
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_nonzero | [344, 1] | [352, 50] | have o : 1 / 2 * (1 / 2 : β) ^ n < 1 := by
have p : (1 / 2 : β) ^ n β€ 1 := pow_le_one n (by norm_num) (by linarith)
calc
1 / 2 * (1 / 2 : β) ^ n β€ 1 / 2 * 1 := by linarith
_ < 1 := by norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
β’ term f d n z β 0 | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
o : 1 / 2 * (1 / 2) ^ n < 1
β’ term f d n z β 0 | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
β’ term f d n z β 0
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_nonzero | [344, 1] | [352, 50] | exact near_one_avoids_zero (lt_of_le_of_lt h o) | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
o : 1 / 2 * (1 / 2) ^ n < 1
β’ term f d n z β 0 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
o : 1 / 2 * (1 / 2) ^ n < 1
β’ term f d n z β 0
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_nonzero | [344, 1] | [352, 50] | have p : (1 / 2 : β) ^ n β€ 1 := pow_le_one n (by norm_num) (by linarith) | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
β’ 1 / 2 * (1 / 2) ^ n < 1 | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
p : (1 / 2) ^ n β€ 1
β’ 1 / 2 * (1 / 2) ^ n < 1 | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
β’ 1 / 2 * (1 / 2) ^ n < 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_nonzero | [344, 1] | [352, 50] | calc
1 / 2 * (1 / 2 : β) ^ n β€ 1 / 2 * 1 := by linarith
_ < 1 := by norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
p : (1 / 2) ^ n β€ 1
β’ 1 / 2 * (1 / 2) ^ n < 1 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
p : (1 / 2) ^ n β€ 1
β’ 1 / 2 * (1 / 2) ^ n < 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_nonzero | [344, 1] | [352, 50] | norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
β’ 0 β€ 1 / 2 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
β’ 0 β€ 1 / 2
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_nonzero | [344, 1] | [352, 50] | linarith | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
β’ 1 / 2 β€ 1 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
β’ 1 / 2 β€ 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_nonzero | [344, 1] | [352, 50] | linarith | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
p : (1 / 2) ^ n β€ 1
β’ 1 / 2 * (1 / 2) ^ n β€ 1 / 2 * 1 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
p : (1 / 2) ^ n β€ 1
β’ 1 / 2 * (1 / 2) ^ n β€ 1 / 2 * 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_nonzero | [344, 1] | [352, 50] | norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
p : (1 / 2) ^ n β€ 1
β’ 1 / 2 * 1 < 1 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
zt : z β t
h : Complex.abs (term f d n z - 1) β€ 1 / 2 * (1 / 2) ^ n
p : (1 / 2) ^ n β€ 1
β’ 1 / 2 * 1 < 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_prod | [355, 1] | [361, 33] | have c12 : (1 / 2 : β) β€ 1 / 2 := by norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ ProdExistsOn (term f d) t β§ AnalyticOn β (tprodOn (term f d)) t β§ β z β t, tprodOn (term f d) z β 0 | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
c12 : 1 / 2 β€ 1 / 2
β’ ProdExistsOn (term f d) t β§ AnalyticOn β (tprodOn (term f d)) t β§ β z β t, tprodOn (term f d) z β 0 | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ ProdExistsOn (term f d) t β§ AnalyticOn β (tprodOn (term f d)) t β§ β z β t, tprodOn (term f d) z β 0
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_prod | [355, 1] | [361, 33] | have a0 : 0 β€ (1 / 2 : β) := by norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
c12 : 1 / 2 β€ 1 / 2
β’ ProdExistsOn (term f d) t β§ AnalyticOn β (tprodOn (term f d)) t β§ β z β t, tprodOn (term f d) z β 0 | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
c12 : 1 / 2 β€ 1 / 2
a0 : 0 β€ 1 / 2
β’ ProdExistsOn (term f d) t β§ AnalyticOn β (tprodOn (term f d)) t β§ β z β t, tprodOn (term f d) z β 0 | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
c12 : 1 / 2 β€ 1 / 2
β’ ProdExistsOn (term f d) t β§ AnalyticOn β (tprodOn (term f d)) t β§ β z β t, tprodOn (term f d) z β 0
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_prod | [355, 1] | [361, 33] | exact fast_products_converge' s.o c12 a0 (by linarith) (term_analytic s)
fun n z β¦ term_converges s n | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
c12 : 1 / 2 β€ 1 / 2
a0 : 0 β€ 1 / 2
β’ ProdExistsOn (term f d) t β§ AnalyticOn β (tprodOn (term f d)) t β§ β z β t, tprodOn (term f d) z β 0 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
c12 : 1 / 2 β€ 1 / 2
a0 : 0 β€ 1 / 2
β’ ProdExistsOn (term f d) t β§ AnalyticOn β (tprodOn (term f d)) t β§ β z β t, tprodOn (term f d) z β 0
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_prod | [355, 1] | [361, 33] | norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ 1 / 2 β€ 1 / 2 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ 1 / 2 β€ 1 / 2
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_prod | [355, 1] | [361, 33] | norm_num | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
c12 : 1 / 2 β€ 1 / 2
β’ 0 β€ 1 / 2 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
c12 : 1 / 2 β€ 1 / 2
β’ 0 β€ 1 / 2
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | term_prod | [355, 1] | [361, 33] | linarith | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
c12 : 1 / 2 β€ 1 / 2
a0 : 0 β€ 1 / 2
β’ 1 / 2 < 1 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
c12 : 1 / 2 β€ 1 / 2
a0 : 0 β€ 1 / 2
β’ 1 / 2 < 1
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | bottcherNear_eqn | [376, 1] | [383, 84] | simp_rw [bottcherNear] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ bottcherNear f d (f z) = bottcherNear f d z ^ d | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ f z * β' (n : β), term f d n (f z) = (z * β' (n : β), term f d n z) ^ d | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ bottcherNear f d (f z) = bottcherNear f d z ^ d
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | bottcherNear_eqn | [376, 1] | [383, 84] | have pe := (term_prod_exists s) z zt | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ f z * β' (n : β), term f d n (f z) = (z * β' (n : β), term f d n z) ^ d | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
pe : ProdExists fun n => term f d n z
β’ f z * β' (n : β), term f d n (f z) = (z * β' (n : β), term f d n z) ^ d | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ f z * β' (n : β), term f d n (f z) = (z * β' (n : β), term f d n z) ^ d
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | bottcherNear_eqn | [376, 1] | [383, 84] | simp only [mul_pow, product_pow' pe] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
pe : ProdExists fun n => term f d n z
β’ f z * β' (n : β), term f d n (f z) = (z * β' (n : β), term f d n z) ^ d | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
pe : ProdExists fun n => term f d n z
β’ f z * β' (n : β), term f d n (f z) = z ^ d * β' (n : β), term f d n z ^ d | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
pe : ProdExists fun n => term f d n z
β’ f z * β' (n : β), term f d n (f z) = (z * β' (n : β), term f d n z) ^ d
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | bottcherNear_eqn | [376, 1] | [383, 84] | have pe : ProdExists fun n β¦ term f d n z ^ d := by
rcases pe with β¨g, hgβ©; exact β¨_, product_pow d hgβ© | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
pe : ProdExists fun n => term f d n z
β’ f z * β' (n : β), term f d n (f z) = z ^ d * β' (n : β), term f d n z ^ d | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
peβ : ProdExists fun n => term f d n z
pe : ProdExists fun n => term f d n z ^ d
β’ f z * β' (n : β), term f d n (f z) = z ^ d * β' (n : β), term f d n z ^ d | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
pe : ProdExists fun n => term f d n z
β’ f z * β' (n : β), term f d n (f z) = z ^ d * β' (n : β), term f d n z ^ d
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | bottcherNear_eqn | [376, 1] | [383, 84] | simp only [product_split pe, β term_eqn s, β mul_assoc, β mul_pow, β term_base s] | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
peβ : ProdExists fun n => term f d n z
pe : ProdExists fun n => term f d n z ^ d
β’ f z * β' (n : β), term f d n (f z) = z ^ d * β' (n : β), term f d n z ^ d | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
peβ : ProdExists fun n => term f d n z
pe : ProdExists fun n => term f d n z ^ d
β’ f z * β' (n : β), term f d n (f z) = z ^ d * β' (n : β), term f d n z ^ d
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | bottcherNear_eqn | [376, 1] | [383, 84] | rcases pe with β¨g, hgβ© | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
pe : ProdExists fun n => term f d n z
β’ ProdExists fun n => term f d n z ^ d | case intro
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
g : β
hg : HasProd (fun n => term f d n z) g
β’ ProdExists fun n => term f d n z ^ d | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
pe : ProdExists fun n => term f d n z
β’ ProdExists fun n => term f d n z ^ d
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | bottcherNear_eqn | [376, 1] | [383, 84] | exact β¨_, product_pow d hgβ© | case intro
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
g : β
hg : HasProd (fun n => term f d n z) g
β’ ProdExists fun n => term f d n z ^ d | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case intro
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
g : β
hg : HasProd (fun n => term f d n z) g
β’ ProdExists fun n => term f d n z ^ d
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | bottcherNear_eqn_iter | [386, 1] | [390, 43] | induction' n with n h | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
β’ bottcherNear f d (f^[n] z) = bottcherNear f d z ^ d ^ n | case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ bottcherNear f d (f^[0] z) = bottcherNear f d z ^ d ^ 0
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
h : bottcherNear f d (f^[n] z) = bottcherNear f d z ^ d ^ n
β’ bottcherNear f d (f^[n + 1] z) = bottcherNear f d z ^ d ^ (n + 1) | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
β’ bottcherNear f d (f^[n] z) = bottcherNear f d z ^ d ^ n
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | bottcherNear_eqn_iter | [386, 1] | [390, 43] | simp only [Function.iterate_zero, id, pow_zero, pow_one] | case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ bottcherNear f d (f^[0] z) = bottcherNear f d z ^ d ^ 0
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
h : bottcherNear f d (f^[n] z) = bottcherNear f d z ^ d ^ n
β’ bottcherNear f d (f^[n + 1] z) = bottcherNear f d z ^ d ^ (n + 1) | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
h : bottcherNear f d (f^[n] z) = bottcherNear f d z ^ d ^ n
β’ bottcherNear f d (f^[n + 1] z) = bottcherNear f d z ^ d ^ (n + 1) | Please generate a tactic in lean4 to solve the state.
STATE:
case zero
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
β’ bottcherNear f d (f^[0] z) = bottcherNear f d z ^ d ^ 0
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
h : bottcherNear f d (f^[n] z) = bottcherNear f d z ^ d ^ n
β’ bottcherNear f d (f^[n + 1] z) = bottcherNear f d z ^ d ^ (n + 1)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | bottcherNear_eqn_iter | [386, 1] | [390, 43] | simp only [Function.comp, Function.iterate_succ', pow_succ, pow_mul,
bottcherNear_eqn s (s.mapsTo n zt), h] | case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
h : bottcherNear f d (f^[n] z) = bottcherNear f d z ^ d ^ n
β’ bottcherNear f d (f^[n + 1] z) = bottcherNear f d z ^ d ^ (n + 1) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case succ
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
zt : z β t
n : β
h : bottcherNear f d (f^[n] z) = bottcherNear f d z ^ d ^ n
β’ bottcherNear f d (f^[n + 1] z) = bottcherNear f d z ^ d ^ (n + 1)
TACTIC:
|
https://github.com/girving/ray.git | 0be790285dd0fce78913b0cb9bddaffa94bd25f9 | Ray/Dynamics/BottcherNear.lean | iterates_at_zero | [393, 1] | [395, 67] | intro n | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), f^[n] 0 = 0 | f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
n : β
β’ f^[n] 0 = 0 | Please generate a tactic in lean4 to solve the state.
STATE:
f : β β β
d : β
z : β
t : Set β
s : SuperNear f d t
β’ β (n : β), f^[n] 0 = 0
TACTIC:
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.