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/Analytic/Products.lean
product_pow'
[118, 1]
[120, 96]
rw [HasProd.tprod_eq h]
case intro f : โ„• โ†’ โ„‚ p : โ„• g : โ„‚ h : HasProd f g โŠข tprod f ^ p = โˆ' (n : โ„•), f n ^ p
case intro f : โ„• โ†’ โ„‚ p : โ„• g : โ„‚ h : HasProd f g โŠข g ^ p = โˆ' (n : โ„•), f n ^ p
Please generate a tactic in lean4 to solve the state. STATE: case intro f : โ„• โ†’ โ„‚ p : โ„• g : โ„‚ h : HasProd f g โŠข tprod f ^ p = โˆ' (n : โ„•), f n ^ p TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_pow'
[118, 1]
[120, 96]
rw [HasProd.tprod_eq _]
case intro f : โ„• โ†’ โ„‚ p : โ„• g : โ„‚ h : HasProd f g โŠข g ^ p = โˆ' (n : โ„•), f n ^ p
f : โ„• โ†’ โ„‚ p : โ„• g : โ„‚ h : HasProd f g โŠข HasProd (fun n => f n ^ p) (g ^ p)
Please generate a tactic in lean4 to solve the state. STATE: case intro f : โ„• โ†’ โ„‚ p : โ„• g : โ„‚ h : HasProd f g โŠข g ^ p = โˆ' (n : โ„•), f n ^ p TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_pow'
[118, 1]
[120, 96]
exact product_pow p h
f : โ„• โ†’ โ„‚ p : โ„• g : โ„‚ h : HasProd f g โŠข HasProd (fun n => f n ^ p) (g ^ p)
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ p : โ„• g : โ„‚ h : HasProd f g โŠข HasProd (fun n => f n ^ p) (g ^ p) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons
[123, 1]
[131, 32]
rw [HasProd] at h โŠข
a g : โ„‚ f : โ„• โ†’ โ„‚ h : HasProd f g โŠข HasProd (Stream'.cons a f) (a * g)
a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g))
Please generate a tactic in lean4 to solve the state. STATE: a g : โ„‚ f : โ„• โ†’ โ„‚ h : HasProd f g โŠข HasProd (Stream'.cons a f) (a * g) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons
[123, 1]
[131, 32]
have ha := Filter.Tendsto.comp (Continuous.tendsto (continuous_mul_left a) g) h
a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g))
a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g))
Please generate a tactic in lean4 to solve the state. STATE: a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons
[123, 1]
[131, 32]
have s : ((fun z โ†ฆ a * z) โˆ˜ fun N : Finset โ„• โ†ฆ N.prod f) = (fun N : Finset โ„• โ†ฆ N.prod (Stream'.cons a f)) โˆ˜ push := by apply funext; intro N; simp; exact push_prod
a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g))
a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) s : ((fun z => a * z) โˆ˜ fun N => N.prod f) = (fun N => N.prod (Stream'.cons a f)) โˆ˜ push โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g))
Please generate a tactic in lean4 to solve the state. STATE: a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons
[123, 1]
[131, 32]
rw [s] at ha
a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) s : ((fun z => a * z) โˆ˜ fun N => N.prod f) = (fun N => N.prod (Stream'.cons a f)) โˆ˜ push โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g))
a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun N => N.prod (Stream'.cons a f)) โˆ˜ push) atTop (๐“ (a * g)) s : ((fun z => a * z) โˆ˜ fun N => N.prod f) = (fun N => N.prod (Stream'.cons a f)) โˆ˜ push โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g))
Please generate a tactic in lean4 to solve the state. STATE: a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) s : ((fun z => a * z) โˆ˜ fun N => N.prod f) = (fun N => N.prod (Stream'.cons a f)) โˆ˜ push โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons
[123, 1]
[131, 32]
exact tendsto_comp_push.mp ha
a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun N => N.prod (Stream'.cons a f)) โˆ˜ push) atTop (๐“ (a * g)) s : ((fun z => a * z) โˆ˜ fun N => N.prod f) = (fun N => N.prod (Stream'.cons a f)) โˆ˜ push โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g))
no goals
Please generate a tactic in lean4 to solve the state. STATE: a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun N => N.prod (Stream'.cons a f)) โˆ˜ push) atTop (๐“ (a * g)) s : ((fun z => a * z) โˆ˜ fun N => N.prod f) = (fun N => N.prod (Stream'.cons a f)) โˆ˜ push โŠข Filter.Tendsto (fun s => s.prod fun b => Stream'.cons a f b) atTop (๐“ (a * g)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons
[123, 1]
[131, 32]
apply funext
a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) โŠข ((fun z => a * z) โˆ˜ fun N => N.prod f) = (fun N => N.prod (Stream'.cons a f)) โˆ˜ push
case h a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) โŠข โˆ€ (x : Finset โ„•), ((fun z => a * z) โˆ˜ fun N => N.prod f) x = ((fun N => N.prod (Stream'.cons a f)) โˆ˜ push) x
Please generate a tactic in lean4 to solve the state. STATE: a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) โŠข ((fun z => a * z) โˆ˜ fun N => N.prod f) = (fun N => N.prod (Stream'.cons a f)) โˆ˜ push TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons
[123, 1]
[131, 32]
intro N
case h a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) โŠข โˆ€ (x : Finset โ„•), ((fun z => a * z) โˆ˜ fun N => N.prod f) x = ((fun N => N.prod (Stream'.cons a f)) โˆ˜ push) x
case h a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) N : Finset โ„• โŠข ((fun z => a * z) โˆ˜ fun N => N.prod f) N = ((fun N => N.prod (Stream'.cons a f)) โˆ˜ push) N
Please generate a tactic in lean4 to solve the state. STATE: case h a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) โŠข โˆ€ (x : Finset โ„•), ((fun z => a * z) โˆ˜ fun N => N.prod f) x = ((fun N => N.prod (Stream'.cons a f)) โˆ˜ push) x TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons
[123, 1]
[131, 32]
simp
case h a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) N : Finset โ„• โŠข ((fun z => a * z) โˆ˜ fun N => N.prod f) N = ((fun N => N.prod (Stream'.cons a f)) โˆ˜ push) N
case h a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) N : Finset โ„• โŠข a * N.prod f = (push N).prod (Stream'.cons a f)
Please generate a tactic in lean4 to solve the state. STATE: case h a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) N : Finset โ„• โŠข ((fun z => a * z) โˆ˜ fun N => N.prod f) N = ((fun N => N.prod (Stream'.cons a f)) โˆ˜ push) N TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons
[123, 1]
[131, 32]
exact push_prod
case h a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) N : Finset โ„• โŠข a * N.prod f = (push N).prod (Stream'.cons a f)
no goals
Please generate a tactic in lean4 to solve the state. STATE: case h a g : โ„‚ f : โ„• โ†’ โ„‚ h : Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ g) ha : Filter.Tendsto ((fun b => a * b) โˆ˜ fun s => s.prod fun b => f b) atTop (๐“ (a * g)) N : Finset โ„• โŠข a * N.prod f = (push N).prod (Stream'.cons a f) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons'
[134, 1]
[136, 95]
rcases h with โŸจg, hโŸฉ
a : โ„‚ f : โ„• โ†’ โ„‚ h : ProdExists f โŠข tprod (Stream'.cons a f) = a * tprod f
case intro a : โ„‚ f : โ„• โ†’ โ„‚ g : โ„‚ h : HasProd f g โŠข tprod (Stream'.cons a f) = a * tprod f
Please generate a tactic in lean4 to solve the state. STATE: a : โ„‚ f : โ„• โ†’ โ„‚ h : ProdExists f โŠข tprod (Stream'.cons a f) = a * tprod f TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons'
[134, 1]
[136, 95]
rw [HasProd.tprod_eq h]
case intro a : โ„‚ f : โ„• โ†’ โ„‚ g : โ„‚ h : HasProd f g โŠข tprod (Stream'.cons a f) = a * tprod f
case intro a : โ„‚ f : โ„• โ†’ โ„‚ g : โ„‚ h : HasProd f g โŠข tprod (Stream'.cons a f) = a * g
Please generate a tactic in lean4 to solve the state. STATE: case intro a : โ„‚ f : โ„• โ†’ โ„‚ g : โ„‚ h : HasProd f g โŠข tprod (Stream'.cons a f) = a * tprod f TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons'
[134, 1]
[136, 95]
rw [HasProd.tprod_eq _]
case intro a : โ„‚ f : โ„• โ†’ โ„‚ g : โ„‚ h : HasProd f g โŠข tprod (Stream'.cons a f) = a * g
a : โ„‚ f : โ„• โ†’ โ„‚ g : โ„‚ h : HasProd f g โŠข HasProd (fun b => Stream'.cons a f b) (a * g)
Please generate a tactic in lean4 to solve the state. STATE: case intro a : โ„‚ f : โ„• โ†’ โ„‚ g : โ„‚ h : HasProd f g โŠข tprod (Stream'.cons a f) = a * g TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_cons'
[134, 1]
[136, 95]
exact product_cons h
a : โ„‚ f : โ„• โ†’ โ„‚ g : โ„‚ h : HasProd f g โŠข HasProd (fun b => Stream'.cons a f b) (a * g)
no goals
Please generate a tactic in lean4 to solve the state. STATE: a : โ„‚ f : โ„• โ†’ โ„‚ g : โ„‚ h : HasProd f g โŠข HasProd (fun b => Stream'.cons a f b) (a * g) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
have c := @product_cons (f 0)โปยน _ _ h
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g โŠข HasProd (fun n => f (n + 1)) (g / f 0)
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : HasProd (Stream'.cons (f 0)โปยน f) ((f 0)โปยน * g) โŠข HasProd (fun n => f (n + 1)) (g / f 0)
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g โŠข HasProd (fun n => f (n + 1)) (g / f 0) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
rw [HasProd]
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : HasProd (Stream'.cons (f 0)โปยน f) ((f 0)โปยน * g) โŠข HasProd (fun n => f (n + 1)) (g / f 0)
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : HasProd (Stream'.cons (f 0)โปยน f) ((f 0)โปยน * g) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0))
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : HasProd (Stream'.cons (f 0)โปยน f) ((f 0)โปยน * g) โŠข HasProd (fun n => f (n + 1)) (g / f 0) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
rw [inv_mul_eq_div, HasProd, โ† tendsto_comp_push, โ† tendsto_comp_push] at c
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : HasProd (Stream'.cons (f 0)โปยน f) ((f 0)โปยน * g) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0))
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (((fun s => s.prod fun b => Stream'.cons (f 0)โปยน f b) โˆ˜ push) โˆ˜ push) atTop (๐“ (g / f 0)) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0))
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : HasProd (Stream'.cons (f 0)โปยน f) ((f 0)โปยน * g) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
have s : ((fun N : Finset โ„• โ†ฆ N.prod fun n โ†ฆ (Stream'.cons (f 0)โปยน f) n) โˆ˜ push) โˆ˜ push = fun N : Finset โ„• โ†ฆ N.prod fun n โ†ฆ f (n + 1) := by clear c h g; apply funext; intro N; simp nth_rw 2 [โ† Stream'.eta f] simp only [โ†push_prod, Stream'.head, Stream'.tail, Stream'.get, โ†mul_assoc, inv_mul_cancel f0, one_mul]
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (((fun s => s.prod fun b => Stream'.cons (f 0)โปยน f b) โˆ˜ push) โˆ˜ push) atTop (๐“ (g / f 0)) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0))
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (((fun s => s.prod fun b => Stream'.cons (f 0)โปยน f b) โˆ˜ push) โˆ˜ push) atTop (๐“ (g / f 0)) s : ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0))
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (((fun s => s.prod fun b => Stream'.cons (f 0)โปยน f b) โˆ˜ push) โˆ˜ push) atTop (๐“ (g / f 0)) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
rw [s] at c
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (((fun s => s.prod fun b => Stream'.cons (f 0)โปยน f b) โˆ˜ push) โˆ˜ push) atTop (๐“ (g / f 0)) s : ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0))
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (fun N => N.prod fun n => f (n + 1)) atTop (๐“ (g / f 0)) s : ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0))
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (((fun s => s.prod fun b => Stream'.cons (f 0)โปยน f b) โˆ˜ push) โˆ˜ push) atTop (๐“ (g / f 0)) s : ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
assumption
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (fun N => N.prod fun n => f (n + 1)) atTop (๐“ (g / f 0)) s : ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0))
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (fun N => N.prod fun n => f (n + 1)) atTop (๐“ (g / f 0)) s : ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1) โŠข Filter.Tendsto (fun s => s.prod fun b => f (b + 1)) atTop (๐“ (g / f 0)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
clear c h g
f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (((fun s => s.prod fun b => Stream'.cons (f 0)โปยน f b) โˆ˜ push) โˆ˜ push) atTop (๐“ (g / f 0)) โŠข ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1)
f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 โŠข ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1)
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ g : โ„‚ f0 : f 0 โ‰  0 h : HasProd f g c : Filter.Tendsto (((fun s => s.prod fun b => Stream'.cons (f 0)โปยน f b) โˆ˜ push) โˆ˜ push) atTop (๐“ (g / f 0)) โŠข ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
apply funext
f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 โŠข ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1)
case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 โŠข โˆ€ (x : Finset โ„•), (((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push) x = x.prod fun n => f (n + 1)
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 โŠข ((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push = fun N => N.prod fun n => f (n + 1) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
intro N
case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 โŠข โˆ€ (x : Finset โ„•), (((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push) x = x.prod fun n => f (n + 1)
case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 N : Finset โ„• โŠข (((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push) N = N.prod fun n => f (n + 1)
Please generate a tactic in lean4 to solve the state. STATE: case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 โŠข โˆ€ (x : Finset โ„•), (((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push) x = x.prod fun n => f (n + 1) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
simp
case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 N : Finset โ„• โŠข (((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push) N = N.prod fun n => f (n + 1)
case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 N : Finset โ„• โŠข ((push (push N)).prod fun n => Stream'.cons (f 0)โปยน f n) = N.prod fun n => f (n + 1)
Please generate a tactic in lean4 to solve the state. STATE: case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 N : Finset โ„• โŠข (((fun N => N.prod fun n => Stream'.cons (f 0)โปยน f n) โˆ˜ push) โˆ˜ push) N = N.prod fun n => f (n + 1) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
nth_rw 2 [โ† Stream'.eta f]
case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 N : Finset โ„• โŠข ((push (push N)).prod fun n => Stream'.cons (f 0)โปยน f n) = N.prod fun n => f (n + 1)
case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 N : Finset โ„• โŠข ((push (push N)).prod fun n => Stream'.cons (f 0)โปยน (Stream'.cons (Stream'.head f) (Stream'.tail f)) n) = N.prod fun n => f (n + 1)
Please generate a tactic in lean4 to solve the state. STATE: case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 N : Finset โ„• โŠข ((push (push N)).prod fun n => Stream'.cons (f 0)โปยน f n) = N.prod fun n => f (n + 1) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop
[139, 1]
[150, 26]
simp only [โ†push_prod, Stream'.head, Stream'.tail, Stream'.get, โ†mul_assoc, inv_mul_cancel f0, one_mul]
case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 N : Finset โ„• โŠข ((push (push N)).prod fun n => Stream'.cons (f 0)โปยน (Stream'.cons (Stream'.head f) (Stream'.tail f)) n) = N.prod fun n => f (n + 1)
no goals
Please generate a tactic in lean4 to solve the state. STATE: case h f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 N : Finset โ„• โŠข ((push (push N)).prod fun n => Stream'.cons (f 0)โปยน (Stream'.cons (Stream'.head f) (Stream'.tail f)) n) = N.prod fun n => f (n + 1) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop'
[153, 1]
[155, 98]
rcases h with โŸจg, hโŸฉ
f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 h : ProdExists f โŠข โˆ' (n : โ„•), f (n + 1) = tprod f / f 0
case intro f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 g : โ„‚ h : HasProd f g โŠข โˆ' (n : โ„•), f (n + 1) = tprod f / f 0
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 h : ProdExists f โŠข โˆ' (n : โ„•), f (n + 1) = tprod f / f 0 TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop'
[153, 1]
[155, 98]
rw [HasProd.tprod_eq h]
case intro f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 g : โ„‚ h : HasProd f g โŠข โˆ' (n : โ„•), f (n + 1) = tprod f / f 0
case intro f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 g : โ„‚ h : HasProd f g โŠข โˆ' (n : โ„•), f (n + 1) = g / f 0
Please generate a tactic in lean4 to solve the state. STATE: case intro f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 g : โ„‚ h : HasProd f g โŠข โˆ' (n : โ„•), f (n + 1) = tprod f / f 0 TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop'
[153, 1]
[155, 98]
rw [HasProd.tprod_eq _]
case intro f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 g : โ„‚ h : HasProd f g โŠข โˆ' (n : โ„•), f (n + 1) = g / f 0
f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 g : โ„‚ h : HasProd f g โŠข HasProd (fun n => f (n + 1)) (g / f 0)
Please generate a tactic in lean4 to solve the state. STATE: case intro f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 g : โ„‚ h : HasProd f g โŠข โˆ' (n : โ„•), f (n + 1) = g / f 0 TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_drop'
[153, 1]
[155, 98]
exact product_drop f0 h
f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 g : โ„‚ h : HasProd f g โŠข HasProd (fun n => f (n + 1)) (g / f 0)
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ f0 : f 0 โ‰  0 g : โ„‚ h : HasProd f g โŠข HasProd (fun n => f (n + 1)) (g / f 0) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_head_zero
[158, 1]
[161, 52]
rw [HasProd]
f : โ„• โ†’ โ„‚ f0 : f 0 = 0 โŠข HasProd f 0
f : โ„• โ†’ โ„‚ f0 : f 0 = 0 โŠข Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ 0)
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ f0 : f 0 = 0 โŠข HasProd f 0 TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_head_zero
[158, 1]
[161, 52]
rw [Metric.tendsto_atTop]
f : โ„• โ†’ โ„‚ f0 : f 0 = 0 โŠข Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ 0)
f : โ„• โ†’ โ„‚ f0 : f 0 = 0 โŠข โˆ€ ฮต > 0, โˆƒ N, โˆ€ n โ‰ฅ N, dist (n.prod fun b => f b) 0 < ฮต
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ f0 : f 0 = 0 โŠข Filter.Tendsto (fun s => s.prod fun b => f b) atTop (๐“ 0) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_head_zero
[158, 1]
[161, 52]
intro e ep
f : โ„• โ†’ โ„‚ f0 : f 0 = 0 โŠข โˆ€ ฮต > 0, โˆƒ N, โˆ€ n โ‰ฅ N, dist (n.prod fun b => f b) 0 < ฮต
f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 โŠข โˆƒ N, โˆ€ n โ‰ฅ N, dist (n.prod fun b => f b) 0 < e
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ f0 : f 0 = 0 โŠข โˆ€ ฮต > 0, โˆƒ N, โˆ€ n โ‰ฅ N, dist (n.prod fun b => f b) 0 < ฮต TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_head_zero
[158, 1]
[161, 52]
use Finset.range 1
f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 โŠข โˆƒ N, โˆ€ n โ‰ฅ N, dist (n.prod fun b => f b) 0 < e
case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 โŠข โˆ€ n โ‰ฅ Finset.range 1, dist (n.prod fun b => f b) 0 < e
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 โŠข โˆƒ N, โˆ€ n โ‰ฅ N, dist (n.prod fun b => f b) 0 < e TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_head_zero
[158, 1]
[161, 52]
intro N N1
case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 โŠข โˆ€ n โ‰ฅ Finset.range 1, dist (n.prod fun b => f b) 0 < e
case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 N : Finset โ„• N1 : N โ‰ฅ Finset.range 1 โŠข dist (N.prod fun b => f b) 0 < e
Please generate a tactic in lean4 to solve the state. STATE: case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 โŠข โˆ€ n โ‰ฅ Finset.range 1, dist (n.prod fun b => f b) 0 < e TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_head_zero
[158, 1]
[161, 52]
simp at N1
case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 N : Finset โ„• N1 : N โ‰ฅ Finset.range 1 โŠข dist (N.prod fun b => f b) 0 < e
case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 N : Finset โ„• N1 : 0 โˆˆ N โŠข dist (N.prod fun b => f b) 0 < e
Please generate a tactic in lean4 to solve the state. STATE: case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 N : Finset โ„• N1 : N โ‰ฅ Finset.range 1 โŠข dist (N.prod fun b => f b) 0 < e TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_head_zero
[158, 1]
[161, 52]
rw [Finset.prod_eq_zero N1 f0]
case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 N : Finset โ„• N1 : 0 โˆˆ N โŠข dist (N.prod fun b => f b) 0 < e
case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 N : Finset โ„• N1 : 0 โˆˆ N โŠข dist 0 0 < e
Please generate a tactic in lean4 to solve the state. STATE: case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 N : Finset โ„• N1 : 0 โˆˆ N โŠข dist (N.prod fun b => f b) 0 < e TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_head_zero
[158, 1]
[161, 52]
simpa
case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 N : Finset โ„• N1 : 0 โˆˆ N โŠข dist 0 0 < e
no goals
Please generate a tactic in lean4 to solve the state. STATE: case h f : โ„• โ†’ โ„‚ f0 : f 0 = 0 e : โ„ ep : e > 0 N : Finset โ„• N1 : 0 โˆˆ N โŠข dist 0 0 < e TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_split
[164, 1]
[166, 38]
by_cases f0 : f 0 = 0
f : โ„• โ†’ โ„‚ h : ProdExists f โŠข tprod f = f 0 * โˆ' (n : โ„•), f (n + 1)
case pos f : โ„• โ†’ โ„‚ h : ProdExists f f0 : f 0 = 0 โŠข tprod f = f 0 * โˆ' (n : โ„•), f (n + 1) case neg f : โ„• โ†’ โ„‚ h : ProdExists f f0 : ยฌf 0 = 0 โŠข tprod f = f 0 * โˆ' (n : โ„•), f (n + 1)
Please generate a tactic in lean4 to solve the state. STATE: f : โ„• โ†’ โ„‚ h : ProdExists f โŠข tprod f = f 0 * โˆ' (n : โ„•), f (n + 1) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_split
[164, 1]
[166, 38]
rw [product_drop' f0 h]
case neg f : โ„• โ†’ โ„‚ h : ProdExists f f0 : ยฌf 0 = 0 โŠข tprod f = f 0 * โˆ' (n : โ„•), f (n + 1)
case neg f : โ„• โ†’ โ„‚ h : ProdExists f f0 : ยฌf 0 = 0 โŠข tprod f = f 0 * (tprod f / f 0)
Please generate a tactic in lean4 to solve the state. STATE: case neg f : โ„• โ†’ โ„‚ h : ProdExists f f0 : ยฌf 0 = 0 โŠข tprod f = f 0 * โˆ' (n : โ„•), f (n + 1) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_split
[164, 1]
[166, 38]
field_simp
case neg f : โ„• โ†’ โ„‚ h : ProdExists f f0 : ยฌf 0 = 0 โŠข tprod f = f 0 * (tprod f / f 0)
no goals
Please generate a tactic in lean4 to solve the state. STATE: case neg f : โ„• โ†’ โ„‚ h : ProdExists f f0 : ยฌf 0 = 0 โŠข tprod f = f 0 * (tprod f / f 0) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_split
[164, 1]
[166, 38]
rw [f0, (product_head_zero f0).tprod_eq]
case pos f : โ„• โ†’ โ„‚ h : ProdExists f f0 : f 0 = 0 โŠข tprod f = f 0 * โˆ' (n : โ„•), f (n + 1)
case pos f : โ„• โ†’ โ„‚ h : ProdExists f f0 : f 0 = 0 โŠข 0 = 0 * โˆ' (n : โ„•), f (n + 1)
Please generate a tactic in lean4 to solve the state. STATE: case pos f : โ„• โ†’ โ„‚ h : ProdExists f f0 : f 0 = 0 โŠข tprod f = f 0 * โˆ' (n : โ„•), f (n + 1) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Products.lean
product_split
[164, 1]
[166, 38]
simp
case pos f : โ„• โ†’ โ„‚ h : ProdExists f f0 : f 0 = 0 โŠข 0 = 0 * โˆ' (n : โ„•), f (n + 1)
no goals
Please generate a tactic in lean4 to solve the state. STATE: case pos f : โ„• โ†’ โ„‚ h : ProdExists f f0 : f 0 = 0 โŠข 0 = 0 * โˆ' (n : โ„•), f (n + 1) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_on_cball_radius
[32, 1]
[38, 53]
have hd : DifferentiableOn โ„‚ f (closedBall z r) := by intro x H; exact AnalyticAt.differentiableWithinAt (h x H)
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) โŠข HasFPowerSeriesOnBall f (cauchyPowerSeries f z โ†‘r) z โ†‘r
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) hd : DifferentiableOn โ„‚ f (closedBall z โ†‘r) โŠข HasFPowerSeriesOnBall f (cauchyPowerSeries f z โ†‘r) z โ†‘r
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) โŠข HasFPowerSeriesOnBall f (cauchyPowerSeries f z โ†‘r) z โ†‘r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_on_cball_radius
[32, 1]
[38, 53]
set p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ := cauchyPowerSeries f z r
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) hd : DifferentiableOn โ„‚ f (closedBall z โ†‘r) โŠข HasFPowerSeriesOnBall f (cauchyPowerSeries f z โ†‘r) z โ†‘r
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) hd : DifferentiableOn โ„‚ f (closedBall z โ†‘r) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ := cauchyPowerSeries f z โ†‘r โŠข HasFPowerSeriesOnBall f p z โ†‘r
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) hd : DifferentiableOn โ„‚ f (closedBall z โ†‘r) โŠข HasFPowerSeriesOnBall f (cauchyPowerSeries f z โ†‘r) z โ†‘r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_on_cball_radius
[32, 1]
[38, 53]
exact DifferentiableOn.hasFPowerSeriesOnBall hd rp
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) hd : DifferentiableOn โ„‚ f (closedBall z โ†‘r) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ := cauchyPowerSeries f z โ†‘r โŠข HasFPowerSeriesOnBall f p z โ†‘r
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) hd : DifferentiableOn โ„‚ f (closedBall z โ†‘r) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ := cauchyPowerSeries f z โ†‘r โŠข HasFPowerSeriesOnBall f p z โ†‘r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_on_cball_radius
[32, 1]
[38, 53]
intro x H
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) โŠข DifferentiableOn โ„‚ f (closedBall z โ†‘r)
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) x : โ„‚ H : x โˆˆ closedBall z โ†‘r โŠข DifferentiableWithinAt โ„‚ f (closedBall z โ†‘r) x
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) โŠข DifferentiableOn โ„‚ f (closedBall z โ†‘r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_on_cball_radius
[32, 1]
[38, 53]
exact AnalyticAt.differentiableWithinAt (h x H)
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) x : โ„‚ H : x โˆˆ closedBall z โ†‘r โŠข DifferentiableWithinAt โ„‚ f (closedBall z โ†‘r) x
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (closedBall z โ†‘r) x : โ„‚ H : x โˆˆ closedBall z โ†‘r โŠข DifferentiableWithinAt โ„‚ f (closedBall z โ†‘r) x TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_small_cball
[45, 1]
[51, 15]
intro x hx
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r โŠข AnalyticOn โ„‚ f (closedBall z โ†‘s)
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : x โˆˆ closedBall z โ†‘s โŠข AnalyticAt โ„‚ f x
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r โŠข AnalyticOn โ„‚ f (closedBall z โ†‘s) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_small_cball
[45, 1]
[51, 15]
rw [closedBall] at hx
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : x โˆˆ closedBall z โ†‘s โŠข AnalyticAt โ„‚ f x
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : x โˆˆ {y | dist y z โ‰ค โ†‘s} โŠข AnalyticAt โ„‚ f x
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : x โˆˆ closedBall z โ†‘s โŠข AnalyticAt โ„‚ f x TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_small_cball
[45, 1]
[51, 15]
simp at hx
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : x โˆˆ {y | dist y z โ‰ค โ†‘s} โŠข AnalyticAt โ„‚ f x
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข AnalyticAt โ„‚ f x
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : x โˆˆ {y | dist y z โ‰ค โ†‘s} โŠข AnalyticAt โ„‚ f x TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_small_cball
[45, 1]
[51, 15]
have hb : x โˆˆ ball z r := by rw [ball]; simp only [dist_lt_coe, Set.mem_setOf_eq]; exact lt_of_le_of_lt hx sr
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข AnalyticAt โ„‚ f x
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s hb : x โˆˆ ball z โ†‘r โŠข AnalyticAt โ„‚ f x
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข AnalyticAt โ„‚ f x TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_small_cball
[45, 1]
[51, 15]
exact h x hb
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s hb : x โˆˆ ball z โ†‘r โŠข AnalyticAt โ„‚ f x
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s hb : x โˆˆ ball z โ†‘r โŠข AnalyticAt โ„‚ f x TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_small_cball
[45, 1]
[51, 15]
rw [ball]
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข x โˆˆ ball z โ†‘r
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข x โˆˆ {y | dist y z < โ†‘r}
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข x โˆˆ ball z โ†‘r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_small_cball
[45, 1]
[51, 15]
simp only [dist_lt_coe, Set.mem_setOf_eq]
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข x โˆˆ {y | dist y z < โ†‘r}
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข nndist x z < r
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข x โˆˆ {y | dist y z < โ†‘r} TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_small_cball
[45, 1]
[51, 15]
exact lt_of_le_of_lt hx sr
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข nndist x z < r
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 h : AnalyticOn โ„‚ f (ball z โ†‘r) s : โ„โ‰ฅ0 sr : s < r x : โ„‚ hx : nndist x z โ‰ค s โŠข nndist x z < r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
have h0 := analyticOn_small_cball h (r / 2) (NNReal.half_lt_self <| rp.ne')
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
rcases analyticOn_cball_radius (half_pos rp) h0 with โŸจp, phโŸฉ
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r
case intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
set R := FormalMultilinearSeries.radius p
case intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r
case intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r
Please generate a tactic in lean4 to solve the state. STATE: case intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
refine โŸจp, { r_le := ?_ r_pos := ENNReal.coe_pos.mpr rp hasSum := ?_ }โŸฉ
case intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r
case intro.refine_1 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โ†‘r โ‰ค p.radius case intro.refine_2 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โˆ€ {y : โ„‚}, y โˆˆ EMetric.ball 0 โ†‘r โ†’ HasSum (fun n => (p n) fun x => y) (f (z + y))
Please generate a tactic in lean4 to solve the state. STATE: case intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โˆƒ p, HasFPowerSeriesOnBall f p z โ†‘r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
apply ENNReal.le_of_forall_pos_nnreal_lt
case intro.refine_1 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โ†‘r โ‰ค p.radius
case intro.refine_1.h f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โˆ€ (r_1 : โ„โ‰ฅ0), 0 < r_1 โ†’ โ†‘r_1 < โ†‘r โ†’ โ†‘r_1 โ‰ค p.radius
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_1 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โ†‘r โ‰ค p.radius TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
intro t tp tr
case intro.refine_1.h f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โˆ€ (r_1 : โ„โ‰ฅ0), 0 < r_1 โ†’ โ†‘r_1 < โ†‘r โ†’ โ†‘r_1 โ‰ค p.radius
case intro.refine_1.h f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r โŠข โ†‘t โ‰ค p.radius
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_1.h f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โˆ€ (r_1 : โ„โ‰ฅ0), 0 < r_1 โ†’ โ†‘r_1 < โ†‘r โ†’ โ†‘r_1 โ‰ค p.radius TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
have ht := analyticOn_small_cball h t (ENNReal.coe_lt_coe.mp tr)
case intro.refine_1.h f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r โŠข โ†‘t โ‰ค p.radius
case intro.refine_1.h f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) โŠข โ†‘t โ‰ค p.radius
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_1.h f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r โŠข โ†‘t โ‰ค p.radius TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
rcases analyticOn_cball_radius tp ht with โŸจp', hp'โŸฉ
case intro.refine_1.h f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) โŠข โ†‘t โ‰ค p.radius
case intro.refine_1.h.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t โŠข โ†‘t โ‰ค p.radius
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_1.h f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) โŠข โ†‘t โ‰ค p.radius TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
have pp : p = p' := HasFPowerSeriesAt.eq_formalMultilinearSeries โŸจโ†‘(r / 2), phโŸฉ โŸจt, hp'โŸฉ
case intro.refine_1.h.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t โŠข โ†‘t โ‰ค p.radius
case intro.refine_1.h.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t pp : p = p' โŠข โ†‘t โ‰ค p.radius
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_1.h.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t โŠข โ†‘t โ‰ค p.radius TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
rw [โ† pp] at hp'
case intro.refine_1.h.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t pp : p = p' โŠข โ†‘t โ‰ค p.radius
case intro.refine_1.h.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t pp : p = p' โŠข โ†‘t โ‰ค p.radius
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_1.h.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t pp : p = p' โŠข โ†‘t โ‰ค p.radius TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
refine hp'.r_le
case intro.refine_1.h.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t pp : p = p' โŠข โ†‘t โ‰ค p.radius
no goals
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_1.h.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius t : โ„โ‰ฅ0 tp : 0 < t tr : โ†‘t < โ†‘r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t) p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t pp : p = p' โŠข โ†‘t โ‰ค p.radius TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
intro y yr
case intro.refine_2 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โˆ€ {y : โ„‚}, y โˆˆ EMetric.ball 0 โ†‘r โ†’ HasSum (fun n => (p n) fun x => y) (f (z + y))
case intro.refine_2 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : y โˆˆ EMetric.ball 0 โ†‘r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius โŠข โˆ€ {y : โ„‚}, y โˆˆ EMetric.ball 0 โ†‘r โ†’ HasSum (fun n => (p n) fun x => y) (f (z + y)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
rw [EMetric.ball, Set.mem_setOf] at yr
case intro.refine_2 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : y โˆˆ EMetric.ball 0 โ†‘r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
case intro.refine_2 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : y โˆˆ EMetric.ball 0 โ†‘r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
rcases exists_between yr with โŸจt, t0, t1โŸฉ
case intro.refine_2 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2 f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
have t1' : t.toNNReal < r := by rw [โ† WithTop.coe_lt_coe]; exact lt_of_le_of_lt ENNReal.coe_toNNReal_le_self t1
case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
have ht := analyticOn_small_cball h t.toNNReal t1'
case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r โŠข HasSum (fun n => (p n) fun x => y) (f (z + y)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
have tp : 0 < ENNReal.toNNReal t := ENNReal.toNNReal_pos (ne_of_gt <| pos_of_gt t0) (ne_top_of_lt t1)
case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) โŠข HasSum (fun n => (p n) fun x => y) (f (z + y)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
rcases analyticOn_cball_radius tp ht with โŸจp', hp'โŸฉ
case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t.toNNReal โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal โŠข HasSum (fun n => (p n) fun x => y) (f (z + y)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
have pp : p = p' := HasFPowerSeriesAt.eq_formalMultilinearSeries โŸจโ†‘(r / 2), phโŸฉ โŸจt.toNNReal, hp'โŸฉ
case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t.toNNReal โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t.toNNReal pp : p = p' โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t.toNNReal โŠข HasSum (fun n => (p n) fun x => y) (f (z + y)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
rw [โ† pp] at hp'
case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t.toNNReal pp : p = p' โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t.toNNReal pp : p = p' โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p' z โ†‘t.toNNReal pp : p = p' โŠข HasSum (fun n => (p n) fun x => y) (f (z + y)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
refine hp'.hasSum ?_
case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t.toNNReal pp : p = p' โŠข HasSum (fun n => (p n) fun x => y) (f (z + y))
case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t.toNNReal pp : p = p' โŠข y โˆˆ EMetric.ball 0 โ†‘t.toNNReal
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t.toNNReal pp : p = p' โŠข HasSum (fun n => (p n) fun x => y) (f (z + y)) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
rw [EMetric.ball, Set.mem_setOf]
case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t.toNNReal pp : p = p' โŠข y โˆˆ EMetric.ball 0 โ†‘t.toNNReal
case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t.toNNReal pp : p = p' โŠข edist y 0 < โ†‘t.toNNReal
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t.toNNReal pp : p = p' โŠข y โˆˆ EMetric.ball 0 โ†‘t.toNNReal TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
calc edist y 0 _ < t := t0 _ = โ†‘t.toNNReal := (ENNReal.coe_toNNReal <| ne_top_of_lt t1).symm
case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t.toNNReal pp : p = p' โŠข edist y 0 < โ†‘t.toNNReal
no goals
Please generate a tactic in lean4 to solve the state. STATE: case intro.refine_2.intro.intro.intro f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r t1' : t.toNNReal < r ht : AnalyticOn โ„‚ f (closedBall z โ†‘t.toNNReal) tp : 0 < t.toNNReal p' : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ hp' : HasFPowerSeriesOnBall f p z โ†‘t.toNNReal pp : p = p' โŠข edist y 0 < โ†‘t.toNNReal TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
rw [โ† WithTop.coe_lt_coe]
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r โŠข t.toNNReal < r
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r โŠข โ†‘t.toNNReal < โ†‘r
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r โŠข t.toNNReal < r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
analyticOn_ball_radius
[53, 1]
[87, 72]
exact lt_of_le_of_lt ENNReal.coe_toNNReal_le_self t1
f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r โŠข โ†‘t.toNNReal < โ†‘r
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ z : โ„‚ r : โ„โ‰ฅ0 rp : r > 0 h : AnalyticOn โ„‚ f (ball z โ†‘r) h0 : AnalyticOn โ„‚ f (closedBall z โ†‘(r / 2)) p : FormalMultilinearSeries โ„‚ โ„‚ โ„‚ ph : HasFPowerSeriesOnBall f p z โ†‘(r / 2) R : ENNReal := p.radius y : โ„‚ yr : edist y 0 < โ†‘r t : ENNReal t0 : edist y 0 < t t1 : t < โ†‘r โŠข โ†‘t.toNNReal < โ†‘r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
set wr := abs w ^ n * rโปยน ^ n * d
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d โŠข Complex.abs ((cauchyPowerSeries f c (โ†‘r) n) fun x => w) โ‰ค Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d โŠข Complex.abs ((cauchyPowerSeries f c (โ†‘r) n) fun x => w) โ‰ค wr
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d โŠข Complex.abs ((cauchyPowerSeries f c (โ†‘r) n) fun x => w) โ‰ค Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
rw [cauchyPowerSeries_apply f c r n w, smul_eq_mul, Complex.abs.map_mul]
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d โŠข Complex.abs ((cauchyPowerSeries f c (โ†‘r) n) fun x => w) โ‰ค wr
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) โ‰ค wr
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d โŠข Complex.abs ((cauchyPowerSeries f c (โ†‘r) n) fun x => w) โ‰ค wr TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
generalize hg : (fun z โ†ฆ (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) โ‰ค wr
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) โ‰ค wr TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
have gs : โˆ€ z โˆˆ sphere c r, โ€–g zโ€– โ‰ค wr * rโปยน := by intro z; simp only [mem_sphere_iff_norm, Complex.norm_eq_abs]; intro zr simp only [โ† hg, zr, div_pow, Algebra.id.smul_eq_mul, AbsoluteValue.map_mul, map_divโ‚€, Complex.abs_pow, map_invโ‚€] have zb : z โˆˆ closedBall c r := by simp only [Metric.mem_closedBall, dist_le_coe, โ† NNReal.coe_le_coe, coe_nndist, Complex.dist_eq, zr, le_refl] have zs := h z zb calc abs w ^ n / โ†‘r ^ n * (rโปยน * abs (f z)) _ = abs w ^ n * (rโปยน ^ n : โ„โ‰ฅ0) * (rโปยน * abs (f z)) := by rw [div_eq_mul_inv, โ† inv_pow, NNReal.coe_pow, NNReal.coe_inv] _ โ‰ค abs w ^ n * rโปยน ^ n * (rโปยน * d) := by bound _ = abs w ^ n * rโปยน ^ n * d * rโปยน := by ring _ = wr * rโปยน := rfl
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
have cn := circleIntegral.norm_integral_le_of_norm_le_const (NNReal.coe_nonneg r) gs
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : โ€–โˆฎ (z : โ„‚) in C(c, โ†‘r), g zโ€– โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
rw [Complex.norm_eq_abs] at cn
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : โ€–โˆฎ (z : โ„‚) in C(c, โ†‘r), g zโ€– โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), g z) โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : โ€–โˆฎ (z : โ„‚) in C(c, โ†‘r), g zโ€– โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
simp only [mul_inv_rev, Complex.inv_I, AbsoluteValue.map_neg, AbsoluteValue.map_mul, Complex.abs_I, map_invโ‚€, Complex.abs_ofReal, Complex.abs_two, one_mul, div_pow, Algebra.id.smul_eq_mul] at hg cn โŠข
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), g z) โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), g z) โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) hg : (fun z => w ^ n / (z - c) ^ n * ((z - c)โปยน * f z)) = g โŠข |ฯ€|โปยน * 2โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), g z) โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) โŠข Complex.abs (2 * โ†‘ฯ€ * I)โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
have p3 : |ฯ€| = ฯ€ := abs_eq_self.mpr (by bound)
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), g z) โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) hg : (fun z => w ^ n / (z - c) ^ n * ((z - c)โปยน * f z)) = g โŠข |ฯ€|โปยน * 2โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), g z) โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) hg : (fun z => w ^ n / (z - c) ^ n * ((z - c)โปยน * f z)) = g p3 : |ฯ€| = ฯ€ โŠข |ฯ€|โปยน * 2โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), g z) โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) hg : (fun z => w ^ n / (z - c) ^ n * ((z - c)โปยน * f z)) = g โŠข |ฯ€|โปยน * 2โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
calc |ฯ€|โปยน * 2โปยน * abs (circleIntegral g c โ†‘r) _ โ‰ค |ฯ€|โปยน * 2โปยน * (2 * ฯ€ * r * (wr * rโปยน)) := by bound _ = ฯ€ * |ฯ€|โปยน * (r * rโปยน) * wr := by ring _ = ฯ€ * ฯ€โปยน * (r * rโปยน) * wr := by rw [p3] _ = 1 * (r * rโปยน) * wr := by rw [mul_inv_cancel Real.pi_ne_zero] _ = wr := by rw [NNReal.coe_inv, mul_inv_cancel (NNReal.coe_ne_zero.mpr rp.ne'), one_mul, one_mul]
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), g z) โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) hg : (fun z => w ^ n / (z - c) ^ n * ((z - c)โปยน * f z)) = g p3 : |ฯ€| = ฯ€ โŠข |ฯ€|โปยน * 2โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ gs : โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน cn : Complex.abs (โˆฎ (z : โ„‚) in C(c, โ†‘r), g z) โ‰ค 2 * ฯ€ * โ†‘r * (wr * โ†‘rโปยน) hg : (fun z => w ^ n / (z - c) ^ n * ((z - c)โปยน * f z)) = g p3 : |ฯ€| = ฯ€ โŠข |ฯ€|โปยน * 2โปยน * Complex.abs (circleIntegral g c โ†‘r) โ‰ค wr TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
intro z
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g โŠข โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ โŠข z โˆˆ sphere c โ†‘r โ†’ โ€–g zโ€– โ‰ค wr * โ†‘rโปยน
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g โŠข โˆ€ z โˆˆ sphere c โ†‘r, โ€–g zโ€– โ‰ค wr * โ†‘rโปยน TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
simp only [mem_sphere_iff_norm, Complex.norm_eq_abs]
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ โŠข z โˆˆ sphere c โ†‘r โ†’ โ€–g zโ€– โ‰ค wr * โ†‘rโปยน
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ โŠข Complex.abs (z - c) = โ†‘r โ†’ Complex.abs (g z) โ‰ค wr * โ†‘rโปยน
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ โŠข z โˆˆ sphere c โ†‘r โ†’ โ€–g zโ€– โ‰ค wr * โ†‘rโปยน TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
intro zr
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ โŠข Complex.abs (z - c) = โ†‘r โ†’ Complex.abs (g z) โ‰ค wr * โ†‘rโปยน
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r โŠข Complex.abs (g z) โ‰ค wr * โ†‘rโปยน
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ โŠข Complex.abs (z - c) = โ†‘r โ†’ Complex.abs (g z) โ‰ค wr * โ†‘rโปยน TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
simp only [โ† hg, zr, div_pow, Algebra.id.smul_eq_mul, AbsoluteValue.map_mul, map_divโ‚€, Complex.abs_pow, map_invโ‚€]
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r โŠข Complex.abs (g z) โ‰ค wr * โ†‘rโปยน
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r โŠข Complex.abs w ^ n / โ†‘r ^ n * ((โ†‘r)โปยน * Complex.abs (f z)) โ‰ค wr * โ†‘rโปยน
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r โŠข Complex.abs (g z) โ‰ค wr * โ†‘rโปยน TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
have zb : z โˆˆ closedBall c r := by simp only [Metric.mem_closedBall, dist_le_coe, โ† NNReal.coe_le_coe, coe_nndist, Complex.dist_eq, zr, le_refl]
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r โŠข Complex.abs w ^ n / โ†‘r ^ n * ((โ†‘r)โปยน * Complex.abs (f z)) โ‰ค wr * โ†‘rโปยน
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r zb : z โˆˆ closedBall c โ†‘r โŠข Complex.abs w ^ n / โ†‘r ^ n * ((โ†‘r)โปยน * Complex.abs (f z)) โ‰ค wr * โ†‘rโปยน
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r โŠข Complex.abs w ^ n / โ†‘r ^ n * ((โ†‘r)โปยน * Complex.abs (f z)) โ‰ค wr * โ†‘rโปยน TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
have zs := h z zb
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r zb : z โˆˆ closedBall c โ†‘r โŠข Complex.abs w ^ n / โ†‘r ^ n * ((โ†‘r)โปยน * Complex.abs (f z)) โ‰ค wr * โ†‘rโปยน
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r zb : z โˆˆ closedBall c โ†‘r zs : Complex.abs (f z) โ‰ค โ†‘d โŠข Complex.abs w ^ n / โ†‘r ^ n * ((โ†‘r)โปยน * Complex.abs (f z)) โ‰ค wr * โ†‘rโปยน
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r zb : z โˆˆ closedBall c โ†‘r โŠข Complex.abs w ^ n / โ†‘r ^ n * ((โ†‘r)โปยน * Complex.abs (f z)) โ‰ค wr * โ†‘rโปยน TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
calc abs w ^ n / โ†‘r ^ n * (rโปยน * abs (f z)) _ = abs w ^ n * (rโปยน ^ n : โ„โ‰ฅ0) * (rโปยน * abs (f z)) := by rw [div_eq_mul_inv, โ† inv_pow, NNReal.coe_pow, NNReal.coe_inv] _ โ‰ค abs w ^ n * rโปยน ^ n * (rโปยน * d) := by bound _ = abs w ^ n * rโปยน ^ n * d * rโปยน := by ring _ = wr * rโปยน := rfl
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r zb : z โˆˆ closedBall c โ†‘r zs : Complex.abs (f z) โ‰ค โ†‘d โŠข Complex.abs w ^ n / โ†‘r ^ n * ((โ†‘r)โปยน * Complex.abs (f z)) โ‰ค wr * โ†‘rโปยน
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r zb : z โˆˆ closedBall c โ†‘r zs : Complex.abs (f z) โ‰ค โ†‘d โŠข Complex.abs w ^ n / โ†‘r ^ n * ((โ†‘r)โปยน * Complex.abs (f z)) โ‰ค wr * โ†‘rโปยน TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Analytic/Uniform.lean
cauchy_bound
[89, 1]
[121, 92]
simp only [Metric.mem_closedBall, dist_le_coe, โ† NNReal.coe_le_coe, coe_nndist, Complex.dist_eq, zr, le_refl]
f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r โŠข z โˆˆ closedBall c โ†‘r
no goals
Please generate a tactic in lean4 to solve the state. STATE: f : โ„‚ โ†’ โ„‚ c : โ„‚ r d : โ„โ‰ฅ0 w : โ„‚ n : โ„• rp : r > 0 h : โˆ€ w โˆˆ closedBall c โ†‘r, Complex.abs (f w) โ‰ค โ†‘d wr : โ„ := Complex.abs w ^ n * โ†‘rโปยน ^ n * โ†‘d g : โ„‚ โ†’ โ„‚ hg : (fun z => (w / (z - c)) ^ n โ€ข (z - c)โปยน โ€ข f z) = g z : โ„‚ zr : Complex.abs (z - c) = โ†‘r โŠข z โˆˆ closedBall c โ†‘r TACTIC: