Skip to content

Commit

Permalink
Merge pull request #51 from proux01/coq_18031
Browse files Browse the repository at this point in the history
Adapt to coq/coq#18031
  • Loading branch information
proux01 authored Sep 24, 2023
2 parents d8ce762 + 7e224c4 commit 6fa8ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theories/BGappendixC.v
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Let nU := ((p ^ q).-1 %/ p.-1)%N.
(* External statement of the finite field assumption. *)
Variant finFieldImage : Prop :=
FinFieldImage (F : finFieldType) (sigma : {morphism P >-> F}) of
isom P [set: F] sigma & sigma @*^-1 <[1 : F]> = P0
isom P [set: F] sigma & sigma @*^-1 <[1%R : F]> = P0
& exists2 sigmaU : {morphism U >-> {unit F}},
'injm sigmaU & {in P & U, morph_act 'J 'U sigma sigmaU}.

Expand Down
2 changes: 1 addition & 1 deletion theories/PFsection1.v
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Variable gT : finGroupType.
Lemma odd_eq_conj_irr1 (G : {group gT}) t :
odd #|G| -> (('chi[G]_t)^*%CF == 'chi_t) = ('chi_t == 1).
Proof.
rewrite -coprimen2 => oddG; pose A := <[1 : 'Z_2]>.
rewrite -coprimen2 => oddG; pose A := <[1%R : 'Z_2]>.
have Z2P (a : 'Z_2): a = 0 \/ a = 1 by apply/pred2P; case: a => -[|[]].
pose Ito (t : Iirr G) := [fun a : 'Z_2 => iter a (@conjC_Iirr _ G) t].
pose Cto (C : {set gT}) := [fun a : 'Z_2 => iter a invg C].
Expand Down

0 comments on commit 6fa8ce4

Please sign in to comment.