@@ -51,13 +51,13 @@ Variables (tau1L : {additive 'CF(L) -> 'CF(G)}) (phi : 'CF(L)).
5151Hypotheses (defW : W1 \x W2 = W) (xdefW : W2 \x W1 = W) (maxL : L \in 'M).
5252
5353Local Notation "` 'S'" := (gval S) (only parsing) : group_scope.
54- Local Notation P := `S`_\F%G.
54+ Local Notation P := ( `S`_\F) %G.
5555Local Notation "` 'P'" := `S`_\F : group_scope.
5656Local Notation PU := S^`(1)%G.
5757Local Notation "` 'PU'" := `S^`(1)%g : group_scope.
5858Local Notation "` 'L'" := (gval L) (only parsing).
59- Local Notation H := `L`_\F%G.
60- Local Notation "` 'H'" := `L`_\F%g (format "` 'H'") : group_scope.
59+ Local Notation H := ( `L`_\F) %G.
60+ Local Notation "` 'H'" := ( `L`_\F) %g (format "` 'H'") : group_scope.
6161
6262Let p := #|W2|.
6363Let q := #|W1|.
@@ -293,8 +293,8 @@ Let ddL := FT_DadeF_hyp maxL.
293293Let ddM := FT_DadeF_hyp maxM.
294294Let tauL := Dade ddL.
295295Let tauM := Dade ddM.
296- Let H := L`_\F%G.
297- Let K := M`_\F%G.
296+ Let H := ( L`_\F) %G.
297+ Let K := ( M`_\F) %G.
298298Let calL := seqIndD H L H 1.
299299Let calM := seqIndD K M K 1.
300300Let u : algC := #|L : H|%:R.
@@ -381,14 +381,14 @@ Local Notation "` 'W'" := (gval W) (only parsing) : group_scope.
381381Local Notation What := (cyclicTIset defW).
382382
383383Local Notation "` 'S'" := (gval S) (only parsing) : group_scope.
384- Local Notation P := `S`_\F%G.
384+ Local Notation P := ( `S`_\F) %G.
385385Local Notation "` 'P'" := `S`_\F : group_scope.
386386Local Notation PU := S^`(1)%G.
387387Local Notation "` 'PU'" := `S^`(1) : group_scope.
388388Local Notation "` 'U'" := (gval U) (only parsing) : group_scope.
389389
390390Local Notation "` 'T'" := (gval T) (only parsing) : group_scope.
391- Local Notation Q := `T`_\F%G.
391+ Local Notation Q := ( `T`_\F) %G.
392392Local Notation "` 'Q'" := `T`_\F : group_scope.
393393Local Notation QV := T^`(1)%G.
394394Local Notation "` 'QV'" := `T^`(1) : group_scope.
@@ -493,8 +493,8 @@ Let Stype2 := FTtypeP_max_typeII.
493493(* These correspond to Peterfalvi, Hypothesis (14.3). *)
494494Variables (L : {group gT}) (tau1L : {additive 'CF(L) -> 'CF(G)}) (phi : 'CF(L)).
495495Local Notation "` 'L'" := (gval L) (only parsing).
496- Local Notation H := `L`_\F%G.
497- Local Notation "` 'H'" := `L`_\F%g (format "` 'H'") : group_scope.
496+ Local Notation H := ( `L`_\F) %G.
497+ Local Notation "` 'H'" := ( `L`_\F) %g (format "` 'H'") : group_scope.
498498
499499Hypothesis maxNU_L : L \in 'M('N(U)).
500500
@@ -857,8 +857,8 @@ Variables (M : {group gT}) (tau1M : {additive 'CF(M) -> 'CF(G)}) (psi : 'CF(M)).
857857Hypothesis maxNV_M : M \in 'M('N(V)).
858858
859859Local Notation "` 'M'" := (gval M) (only parsing).
860- Local Notation K := `M`_\F%G.
861- Local Notation "` 'K'" := `M`_\F%g (format "` 'K'") : group_scope.
860+ Local Notation K := ( `M`_\F) %G.
861+ Local Notation "` 'K'" := ( `M`_\F) %g (format "` 'K'") : group_scope.
862862
863863(* Consequences of the above. *)
864864Hypotheses (maxM : M \in 'M) (sNVM : 'N(V) \subset M).
0 commit comments