Skip to content

Commit 036ea23

Browse files
committed
wip
1 parent 7939444 commit 036ea23

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tilt.v

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,17 @@ rewrite [X in (X @ _)%classic](_ : _ = scalar_mx \o (fun h =>
234234
(h^-1 *: ((f (h *: 'e_i + a)) - (f a))))); last first.
235235
apply/funext => h.
236236
rewrite /=.
237-
admit.
237+
rewrite -scale_scalar_mx.
238+
congr (_ *: _).
239+
rewrite raddf/=.
240+
f_equal.
241+
by rewrite raddfN.
238242
apply/cvg_lim => //=.
239243
apply: (@cvg_comp _ _ _ _ scalar_mx _
240244
(nbhs (lim ((h^-1 *: (f (h *: 'e_i + a) - f a)) @[h --> 0^']))%classic)).
241245
admit.
246+
247+
242248
Admitted.
243249

244250
Lemma partialE {R : realType} n (f : 'rV[R]_n.+1 -> R) (a : 'rV[R]_n.+1)

0 commit comments

Comments
 (0)