author | hoelzl |
Wed, 09 Apr 2014 09:37:47 +0200 | |
changeset 56479 | 91958d4b30f7 |
parent 56409 | 36489d77c484 |
child 56889 | 48a745e1bde7 |
permissions | -rw-r--r-- |
56215 | 1 |
(* Author: John Harrison, Marco Maggesi, Graziano Gentili, Gianni Ciolli, Valentina Bruno |
2 |
Ported from "hol_light/Multivariate/canal.ml" by L C Paulson (2014) |
|
3 |
*) |
|
4 |
||
5 |
header {* Complex Analysis Basics *} |
|
6 |
||
7 |
theory Complex_Analysis_Basics |
|
8 |
imports "~~/src/HOL/Multivariate_Analysis/Cartesian_Euclidean_Space" |
|
9 |
begin |
|
10 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
11 |
subsection{*General lemmas*} |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
12 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
13 |
lemma has_derivative_mult_right: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
14 |
fixes c:: "'a :: real_normed_algebra" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
15 |
shows "((op * c) has_derivative (op * c)) F" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
16 |
by (rule has_derivative_mult_right [OF has_derivative_id]) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
17 |
|
56381
0556204bc230
merged DERIV_intros, has_derivative_intros into derivative_intros
hoelzl
parents:
56371
diff
changeset
|
18 |
lemma has_derivative_of_real[derivative_intros, simp]: |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
19 |
"(f has_derivative f') F \<Longrightarrow> ((\<lambda>x. of_real (f x)) has_derivative (\<lambda>x. of_real (f' x))) F" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
20 |
using bounded_linear.has_derivative[OF bounded_linear_of_real] . |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
21 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
22 |
lemma has_vector_derivative_real_complex: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
23 |
"DERIV f (of_real a) :> f' \<Longrightarrow> ((\<lambda>x. f (of_real x)) has_vector_derivative f') (at a)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
24 |
using has_derivative_compose[of of_real of_real a UNIV f "op * f'"] |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
25 |
by (simp add: scaleR_conv_of_real ac_simps has_vector_derivative_def has_field_derivative_def) |
56215 | 26 |
|
56238
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
27 |
lemma fact_cancel: |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
28 |
fixes c :: "'a::real_field" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
29 |
shows "of_nat (Suc n) * c / of_nat (fact (Suc n)) = c / of_nat (fact n)" |
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
30 |
by (simp add: of_nat_mult del: of_nat_Suc times_nat.simps) |
56215 | 31 |
lemma linear_times: |
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
32 |
fixes c::"'a::real_algebra" shows "linear (\<lambda>x. c * x)" |
56215 | 33 |
by (auto simp: linearI distrib_left) |
34 |
||
35 |
lemma bilinear_times: |
|
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
36 |
fixes c::"'a::real_algebra" shows "bilinear (\<lambda>x y::'a. x*y)" |
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
37 |
by (auto simp: bilinear_def distrib_left distrib_right intro!: linearI) |
56215 | 38 |
|
39 |
lemma linear_cnj: "linear cnj" |
|
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
40 |
using bounded_linear.linear[OF bounded_linear_cnj] . |
56215 | 41 |
|
42 |
lemma tendsto_mult_left: |
|
43 |
fixes c::"'a::real_normed_algebra" |
|
44 |
shows "(f ---> l) F \<Longrightarrow> ((\<lambda>x. c * (f x)) ---> c * l) F" |
|
45 |
by (rule tendsto_mult [OF tendsto_const]) |
|
46 |
||
47 |
lemma tendsto_mult_right: |
|
48 |
fixes c::"'a::real_normed_algebra" |
|
49 |
shows "(f ---> l) F \<Longrightarrow> ((\<lambda>x. (f x) * c) ---> l * c) F" |
|
50 |
by (rule tendsto_mult [OF _ tendsto_const]) |
|
51 |
||
52 |
lemma tendsto_Re_upper: |
|
53 |
assumes "~ (trivial_limit F)" |
|
54 |
"(f ---> l) F" |
|
55 |
"eventually (\<lambda>x. Re(f x) \<le> b) F" |
|
56 |
shows "Re(l) \<le> b" |
|
57 |
by (metis assms tendsto_le [OF _ tendsto_const] tendsto_Re) |
|
58 |
||
59 |
lemma tendsto_Re_lower: |
|
60 |
assumes "~ (trivial_limit F)" |
|
61 |
"(f ---> l) F" |
|
62 |
"eventually (\<lambda>x. b \<le> Re(f x)) F" |
|
63 |
shows "b \<le> Re(l)" |
|
64 |
by (metis assms tendsto_le [OF _ _ tendsto_const] tendsto_Re) |
|
65 |
||
66 |
lemma tendsto_Im_upper: |
|
67 |
assumes "~ (trivial_limit F)" |
|
68 |
"(f ---> l) F" |
|
69 |
"eventually (\<lambda>x. Im(f x) \<le> b) F" |
|
70 |
shows "Im(l) \<le> b" |
|
71 |
by (metis assms tendsto_le [OF _ tendsto_const] tendsto_Im) |
|
72 |
||
73 |
lemma tendsto_Im_lower: |
|
74 |
assumes "~ (trivial_limit F)" |
|
75 |
"(f ---> l) F" |
|
76 |
"eventually (\<lambda>x. b \<le> Im(f x)) F" |
|
77 |
shows "b \<le> Im(l)" |
|
78 |
by (metis assms tendsto_le [OF _ _ tendsto_const] tendsto_Im) |
|
79 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
80 |
lemma lambda_zero: "(\<lambda>h::'a::mult_zero. 0) = op * 0" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
81 |
by auto |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
82 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
83 |
lemma lambda_one: "(\<lambda>x::'a::monoid_mult. x) = op * 1" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
84 |
by auto |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
85 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
86 |
lemma has_real_derivative: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
87 |
fixes f :: "real \<Rightarrow> real" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
88 |
assumes "(f has_derivative f') F" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
89 |
obtains c where "(f has_real_derivative c) F" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
90 |
proof - |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
91 |
obtain c where "f' = (\<lambda>x. x * c)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
92 |
by (metis assms has_derivative_bounded_linear real_bounded_linear) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
93 |
then show ?thesis |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
94 |
by (metis assms that has_field_derivative_def mult_commute_abs) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
95 |
qed |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
96 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
97 |
lemma has_real_derivative_iff: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
98 |
fixes f :: "real \<Rightarrow> real" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
99 |
shows "(\<exists>c. (f has_real_derivative c) F) = (\<exists>D. (f has_derivative D) F)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
100 |
by (metis has_field_derivative_def has_real_derivative) |
56215 | 101 |
|
102 |
lemma continuous_mult_left: |
|
103 |
fixes c::"'a::real_normed_algebra" |
|
104 |
shows "continuous F f \<Longrightarrow> continuous F (\<lambda>x. c * f x)" |
|
105 |
by (rule continuous_mult [OF continuous_const]) |
|
106 |
||
107 |
lemma continuous_mult_right: |
|
108 |
fixes c::"'a::real_normed_algebra" |
|
109 |
shows "continuous F f \<Longrightarrow> continuous F (\<lambda>x. f x * c)" |
|
110 |
by (rule continuous_mult [OF _ continuous_const]) |
|
111 |
||
112 |
lemma continuous_on_mult_left: |
|
113 |
fixes c::"'a::real_normed_algebra" |
|
114 |
shows "continuous_on s f \<Longrightarrow> continuous_on s (\<lambda>x. c * f x)" |
|
115 |
by (rule continuous_on_mult [OF continuous_on_const]) |
|
116 |
||
117 |
lemma continuous_on_mult_right: |
|
118 |
fixes c::"'a::real_normed_algebra" |
|
119 |
shows "continuous_on s f \<Longrightarrow> continuous_on s (\<lambda>x. f x * c)" |
|
120 |
by (rule continuous_on_mult [OF _ continuous_on_const]) |
|
121 |
||
56371
fb9ae0727548
extend continuous_intros; remove continuous_on_intros and isCont_intros
hoelzl
parents:
56370
diff
changeset
|
122 |
lemma uniformly_continuous_on_cmul_right [continuous_intros]: |
56215 | 123 |
fixes f :: "'a::real_normed_vector \<Rightarrow> 'b::real_normed_algebra" |
56332 | 124 |
shows "uniformly_continuous_on s f \<Longrightarrow> uniformly_continuous_on s (\<lambda>x. f x * c)" |
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
125 |
using bounded_linear.uniformly_continuous_on[OF bounded_linear_mult_left] . |
56215 | 126 |
|
56371
fb9ae0727548
extend continuous_intros; remove continuous_on_intros and isCont_intros
hoelzl
parents:
56370
diff
changeset
|
127 |
lemma uniformly_continuous_on_cmul_left[continuous_intros]: |
56215 | 128 |
fixes f :: "'a::real_normed_vector \<Rightarrow> 'b::real_normed_algebra" |
129 |
assumes "uniformly_continuous_on s f" |
|
130 |
shows "uniformly_continuous_on s (\<lambda>x. c * f x)" |
|
131 |
by (metis assms bounded_linear.uniformly_continuous_on bounded_linear_mult_right) |
|
132 |
||
133 |
lemma continuous_within_norm_id [continuous_intros]: "continuous (at x within S) norm" |
|
134 |
by (rule continuous_norm [OF continuous_ident]) |
|
135 |
||
136 |
lemma continuous_on_norm_id [continuous_intros]: "continuous_on S norm" |
|
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
137 |
by (intro continuous_on_id continuous_on_norm) |
56215 | 138 |
|
139 |
subsection{*DERIV stuff*} |
|
140 |
||
141 |
lemma DERIV_zero_connected_constant: |
|
142 |
fixes f :: "'a::{real_normed_field,euclidean_space} \<Rightarrow> 'a" |
|
143 |
assumes "connected s" |
|
144 |
and "open s" |
|
145 |
and "finite k" |
|
146 |
and "continuous_on s f" |
|
147 |
and "\<forall>x\<in>(s - k). DERIV f x :> 0" |
|
148 |
obtains c where "\<And>x. x \<in> s \<Longrightarrow> f(x) = c" |
|
149 |
using has_derivative_zero_connected_constant [OF assms(1-4)] assms |
|
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
150 |
by (metis DERIV_const has_derivative_const Diff_iff at_within_open frechet_derivative_at has_field_derivative_def) |
56215 | 151 |
|
152 |
lemma DERIV_zero_constant: |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
153 |
fixes f :: "'a::{real_normed_field, real_inner} \<Rightarrow> 'a" |
56215 | 154 |
shows "\<lbrakk>convex s; |
155 |
\<And>x. x\<in>s \<Longrightarrow> (f has_field_derivative 0) (at x within s)\<rbrakk> |
|
156 |
\<Longrightarrow> \<exists>c. \<forall>x \<in> s. f(x) = c" |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
157 |
by (auto simp: has_field_derivative_def lambda_zero intro: has_derivative_zero_constant) |
56215 | 158 |
|
159 |
lemma DERIV_zero_unique: |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
160 |
fixes f :: "'a::{real_normed_field, real_inner} \<Rightarrow> 'a" |
56215 | 161 |
assumes "convex s" |
162 |
and d0: "\<And>x. x\<in>s \<Longrightarrow> (f has_field_derivative 0) (at x within s)" |
|
163 |
and "a \<in> s" |
|
164 |
and "x \<in> s" |
|
165 |
shows "f x = f a" |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
166 |
by (rule has_derivative_zero_unique [OF assms(1) _ assms(4,3)]) |
56332 | 167 |
(metis d0 has_field_derivative_imp_has_derivative lambda_zero) |
56215 | 168 |
|
169 |
lemma DERIV_zero_connected_unique: |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
170 |
fixes f :: "'a::{real_normed_field, real_inner} \<Rightarrow> 'a" |
56215 | 171 |
assumes "connected s" |
172 |
and "open s" |
|
173 |
and d0: "\<And>x. x\<in>s \<Longrightarrow> DERIV f x :> 0" |
|
174 |
and "a \<in> s" |
|
175 |
and "x \<in> s" |
|
176 |
shows "f x = f a" |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
177 |
by (rule has_derivative_zero_unique_connected [OF assms(2,1) _ assms(5,4)]) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
178 |
(metis has_field_derivative_def lambda_zero d0) |
56215 | 179 |
|
180 |
lemma DERIV_transform_within: |
|
181 |
assumes "(f has_field_derivative f') (at a within s)" |
|
182 |
and "0 < d" "a \<in> s" |
|
183 |
and "\<And>x. x\<in>s \<Longrightarrow> dist x a < d \<Longrightarrow> f x = g x" |
|
184 |
shows "(g has_field_derivative f') (at a within s)" |
|
185 |
using assms unfolding has_field_derivative_def |
|
56332 | 186 |
by (blast intro: has_derivative_transform_within) |
56215 | 187 |
|
188 |
lemma DERIV_transform_within_open: |
|
189 |
assumes "DERIV f a :> f'" |
|
190 |
and "open s" "a \<in> s" |
|
191 |
and "\<And>x. x\<in>s \<Longrightarrow> f x = g x" |
|
192 |
shows "DERIV g a :> f'" |
|
193 |
using assms unfolding has_field_derivative_def |
|
194 |
by (metis has_derivative_transform_within_open) |
|
195 |
||
196 |
lemma DERIV_transform_at: |
|
197 |
assumes "DERIV f a :> f'" |
|
198 |
and "0 < d" |
|
199 |
and "\<And>x. dist x a < d \<Longrightarrow> f x = g x" |
|
200 |
shows "DERIV g a :> f'" |
|
201 |
by (blast intro: assms DERIV_transform_within) |
|
202 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
203 |
subsection {*Some limit theorems about real part of real series etc.*} |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
204 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
205 |
(*MOVE? But not to Finite_Cartesian_Product*) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
206 |
lemma sums_vec_nth : |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
207 |
assumes "f sums a" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
208 |
shows "(\<lambda>x. f x $ i) sums a $ i" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
209 |
using assms unfolding sums_def |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
210 |
by (auto dest: tendsto_vec_nth [where i=i]) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
211 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
212 |
lemma summable_vec_nth : |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
213 |
assumes "summable f" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
214 |
shows "summable (\<lambda>x. f x $ i)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
215 |
using assms unfolding summable_def |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
216 |
by (blast intro: sums_vec_nth) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
217 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
218 |
subsection {*Complex number lemmas *} |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
219 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
220 |
lemma |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
221 |
shows open_halfspace_Re_lt: "open {z. Re(z) < b}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
222 |
and open_halfspace_Re_gt: "open {z. Re(z) > b}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
223 |
and closed_halfspace_Re_ge: "closed {z. Re(z) \<ge> b}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
224 |
and closed_halfspace_Re_le: "closed {z. Re(z) \<le> b}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
225 |
and closed_halfspace_Re_eq: "closed {z. Re(z) = b}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
226 |
and open_halfspace_Im_lt: "open {z. Im(z) < b}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
227 |
and open_halfspace_Im_gt: "open {z. Im(z) > b}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
228 |
and closed_halfspace_Im_ge: "closed {z. Im(z) \<ge> b}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
229 |
and closed_halfspace_Im_le: "closed {z. Im(z) \<le> b}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
230 |
and closed_halfspace_Im_eq: "closed {z. Im(z) = b}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
231 |
by (intro open_Collect_less closed_Collect_le closed_Collect_eq isCont_Re |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
232 |
isCont_Im isCont_ident isCont_const)+ |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
233 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
234 |
lemma closed_complex_Reals: "closed (Reals :: complex set)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
235 |
proof - |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
236 |
have "(Reals :: complex set) = {z. Im z = 0}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
237 |
by (auto simp: complex_is_Real_iff) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
238 |
then show ?thesis |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
239 |
by (metis closed_halfspace_Im_eq) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
240 |
qed |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
241 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
242 |
lemma real_lim: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
243 |
fixes l::complex |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
244 |
assumes "(f ---> l) F" and "~(trivial_limit F)" and "eventually P F" and "\<And>a. P a \<Longrightarrow> f a \<in> \<real>" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
245 |
shows "l \<in> \<real>" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
246 |
proof (rule Lim_in_closed_set[OF closed_complex_Reals _ assms(2,1)]) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
247 |
show "eventually (\<lambda>x. f x \<in> \<real>) F" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
248 |
using assms(3, 4) by (auto intro: eventually_mono) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
249 |
qed |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
250 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
251 |
lemma real_lim_sequentially: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
252 |
fixes l::complex |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
253 |
shows "(f ---> l) sequentially \<Longrightarrow> (\<exists>N. \<forall>n\<ge>N. f n \<in> \<real>) \<Longrightarrow> l \<in> \<real>" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
254 |
by (rule real_lim [where F=sequentially]) (auto simp: eventually_sequentially) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
255 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
256 |
lemma real_series: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
257 |
fixes l::complex |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
258 |
shows "f sums l \<Longrightarrow> (\<And>n. f n \<in> \<real>) \<Longrightarrow> l \<in> \<real>" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
259 |
unfolding sums_def |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
260 |
by (metis real_lim_sequentially setsum_in_Reals) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
261 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
262 |
lemma Lim_null_comparison_Re: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
263 |
"eventually (\<lambda>x. norm(f x) \<le> Re(g x)) F \<Longrightarrow> (g ---> 0) F \<Longrightarrow> (f ---> 0) F" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
264 |
by (metis Lim_null_comparison complex_Re_zero tendsto_Re) |
56215 | 265 |
|
266 |
subsection{*Holomorphic functions*} |
|
267 |
||
268 |
definition complex_differentiable :: "[complex \<Rightarrow> complex, complex filter] \<Rightarrow> bool" |
|
269 |
(infixr "(complex'_differentiable)" 50) |
|
270 |
where "f complex_differentiable F \<equiv> \<exists>f'. (f has_field_derivative f') F" |
|
271 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
272 |
lemma complex_differentiable_imp_continuous_at: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
273 |
"f complex_differentiable (at x within s) \<Longrightarrow> continuous (at x within s) f" |
56215 | 274 |
by (metis DERIV_continuous complex_differentiable_def) |
275 |
||
276 |
lemma complex_differentiable_within_subset: |
|
277 |
"\<lbrakk>f complex_differentiable (at x within s); t \<subseteq> s\<rbrakk> |
|
278 |
\<Longrightarrow> f complex_differentiable (at x within t)" |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
279 |
by (metis DERIV_subset complex_differentiable_def) |
56215 | 280 |
|
281 |
lemma complex_differentiable_at_within: |
|
282 |
"\<lbrakk>f complex_differentiable (at x)\<rbrakk> |
|
283 |
\<Longrightarrow> f complex_differentiable (at x within s)" |
|
284 |
unfolding complex_differentiable_def |
|
285 |
by (metis DERIV_subset top_greatest) |
|
286 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
287 |
lemma complex_differentiable_linear: "(op * c) complex_differentiable F" |
56215 | 288 |
proof - |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
289 |
show ?thesis |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
290 |
unfolding complex_differentiable_def has_field_derivative_def mult_commute_abs |
56215 | 291 |
by (force intro: has_derivative_mult_right) |
292 |
qed |
|
293 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
294 |
lemma complex_differentiable_const: "(\<lambda>z. c) complex_differentiable F" |
56215 | 295 |
unfolding complex_differentiable_def has_field_derivative_def |
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
296 |
by (rule exI [where x=0]) |
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
297 |
(metis has_derivative_const lambda_zero) |
56215 | 298 |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
299 |
lemma complex_differentiable_ident: "(\<lambda>z. z) complex_differentiable F" |
56215 | 300 |
unfolding complex_differentiable_def has_field_derivative_def |
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
301 |
by (rule exI [where x=1]) |
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
302 |
(simp add: lambda_one [symmetric]) |
56215 | 303 |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
304 |
lemma complex_differentiable_id: "id complex_differentiable F" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
305 |
unfolding id_def by (rule complex_differentiable_ident) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
306 |
|
56215 | 307 |
lemma complex_differentiable_minus: |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
308 |
"f complex_differentiable F \<Longrightarrow> (\<lambda>z. - (f z)) complex_differentiable F" |
56215 | 309 |
using assms unfolding complex_differentiable_def |
310 |
by (metis field_differentiable_minus) |
|
311 |
||
312 |
lemma complex_differentiable_add: |
|
313 |
assumes "f complex_differentiable F" "g complex_differentiable F" |
|
314 |
shows "(\<lambda>z. f z + g z) complex_differentiable F" |
|
315 |
using assms unfolding complex_differentiable_def |
|
316 |
by (metis field_differentiable_add) |
|
317 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
318 |
lemma complex_differentiable_setsum: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
319 |
"(\<And>i. i \<in> I \<Longrightarrow> (f i) complex_differentiable F) \<Longrightarrow> (\<lambda>z. \<Sum>i\<in>I. f i z) complex_differentiable F" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
320 |
by (induct I rule: infinite_finite_induct) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
321 |
(auto intro: complex_differentiable_add complex_differentiable_const) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
322 |
|
56215 | 323 |
lemma complex_differentiable_diff: |
324 |
assumes "f complex_differentiable F" "g complex_differentiable F" |
|
325 |
shows "(\<lambda>z. f z - g z) complex_differentiable F" |
|
326 |
using assms unfolding complex_differentiable_def |
|
327 |
by (metis field_differentiable_diff) |
|
328 |
||
329 |
lemma complex_differentiable_inverse: |
|
330 |
assumes "f complex_differentiable (at a within s)" "f a \<noteq> 0" |
|
331 |
shows "(\<lambda>z. inverse (f z)) complex_differentiable (at a within s)" |
|
332 |
using assms unfolding complex_differentiable_def |
|
333 |
by (metis DERIV_inverse_fun) |
|
334 |
||
335 |
lemma complex_differentiable_mult: |
|
336 |
assumes "f complex_differentiable (at a within s)" |
|
337 |
"g complex_differentiable (at a within s)" |
|
338 |
shows "(\<lambda>z. f z * g z) complex_differentiable (at a within s)" |
|
339 |
using assms unfolding complex_differentiable_def |
|
340 |
by (metis DERIV_mult [of f _ a s g]) |
|
341 |
||
342 |
lemma complex_differentiable_divide: |
|
343 |
assumes "f complex_differentiable (at a within s)" |
|
344 |
"g complex_differentiable (at a within s)" |
|
345 |
"g a \<noteq> 0" |
|
346 |
shows "(\<lambda>z. f z / g z) complex_differentiable (at a within s)" |
|
347 |
using assms unfolding complex_differentiable_def |
|
348 |
by (metis DERIV_divide [of f _ a s g]) |
|
349 |
||
350 |
lemma complex_differentiable_power: |
|
351 |
assumes "f complex_differentiable (at a within s)" |
|
352 |
shows "(\<lambda>z. f z ^ n) complex_differentiable (at a within s)" |
|
353 |
using assms unfolding complex_differentiable_def |
|
354 |
by (metis DERIV_power) |
|
355 |
||
356 |
lemma complex_differentiable_transform_within: |
|
357 |
"0 < d \<Longrightarrow> |
|
358 |
x \<in> s \<Longrightarrow> |
|
359 |
(\<And>x'. x' \<in> s \<Longrightarrow> dist x' x < d \<Longrightarrow> f x' = g x') \<Longrightarrow> |
|
360 |
f complex_differentiable (at x within s) |
|
361 |
\<Longrightarrow> g complex_differentiable (at x within s)" |
|
362 |
unfolding complex_differentiable_def has_field_derivative_def |
|
363 |
by (blast intro: has_derivative_transform_within) |
|
364 |
||
365 |
lemma complex_differentiable_compose_within: |
|
366 |
assumes "f complex_differentiable (at a within s)" |
|
367 |
"g complex_differentiable (at (f a) within f`s)" |
|
368 |
shows "(g o f) complex_differentiable (at a within s)" |
|
369 |
using assms unfolding complex_differentiable_def |
|
370 |
by (metis DERIV_image_chain) |
|
371 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
372 |
lemma complex_differentiable_compose: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
373 |
"f complex_differentiable at z \<Longrightarrow> g complex_differentiable at (f z) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
374 |
\<Longrightarrow> (g o f) complex_differentiable at z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
375 |
by (metis complex_differentiable_at_within complex_differentiable_compose_within) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
376 |
|
56215 | 377 |
lemma complex_differentiable_within_open: |
378 |
"\<lbrakk>a \<in> s; open s\<rbrakk> \<Longrightarrow> f complex_differentiable at a within s \<longleftrightarrow> |
|
379 |
f complex_differentiable at a" |
|
380 |
unfolding complex_differentiable_def |
|
381 |
by (metis at_within_open) |
|
382 |
||
383 |
subsection{*Caratheodory characterization.*} |
|
384 |
||
385 |
lemma complex_differentiable_caratheodory_at: |
|
386 |
"f complex_differentiable (at z) \<longleftrightarrow> |
|
387 |
(\<exists>g. (\<forall>w. f(w) - f(z) = g(w) * (w - z)) \<and> continuous (at z) g)" |
|
388 |
using CARAT_DERIV [of f] |
|
389 |
by (simp add: complex_differentiable_def has_field_derivative_def) |
|
390 |
||
391 |
lemma complex_differentiable_caratheodory_within: |
|
392 |
"f complex_differentiable (at z within s) \<longleftrightarrow> |
|
393 |
(\<exists>g. (\<forall>w. f(w) - f(z) = g(w) * (w - z)) \<and> continuous (at z within s) g)" |
|
394 |
using DERIV_caratheodory_within [of f] |
|
395 |
by (simp add: complex_differentiable_def has_field_derivative_def) |
|
396 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
397 |
subsection{*Holomorphic*} |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
398 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
399 |
definition holomorphic_on :: "[complex \<Rightarrow> complex, complex set] \<Rightarrow> bool" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
400 |
(infixl "(holomorphic'_on)" 50) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
401 |
where "f holomorphic_on s \<equiv> \<forall>x\<in>s. f complex_differentiable (at x within s)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
402 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
403 |
lemma holomorphic_on_empty: "f holomorphic_on {}" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
404 |
by (simp add: holomorphic_on_def) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
405 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
406 |
lemma holomorphic_on_open: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
407 |
"open s \<Longrightarrow> f holomorphic_on s \<longleftrightarrow> (\<forall>x \<in> s. \<exists>f'. DERIV f x :> f')" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
408 |
by (auto simp: holomorphic_on_def complex_differentiable_def has_field_derivative_def at_within_open [of _ s]) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
409 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
410 |
lemma holomorphic_on_imp_continuous_on: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
411 |
"f holomorphic_on s \<Longrightarrow> continuous_on s f" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
412 |
by (metis complex_differentiable_imp_continuous_at continuous_on_eq_continuous_within holomorphic_on_def) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
413 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
414 |
lemma holomorphic_on_subset: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
415 |
"f holomorphic_on s \<Longrightarrow> t \<subseteq> s \<Longrightarrow> f holomorphic_on t" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
416 |
unfolding holomorphic_on_def |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
417 |
by (metis complex_differentiable_within_subset subsetD) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
418 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
419 |
lemma holomorphic_transform: "\<lbrakk>f holomorphic_on s; \<And>x. x \<in> s \<Longrightarrow> f x = g x\<rbrakk> \<Longrightarrow> g holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
420 |
by (metis complex_differentiable_transform_within linordered_field_no_ub holomorphic_on_def) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
421 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
422 |
lemma holomorphic_cong: "s = t ==> (\<And>x. x \<in> s \<Longrightarrow> f x = g x) \<Longrightarrow> f holomorphic_on s \<longleftrightarrow> g holomorphic_on t" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
423 |
by (metis holomorphic_transform) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
424 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
425 |
lemma holomorphic_on_linear: "(op * c) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
426 |
unfolding holomorphic_on_def by (metis complex_differentiable_linear) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
427 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
428 |
lemma holomorphic_on_const: "(\<lambda>z. c) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
429 |
unfolding holomorphic_on_def by (metis complex_differentiable_const) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
430 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
431 |
lemma holomorphic_on_ident: "(\<lambda>x. x) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
432 |
unfolding holomorphic_on_def by (metis complex_differentiable_ident) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
433 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
434 |
lemma holomorphic_on_id: "id holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
435 |
unfolding id_def by (rule holomorphic_on_ident) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
436 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
437 |
lemma holomorphic_on_compose: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
438 |
"f holomorphic_on s \<Longrightarrow> g holomorphic_on (f ` s) \<Longrightarrow> (g o f) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
439 |
using complex_differentiable_compose_within[of f _ s g] |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
440 |
by (auto simp: holomorphic_on_def) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
441 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
442 |
lemma holomorphic_on_compose_gen: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
443 |
"f holomorphic_on s \<Longrightarrow> g holomorphic_on t \<Longrightarrow> f ` s \<subseteq> t \<Longrightarrow> (g o f) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
444 |
by (metis holomorphic_on_compose holomorphic_on_subset) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
445 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
446 |
lemma holomorphic_on_minus: "f holomorphic_on s \<Longrightarrow> (\<lambda>z. -(f z)) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
447 |
by (metis complex_differentiable_minus holomorphic_on_def) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
448 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
449 |
lemma holomorphic_on_add: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
450 |
"\<lbrakk>f holomorphic_on s; g holomorphic_on s\<rbrakk> \<Longrightarrow> (\<lambda>z. f z + g z) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
451 |
unfolding holomorphic_on_def by (metis complex_differentiable_add) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
452 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
453 |
lemma holomorphic_on_diff: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
454 |
"\<lbrakk>f holomorphic_on s; g holomorphic_on s\<rbrakk> \<Longrightarrow> (\<lambda>z. f z - g z) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
455 |
unfolding holomorphic_on_def by (metis complex_differentiable_diff) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
456 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
457 |
lemma holomorphic_on_mult: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
458 |
"\<lbrakk>f holomorphic_on s; g holomorphic_on s\<rbrakk> \<Longrightarrow> (\<lambda>z. f z * g z) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
459 |
unfolding holomorphic_on_def by (metis complex_differentiable_mult) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
460 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
461 |
lemma holomorphic_on_inverse: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
462 |
"\<lbrakk>f holomorphic_on s; \<And>z. z \<in> s \<Longrightarrow> f z \<noteq> 0\<rbrakk> \<Longrightarrow> (\<lambda>z. inverse (f z)) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
463 |
unfolding holomorphic_on_def by (metis complex_differentiable_inverse) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
464 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
465 |
lemma holomorphic_on_divide: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
466 |
"\<lbrakk>f holomorphic_on s; g holomorphic_on s; \<And>z. z \<in> s \<Longrightarrow> g z \<noteq> 0\<rbrakk> \<Longrightarrow> (\<lambda>z. f z / g z) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
467 |
unfolding holomorphic_on_def by (metis complex_differentiable_divide) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
468 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
469 |
lemma holomorphic_on_power: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
470 |
"f holomorphic_on s \<Longrightarrow> (\<lambda>z. (f z)^n) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
471 |
unfolding holomorphic_on_def by (metis complex_differentiable_power) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
472 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
473 |
lemma holomorphic_on_setsum: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
474 |
"(\<And>i. i \<in> I \<Longrightarrow> (f i) holomorphic_on s) \<Longrightarrow> (\<lambda>x. setsum (\<lambda>i. f i x) I) holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
475 |
unfolding holomorphic_on_def by (metis complex_differentiable_setsum) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
476 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
477 |
definition deriv :: "('a \<Rightarrow> 'a::real_normed_field) \<Rightarrow> 'a \<Rightarrow> 'a" where |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
478 |
"deriv f x \<equiv> THE D. DERIV f x :> D" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
479 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
480 |
lemma DERIV_imp_deriv: "DERIV f x :> f' \<Longrightarrow> deriv f x = f'" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
481 |
unfolding deriv_def by (metis the_equality DERIV_unique) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
482 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
483 |
lemma DERIV_deriv_iff_real_differentiable: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
484 |
fixes x :: real |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
485 |
shows "DERIV f x :> deriv f x \<longleftrightarrow> f differentiable at x" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
486 |
unfolding differentiable_def by (metis DERIV_imp_deriv has_real_derivative_iff) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
487 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
488 |
lemma real_derivative_chain: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
489 |
fixes x :: real |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
490 |
shows "f differentiable at x \<Longrightarrow> g differentiable at (f x) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
491 |
\<Longrightarrow> deriv (g o f) x = deriv g (f x) * deriv f x" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
492 |
by (metis DERIV_deriv_iff_real_differentiable DERIV_chain DERIV_imp_deriv) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
493 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
494 |
lemma DERIV_deriv_iff_complex_differentiable: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
495 |
"DERIV f x :> deriv f x \<longleftrightarrow> f complex_differentiable at x" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
496 |
unfolding complex_differentiable_def by (metis DERIV_imp_deriv) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
497 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
498 |
lemma complex_derivative_chain: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
499 |
"f complex_differentiable at x \<Longrightarrow> g complex_differentiable at (f x) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
500 |
\<Longrightarrow> deriv (g o f) x = deriv g (f x) * deriv f x" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
501 |
by (metis DERIV_deriv_iff_complex_differentiable DERIV_chain DERIV_imp_deriv) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
502 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
503 |
lemma complex_derivative_linear: "deriv (\<lambda>w. c * w) = (\<lambda>z. c)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
504 |
by (metis DERIV_imp_deriv DERIV_cmult_Id) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
505 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
506 |
lemma complex_derivative_ident: "deriv (\<lambda>w. w) = (\<lambda>z. 1)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
507 |
by (metis DERIV_imp_deriv DERIV_ident) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
508 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
509 |
lemma complex_derivative_const: "deriv (\<lambda>w. c) = (\<lambda>z. 0)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
510 |
by (metis DERIV_imp_deriv DERIV_const) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
511 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
512 |
lemma complex_derivative_add: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
513 |
"\<lbrakk>f complex_differentiable at z; g complex_differentiable at z\<rbrakk> |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
514 |
\<Longrightarrow> deriv (\<lambda>w. f w + g w) z = deriv f z + deriv g z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
515 |
unfolding DERIV_deriv_iff_complex_differentiable[symmetric] |
56381
0556204bc230
merged DERIV_intros, has_derivative_intros into derivative_intros
hoelzl
parents:
56371
diff
changeset
|
516 |
by (auto intro!: DERIV_imp_deriv derivative_intros) |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
517 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
518 |
lemma complex_derivative_diff: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
519 |
"\<lbrakk>f complex_differentiable at z; g complex_differentiable at z\<rbrakk> |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
520 |
\<Longrightarrow> deriv (\<lambda>w. f w - g w) z = deriv f z - deriv g z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
521 |
unfolding DERIV_deriv_iff_complex_differentiable[symmetric] |
56381
0556204bc230
merged DERIV_intros, has_derivative_intros into derivative_intros
hoelzl
parents:
56371
diff
changeset
|
522 |
by (auto intro!: DERIV_imp_deriv derivative_intros) |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
523 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
524 |
lemma complex_derivative_mult: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
525 |
"\<lbrakk>f complex_differentiable at z; g complex_differentiable at z\<rbrakk> |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
526 |
\<Longrightarrow> deriv (\<lambda>w. f w * g w) z = f z * deriv g z + deriv f z * g z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
527 |
unfolding DERIV_deriv_iff_complex_differentiable[symmetric] |
56381
0556204bc230
merged DERIV_intros, has_derivative_intros into derivative_intros
hoelzl
parents:
56371
diff
changeset
|
528 |
by (auto intro!: DERIV_imp_deriv derivative_eq_intros) |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
529 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
530 |
lemma complex_derivative_cmult: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
531 |
"f complex_differentiable at z \<Longrightarrow> deriv (\<lambda>w. c * f w) z = c * deriv f z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
532 |
unfolding DERIV_deriv_iff_complex_differentiable[symmetric] |
56381
0556204bc230
merged DERIV_intros, has_derivative_intros into derivative_intros
hoelzl
parents:
56371
diff
changeset
|
533 |
by (auto intro!: DERIV_imp_deriv derivative_eq_intros) |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
534 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
535 |
lemma complex_derivative_cmult_right: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
536 |
"f complex_differentiable at z \<Longrightarrow> deriv (\<lambda>w. f w * c) z = deriv f z * c" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
537 |
unfolding DERIV_deriv_iff_complex_differentiable[symmetric] |
56381
0556204bc230
merged DERIV_intros, has_derivative_intros into derivative_intros
hoelzl
parents:
56371
diff
changeset
|
538 |
by (auto intro!: DERIV_imp_deriv derivative_eq_intros) |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
539 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
540 |
lemma complex_derivative_transform_within_open: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
541 |
"\<lbrakk>f holomorphic_on s; g holomorphic_on s; open s; z \<in> s; \<And>w. w \<in> s \<Longrightarrow> f w = g w\<rbrakk> |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
542 |
\<Longrightarrow> deriv f z = deriv g z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
543 |
unfolding holomorphic_on_def |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
544 |
by (rule DERIV_imp_deriv) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
545 |
(metis DERIV_deriv_iff_complex_differentiable DERIV_transform_within_open at_within_open) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
546 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
547 |
lemma complex_derivative_compose_linear: |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
548 |
"f complex_differentiable at (c * z) \<Longrightarrow> deriv (\<lambda>w. f (c * w)) z = c * deriv f (c * z)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
549 |
apply (rule DERIV_imp_deriv) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
550 |
apply (simp add: DERIV_deriv_iff_complex_differentiable [symmetric]) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
551 |
apply (metis DERIV_chain' DERIV_cmult_Id comm_semiring_1_class.normalizing_semiring_rules(7)) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
552 |
done |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
553 |
|
56215 | 554 |
subsection{*analyticity on a set*} |
555 |
||
556 |
definition analytic_on (infixl "(analytic'_on)" 50) |
|
557 |
where |
|
558 |
"f analytic_on s \<equiv> \<forall>x \<in> s. \<exists>e. 0 < e \<and> f holomorphic_on (ball x e)" |
|
559 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
560 |
lemma analytic_imp_holomorphic: "f analytic_on s \<Longrightarrow> f holomorphic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
561 |
by (simp add: at_within_open [OF _ open_ball] analytic_on_def holomorphic_on_def) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
562 |
(metis centre_in_ball complex_differentiable_at_within) |
56215 | 563 |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
564 |
lemma analytic_on_open: "open s \<Longrightarrow> f analytic_on s \<longleftrightarrow> f holomorphic_on s" |
56215 | 565 |
apply (auto simp: analytic_imp_holomorphic) |
566 |
apply (auto simp: analytic_on_def holomorphic_on_def) |
|
567 |
by (metis holomorphic_on_def holomorphic_on_subset open_contains_ball) |
|
568 |
||
569 |
lemma analytic_on_imp_differentiable_at: |
|
570 |
"f analytic_on s \<Longrightarrow> x \<in> s \<Longrightarrow> f complex_differentiable (at x)" |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
571 |
apply (auto simp: analytic_on_def holomorphic_on_def) |
56215 | 572 |
by (metis Topology_Euclidean_Space.open_ball centre_in_ball complex_differentiable_within_open) |
573 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
574 |
lemma analytic_on_subset: "f analytic_on s \<Longrightarrow> t \<subseteq> s \<Longrightarrow> f analytic_on t" |
56215 | 575 |
by (auto simp: analytic_on_def) |
576 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
577 |
lemma analytic_on_Un: "f analytic_on (s \<union> t) \<longleftrightarrow> f analytic_on s \<and> f analytic_on t" |
56215 | 578 |
by (auto simp: analytic_on_def) |
579 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
580 |
lemma analytic_on_Union: "f analytic_on (\<Union> s) \<longleftrightarrow> (\<forall>t \<in> s. f analytic_on t)" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
581 |
by (auto simp: analytic_on_def) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
582 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
583 |
lemma analytic_on_UN: "f analytic_on (\<Union>i\<in>I. s i) \<longleftrightarrow> (\<forall>i\<in>I. f analytic_on (s i))" |
56215 | 584 |
by (auto simp: analytic_on_def) |
585 |
||
586 |
lemma analytic_on_holomorphic: |
|
587 |
"f analytic_on s \<longleftrightarrow> (\<exists>t. open t \<and> s \<subseteq> t \<and> f holomorphic_on t)" |
|
588 |
(is "?lhs = ?rhs") |
|
589 |
proof - |
|
590 |
have "?lhs \<longleftrightarrow> (\<exists>t. open t \<and> s \<subseteq> t \<and> f analytic_on t)" |
|
591 |
proof safe |
|
592 |
assume "f analytic_on s" |
|
593 |
then show "\<exists>t. open t \<and> s \<subseteq> t \<and> f analytic_on t" |
|
594 |
apply (simp add: analytic_on_def) |
|
595 |
apply (rule exI [where x="\<Union>{u. open u \<and> f analytic_on u}"], auto) |
|
596 |
apply (metis Topology_Euclidean_Space.open_ball analytic_on_open centre_in_ball) |
|
597 |
by (metis analytic_on_def) |
|
598 |
next |
|
599 |
fix t |
|
600 |
assume "open t" "s \<subseteq> t" "f analytic_on t" |
|
601 |
then show "f analytic_on s" |
|
602 |
by (metis analytic_on_subset) |
|
603 |
qed |
|
604 |
also have "... \<longleftrightarrow> ?rhs" |
|
605 |
by (auto simp: analytic_on_open) |
|
606 |
finally show ?thesis . |
|
607 |
qed |
|
608 |
||
609 |
lemma analytic_on_linear: "(op * c) analytic_on s" |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
610 |
by (auto simp add: analytic_on_holomorphic holomorphic_on_linear) |
56215 | 611 |
|
612 |
lemma analytic_on_const: "(\<lambda>z. c) analytic_on s" |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
613 |
by (metis analytic_on_def holomorphic_on_const zero_less_one) |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
614 |
|
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
615 |
lemma analytic_on_ident: "(\<lambda>x. x) analytic_on s" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
616 |
by (simp add: analytic_on_def holomorphic_on_ident gt_ex) |
56215 | 617 |
|
618 |
lemma analytic_on_id: "id analytic_on s" |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
619 |
unfolding id_def by (rule analytic_on_ident) |
56215 | 620 |
|
621 |
lemma analytic_on_compose: |
|
622 |
assumes f: "f analytic_on s" |
|
623 |
and g: "g analytic_on (f ` s)" |
|
624 |
shows "(g o f) analytic_on s" |
|
625 |
unfolding analytic_on_def |
|
626 |
proof (intro ballI) |
|
627 |
fix x |
|
628 |
assume x: "x \<in> s" |
|
629 |
then obtain e where e: "0 < e" and fh: "f holomorphic_on ball x e" using f |
|
630 |
by (metis analytic_on_def) |
|
631 |
obtain e' where e': "0 < e'" and gh: "g holomorphic_on ball (f x) e'" using g |
|
632 |
by (metis analytic_on_def g image_eqI x) |
|
633 |
have "isCont f x" |
|
634 |
by (metis analytic_on_imp_differentiable_at complex_differentiable_imp_continuous_at f x) |
|
635 |
with e' obtain d where d: "0 < d" and fd: "f ` ball x d \<subseteq> ball (f x) e'" |
|
636 |
by (auto simp: continuous_at_ball) |
|
637 |
have "g \<circ> f holomorphic_on ball x (min d e)" |
|
638 |
apply (rule holomorphic_on_compose) |
|
639 |
apply (metis fh holomorphic_on_subset min.bounded_iff order_refl subset_ball) |
|
640 |
by (metis fd gh holomorphic_on_subset image_mono min.cobounded1 subset_ball) |
|
641 |
then show "\<exists>e>0. g \<circ> f holomorphic_on ball x e" |
|
642 |
by (metis d e min_less_iff_conj) |
|
643 |
qed |
|
644 |
||
645 |
lemma analytic_on_compose_gen: |
|
646 |
"f analytic_on s \<Longrightarrow> g analytic_on t \<Longrightarrow> (\<And>z. z \<in> s \<Longrightarrow> f z \<in> t) |
|
647 |
\<Longrightarrow> g o f analytic_on s" |
|
648 |
by (metis analytic_on_compose analytic_on_subset image_subset_iff) |
|
649 |
||
650 |
lemma analytic_on_neg: |
|
651 |
"f analytic_on s \<Longrightarrow> (\<lambda>z. -(f z)) analytic_on s" |
|
652 |
by (metis analytic_on_holomorphic holomorphic_on_minus) |
|
653 |
||
654 |
lemma analytic_on_add: |
|
655 |
assumes f: "f analytic_on s" |
|
656 |
and g: "g analytic_on s" |
|
657 |
shows "(\<lambda>z. f z + g z) analytic_on s" |
|
658 |
unfolding analytic_on_def |
|
659 |
proof (intro ballI) |
|
660 |
fix z |
|
661 |
assume z: "z \<in> s" |
|
662 |
then obtain e where e: "0 < e" and fh: "f holomorphic_on ball z e" using f |
|
663 |
by (metis analytic_on_def) |
|
664 |
obtain e' where e': "0 < e'" and gh: "g holomorphic_on ball z e'" using g |
|
665 |
by (metis analytic_on_def g z) |
|
666 |
have "(\<lambda>z. f z + g z) holomorphic_on ball z (min e e')" |
|
667 |
apply (rule holomorphic_on_add) |
|
668 |
apply (metis fh holomorphic_on_subset min.bounded_iff order_refl subset_ball) |
|
669 |
by (metis gh holomorphic_on_subset min.bounded_iff order_refl subset_ball) |
|
670 |
then show "\<exists>e>0. (\<lambda>z. f z + g z) holomorphic_on ball z e" |
|
671 |
by (metis e e' min_less_iff_conj) |
|
672 |
qed |
|
673 |
||
674 |
lemma analytic_on_diff: |
|
675 |
assumes f: "f analytic_on s" |
|
676 |
and g: "g analytic_on s" |
|
677 |
shows "(\<lambda>z. f z - g z) analytic_on s" |
|
678 |
unfolding analytic_on_def |
|
679 |
proof (intro ballI) |
|
680 |
fix z |
|
681 |
assume z: "z \<in> s" |
|
682 |
then obtain e where e: "0 < e" and fh: "f holomorphic_on ball z e" using f |
|
683 |
by (metis analytic_on_def) |
|
684 |
obtain e' where e': "0 < e'" and gh: "g holomorphic_on ball z e'" using g |
|
685 |
by (metis analytic_on_def g z) |
|
686 |
have "(\<lambda>z. f z - g z) holomorphic_on ball z (min e e')" |
|
687 |
apply (rule holomorphic_on_diff) |
|
688 |
apply (metis fh holomorphic_on_subset min.bounded_iff order_refl subset_ball) |
|
689 |
by (metis gh holomorphic_on_subset min.bounded_iff order_refl subset_ball) |
|
690 |
then show "\<exists>e>0. (\<lambda>z. f z - g z) holomorphic_on ball z e" |
|
691 |
by (metis e e' min_less_iff_conj) |
|
692 |
qed |
|
693 |
||
694 |
lemma analytic_on_mult: |
|
695 |
assumes f: "f analytic_on s" |
|
696 |
and g: "g analytic_on s" |
|
697 |
shows "(\<lambda>z. f z * g z) analytic_on s" |
|
698 |
unfolding analytic_on_def |
|
699 |
proof (intro ballI) |
|
700 |
fix z |
|
701 |
assume z: "z \<in> s" |
|
702 |
then obtain e where e: "0 < e" and fh: "f holomorphic_on ball z e" using f |
|
703 |
by (metis analytic_on_def) |
|
704 |
obtain e' where e': "0 < e'" and gh: "g holomorphic_on ball z e'" using g |
|
705 |
by (metis analytic_on_def g z) |
|
706 |
have "(\<lambda>z. f z * g z) holomorphic_on ball z (min e e')" |
|
707 |
apply (rule holomorphic_on_mult) |
|
708 |
apply (metis fh holomorphic_on_subset min.bounded_iff order_refl subset_ball) |
|
709 |
by (metis gh holomorphic_on_subset min.bounded_iff order_refl subset_ball) |
|
710 |
then show "\<exists>e>0. (\<lambda>z. f z * g z) holomorphic_on ball z e" |
|
711 |
by (metis e e' min_less_iff_conj) |
|
712 |
qed |
|
713 |
||
714 |
lemma analytic_on_inverse: |
|
715 |
assumes f: "f analytic_on s" |
|
716 |
and nz: "(\<And>z. z \<in> s \<Longrightarrow> f z \<noteq> 0)" |
|
717 |
shows "(\<lambda>z. inverse (f z)) analytic_on s" |
|
718 |
unfolding analytic_on_def |
|
719 |
proof (intro ballI) |
|
720 |
fix z |
|
721 |
assume z: "z \<in> s" |
|
722 |
then obtain e where e: "0 < e" and fh: "f holomorphic_on ball z e" using f |
|
723 |
by (metis analytic_on_def) |
|
724 |
have "continuous_on (ball z e) f" |
|
725 |
by (metis fh holomorphic_on_imp_continuous_on) |
|
726 |
then obtain e' where e': "0 < e'" and nz': "\<And>y. dist z y < e' \<Longrightarrow> f y \<noteq> 0" |
|
727 |
by (metis Topology_Euclidean_Space.open_ball centre_in_ball continuous_on_open_avoid e z nz) |
|
728 |
have "(\<lambda>z. inverse (f z)) holomorphic_on ball z (min e e')" |
|
729 |
apply (rule holomorphic_on_inverse) |
|
730 |
apply (metis fh holomorphic_on_subset min.cobounded2 min.commute subset_ball) |
|
731 |
by (metis nz' mem_ball min_less_iff_conj) |
|
732 |
then show "\<exists>e>0. (\<lambda>z. inverse (f z)) holomorphic_on ball z e" |
|
733 |
by (metis e e' min_less_iff_conj) |
|
734 |
qed |
|
735 |
||
736 |
||
737 |
lemma analytic_on_divide: |
|
738 |
assumes f: "f analytic_on s" |
|
739 |
and g: "g analytic_on s" |
|
740 |
and nz: "(\<And>z. z \<in> s \<Longrightarrow> g z \<noteq> 0)" |
|
741 |
shows "(\<lambda>z. f z / g z) analytic_on s" |
|
742 |
unfolding divide_inverse |
|
743 |
by (metis analytic_on_inverse analytic_on_mult f g nz) |
|
744 |
||
745 |
lemma analytic_on_power: |
|
746 |
"f analytic_on s \<Longrightarrow> (\<lambda>z. (f z) ^ n) analytic_on s" |
|
747 |
by (induct n) (auto simp: analytic_on_const analytic_on_mult) |
|
748 |
||
749 |
lemma analytic_on_setsum: |
|
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
750 |
"(\<And>i. i \<in> I \<Longrightarrow> (f i) analytic_on s) \<Longrightarrow> (\<lambda>x. setsum (\<lambda>i. f i x) I) analytic_on s" |
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
751 |
by (induct I rule: infinite_finite_induct) (auto simp: analytic_on_const analytic_on_add) |
56215 | 752 |
|
753 |
subsection{*analyticity at a point.*} |
|
754 |
||
755 |
lemma analytic_at_ball: |
|
756 |
"f analytic_on {z} \<longleftrightarrow> (\<exists>e. 0<e \<and> f holomorphic_on ball z e)" |
|
757 |
by (metis analytic_on_def singleton_iff) |
|
758 |
||
759 |
lemma analytic_at: |
|
760 |
"f analytic_on {z} \<longleftrightarrow> (\<exists>s. open s \<and> z \<in> s \<and> f holomorphic_on s)" |
|
761 |
by (metis analytic_on_holomorphic empty_subsetI insert_subset) |
|
762 |
||
763 |
lemma analytic_on_analytic_at: |
|
764 |
"f analytic_on s \<longleftrightarrow> (\<forall>z \<in> s. f analytic_on {z})" |
|
765 |
by (metis analytic_at_ball analytic_on_def) |
|
766 |
||
767 |
lemma analytic_at_two: |
|
768 |
"f analytic_on {z} \<and> g analytic_on {z} \<longleftrightarrow> |
|
769 |
(\<exists>s. open s \<and> z \<in> s \<and> f holomorphic_on s \<and> g holomorphic_on s)" |
|
770 |
(is "?lhs = ?rhs") |
|
771 |
proof |
|
772 |
assume ?lhs |
|
773 |
then obtain s t |
|
774 |
where st: "open s" "z \<in> s" "f holomorphic_on s" |
|
775 |
"open t" "z \<in> t" "g holomorphic_on t" |
|
776 |
by (auto simp: analytic_at) |
|
777 |
show ?rhs |
|
778 |
apply (rule_tac x="s \<inter> t" in exI) |
|
779 |
using st |
|
780 |
apply (auto simp: Diff_subset holomorphic_on_subset) |
|
781 |
done |
|
782 |
next |
|
783 |
assume ?rhs |
|
784 |
then show ?lhs |
|
785 |
by (force simp add: analytic_at) |
|
786 |
qed |
|
787 |
||
788 |
subsection{*Combining theorems for derivative with ``analytic at'' hypotheses*} |
|
789 |
||
790 |
lemma |
|
791 |
assumes "f analytic_on {z}" "g analytic_on {z}" |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
792 |
shows complex_derivative_add_at: "deriv (\<lambda>w. f w + g w) z = deriv f z + deriv g z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
793 |
and complex_derivative_diff_at: "deriv (\<lambda>w. f w - g w) z = deriv f z - deriv g z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
794 |
and complex_derivative_mult_at: "deriv (\<lambda>w. f w * g w) z = |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
795 |
f z * deriv g z + deriv f z * g z" |
56215 | 796 |
proof - |
797 |
obtain s where s: "open s" "z \<in> s" "f holomorphic_on s" "g holomorphic_on s" |
|
798 |
using assms by (metis analytic_at_two) |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
799 |
show "deriv (\<lambda>w. f w + g w) z = deriv f z + deriv g z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
800 |
apply (rule DERIV_imp_deriv [OF DERIV_add]) |
56215 | 801 |
using s |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
802 |
apply (auto simp: holomorphic_on_open complex_differentiable_def DERIV_deriv_iff_complex_differentiable) |
56215 | 803 |
done |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
804 |
show "deriv (\<lambda>w. f w - g w) z = deriv f z - deriv g z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
805 |
apply (rule DERIV_imp_deriv [OF DERIV_diff]) |
56215 | 806 |
using s |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
807 |
apply (auto simp: holomorphic_on_open complex_differentiable_def DERIV_deriv_iff_complex_differentiable) |
56215 | 808 |
done |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
809 |
show "deriv (\<lambda>w. f w * g w) z = f z * deriv g z + deriv f z * g z" |
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
810 |
apply (rule DERIV_imp_deriv [OF DERIV_mult']) |
56215 | 811 |
using s |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
812 |
apply (auto simp: holomorphic_on_open complex_differentiable_def DERIV_deriv_iff_complex_differentiable) |
56215 | 813 |
done |
814 |
qed |
|
815 |
||
816 |
lemma complex_derivative_cmult_at: |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
817 |
"f analytic_on {z} \<Longrightarrow> deriv (\<lambda>w. c * f w) z = c * deriv f z" |
56215 | 818 |
by (auto simp: complex_derivative_mult_at complex_derivative_const analytic_on_const) |
819 |
||
820 |
lemma complex_derivative_cmult_right_at: |
|
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
821 |
"f analytic_on {z} \<Longrightarrow> deriv (\<lambda>w. f w * c) z = deriv f z * c" |
56215 | 822 |
by (auto simp: complex_derivative_mult_at complex_derivative_const analytic_on_const) |
823 |
||
824 |
subsection{*Complex differentiation of sequences and series*} |
|
825 |
||
826 |
lemma has_complex_derivative_sequence: |
|
827 |
fixes s :: "complex set" |
|
828 |
assumes cvs: "convex s" |
|
829 |
and df: "\<And>n x. x \<in> s \<Longrightarrow> (f n has_field_derivative f' n x) (at x within s)" |
|
830 |
and conv: "\<And>e. 0 < e \<Longrightarrow> \<exists>N. \<forall>n x. n \<ge> N \<longrightarrow> x \<in> s \<longrightarrow> norm (f' n x - g' x) \<le> e" |
|
831 |
and "\<exists>x l. x \<in> s \<and> ((\<lambda>n. f n x) ---> l) sequentially" |
|
832 |
shows "\<exists>g. \<forall>x \<in> s. ((\<lambda>n. f n x) ---> g x) sequentially \<and> |
|
833 |
(g has_field_derivative (g' x)) (at x within s)" |
|
834 |
proof - |
|
835 |
from assms obtain x l where x: "x \<in> s" and tf: "((\<lambda>n. f n x) ---> l) sequentially" |
|
836 |
by blast |
|
837 |
{ fix e::real assume e: "e > 0" |
|
838 |
then obtain N where N: "\<forall>n\<ge>N. \<forall>x. x \<in> s \<longrightarrow> cmod (f' n x - g' x) \<le> e" |
|
839 |
by (metis conv) |
|
840 |
have "\<exists>N. \<forall>n\<ge>N. \<forall>x\<in>s. \<forall>h. cmod (f' n x * h - g' x * h) \<le> e * cmod h" |
|
841 |
proof (rule exI [of _ N], clarify) |
|
842 |
fix n y h |
|
843 |
assume "N \<le> n" "y \<in> s" |
|
844 |
then have "cmod (f' n y - g' y) \<le> e" |
|
845 |
by (metis N) |
|
846 |
then have "cmod h * cmod (f' n y - g' y) \<le> cmod h * e" |
|
847 |
by (auto simp: antisym_conv2 mult_le_cancel_left norm_triangle_ineq2) |
|
848 |
then show "cmod (f' n y * h - g' y * h) \<le> e * cmod h" |
|
849 |
by (simp add: norm_mult [symmetric] field_simps) |
|
850 |
qed |
|
851 |
} note ** = this |
|
852 |
show ?thesis |
|
853 |
unfolding has_field_derivative_def |
|
854 |
proof (rule has_derivative_sequence [OF cvs _ _ x]) |
|
855 |
show "\<forall>n. \<forall>x\<in>s. (f n has_derivative (op * (f' n x))) (at x within s)" |
|
856 |
by (metis has_field_derivative_def df) |
|
857 |
next show "(\<lambda>n. f n x) ----> l" |
|
858 |
by (rule tf) |
|
859 |
next show "\<forall>e>0. \<exists>N. \<forall>n\<ge>N. \<forall>x\<in>s. \<forall>h. cmod (f' n x * h - g' x * h) \<le> e * cmod h" |
|
860 |
by (blast intro: **) |
|
861 |
qed |
|
862 |
qed |
|
863 |
||
864 |
||
865 |
lemma has_complex_derivative_series: |
|
866 |
fixes s :: "complex set" |
|
867 |
assumes cvs: "convex s" |
|
868 |
and df: "\<And>n x. x \<in> s \<Longrightarrow> (f n has_field_derivative f' n x) (at x within s)" |
|
869 |
and conv: "\<And>e. 0 < e \<Longrightarrow> \<exists>N. \<forall>n x. n \<ge> N \<longrightarrow> x \<in> s |
|
870 |
\<longrightarrow> cmod ((\<Sum>i<n. f' i x) - g' x) \<le> e" |
|
871 |
and "\<exists>x l. x \<in> s \<and> ((\<lambda>n. f n x) sums l)" |
|
872 |
shows "\<exists>g. \<forall>x \<in> s. ((\<lambda>n. f n x) sums g x) \<and> ((g has_field_derivative g' x) (at x within s))" |
|
873 |
proof - |
|
874 |
from assms obtain x l where x: "x \<in> s" and sf: "((\<lambda>n. f n x) sums l)" |
|
875 |
by blast |
|
876 |
{ fix e::real assume e: "e > 0" |
|
877 |
then obtain N where N: "\<forall>n x. n \<ge> N \<longrightarrow> x \<in> s |
|
878 |
\<longrightarrow> cmod ((\<Sum>i<n. f' i x) - g' x) \<le> e" |
|
879 |
by (metis conv) |
|
880 |
have "\<exists>N. \<forall>n\<ge>N. \<forall>x\<in>s. \<forall>h. cmod ((\<Sum>i<n. h * f' i x) - g' x * h) \<le> e * cmod h" |
|
881 |
proof (rule exI [of _ N], clarify) |
|
882 |
fix n y h |
|
883 |
assume "N \<le> n" "y \<in> s" |
|
884 |
then have "cmod ((\<Sum>i<n. f' i y) - g' y) \<le> e" |
|
885 |
by (metis N) |
|
886 |
then have "cmod h * cmod ((\<Sum>i<n. f' i y) - g' y) \<le> cmod h * e" |
|
887 |
by (auto simp: antisym_conv2 mult_le_cancel_left norm_triangle_ineq2) |
|
888 |
then show "cmod ((\<Sum>i<n. h * f' i y) - g' y * h) \<le> e * cmod h" |
|
889 |
by (simp add: norm_mult [symmetric] field_simps setsum_right_distrib) |
|
890 |
qed |
|
891 |
} note ** = this |
|
892 |
show ?thesis |
|
893 |
unfolding has_field_derivative_def |
|
894 |
proof (rule has_derivative_series [OF cvs _ _ x]) |
|
895 |
fix n x |
|
896 |
assume "x \<in> s" |
|
897 |
then show "((f n) has_derivative (\<lambda>z. z * f' n x)) (at x within s)" |
|
898 |
by (metis df has_field_derivative_def mult_commute_abs) |
|
899 |
next show " ((\<lambda>n. f n x) sums l)" |
|
900 |
by (rule sf) |
|
901 |
next show "\<forall>e>0. \<exists>N. \<forall>n\<ge>N. \<forall>x\<in>s. \<forall>h. cmod ((\<Sum>i<n. h * f' i x) - g' x * h) \<le> e * cmod h" |
|
902 |
by (blast intro: **) |
|
903 |
qed |
|
904 |
qed |
|
905 |
||
906 |
subsection{*Bound theorem*} |
|
907 |
||
908 |
lemma complex_differentiable_bound: |
|
909 |
fixes s :: "complex set" |
|
910 |
assumes cvs: "convex s" |
|
911 |
and df: "\<And>z. z \<in> s \<Longrightarrow> (f has_field_derivative f' z) (at z within s)" |
|
912 |
and dn: "\<And>z. z \<in> s \<Longrightarrow> norm (f' z) \<le> B" |
|
913 |
and "x \<in> s" "y \<in> s" |
|
914 |
shows "norm(f x - f y) \<le> B * norm(x - y)" |
|
915 |
apply (rule differentiable_bound [OF cvs]) |
|
56223
7696903b9e61
generalize theory of operator norms to work with class real_normed_vector
huffman
parents:
56217
diff
changeset
|
916 |
apply (rule ballI, erule df [unfolded has_field_derivative_def]) |
7696903b9e61
generalize theory of operator norms to work with class real_normed_vector
huffman
parents:
56217
diff
changeset
|
917 |
apply (rule ballI, rule onorm_le, simp add: norm_mult mult_right_mono dn) |
7696903b9e61
generalize theory of operator norms to work with class real_normed_vector
huffman
parents:
56217
diff
changeset
|
918 |
apply fact |
7696903b9e61
generalize theory of operator norms to work with class real_normed_vector
huffman
parents:
56217
diff
changeset
|
919 |
apply fact |
56215 | 920 |
done |
921 |
||
922 |
subsection{*Inverse function theorem for complex derivatives.*} |
|
923 |
||
924 |
lemma has_complex_derivative_inverse_basic: |
|
925 |
fixes f :: "complex \<Rightarrow> complex" |
|
926 |
shows "DERIV f (g y) :> f' \<Longrightarrow> |
|
927 |
f' \<noteq> 0 \<Longrightarrow> |
|
928 |
continuous (at y) g \<Longrightarrow> |
|
929 |
open t \<Longrightarrow> |
|
930 |
y \<in> t \<Longrightarrow> |
|
931 |
(\<And>z. z \<in> t \<Longrightarrow> f (g z) = z) |
|
932 |
\<Longrightarrow> DERIV g y :> inverse (f')" |
|
933 |
unfolding has_field_derivative_def |
|
934 |
apply (rule has_derivative_inverse_basic) |
|
935 |
apply (auto simp: bounded_linear_mult_right) |
|
936 |
done |
|
937 |
||
938 |
(*Used only once, in Multivariate/cauchy.ml. *) |
|
939 |
lemma has_complex_derivative_inverse_strong: |
|
940 |
fixes f :: "complex \<Rightarrow> complex" |
|
941 |
shows "DERIV f x :> f' \<Longrightarrow> |
|
942 |
f' \<noteq> 0 \<Longrightarrow> |
|
943 |
open s \<Longrightarrow> |
|
944 |
x \<in> s \<Longrightarrow> |
|
945 |
continuous_on s f \<Longrightarrow> |
|
946 |
(\<And>z. z \<in> s \<Longrightarrow> g (f z) = z) |
|
947 |
\<Longrightarrow> DERIV g (f x) :> inverse (f')" |
|
948 |
unfolding has_field_derivative_def |
|
949 |
apply (rule has_derivative_inverse_strong [of s x f g ]) |
|
950 |
using assms |
|
951 |
by auto |
|
952 |
||
953 |
lemma has_complex_derivative_inverse_strong_x: |
|
954 |
fixes f :: "complex \<Rightarrow> complex" |
|
955 |
shows "DERIV f (g y) :> f' \<Longrightarrow> |
|
956 |
f' \<noteq> 0 \<Longrightarrow> |
|
957 |
open s \<Longrightarrow> |
|
958 |
continuous_on s f \<Longrightarrow> |
|
959 |
g y \<in> s \<Longrightarrow> f(g y) = y \<Longrightarrow> |
|
960 |
(\<And>z. z \<in> s \<Longrightarrow> g (f z) = z) |
|
961 |
\<Longrightarrow> DERIV g y :> inverse (f')" |
|
962 |
unfolding has_field_derivative_def |
|
963 |
apply (rule has_derivative_inverse_strong_x [of s g y f]) |
|
964 |
using assms |
|
965 |
by auto |
|
966 |
||
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
967 |
subsection {* Taylor on Complex Numbers *} |
56215 | 968 |
|
969 |
lemma setsum_Suc_reindex: |
|
970 |
fixes f :: "nat \<Rightarrow> 'a::ab_group_add" |
|
971 |
shows "setsum f {0..n} = f 0 - f (Suc n) + setsum (\<lambda>i. f (Suc i)) {0..n}" |
|
972 |
by (induct n) auto |
|
973 |
||
974 |
lemma complex_taylor: |
|
975 |
assumes s: "convex s" |
|
976 |
and f: "\<And>i x. x \<in> s \<Longrightarrow> i \<le> n \<Longrightarrow> (f i has_field_derivative f (Suc i) x) (at x within s)" |
|
977 |
and B: "\<And>x. x \<in> s \<Longrightarrow> cmod (f (Suc n) x) \<le> B" |
|
978 |
and w: "w \<in> s" |
|
979 |
and z: "z \<in> s" |
|
980 |
shows "cmod(f 0 z - (\<Sum>i\<le>n. f i w * (z-w) ^ i / of_nat (fact i))) |
|
981 |
\<le> B * cmod(z - w)^(Suc n) / fact n" |
|
982 |
proof - |
|
983 |
have wzs: "closed_segment w z \<subseteq> s" using assms |
|
984 |
by (metis convex_contains_segment) |
|
985 |
{ fix u |
|
986 |
assume "u \<in> closed_segment w z" |
|
987 |
then have "u \<in> s" |
|
988 |
by (metis wzs subsetD) |
|
989 |
have "(\<Sum>i\<le>n. f i u * (- of_nat i * (z-u)^(i - 1)) / of_nat (fact i) + |
|
990 |
f (Suc i) u * (z-u)^i / of_nat (fact i)) = |
|
991 |
f (Suc n) u * (z-u) ^ n / of_nat (fact n)" |
|
992 |
proof (induction n) |
|
993 |
case 0 show ?case by simp |
|
994 |
next |
|
995 |
case (Suc n) |
|
996 |
have "(\<Sum>i\<le>Suc n. f i u * (- of_nat i * (z-u) ^ (i - 1)) / of_nat (fact i) + |
|
997 |
f (Suc i) u * (z-u) ^ i / of_nat (fact i)) = |
|
998 |
f (Suc n) u * (z-u) ^ n / of_nat (fact n) + |
|
999 |
f (Suc (Suc n)) u * ((z-u) * (z-u) ^ n) / of_nat (fact (Suc n)) - |
|
1000 |
f (Suc n) u * ((1 + of_nat n) * (z-u) ^ n) / of_nat (fact (Suc n))" |
|
56479
91958d4b30f7
revert c1bbd3e22226, a14831ac3023, and 36489d77c484: divide_minus_left/right are again simp rules
hoelzl
parents:
56409
diff
changeset
|
1001 |
using Suc by simp |
56215 | 1002 |
also have "... = f (Suc (Suc n)) u * (z-u) ^ Suc n / of_nat (fact (Suc n))" |
1003 |
proof - |
|
1004 |
have "of_nat(fact(Suc n)) * |
|
1005 |
(f(Suc n) u *(z-u) ^ n / of_nat(fact n) + |
|
1006 |
f(Suc(Suc n)) u *((z-u) *(z-u) ^ n) / of_nat(fact(Suc n)) - |
|
1007 |
f(Suc n) u *((1 + of_nat n) *(z-u) ^ n) / of_nat(fact(Suc n))) = |
|
1008 |
(of_nat(fact(Suc n)) *(f(Suc n) u *(z-u) ^ n)) / of_nat(fact n) + |
|
1009 |
(of_nat(fact(Suc n)) *(f(Suc(Suc n)) u *((z-u) *(z-u) ^ n)) / of_nat(fact(Suc n))) - |
|
1010 |
(of_nat(fact(Suc n)) *(f(Suc n) u *(of_nat(Suc n) *(z-u) ^ n))) / of_nat(fact(Suc n))" |
|
1011 |
by (simp add: algebra_simps del: fact_Suc) |
|
1012 |
also have "... = |
|
1013 |
(of_nat (fact (Suc n)) * (f (Suc n) u * (z-u) ^ n)) / of_nat (fact n) + |
|
1014 |
(f (Suc (Suc n)) u * ((z-u) * (z-u) ^ n)) - |
|
1015 |
(f (Suc n) u * ((1 + of_nat n) * (z-u) ^ n))" |
|
1016 |
by (simp del: fact_Suc) |
|
1017 |
also have "... = |
|
1018 |
(of_nat (Suc n) * (f (Suc n) u * (z-u) ^ n)) + |
|
1019 |
(f (Suc (Suc n)) u * ((z-u) * (z-u) ^ n)) - |
|
1020 |
(f (Suc n) u * ((1 + of_nat n) * (z-u) ^ n))" |
|
1021 |
by (simp only: fact_Suc of_nat_mult mult_ac) simp |
|
1022 |
also have "... = f (Suc (Suc n)) u * ((z-u) * (z-u) ^ n)" |
|
1023 |
by (simp add: algebra_simps) |
|
1024 |
finally show ?thesis |
|
1025 |
by (simp add: mult_left_cancel [where c = "of_nat (fact (Suc n))", THEN iffD1] del: fact_Suc) |
|
1026 |
qed |
|
1027 |
finally show ?case . |
|
1028 |
qed |
|
1029 |
then have "((\<lambda>v. (\<Sum>i\<le>n. f i v * (z - v)^i / of_nat (fact i))) |
|
1030 |
has_field_derivative f (Suc n) u * (z-u) ^ n / of_nat (fact n)) |
|
1031 |
(at u within s)" |
|
56381
0556204bc230
merged DERIV_intros, has_derivative_intros into derivative_intros
hoelzl
parents:
56371
diff
changeset
|
1032 |
apply (intro derivative_eq_intros) |
56215 | 1033 |
apply (blast intro: assms `u \<in> s`) |
1034 |
apply (rule refl)+ |
|
1035 |
apply (auto simp: field_simps) |
|
1036 |
done |
|
1037 |
} note sum_deriv = this |
|
1038 |
{ fix u |
|
1039 |
assume u: "u \<in> closed_segment w z" |
|
1040 |
then have us: "u \<in> s" |
|
1041 |
by (metis wzs subsetD) |
|
1042 |
have "cmod (f (Suc n) u) * cmod (z - u) ^ n \<le> cmod (f (Suc n) u) * cmod (u - z) ^ n" |
|
1043 |
by (metis norm_minus_commute order_refl) |
|
1044 |
also have "... \<le> cmod (f (Suc n) u) * cmod (z - w) ^ n" |
|
1045 |
by (metis mult_left_mono norm_ge_zero power_mono segment_bound [OF u]) |
|
1046 |
also have "... \<le> B * cmod (z - w) ^ n" |
|
1047 |
by (metis norm_ge_zero zero_le_power mult_right_mono B [OF us]) |
|
1048 |
finally have "cmod (f (Suc n) u) * cmod (z - u) ^ n \<le> B * cmod (z - w) ^ n" . |
|
1049 |
} note cmod_bound = this |
|
1050 |
have "(\<Sum>i\<le>n. f i z * (z - z) ^ i / of_nat (fact i)) = (\<Sum>i\<le>n. (f i z / of_nat (fact i)) * 0 ^ i)" |
|
1051 |
by simp |
|
1052 |
also have "\<dots> = f 0 z / of_nat (fact 0)" |
|
1053 |
by (subst setsum_zero_power) simp |
|
1054 |
finally have "cmod (f 0 z - (\<Sum>i\<le>n. f i w * (z - w) ^ i / of_nat (fact i))) |
|
1055 |
\<le> cmod ((\<Sum>i\<le>n. f i w * (z - w) ^ i / of_nat (fact i)) - |
|
1056 |
(\<Sum>i\<le>n. f i z * (z - z) ^ i / of_nat (fact i)))" |
|
1057 |
by (simp add: norm_minus_commute) |
|
1058 |
also have "... \<le> B * cmod (z - w) ^ n / real_of_nat (fact n) * cmod (w - z)" |
|
1059 |
apply (rule complex_differentiable_bound |
|
1060 |
[where f' = "\<lambda>w. f (Suc n) w * (z - w)^n / of_nat(fact n)" |
|
1061 |
and s = "closed_segment w z", OF convex_segment]) |
|
1062 |
apply (auto simp: ends_in_segment real_of_nat_def DERIV_subset [OF sum_deriv wzs] |
|
1063 |
norm_divide norm_mult norm_power divide_le_cancel cmod_bound) |
|
1064 |
done |
|
1065 |
also have "... \<le> B * cmod (z - w) ^ Suc n / real (fact n)" |
|
1066 |
by (simp add: algebra_simps norm_minus_commute real_of_nat_def) |
|
1067 |
finally show ?thesis . |
|
1068 |
qed |
|
1069 |
||
56238
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1070 |
text{* Something more like the traditional MVT for real components.*} |
56370
7c717ba55a0b
reorder Complex_Analysis_Basics; rename DD to deriv
hoelzl
parents:
56369
diff
changeset
|
1071 |
|
56238
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1072 |
lemma complex_mvt_line: |
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
1073 |
assumes "\<And>u. u \<in> closed_segment w z \<Longrightarrow> (f has_field_derivative f'(u)) (at u)" |
56238
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1074 |
shows "\<exists>u. u \<in> open_segment w z \<and> Re(f z) - Re(f w) = Re(f'(u) * (z - w))" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1075 |
proof - |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1076 |
have twz: "\<And>t. (1 - t) *\<^sub>R w + t *\<^sub>R z = w + t *\<^sub>R (z - w)" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1077 |
by (simp add: real_vector.scale_left_diff_distrib real_vector.scale_right_diff_distrib) |
56381
0556204bc230
merged DERIV_intros, has_derivative_intros into derivative_intros
hoelzl
parents:
56371
diff
changeset
|
1078 |
note assms[unfolded has_field_derivative_def, derivative_intros] |
56238
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1079 |
show ?thesis |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1080 |
apply (cut_tac mvt_simple |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1081 |
[of 0 1 "Re o f o (\<lambda>t. (1 - t) *\<^sub>R w + t *\<^sub>R z)" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1082 |
"\<lambda>u. Re o (\<lambda>h. f'((1 - u) *\<^sub>R w + u *\<^sub>R z) * h) o (\<lambda>t. t *\<^sub>R (z - w))"]) |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1083 |
apply auto |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1084 |
apply (rule_tac x="(1 - x) *\<^sub>R w + x *\<^sub>R z" in exI) |
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
1085 |
apply (auto simp add: open_segment_def twz) [] |
56381
0556204bc230
merged DERIV_intros, has_derivative_intros into derivative_intros
hoelzl
parents:
56371
diff
changeset
|
1086 |
apply (intro derivative_eq_intros has_derivative_at_within) |
56369
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
1087 |
apply simp_all |
2704ca85be98
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names
hoelzl
parents:
56332
diff
changeset
|
1088 |
apply (simp add: fun_eq_iff real_vector.scale_right_diff_distrib) |
56238
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1089 |
apply (force simp add: twz closed_segment_def) |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1090 |
done |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1091 |
qed |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1092 |
|
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1093 |
lemma complex_taylor_mvt: |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1094 |
assumes "\<And>i x. \<lbrakk>x \<in> closed_segment w z; i \<le> n\<rbrakk> \<Longrightarrow> ((f i) has_field_derivative f (Suc i) x) (at x)" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1095 |
shows "\<exists>u. u \<in> closed_segment w z \<and> |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1096 |
Re (f 0 z) = |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1097 |
Re ((\<Sum>i = 0..n. f i w * (z - w) ^ i / of_nat (fact i)) + |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1098 |
(f (Suc n) u * (z-u)^n / of_nat (fact n)) * (z - w))" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1099 |
proof - |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1100 |
{ fix u |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1101 |
assume u: "u \<in> closed_segment w z" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1102 |
have "(\<Sum>i = 0..n. |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1103 |
(f (Suc i) u * (z-u) ^ i - of_nat i * (f i u * (z-u) ^ (i - Suc 0))) / |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1104 |
of_nat (fact i)) = |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1105 |
f (Suc 0) u - |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1106 |
(f (Suc (Suc n)) u * ((z-u) ^ Suc n) - (of_nat (Suc n)) * (z-u) ^ n * f (Suc n) u) / |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1107 |
of_nat (fact (Suc n)) + |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1108 |
(\<Sum>i = 0..n. |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1109 |
(f (Suc (Suc i)) u * ((z-u) ^ Suc i) - of_nat (Suc i) * (f (Suc i) u * (z-u) ^ i)) / |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1110 |
of_nat (fact (Suc i)))" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1111 |
by (subst setsum_Suc_reindex) simp |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1112 |
also have "... = f (Suc 0) u - |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1113 |
(f (Suc (Suc n)) u * ((z-u) ^ Suc n) - (of_nat (Suc n)) * (z-u) ^ n * f (Suc n) u) / |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1114 |
of_nat (fact (Suc n)) + |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1115 |
(\<Sum>i = 0..n. |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1116 |
f (Suc (Suc i)) u * ((z-u) ^ Suc i) / of_nat (fact (Suc i)) - |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1117 |
f (Suc i) u * (z-u) ^ i / of_nat (fact i))" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1118 |
by (simp only: diff_divide_distrib fact_cancel mult_ac) |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1119 |
also have "... = f (Suc 0) u - |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1120 |
(f (Suc (Suc n)) u * (z-u) ^ Suc n - of_nat (Suc n) * (z-u) ^ n * f (Suc n) u) / |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1121 |
of_nat (fact (Suc n)) + |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1122 |
f (Suc (Suc n)) u * (z-u) ^ Suc n / of_nat (fact (Suc n)) - f (Suc 0) u" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1123 |
by (subst setsum_Suc_diff) auto |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1124 |
also have "... = f (Suc n) u * (z-u) ^ n / of_nat (fact n)" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1125 |
by (simp only: algebra_simps diff_divide_distrib fact_cancel) |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1126 |
finally have "(\<Sum>i = 0..n. (f (Suc i) u * (z - u) ^ i |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1127 |
- of_nat i * (f i u * (z-u) ^ (i - Suc 0))) / of_nat (fact i)) = |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1128 |
f (Suc n) u * (z - u) ^ n / of_nat (fact n)" . |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1129 |
then have "((\<lambda>u. \<Sum>i = 0..n. f i u * (z - u) ^ i / of_nat (fact i)) has_field_derivative |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1130 |
f (Suc n) u * (z - u) ^ n / of_nat (fact n)) (at u)" |
56381
0556204bc230
merged DERIV_intros, has_derivative_intros into derivative_intros
hoelzl
parents:
56371
diff
changeset
|
1131 |
apply (intro derivative_eq_intros)+ |
56238
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1132 |
apply (force intro: u assms) |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1133 |
apply (rule refl)+ |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1134 |
apply (auto simp: mult_ac) |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1135 |
done |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1136 |
} |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1137 |
then show ?thesis |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1138 |
apply (cut_tac complex_mvt_line [of w z "\<lambda>u. \<Sum>i = 0..n. f i u * (z-u) ^ i / of_nat (fact i)" |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1139 |
"\<lambda>u. (f (Suc n) u * (z-u)^n / of_nat (fact n))"]) |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1140 |
apply (auto simp add: intro: open_closed_segment) |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1141 |
done |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1142 |
qed |
5d147e1e18d1
a few new lemmas and generalisations of old ones
paulson <lp15@cam.ac.uk>
parents:
56223
diff
changeset
|
1143 |
|
56215 | 1144 |
end |