@@ -147,18 +147,6 @@ module _
147147 ( [c,d])
148148 ( g))
149149 gf = map-comp-differentiable-real-map-proper-closed-interval-ℝ
150- g'f x =
151- ( map-derivative-differentiable-real-map-proper-closed-interval-ℝ
152- ( [c,d])
153- ( g)
154- ( tot
155- ( f[a,b]⊆[c,d])
156- ( map-unit-im-uniformly-continuous-real-map-proper-closed-interval-ℝ
157- ( [a,b])
158- ( uniformly-continuous-map-differentiable-real-map-proper-closed-interval-ℝ
159- ( [a,b])
160- ( f))
161- ( x))))
162150 f' =
163151 map-derivative-differentiable-real-map-proper-closed-interval-ℝ
164152 ( [a,b])
@@ -178,6 +166,11 @@ module _
178166 ( [a,b])
179167 ( ucont-f)
180168 ( z))
169+ g'∘f x =
170+ ( map-derivative-differentiable-real-map-proper-closed-interval-ℝ
171+ ( [c,d])
172+ ( g)
173+ ( tot-f x))
181174 in do
182175 (δf , is-mod-δf) ←
183176 is-derivative-map-derivative-differentiable-real-map-proper-closed-interval-ℝ
@@ -221,29 +214,29 @@ module _
221214 ( Nδxy))
222215 in
223216 chain-of-inequalities
224- dist-ℝ (gf y -ℝ gf x) (g'f x *ℝ f' x *ℝ (pr1 y -ℝ pr1 x))
217+ dist-ℝ (gf y -ℝ gf x) (g'∘ f x *ℝ f' x *ℝ (pr1 y -ℝ pr1 x))
225218 ≤ ( dist-ℝ
226219 ( gf y -ℝ gf x)
227- ( g'f x *ℝ (map-f y -ℝ map-f x))) +ℝ
220+ ( g'∘ f x *ℝ (map-f y -ℝ map-f x))) +ℝ
228221 ( dist-ℝ
229- ( g'f x *ℝ (map-f y -ℝ map-f x))
230- ( g'f x *ℝ f' x *ℝ (pr1 y -ℝ pr1 x)))
222+ ( g'∘ f x *ℝ (map-f y -ℝ map-f x))
223+ ( g'∘ f x *ℝ f' x *ℝ (pr1 y -ℝ pr1 x)))
231224 by triangle-inequality-dist-ℝ _ _ _
232225 ≤ ( dist-ℝ
233226 ( gf y -ℝ gf x)
234- ( g'f x *ℝ (map-f y -ℝ map-f x))) +ℝ
227+ ( g'∘ f x *ℝ (map-f y -ℝ map-f x))) +ℝ
235228 ( dist-ℝ
236- ( g'f x *ℝ (map-f y -ℝ map-f x))
237- ( g'f x *ℝ (f' x *ℝ (pr1 y -ℝ pr1 x))))
229+ ( g'∘ f x *ℝ (map-f y -ℝ map-f x))
230+ ( g'∘ f x *ℝ (f' x *ℝ (pr1 y -ℝ pr1 x))))
238231 by
239232 leq-eq-ℝ
240233 ( ap-add-ℝ
241234 ( refl)
242235 ( ap-dist-ℝ refl (associative-mul-ℝ _ _ _)))
243236 ≤ ( dist-ℝ
244237 ( gf y -ℝ gf x)
245- ( g'f x *ℝ (map-f y -ℝ map-f x))) +ℝ
246- ( ( abs-ℝ (g'f x)) *ℝ
238+ ( g'∘ f x *ℝ (map-f y -ℝ map-f x))) +ℝ
239+ ( ( abs-ℝ (g'∘ f x)) *ℝ
247240 ( dist-ℝ
248241 ( map-f y -ℝ map-f x))
249242 ( f' x *ℝ (pr1 y -ℝ pr1 x)))
@@ -270,7 +263,7 @@ module _
270263 ( leq-left-min-ℚ⁺ (ωf (δg α)) (δf β))
271264 ( Nδxy))))
272265 ( preserves-leq-mul-ℝ⁰⁺
273- ( nonnegative-abs-ℝ (g'f x))
266+ ( nonnegative-abs-ℝ (g'∘ f x))
274267 ( nonnegative-real-ℚ⁺ q⁺)
275268 ( nonnegative-dist-ℝ _ _)
276269 ( nonnegative-real-ℚ⁺ β *ℝ⁰⁺ nonnegative-dist-ℝ _ _)
0 commit comments