Skip to content

Commit

Permalink
adapt to mc#1256
Browse files Browse the repository at this point in the history
  • Loading branch information
Tragicus committed Nov 4, 2024
1 parent 21062a5 commit 68d122d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theories/complex.v
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@ have [] := @Lemma4 _ _ 1%:M _ [::L1; L2] (erefl _).
rewrite 4!mul_rV_lin !mxvecK /= /L1fun /L2fun /=; congr (mxvec (_ *: _)).
move=> {L1 L2 L1fun L2fun}.
case: n {x} (vec_mx x) => [//|n] x in HrV u v *.
rewrite !GRing.sub_funE.

Check failure on line 1072 in theories/complex.v

View workflow job for this annotation

GitHub Actions / build (mathcomp/mathcomp:2.2.0-coq-8.19)

The reference GRing.sub_funE was not found in the current environment.

Check failure on line 1072 in theories/complex.v

View workflow job for this annotation

GitHub Actions / build (mathcomp/mathcomp-dev:coq-dev)

The reference GRing.sub_funE was not found in the current environment.

Check failure on line 1072 in theories/complex.v

View workflow job for this annotation

GitHub Actions / build (mathcomp/mathcomp-dev:coq-8.19)

The reference GRing.sub_funE was not found in the current environment.

Check failure on line 1072 in theories/complex.v

View workflow job for this annotation

GitHub Actions / build (mathcomp/mathcomp:2.2.0-coq-8.18)

The reference GRing.sub_funE was not found in the current environment.

Check failure on line 1072 in theories/complex.v

View workflow job for this annotation

GitHub Actions / build (mathcomp/mathcomp-dev:coq-8.18)

The reference GRing.sub_funE was not found in the current environment.

Check failure on line 1072 in theories/complex.v

View workflow job for this annotation

GitHub Actions / build (mathcomp/mathcomp:2.1.0-coq-8.18)

The reference GRing.sub_funE was not found in the current environment.

Check failure on line 1072 in theories/complex.v

View workflow job for this annotation

GitHub Actions / build (mathcomp/mathcomp:2.2.0-coq-dev)

The reference GRing.sub_funE was not found in the current environment.

Check failure on line 1072 in theories/complex.v

View workflow job for this annotation

GitHub Actions / build (mathcomp/mathcomp:2.1.0-coq-8.17)

The reference GRing.sub_funE was not found in the current environment.

Check failure on line 1072 in theories/complex.v

View workflow job for this annotation

GitHub Actions / build (mathcomp/mathcomp:2.2.0-coq-8.17)

The reference GRing.sub_funE was not found in the current environment.
do ?[rewrite -(scalemxAl, scalemxAr, scalerN, scalerDr)
|rewrite (mulmxN, mulNmx, trmxK, trmx_mul)
|rewrite ?[(_ *: _)^T]linearZ ?[(_ + _)^T]linearD ?[(- _)^T]linearN /=].
Expand Down

0 comments on commit 68d122d

Please sign in to comment.