Skip to content

Commit c5548bc

Browse files
authored
Merge pull request math-comp#77 from proux01/rocq21611
Adapt to rocq-prover/rocq#21611
2 parents e170ac0 + 276ab57 commit c5548bc

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

theories/BGsection7.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Reserved Notation "|/|* ( A ; pi )" (format "|/|* ( A ; pi )").
5353

5454
(* The generic setup for the whole Odd Order Theorem proof. *)
5555

56-
HB.mixin Record IsMinSimpleOddGroup gT of FinGroup gT := {
56+
HB.mixin Record IsMinSimpleOddGroup gT & FinGroup gT := {
5757
mFT_odd_full : odd #|[set: gT]|;
5858
mFT_simple : simple [set: gT];
5959
mFT_nonSolvable : ~~ solvable [set: gT];

theories/PFsection2.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Qed.
103103

104104
Fact Dade_signalizer_key : unit. Proof. by []. Qed.
105105
Definition Dade_signalizer_def a := 'O_pi^'('C_G[a])%G.
106-
Definition Dade_signalizer of Dade_hypothesis G L A :=
106+
Definition Dade_signalizer & Dade_hypothesis G L A :=
107107
locked_with Dade_signalizer_key Dade_signalizer_def.
108108

109109
Hypothesis ddA : Dade_hypothesis G L A.

theories/PFsection3.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Section Definitions.
6565

6666
Variables (gT : finGroupType) (G W W1 W2 : {set gT}).
6767

68-
Definition cyclicTIset of W1 \x W2 = W := W :\: (W1 :|: W2).
68+
Definition cyclicTIset & W1 \x W2 = W := W :\: (W1 :|: W2).
6969

7070
Definition cyclicTI_hypothesis (defW : W1 \x W2 = W) :=
7171
[/\ cyclic W, odd #|W| & normedTI (cyclicTIset defW) G W].

theories/PFsection4.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ by case/and3P=> _ _ /andP[] /andP[] /eqP.
139139
Qed.
140140

141141
(* This is Peterfalvi, Hypothesis (4.2), with explicit parameters. *)
142-
Definition primeTI_hypothesis (L K W W1 W2 : {set gT}) of W1 \x W2 = W :=
142+
Definition primeTI_hypothesis (L K W W1 W2 : {set gT}) & W1 \x W2 = W :=
143143
[/\ (*a*) [/\ K ><| W1 = L, W1 != 1, Hall L W1 & cyclic W1],
144144
(*b*) [/\ W2 != 1, W2 \subset K & cyclic W2],
145145
{in W1^#, forall x, 'C_K[x] = W2}

theories/PFsection9.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ by rewrite -(@leq_pmul2l (p ^ q)) -?oH ?cUW2 //= expn_gt0 cardG_gt0.
144144
Qed.
145145

146146
(* Existential witnesses for Peterfalvi (9.4). *)
147-
Definition Ptype_Fcore_kernel of of_typeP M U defW :=
147+
Definition Ptype_Fcore_kernel & of_typeP M U defW :=
148148
odflt 1%G [pick H0 : {group gT} | chief_factor M H0 H & 'C_H(U) \subset H0].
149149
Let H0 := (Ptype_Fcore_kernel MtypeP).
150150
Local Notation "` 'H0'" := (gval H0) (only parsing) : group_scope.

0 commit comments

Comments
 (0)