Skip to content
Merged
Changes from all commits
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/xmathcomp/various.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From HB Require Import structures.
From mathcomp Require Import all_ssreflect all_fingroup all_algebra all_solvable.

Check warning on line 2 in theories/xmathcomp/various.v

View workflow job for this annotation

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

Notations "\pi ( _ )" defined at level 2 and "\pi"

Check warning on line 2 in theories/xmathcomp/various.v

View workflow job for this annotation

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

Notations "[ seq _ | _ <- _ ]" defined at level 0 with arguments
From mathcomp Require Import all_field.
Set SsrOldRewriteGoalsOrder. (* change Set to Unset when porting the file, then remove the line when requiring MathComp >= 2.6 *)

Expand Down Expand Up @@ -734,7 +734,7 @@
GRing.isMultiplicative.Build L (subvs_of {:L}) (vsproj {:L})
vsproj_is_multiplicative.

Definition vssub (k K : {vspace L}) of (k <= K)%VS :
Definition vssub (k K : {vspace L}) & (k <= K)%VS :
subvs_of k -> subvs_of K := vsproj _ \o vsval.

Variables (k K : {subfield L}) (kK : (k <= K)%VS).
Expand Down
Loading