Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion theories/derive.v
Original file line number Diff line number Diff line change
Expand Up @@ -2408,7 +2408,7 @@ rewrite (le_trans (ler_normD _ _))// (splitr e) lerD//.
by rewrite sub0r normrN; near: x; exact: dnbhs0_lt.
Unshelve. all: by end_near. Qed.

Global Instance is_derive_mx {m n : nat} (M : V -> 'M[R]_(m, n))
Lemma is_derive_mx {m n : nat} (M : V -> 'M[R]_(m, n))
(dM : 'M[R]_(m, n)) (x v : V) :
(forall i j, is_derive x v (fun t => M t i j) (dM i j)) ->
is_derive x v M dM.
Expand Down
Loading