File tree Expand file tree Collapse file tree 7 files changed +12
-14
lines changed
Expand file tree Collapse file tree 7 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ Reserved Notation "\alpha ( M )" (format "\alpha ( M )").
3636Reserved Notation "\beta ( M )" (format "\beta ( M )").
3737Reserved Notation "\sigma ( M )" (format "\sigma ( M )").
3838
39- Reserved Notation "M `_ \alpha" (at level 3, format "M `_ \alpha").
40- Reserved Notation "M `_ \beta" (at level 3, format "M `_ \beta").
41- Reserved Notation "M `_ \sigma" (at level 3, format "M `_ \sigma").
39+ Reserved Notation "M `_ \alpha" (format "M `_ \alpha").
40+ Reserved Notation "M `_ \beta" (format "M `_ \beta").
41+ Reserved Notation "M `_ \sigma" (format "M `_ \sigma").
4242
4343Section Def.
4444
Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ Canonical Structure Fitting_core_group := [group of Fitting_core].
3636
3737End Definitions.
3838
39- Notation "M `_ \F" := (Fitting_core M)
40- (at level 3, format "M `_ \F") : group_scope.
39+ Notation "M `_ \F" := (Fitting_core M) (format "M `_ \F") : group_scope.
4140Notation "M `_ \F" := (Fitting_core_group M) : Group_scope.
4241
4342Section FittingCore.
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ Definition mmax_transversal U := orbit_transversal 'JG U 'M.
195195
196196End Definitions.
197197
198- Notation "M `_ \s" := (FTcore M) (at level 3, format "M `_ \s") : group_scope.
198+ Notation "M `_ \s" := (FTcore M) (format "M `_ \s") : group_scope.
199199Notation "M `_ \s" := (FTcore_group M) : Group_scope.
200200
201201Notation "''A1' ( M )" := (FTsupport1 M) (format "''A1' ( M )") : group_scope.
@@ -205,7 +205,7 @@ Notation "''A' ( M )" := (FTsupport M) (format "''A' ( M )") : group_scope.
205205Notation "''A0' ( M )" := (FTsupport0 M) (format "''A0' ( M )") : group_scope.
206206
207207Notation "''M^' G" := (mmax_transversal G)
208- (at level 3 , format "''M^' G") : group_scope.
208+ (at level 1 , format "''M^' G") : group_scope.
209209
210210Section Section16.
211211
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ Let E2_ i t :=
220220
221221Local Notation "''V_' i" := (V_ i) (at level 8, i at level 2, format "''V_' i").
222222Local Notation "''n_' i" := (n_ i) (at level 8, i at level 2, format "''n_' i").
223- Local Notation "''E_' i" := (E_ i) (at level 8, i at level 2, format "''E_' i").
223+ Local Notation "''E_' i" := (E_ i) (i at level 2, format "''E_' i").
224224Local Notation "'E_ ( i )" := (E_ i) (only parsing).
225225Local Notation "e ^g" := (g^-1 *m (e *m g)) (format "e ^g") : ring_scope.
226226Local Notation "'E_ ( i , t )" := (E2_ i t) (format "''E_' ( i , t )").
Original file line number Diff line number Diff line change 22(* Distributed under the terms of CeCILL-B. *)
33From HB Require Import structures.
44From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq div.
5- From mathcomp Require Import choice fintype bigop prime finset.
5+ From mathcomp Require Import choice fintype bigop prime finset finalg mxabelem .
66From mathcomp Require Import fingroup morphism automorphism quotient action.
77From mathcomp Require Import cyclic center gfunctor commutator gseries pgroup.
88From mathcomp Require Import nilpotent sylow abelian maximal hall.
@@ -46,7 +46,6 @@ Import GroupScope.
4646
4747Reserved Notation "''M'" (format "''M'").
4848Reserved Notation "''M' ( H )" (format "''M' ( H )").
49- Reserved Notation "''U'".
5049Reserved Notation "''SCN_' n [ p ]" (n at level 2, format "''SCN_' n [ p ]").
5150Reserved Notation "|/|_ X ( A ; pi )"
5251 (X at level 2, format "|/|_ X ( A ; pi )").
Original file line number Diff line number Diff line change @@ -442,9 +442,9 @@ Lemma RmodelP (m : model) : is_Rmodel m. Proof. by case: m. Qed.
442442
443443Fact nil_RmodelP : is_Rmodel nil. Proof . by []. Qed .
444444
445- Definition eval_cl (m : model) kvs := \sum_(kv <- kvs) m`_kv.1 *~ kv.2.
445+ Definition eval_cl (m : model) kvs := \sum_(kv <- kvs) m`_(kv.1) *~ kv.2.
446446
447- Definition sat_lit (m : model) ij kv := '[m ij, m`_kv.1 ] == kv.2%:~R.
447+ Definition sat_lit (m : model) ij kv := '[m ij, m`_(kv.1) ] == kv.2%:~R.
448448Definition sat_cl m cl := uniq (unzip1 cl.2) && all (sat_lit m cl.1) cl.2.
449449
450450Definition sat (m : model) th :=
@@ -1242,7 +1242,7 @@ have /dIrrP[dk Ddk]: m`_0 \in dirr G.
12421242 have [[/andP[/allP n1m _] Zm] [_ m_gt0 _]] := (RmodelP m, and3P m_th).
12431243 by rewrite dirrE Zm ?[_ == 1]n1m ?mem_nth.
12441244exists dk => [][i j] /andP[/= lti ltj]; apply/eqP.
1245- suffices{dk Ddk}: sat_cl m (& (Lit 1 (j == 0))%N in (i, j)).
1245+ suffices{dk Ddk}: sat_cl m (& (( Lit 1 (j == 0))%N) in (i, j)).
12461246 by rewrite /sat_cl /= andbT /sat_lit Ddk.
12471247without loss{i lti} ->: m i ltj m_th / i = 0%N.
12481248 have [bb21_m m_gt0 m11_x1 m21_x1 _] := and5P m_th.
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ Proof.
312312by have:= typeII_IV_core => /=; case: ifP => // _ [/def_Ptype_factor_prime].
313313Qed .
314314
315- Let frobUW1c : [Frobenius U <*> W1 / C = Ubar ><| W1 / C].
315+ Let frobUW1c : [Frobenius U <*> W1 / C = Ubar ><| ( W1 / C) ].
316316Proof .
317317apply: Frobenius_quotient frobUW1 _ nsCUW1 _.
318318 by apply: nilpotent_sol; have [_ []] := MtypeP.
You can’t perform that action at this time.
0 commit comments