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/Hartogs/Hartogs.lean
of_bounded
[155, 1]
[176, 25]
calc dist (f w) (f z) _ ≀ dist (f w) (f (z.fst, w.snd)) + dist (f (z.fst, w.snd)) (f z) := dist_triangle _ _ _ _ ≀ e / 4 + e / 4 := by linarith _ = e / 2 := by ring _ < e := by linarith
case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 up : min (r / 2) (e * r / b / 24) > 0 w : β„‚ Γ— β„‚ a✝ : w ∈ s wz : dist w z < min (r / 2) (e * r / b / 24) s0 : dist (f w) (f (z.1, w.2)) ≀ e / 4 s1 : dist (f (z.1, w.2)) (f z) ≀ e / 4 ⊒ dist (f w) (f z) < e
no goals
Please generate a tactic in lean4 to solve the state. STATE: case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 up : min (r / 2) (e * r / b / 24) > 0 w : β„‚ Γ— β„‚ a✝ : w ∈ s wz : dist w z < min (r / 2) (e * r / b / 24) s0 : dist (f w) (f (z.1, w.2)) ≀ e / 4 s1 : dist (f (z.1, w.2)) (f z) ≀ e / 4 ⊒ dist (f w) (f z) < e TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
of_bounded
[155, 1]
[176, 25]
exact osgood o c h.fa0 h.fa1
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b c : ContinuousOn f s ⊒ AnalyticOn β„‚ f s
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b c : ContinuousOn f s ⊒ AnalyticOn β„‚ f s TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
of_bounded
[155, 1]
[176, 25]
have fz : βˆ€ z, z ∈ s β†’ f z = 0 := fun z zs ↦ norm_eq_zero.mp (le_antisymm (_root_.trans (fb z zs) bp) (norm_nonneg (f z)))
case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : b ≀ 0 ⊒ ContinuousOn f s
case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : b ≀ 0 fz : βˆ€ z ∈ s, f z = 0 ⊒ ContinuousOn f s
Please generate a tactic in lean4 to solve the state. STATE: case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : b ≀ 0 ⊒ ContinuousOn f s TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
of_bounded
[155, 1]
[176, 25]
rw [continuousOn_congr fz]
case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : b ≀ 0 fz : βˆ€ z ∈ s, f z = 0 ⊒ ContinuousOn f s
case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : b ≀ 0 fz : βˆ€ z ∈ s, f z = 0 ⊒ ContinuousOn (fun x => 0) s
Please generate a tactic in lean4 to solve the state. STATE: case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : b ≀ 0 fz : βˆ€ z ∈ s, f z = 0 ⊒ ContinuousOn f s TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
of_bounded
[155, 1]
[176, 25]
exact continuousOn_const
case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : b ≀ 0 fz : βˆ€ z ∈ s, f z = 0 ⊒ ContinuousOn (fun x => 0) s
no goals
Please generate a tactic in lean4 to solve the state. STATE: case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : b ≀ 0 fz : βˆ€ z ∈ s, f z = 0 ⊒ ContinuousOn (fun x => 0) s TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
of_bounded
[155, 1]
[176, 25]
bound
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 ⊒ min (r / 2) (e * r / b / 24) > 0
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 ⊒ min (r / 2) (e * r / b / 24) > 0 TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
of_bounded
[155, 1]
[176, 25]
linarith
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 up : min (r / 2) (e * r / b / 24) > 0 w : β„‚ Γ— β„‚ a✝ : w ∈ s wz : dist w z < min (r / 2) (e * r / b / 24) ⊒ r / 2 ≀ r
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 up : min (r / 2) (e * r / b / 24) > 0 w : β„‚ Γ— β„‚ a✝ : w ∈ s wz : dist w z < min (r / 2) (e * r / b / 24) ⊒ r / 2 ≀ r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
of_bounded
[155, 1]
[176, 25]
linarith
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 up : min (r / 2) (e * r / b / 24) > 0 w : β„‚ Γ— β„‚ a✝ : w ∈ s wz : dist w z < min (r / 2) (e * r / b / 24) s0 : dist (f w) (f (z.1, w.2)) ≀ e / 4 s1 : dist (f (z.1, w.2)) (f z) ≀ e / 4 ⊒ dist (f w) (f (z.1, w.2)) + dist (f (z.1, w.2)) (f z) ≀ e / 4 + e / 4
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 up : min (r / 2) (e * r / b / 24) > 0 w : β„‚ Γ— β„‚ a✝ : w ∈ s wz : dist w z < min (r / 2) (e * r / b / 24) s0 : dist (f w) (f (z.1, w.2)) ≀ e / 4 s1 : dist (f (z.1, w.2)) (f z) ≀ e / 4 ⊒ dist (f w) (f (z.1, w.2)) + dist (f (z.1, w.2)) (f z) ≀ e / 4 + e / 4 TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
of_bounded
[155, 1]
[176, 25]
ring
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 up : min (r / 2) (e * r / b / 24) > 0 w : β„‚ Γ— β„‚ a✝ : w ∈ s wz : dist w z < min (r / 2) (e * r / b / 24) s0 : dist (f w) (f (z.1, w.2)) ≀ e / 4 s1 : dist (f (z.1, w.2)) (f z) ≀ e / 4 ⊒ e / 4 + e / 4 = e / 2
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 up : min (r / 2) (e * r / b / 24) > 0 w : β„‚ Γ— β„‚ a✝ : w ∈ s wz : dist w z < min (r / 2) (e * r / b / 24) s0 : dist (f w) (f (z.1, w.2)) ≀ e / 4 s1 : dist (f (z.1, w.2)) (f z) ≀ e / 4 ⊒ e / 4 + e / 4 = e / 2 TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
of_bounded
[155, 1]
[176, 25]
linarith
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 up : min (r / 2) (e * r / b / 24) > 0 w : β„‚ Γ— β„‚ a✝ : w ∈ s wz : dist w z < min (r / 2) (e * r / b / 24) s0 : dist (f w) (f (z.1, w.2)) ≀ e / 4 s1 : dist (f (z.1, w.2)) (f z) ≀ e / 4 ⊒ e / 2 < e
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r✝ r0 r1 b✝ e✝ : ℝ h : Har f s o : IsOpen s b : ℝ fb : βˆ€ z ∈ s, β€–f zβ€– ≀ b bp : 0 < b z : β„‚ Γ— β„‚ zs : z ∈ s r : ℝ rp : r > 0 rs : ball z r βŠ† s e : ℝ ep : e > 0 up : min (r / 2) (e * r / b / 24) > 0 w : β„‚ Γ— β„‚ a✝ : w ∈ s wz : dist w z < min (r / 2) (e * r / b / 24) s0 : dist (f w) (f (z.1, w.2)) ≀ e / 4 s1 : dist (f (z.1, w.2)) (f z) ≀ e / 4 ⊒ e / 2 < e TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
set s := interior (⋃ k, f k)
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) hU : (interior (⋃ k, f k)).Nonempty ⊒ βˆƒ k, (interior (f k)).Nonempty
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty ⊒ βˆƒ k, (interior (f k)).Nonempty
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) hU : (interior (⋃ k, f k)).Nonempty ⊒ βˆƒ k, (interior (f k)).Nonempty TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
set f' : Option B β†’ Set A := fun k ↦ match k with | none => sᢜ | some k => f k
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty ⊒ βˆƒ k, (interior (f k)).Nonempty
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k ⊒ βˆƒ k, (interior (f k)).Nonempty
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty ⊒ βˆƒ k, (interior (f k)).Nonempty TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
have hc' : βˆ€ k, IsClosed (f' k) := by simp only [s, Option.forall, isClosed_compl_iff, isOpen_interior, true_and, f'] exact fun k ↦ hc k
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k ⊒ βˆƒ k, (interior (f k)).Nonempty
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) ⊒ βˆƒ k, (interior (f k)).Nonempty
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k ⊒ βˆƒ k, (interior (f k)).Nonempty TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
have d := dense_iUnion_interior_of_closed hc' hU'
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ ⊒ βˆƒ k, (interior (f k)).Nonempty
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) ⊒ βˆƒ k, (interior (f k)).Nonempty
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ ⊒ βˆƒ k, (interior (f k)).Nonempty TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
rcases Dense.exists_mem_open d isOpen_interior hU with ⟨x, xi, xs⟩
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) ⊒ βˆƒ k, (interior (f k)).Nonempty
case intro.intro E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) x : A xi : x ∈ ⋃ i, interior (f' i) xs : x ∈ interior (⋃ k, f k) ⊒ βˆƒ k, (interior (f k)).Nonempty
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) ⊒ βˆƒ k, (interior (f k)).Nonempty TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
rcases Set.mem_iUnion.mp xi with ⟨k, xk⟩
case intro.intro E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) x : A xi : x ∈ ⋃ i, interior (f' i) xs : x ∈ interior (⋃ k, f k) ⊒ βˆƒ k, (interior (f k)).Nonempty
case intro.intro.intro E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) x : A xi : x ∈ ⋃ i, interior (f' i) xs : x ∈ interior (⋃ k, f k) k : Option B xk : x ∈ interior (f' k) ⊒ βˆƒ k, (interior (f k)).Nonempty
Please generate a tactic in lean4 to solve the state. STATE: case intro.intro E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) x : A xi : x ∈ ⋃ i, interior (f' i) xs : x ∈ interior (⋃ k, f k) ⊒ βˆƒ k, (interior (f k)).Nonempty TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
match k with | none => simp only [s, interior_compl, Set.mem_compl_iff, subset_closure xs, not_true_eq_false, f'] at xk | some k => exact ⟨k, Set.nonempty_of_mem xk⟩
case intro.intro.intro E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) x : A xi : x ∈ ⋃ i, interior (f' i) xs : x ∈ interior (⋃ k, f k) k : Option B xk : x ∈ interior (f' k) ⊒ βˆƒ k, (interior (f k)).Nonempty
no goals
Please generate a tactic in lean4 to solve the state. STATE: case intro.intro.intro E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) x : A xi : x ∈ ⋃ i, interior (f' i) xs : x ∈ interior (⋃ k, f k) k : Option B xk : x ∈ interior (f' k) ⊒ βˆƒ k, (interior (f k)).Nonempty TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
simp only [s, Option.forall, isClosed_compl_iff, isOpen_interior, true_and, f']
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k ⊒ βˆ€ (k : Option B), IsClosed (f' k)
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k ⊒ βˆ€ (x : B), IsClosed (f x)
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k ⊒ βˆ€ (k : Option B), IsClosed (f' k) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
exact fun k ↦ hc k
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k ⊒ βˆ€ (x : B), IsClosed (f x)
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k ⊒ βˆ€ (x : B), IsClosed (f x) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
apply Set.ext
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) ⊒ ⋃ k, f' k = univ
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) ⊒ βˆ€ (x : A), x ∈ ⋃ k, f' k ↔ x ∈ univ
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) ⊒ ⋃ k, f' k = univ TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
intro x
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) ⊒ βˆ€ (x : A), x ∈ ⋃ k, f' k ↔ x ∈ univ
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A ⊒ x ∈ ⋃ k, f' k ↔ x ∈ univ
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) ⊒ βˆ€ (x : A), x ∈ ⋃ k, f' k ↔ x ∈ univ TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
refine ⟨fun _ ↦ Set.mem_univ _, ?_⟩
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A ⊒ x ∈ ⋃ k, f' k ↔ x ∈ univ
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A ⊒ x ∈ univ β†’ x ∈ ⋃ k, f' k
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A ⊒ x ∈ ⋃ k, f' k ↔ x ∈ univ TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
intro _
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A ⊒ x ∈ univ β†’ x ∈ ⋃ k, f' k
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ ⊒ x ∈ ⋃ k, f' k
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A ⊒ x ∈ univ β†’ x ∈ ⋃ k, f' k TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
rw [Set.mem_iUnion]
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ ⊒ x ∈ ⋃ k, f' k
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ ⊒ βˆƒ i, x ∈ f' i
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ ⊒ x ∈ ⋃ k, f' k TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
by_cases m : x ∈ s
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ ⊒ βˆƒ i, x ∈ f' i
case pos E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x ∈ s ⊒ βˆƒ i, x ∈ f' i case neg E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x βˆ‰ s ⊒ βˆƒ i, x ∈ f' i
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ ⊒ βˆƒ i, x ∈ f' i TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
rcases Set.mem_iUnion.mp (interior_subset m) with ⟨k, mk⟩
case pos E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x ∈ s ⊒ βˆƒ i, x ∈ f' i
case pos.intro E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x ∈ s k : B mk : x ∈ f k ⊒ βˆƒ i, x ∈ f' i
Please generate a tactic in lean4 to solve the state. STATE: case pos E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x ∈ s ⊒ βˆƒ i, x ∈ f' i TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
use some k
case pos.intro E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x ∈ s k : B mk : x ∈ f k ⊒ βˆƒ i, x ∈ f' i
no goals
Please generate a tactic in lean4 to solve the state. STATE: case pos.intro E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x ∈ s k : B mk : x ∈ f k ⊒ βˆƒ i, x ∈ f' i TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
use none
case neg E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x βˆ‰ s ⊒ βˆƒ i, x ∈ f' i
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x βˆ‰ s ⊒ x ∈ f' none
Please generate a tactic in lean4 to solve the state. STATE: case neg E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x βˆ‰ s ⊒ βˆƒ i, x ∈ f' i TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
exact m
case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x βˆ‰ s ⊒ x ∈ f' none
no goals
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) x : A a✝ : x ∈ univ m : x βˆ‰ s ⊒ x ∈ f' none TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
simp only [s, interior_compl, Set.mem_compl_iff, subset_closure xs, not_true_eq_false, f'] at xk
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) x : A xi : x ∈ ⋃ i, interior (f' i) xs : x ∈ interior (⋃ k, f k) k : Option B xk : x ∈ interior (f' none) ⊒ βˆƒ k, (interior (f k)).Nonempty
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) x : A xi : x ∈ ⋃ i, interior (f' i) xs : x ∈ interior (⋃ k, f k) k : Option B xk : x ∈ interior (f' none) ⊒ βˆƒ k, (interior (f k)).Nonempty TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
NonemptyInterior.nonempty_interior_of_iUnion_of_closed
[182, 1]
[205, 48]
exact ⟨k, Set.nonempty_of_mem xk⟩
E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) x : A xi : x ∈ ⋃ i, interior (f' i) xs : x ∈ interior (⋃ k, f k) k✝ : Option B k : B xk : x ∈ interior (f' (some k)) ⊒ βˆƒ k, (interior (f k)).Nonempty
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁢ : NormedAddCommGroup E inst✝⁡ : NormedSpace β„‚ E inst✝⁴ : CompleteSpace E inst✝³ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝² : TopologicalSpace A inst✝¹ : BaireSpace A inst✝ : Encodable B f : B β†’ Set A hc : βˆ€ (k : B), IsClosed (f k) s : Set A := interior (⋃ k, f k) hU : s.Nonempty f' : Option B β†’ Set A := fun k => match k with | none => sᢜ | some k => f k hc' : βˆ€ (k : Option B), IsClosed (f' k) hU' : ⋃ k, f' k = univ d : Dense (⋃ i, interior (f' i)) x : A xi : x ∈ ⋃ i, interior (f' i) xs : x ∈ interior (⋃ k, f k) k✝ : Option B k : B xk : x ∈ interior (f' (some k)) ⊒ βˆƒ k, (interior (f k)).Nonempty TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
forall_const_and_distrib
[208, 1]
[210, 80]
have d := @forall_and A (fun _ ↦ p) q
E : Type inst✝⁴ : NormedAddCommGroup E inst✝³ : NormedSpace β„‚ E inst✝² : CompleteSpace E inst✝¹ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A : Type inst✝ : Nonempty A p : Prop q : A β†’ Prop ⊒ (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x
E : Type inst✝⁴ : NormedAddCommGroup E inst✝³ : NormedSpace β„‚ E inst✝² : CompleteSpace E inst✝¹ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A : Type inst✝ : Nonempty A p : Prop q : A β†’ Prop d : (βˆ€ (x : A), p ∧ q x) ↔ (A β†’ p) ∧ βˆ€ (x : A), q x ⊒ (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁴ : NormedAddCommGroup E inst✝³ : NormedSpace β„‚ E inst✝² : CompleteSpace E inst✝¹ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A : Type inst✝ : Nonempty A p : Prop q : A β†’ Prop ⊒ (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
forall_const_and_distrib
[208, 1]
[210, 80]
simp only [forall_const] at d
E : Type inst✝⁴ : NormedAddCommGroup E inst✝³ : NormedSpace β„‚ E inst✝² : CompleteSpace E inst✝¹ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A : Type inst✝ : Nonempty A p : Prop q : A β†’ Prop d : (βˆ€ (x : A), p ∧ q x) ↔ (A β†’ p) ∧ βˆ€ (x : A), q x ⊒ (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x
E : Type inst✝⁴ : NormedAddCommGroup E inst✝³ : NormedSpace β„‚ E inst✝² : CompleteSpace E inst✝¹ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A : Type inst✝ : Nonempty A p : Prop q : A β†’ Prop d : (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x ⊒ (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁴ : NormedAddCommGroup E inst✝³ : NormedSpace β„‚ E inst✝² : CompleteSpace E inst✝¹ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A : Type inst✝ : Nonempty A p : Prop q : A β†’ Prop d : (βˆ€ (x : A), p ∧ q x) ↔ (A β†’ p) ∧ βˆ€ (x : A), q x ⊒ (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
forall_const_and_distrib
[208, 1]
[210, 80]
exact d
E : Type inst✝⁴ : NormedAddCommGroup E inst✝³ : NormedSpace β„‚ E inst✝² : CompleteSpace E inst✝¹ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A : Type inst✝ : Nonempty A p : Prop q : A β†’ Prop d : (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x ⊒ (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁴ : NormedAddCommGroup E inst✝³ : NormedSpace β„‚ E inst✝² : CompleteSpace E inst✝¹ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A : Type inst✝ : Nonempty A p : Prop q : A β†’ Prop d : (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x ⊒ (βˆ€ (x : A), p ∧ q x) ↔ p ∧ βˆ€ (x : A), q x TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
ContinuousOn.isClosed_le
[213, 1]
[223, 37]
rw [Set.setOf_and]
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s ⊒ IsClosed {x | x ∈ s ∧ f x ≀ g x}
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s ⊒ IsClosed ({a | a ∈ s} ∩ {a | f a ≀ g a})
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s ⊒ IsClosed {x | x ∈ s ∧ f x ≀ g x} TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
ContinuousOn.isClosed_le
[213, 1]
[223, 37]
simp only [Set.setOf_mem_eq]
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s ⊒ IsClosed ({a | a ∈ s} ∩ {a | f a ≀ g a})
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s ⊒ IsClosed (s ∩ {a | f a ≀ g a})
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s ⊒ IsClosed ({a | a ∈ s} ∩ {a | f a ≀ g a}) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
ContinuousOn.isClosed_le
[213, 1]
[223, 37]
set t := {p : B Γ— B | p.fst ≀ p.snd}
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s ⊒ IsClosed (s ∩ {a | f a ≀ g a})
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} ⊒ IsClosed (s ∩ {a | f a ≀ g a})
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s ⊒ IsClosed (s ∩ {a | f a ≀ g a}) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
ContinuousOn.isClosed_le
[213, 1]
[223, 37]
set fg := fun x ↦ (f x, g x)
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} ⊒ IsClosed (s ∩ {a | f a ≀ g a})
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) ⊒ IsClosed (s ∩ {a | f a ≀ g a})
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} ⊒ IsClosed (s ∩ {a | f a ≀ g a}) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
ContinuousOn.isClosed_le
[213, 1]
[223, 37]
have e : {x | f x ≀ g x} = fg ⁻¹' t := by apply Set.ext; intro x; simp only [Set.preimage_setOf_eq, t]
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) ⊒ IsClosed (s ∩ {a | f a ≀ g a})
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e✝ : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) e : {x | f x ≀ g x} = fg ⁻¹' t ⊒ IsClosed (s ∩ {a | f a ≀ g a})
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) ⊒ IsClosed (s ∩ {a | f a ≀ g a}) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
ContinuousOn.isClosed_le
[213, 1]
[223, 37]
rw [e]
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e✝ : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) e : {x | f x ≀ g x} = fg ⁻¹' t ⊒ IsClosed (s ∩ {a | f a ≀ g a})
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e✝ : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) e : {x | f x ≀ g x} = fg ⁻¹' t ⊒ IsClosed (s ∩ fg ⁻¹' t)
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e✝ : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) e : {x | f x ≀ g x} = fg ⁻¹' t ⊒ IsClosed (s ∩ {a | f a ≀ g a}) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
ContinuousOn.isClosed_le
[213, 1]
[223, 37]
exact ContinuousOn.preimage_isClosed_of_isClosed (ContinuousOn.prod fc gc) sc OrderClosedTopology.isClosed_le'
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e✝ : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) e : {x | f x ≀ g x} = fg ⁻¹' t ⊒ IsClosed (s ∩ fg ⁻¹' t)
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e✝ : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) e : {x | f x ≀ g x} = fg ⁻¹' t ⊒ IsClosed (s ∩ fg ⁻¹' t) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
ContinuousOn.isClosed_le
[213, 1]
[223, 37]
apply Set.ext
E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) ⊒ {x | f x ≀ g x} = fg ⁻¹' t
case h E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) ⊒ βˆ€ (x : A), x ∈ {x | f x ≀ g x} ↔ x ∈ fg ⁻¹' t
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) ⊒ {x | f x ≀ g x} = fg ⁻¹' t TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
ContinuousOn.isClosed_le
[213, 1]
[223, 37]
intro x
case h E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) ⊒ βˆ€ (x : A), x ∈ {x | f x ≀ g x} ↔ x ∈ fg ⁻¹' t
case h E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) x : A ⊒ x ∈ {x | f x ≀ g x} ↔ x ∈ fg ⁻¹' t
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) ⊒ βˆ€ (x : A), x ∈ {x | f x ≀ g x} ↔ x ∈ fg ⁻¹' t TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
ContinuousOn.isClosed_le
[213, 1]
[223, 37]
simp only [Set.preimage_setOf_eq, t]
case h E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) x : A ⊒ x ∈ {x | f x ≀ g x} ↔ x ∈ fg ⁻¹' t
no goals
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝⁷ : NormedAddCommGroup E inst✝⁢ : NormedSpace β„‚ E inst✝⁡ : CompleteSpace E inst✝⁴ : SecondCountableTopology E f✝ : β„‚ Γ— β„‚ β†’ E s✝ : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ A B : Type inst✝³ : TopologicalSpace A inst✝² : TopologicalSpace B inst✝¹ : Preorder B inst✝ : OrderClosedTopology B s : Set A f g : A β†’ B sc : IsClosed s fc : ContinuousOn f s gc : ContinuousOn g s t : Set (B Γ— B) := {p | p.1 ≀ p.2} fg : A β†’ B Γ— B := fun x => (f x, g x) x : A ⊒ x ∈ {x | f x ≀ g x} ↔ x ∈ fg ⁻¹' t TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
set re := min r e
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
have esub : closedBall c0 re βŠ† closedBall c0 r := Metric.closedBall_subset_closedBall (min_le_left _ _)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
generalize hS : (fun b : β„• ↦ {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1, z1 ∈ closedBall c1 r β†’ β€–f (z0, z1)β€– ≀ b}) = S
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
have hU : (interior (⋃ b, S b)).Nonempty := by refine Set.nonempty_of_mem (mem_interior.mpr ⟨ball c0 re, ?_, Metric.isOpen_ball, Metric.mem_ball_self (lt_min rp ep)⟩) rw [Set.subset_def]; intro z0 z0s; rw [Set.mem_iUnion] have z0s' := esub (mem_open_closed z0s) rcases (isCompact_closedBall _ _).bddAbove_image (h.on1 z0s').continuousOn.norm with ⟨b, fb⟩ simp only [mem_upperBounds, Set.forall_mem_image] at fb use Nat.ceil b; rw [← hS]; simp only [Set.mem_setOf] refine ⟨mem_open_closed z0s, ?_⟩ simp only [Metric.mem_closedBall] at fb ⊒; intro z1 z1r exact _root_.trans (fb z1r) (Nat.le_ceil _)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rcases NonemptyInterior.nonempty_interior_of_iUnion_of_closed hc hU with ⟨b, bi⟩
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
case intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• bi : (interior (S b)).Nonempty ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rcases bi with ⟨c0', c0's⟩
case intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• bi : (interior (S b)).Nonempty ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
case intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: case intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• bi : (interior (S b)).Nonempty ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
use c0'
case intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: case intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) ⊒ βˆƒ c0', βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rcases mem_interior.mp c0's with ⟨s', s's, so, c0s'⟩
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
case h.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rcases Metric.isOpen_iff.mp so c0' c0s' with ⟨t, tp, ts⟩
case h.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: case h.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
have tr : ball c0' t βŠ† closedBall c0 re := by rw [Set.subset_def]; intro z0 z0t have z0b := _root_.trans ts s's z0t rw [← hS] at z0b; simp only [Set.setOf_and, Set.setOf_mem_eq, Set.mem_inter_iff] at z0b exact z0b.left
case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
have c0e : c0' ∈ closedBall c0 e := _root_.trans tr (Metric.closedBall_subset_closedBall (min_le_right _ _)) (Metric.mem_ball_self tp)
case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
have fb : βˆ€ z, z ∈ ball c0' t Γ—Λ’ ball c1 r β†’ β€–f zβ€– ≀ b := by intro z zs; rw [Set.mem_prod] at zs have zb := _root_.trans ts s's zs.left rw [← hS] at zb simp only [Metric.mem_ball, Metric.mem_closedBall, le_min_iff, Set.mem_setOf_eq] at zb zs have zb' := zb.right z.snd zs.right.le simp only [Prod.mk.eta] at zb'; exact zb'
case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
use t, tp, c0e
case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
Please generate a tactic in lean4 to solve the state. STATE: case h.intro.intro.intro.intro.intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ βˆƒ t > 0, c0' ∈ closedBall c0 e ∧ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
refine of_bounded (h.mono ?_) (IsOpen.prod isOpen_ball isOpen_ball) fb
case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r)
case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ ball c0' t Γ—Λ’ ball c1 r βŠ† closedBall (c0, c1) r
Please generate a tactic in lean4 to solve the state. STATE: case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ AnalyticOn β„‚ f (ball c0' t Γ—Λ’ ball c1 r) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [← closedBall_prod_same]
case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ ball c0' t Γ—Λ’ ball c1 r βŠ† closedBall (c0, c1) r
case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ ball c0' t Γ—Λ’ ball c1 r βŠ† closedBall c0 r Γ—Λ’ closedBall c1 r
Please generate a tactic in lean4 to solve the state. STATE: case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ ball c0' t Γ—Λ’ ball c1 r βŠ† closedBall (c0, c1) r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
exact Set.prod_mono (_root_.trans tr esub) Metric.ball_subset_closedBall
case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ ball c0' t Γ—Λ’ ball c1 r βŠ† closedBall c0 r Γ—Λ’ closedBall c1 r
no goals
Please generate a tactic in lean4 to solve the state. STATE: case right E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e fb : βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b ⊒ ball c0' t Γ—Λ’ ball c1 r βŠ† closedBall c0 r Γ—Λ’ closedBall c1 r TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
intro b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S ⊒ βˆ€ (b : β„•), IsClosed (S b)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed (S b)
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S ⊒ βˆ€ (b : β„•), IsClosed (S b) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [← hS]
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed (S b)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed ((fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) b)
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed (S b) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
simp only [← forall_const_and_distrib]
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed ((fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) b)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed {z0 | βˆ€ (x : β„‚), z0 ∈ closedBall c0 re ∧ (x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ ↑b)}
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed ((fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) b) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [Set.setOf_forall]
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed {z0 | βˆ€ (x : β„‚), z0 ∈ closedBall c0 re ∧ (x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ ↑b)}
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed (β‹‚ i, {x | x ∈ closedBall c0 re ∧ (i ∈ closedBall c1 r β†’ β€–f (x, i)β€– ≀ ↑b)})
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed {z0 | βˆ€ (x : β„‚), z0 ∈ closedBall c0 re ∧ (x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ ↑b)} TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
apply isClosed_iInter
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed (β‹‚ i, {x | x ∈ closedBall c0 re ∧ (i ∈ closedBall c1 r β†’ β€–f (x, i)β€– ≀ ↑b)})
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ βˆ€ (i : β„‚), IsClosed {x | x ∈ closedBall c0 re ∧ (i ∈ closedBall c1 r β†’ β€–f (x, i)β€– ≀ ↑b)}
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ IsClosed (β‹‚ i, {x | x ∈ closedBall c0 re ∧ (i ∈ closedBall c1 r β†’ β€–f (x, i)β€– ≀ ↑b)}) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
intro z1
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ βˆ€ (i : β„‚), IsClosed {x | x ∈ closedBall c0 re ∧ (i ∈ closedBall c1 r β†’ β€–f (x, i)β€– ≀ ↑b)}
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)}
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• ⊒ βˆ€ (i : β„‚), IsClosed {x | x ∈ closedBall c0 re ∧ (i ∈ closedBall c1 r β†’ β€–f (x, i)β€– ≀ ↑b)} TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
by_cases z1r : z1 βˆ‰ closedBall c1 r
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)}
case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 βˆ‰ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)} case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : Β¬z1 βˆ‰ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)}
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)} TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
simp only [z1r, false_imp_iff, and_true_iff, Set.setOf_mem_eq, Metric.isClosed_ball]
case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 βˆ‰ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)}
no goals
Please generate a tactic in lean4 to solve the state. STATE: case pos E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 βˆ‰ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)} TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [Set.not_not_mem] at z1r
case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : Β¬z1 βˆ‰ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)}
case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)}
Please generate a tactic in lean4 to solve the state. STATE: case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : Β¬z1 βˆ‰ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)} TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
simp only [z1r, true_imp_iff]
case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)}
case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ β€–f (x, z1)β€– ≀ ↑b}
Please generate a tactic in lean4 to solve the state. STATE: case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ (z1 ∈ closedBall c1 r β†’ β€–f (x, z1)β€– ≀ ↑b)} TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
refine ContinuousOn.isClosed_le Metric.isClosed_ball ?_ continuousOn_const
case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ β€–f (x, z1)β€– ≀ ↑b}
case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ ContinuousOn (fun x => β€–f (x, z1)β€–) (closedBall c0 re)
Please generate a tactic in lean4 to solve the state. STATE: case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ IsClosed {x | x ∈ closedBall c0 re ∧ β€–f (x, z1)β€– ≀ ↑b} TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
apply ContinuousOn.norm
case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ ContinuousOn (fun x => β€–f (x, z1)β€–) (closedBall c0 re)
case neg.h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ ContinuousOn (fun x => f (x, z1)) (closedBall c0 re)
Please generate a tactic in lean4 to solve the state. STATE: case neg E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ ContinuousOn (fun x => β€–f (x, z1)β€–) (closedBall c0 re) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
exact ContinuousOn.mono (h.on0 z1r).continuousOn esub
case neg.h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ ContinuousOn (fun x => f (x, z1)) (closedBall c0 re)
no goals
Please generate a tactic in lean4 to solve the state. STATE: case neg.h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S b : β„• z1 : β„‚ z1r : z1 ∈ closedBall c1 r ⊒ ContinuousOn (fun x => f (x, z1)) (closedBall c0 re) TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
refine Set.nonempty_of_mem (mem_interior.mpr ⟨ball c0 re, ?_, Metric.isOpen_ball, Metric.mem_ball_self (lt_min rp ep)⟩)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) ⊒ (interior (⋃ b, S b)).Nonempty
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) ⊒ ball c0 re βŠ† ⋃ b, S b
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) ⊒ (interior (⋃ b, S b)).Nonempty TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [Set.subset_def]
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) ⊒ ball c0 re βŠ† ⋃ b, S b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) ⊒ βˆ€ x ∈ ball c0 re, x ∈ ⋃ b, S b
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) ⊒ ball c0 re βŠ† ⋃ b, S b TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
intro z0 z0s
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) ⊒ βˆ€ x ∈ ball c0 re, x ∈ ⋃ b, S b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re ⊒ z0 ∈ ⋃ b, S b
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0 z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) ⊒ βˆ€ x ∈ ball c0 re, x ∈ ⋃ b, S b TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [Set.mem_iUnion]
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re ⊒ z0 ∈ ⋃ b, S b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re ⊒ βˆƒ i, z0 ∈ S i
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re ⊒ z0 ∈ ⋃ b, S b TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
have z0s' := esub (mem_open_closed z0s)
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re ⊒ βˆƒ i, z0 ∈ S i
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r ⊒ βˆƒ i, z0 ∈ S i
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re ⊒ βˆƒ i, z0 ∈ S i TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rcases (isCompact_closedBall _ _).bddAbove_image (h.on1 z0s').continuousOn.norm with ⟨b, fb⟩
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r ⊒ βˆƒ i, z0 ∈ S i
case intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : b ∈ upperBounds ((fun x => β€–f (z0, x)β€–) '' closedBall c1 r) ⊒ βˆƒ i, z0 ∈ S i
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r ⊒ βˆƒ i, z0 ∈ S i TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
simp only [mem_upperBounds, Set.forall_mem_image] at fb
case intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : b ∈ upperBounds ((fun x => β€–f (z0, x)β€–) '' closedBall c1 r) ⊒ βˆƒ i, z0 ∈ S i
case intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ βˆƒ i, z0 ∈ S i
Please generate a tactic in lean4 to solve the state. STATE: case intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : b ∈ upperBounds ((fun x => β€–f (z0, x)β€–) '' closedBall c1 r) ⊒ βˆƒ i, z0 ∈ S i TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
use Nat.ceil b
case intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ βˆƒ i, z0 ∈ S i
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ z0 ∈ S ⌈bβŒ‰β‚Š
Please generate a tactic in lean4 to solve the state. STATE: case intro E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ βˆƒ i, z0 ∈ S i TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [← hS]
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ z0 ∈ S ⌈bβŒ‰β‚Š
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ z0 ∈ (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) ⌈bβŒ‰β‚Š
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ z0 ∈ S ⌈bβŒ‰β‚Š TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
simp only [Set.mem_setOf]
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ z0 ∈ (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) ⌈bβŒ‰β‚Š
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ z0 ∈ (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) ⌈bβŒ‰β‚Š TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
refine ⟨mem_open_closed z0s, ?_⟩
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
simp only [Metric.mem_closedBall] at fb ⊒
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, dist x c1 ≀ r β†’ β€–f (z0, x)β€– ≀ b ⊒ βˆ€ (z1 : β„‚), dist z1 c1 ≀ r β†’ β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, x ∈ closedBall c1 r β†’ β€–f (z0, x)β€– ≀ b ⊒ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
intro z1 z1r
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, dist x c1 ≀ r β†’ β€–f (z0, x)β€– ≀ b ⊒ βˆ€ (z1 : β„‚), dist z1 c1 ≀ r β†’ β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, dist x c1 ≀ r β†’ β€–f (z0, x)β€– ≀ b z1 : β„‚ z1r : dist z1 c1 ≀ r ⊒ β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, dist x c1 ≀ r β†’ β€–f (z0, x)β€– ≀ b ⊒ βˆ€ (z1 : β„‚), dist z1 c1 ≀ r β†’ β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
exact _root_.trans (fb z1r) (Nat.le_ceil _)
case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, dist x c1 ≀ r β†’ β€–f (z0, x)β€– ≀ b z1 : β„‚ z1r : dist z1 c1 ≀ r ⊒ β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š
no goals
Please generate a tactic in lean4 to solve the state. STATE: case h E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0' c1 z0✝ z1✝ w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) z0 : β„‚ z0s : z0 ∈ ball c0 re z0s' : z0 ∈ closedBall c0 r b : ℝ fb : βˆ€ ⦃x : ℂ⦄, dist x c1 ≀ r β†’ β€–f (z0, x)β€– ≀ b z1 : β„‚ z1r : dist z1 c1 ≀ r ⊒ β€–f (z0, z1)β€– ≀ β†‘βŒˆbβŒ‰β‚Š TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [Set.subset_def]
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' ⊒ ball c0' t βŠ† closedBall c0 re
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' ⊒ βˆ€ x ∈ ball c0' t, x ∈ closedBall c0 re
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' ⊒ ball c0' t βŠ† closedBall c0 re TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
intro z0 z0t
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' ⊒ βˆ€ x ∈ ball c0' t, x ∈ closedBall c0 re
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t ⊒ z0 ∈ closedBall c0 re
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' ⊒ βˆ€ x ∈ ball c0' t, x ∈ closedBall c0 re TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
have z0b := _root_.trans ts s's z0t
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t ⊒ z0 ∈ closedBall c0 re
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t z0b : z0 ∈ S b ⊒ z0 ∈ closedBall c0 re
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t ⊒ z0 ∈ closedBall c0 re TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [← hS] at z0b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t z0b : z0 ∈ S b ⊒ z0 ∈ closedBall c0 re
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t z0b : z0 ∈ (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) b ⊒ z0 ∈ closedBall c0 re
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t z0b : z0 ∈ S b ⊒ z0 ∈ closedBall c0 re TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
simp only [Set.setOf_and, Set.setOf_mem_eq, Set.mem_inter_iff] at z0b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t z0b : z0 ∈ (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) b ⊒ z0 ∈ closedBall c0 re
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t z0b : z0 ∈ closedBall c0 re ∧ z0 ∈ {a | βˆ€ z1 ∈ closedBall c1 r, β€–f (a, z1)β€– ≀ ↑b} ⊒ z0 ∈ closedBall c0 re
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t z0b : z0 ∈ (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) b ⊒ z0 ∈ closedBall c0 re TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
exact z0b.left
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t z0b : z0 ∈ closedBall c0 re ∧ z0 ∈ {a | βˆ€ z1 ∈ closedBall c1 r, β€–f (a, z1)β€– ≀ ↑b} ⊒ z0 ∈ closedBall c0 re
no goals
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0✝ z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' z0 : β„‚ z0t : z0 ∈ ball c0' t z0b : z0 ∈ closedBall c0 re ∧ z0 ∈ {a | βˆ€ z1 ∈ closedBall c1 r, β€–f (a, z1)β€– ≀ ↑b} ⊒ z0 ∈ closedBall c0 re TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
intro z zs
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e ⊒ βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z ∈ ball c0' t Γ—Λ’ ball c1 r ⊒ β€–f zβ€– ≀ ↑b
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e ⊒ βˆ€ z ∈ ball c0' t Γ—Λ’ ball c1 r, β€–f zβ€– ≀ ↑b TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [Set.mem_prod] at zs
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z ∈ ball c0' t Γ—Λ’ ball c1 r ⊒ β€–f zβ€– ≀ ↑b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z.1 ∈ ball c0' t ∧ z.2 ∈ ball c1 r ⊒ β€–f zβ€– ≀ ↑b
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z ∈ ball c0' t Γ—Λ’ ball c1 r ⊒ β€–f zβ€– ≀ ↑b TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
have zb := _root_.trans ts s's zs.left
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z.1 ∈ ball c0' t ∧ z.2 ∈ ball c1 r ⊒ β€–f zβ€– ≀ ↑b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z.1 ∈ ball c0' t ∧ z.2 ∈ ball c1 r zb : z.1 ∈ S b ⊒ β€–f zβ€– ≀ ↑b
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z.1 ∈ ball c0' t ∧ z.2 ∈ ball c1 r ⊒ β€–f zβ€– ≀ ↑b TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
rw [← hS] at zb
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z.1 ∈ ball c0' t ∧ z.2 ∈ ball c1 r zb : z.1 ∈ S b ⊒ β€–f zβ€– ≀ ↑b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z.1 ∈ ball c0' t ∧ z.2 ∈ ball c1 r zb : z.1 ∈ (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) b ⊒ β€–f zβ€– ≀ ↑b
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z.1 ∈ ball c0' t ∧ z.2 ∈ ball c1 r zb : z.1 ∈ S b ⊒ β€–f zβ€– ≀ ↑b TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
simp only [Metric.mem_ball, Metric.mem_closedBall, le_min_iff, Set.mem_setOf_eq] at zb zs
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z.1 ∈ ball c0' t ∧ z.2 ∈ ball c1 r zb : z.1 ∈ (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) b ⊒ β€–f zβ€– ≀ ↑b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zb : dist z.1 c0 ≀ re ∧ βˆ€ (z1 : β„‚), dist z1 c1 ≀ r β†’ β€–f (z.1, z1)β€– ≀ ↑b zs : dist z.1 c0' < t ∧ dist z.2 c1 < r ⊒ β€–f zβ€– ≀ ↑b
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zs : z.1 ∈ ball c0' t ∧ z.2 ∈ ball c1 r zb : z.1 ∈ (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) b ⊒ β€–f zβ€– ≀ ↑b TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
have zb' := zb.right z.snd zs.right.le
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zb : dist z.1 c0 ≀ re ∧ βˆ€ (z1 : β„‚), dist z1 c1 ≀ r β†’ β€–f (z.1, z1)β€– ≀ ↑b zs : dist z.1 c0' < t ∧ dist z.2 c1 < r ⊒ β€–f zβ€– ≀ ↑b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zb : dist z.1 c0 ≀ re ∧ βˆ€ (z1 : β„‚), dist z1 c1 ≀ r β†’ β€–f (z.1, z1)β€– ≀ ↑b zs : dist z.1 c0' < t ∧ dist z.2 c1 < r zb' : β€–f (z.1, z.2)β€– ≀ ↑b ⊒ β€–f zβ€– ≀ ↑b
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zb : dist z.1 c0 ≀ re ∧ βˆ€ (z1 : β„‚), dist z1 c1 ≀ r β†’ β€–f (z.1, z1)β€– ≀ ↑b zs : dist z.1 c0' < t ∧ dist z.2 c1 < r ⊒ β€–f zβ€– ≀ ↑b TACTIC:
https://github.com/girving/ray.git
0be790285dd0fce78913b0cb9bddaffa94bd25f9
Ray/Hartogs/Hartogs.lean
on_subdisk
[228, 1]
[278, 75]
simp only [Prod.mk.eta] at zb'
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zb : dist z.1 c0 ≀ re ∧ βˆ€ (z1 : β„‚), dist z1 c1 ≀ r β†’ β€–f (z.1, z1)β€– ≀ ↑b zs : dist z.1 c0' < t ∧ dist z.2 c1 < r zb' : β€–f (z.1, z.2)β€– ≀ ↑b ⊒ β€–f zβ€– ≀ ↑b
E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zb : dist z.1 c0 ≀ re ∧ βˆ€ (z1 : β„‚), dist z1 c1 ≀ r β†’ β€–f (z.1, z1)β€– ≀ ↑b zs : dist z.1 c0' < t ∧ dist z.2 c1 < r zb' : β€–f zβ€– ≀ ↑b ⊒ β€–f zβ€– ≀ ↑b
Please generate a tactic in lean4 to solve the state. STATE: E : Type inst✝³ : NormedAddCommGroup E inst✝² : NormedSpace β„‚ E inst✝¹ : CompleteSpace E inst✝ : SecondCountableTopology E f : β„‚ Γ— β„‚ β†’ E s : Set (β„‚ Γ— β„‚) c0 c0'✝ c1 z0 z1 w0 w1 : β„‚ r r0 r1 b✝ e : ℝ h : Har f (closedBall (c0, c1) r) rp : r > 0 ep : e > 0 re : ℝ := min r e esub : closedBall c0 re βŠ† closedBall c0 r S : β„• β†’ Set β„‚ hS : (fun b => {z0 | z0 ∈ closedBall c0 re ∧ βˆ€ z1 ∈ closedBall c1 r, β€–f (z0, z1)β€– ≀ ↑b}) = S hc : βˆ€ (b : β„•), IsClosed (S b) hU : (interior (⋃ b, S b)).Nonempty b : β„• c0' : β„‚ c0's : c0' ∈ interior (S b) s' : Set β„‚ s's : s' βŠ† S b so : IsOpen s' c0s' : c0' ∈ s' t : ℝ tp : t > 0 ts : ball c0' t βŠ† s' tr : ball c0' t βŠ† closedBall c0 re c0e : c0' ∈ closedBall c0 e z : β„‚ Γ— β„‚ zb : dist z.1 c0 ≀ re ∧ βˆ€ (z1 : β„‚), dist z1 c1 ≀ r β†’ β€–f (z.1, z1)β€– ≀ ↑b zs : dist z.1 c0' < t ∧ dist z.2 c1 < r zb' : β€–f (z.1, z.2)β€– ≀ ↑b ⊒ β€–f zβ€– ≀ ↑b TACTIC: