fact
stringlengths
8
1.54k
type
stringclasses
19 values
library
stringclasses
8 values
imports
listlengths
1
10
filename
stringclasses
98 values
symbolic_name
stringlengths
1
42
docstring
stringclasses
1 value
orthonormalPS : reflect (uniq S /\ {in S &, forall phi psi, '[phi, psi]_G = (phi == psi)%:R}) (orthonormal S). Proof. rewrite orthonormalE; have [/= normS | not_normS] := allP; last first. by right=> [[_ o1S]]; case: not_normS => phi Sphi; rewrite /= o1S ?eqxx. apply: (iffP (pairwise_orthogonalP S)) => [] [uniqS oSS]. split=> // [|phi psi]; first by case/andP: uniqS. by have [-> _ /normS/eqP | /oSS] := eqVneq. split=> // [|phi psi Sphi Spsi /negbTE]; last by rewrite oSS // => ->. by rewrite /= (contra (normS _)) // cfdot0r eq_sym oner_eq0. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
orthonormalP
sub_orthonormalS1 S2 : {subset S1 <= S2} -> uniq S1 -> orthonormal S2 -> orthonormal S1. Proof. move=> sS12 uniqS1 /orthonormalP[_ oS1]. by apply/orthonormalP; split; last apply: sub_in2 sS12 _ _. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
sub_orthonormal
orthonormal2Pphi psi : reflect [/\ '[phi, psi] = 0, '[phi] = 1 & '[psi] = 1] (orthonormal [:: phi; psi]). Proof. rewrite /orthonormal /= !andbT andbC. by apply: (iffP and3P) => [] []; do 3!move/eqP->. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
orthonormal2P
conjC_pair_orthogonalS chi : cfConjC_closed S -> ~~ has cfReal S -> pairwise_orthogonal S -> chi \in S -> pairwise_orthogonal (chi :: chi^*%CF). Proof. move=> ccS /hasPn nrS oSS Schi; apply: sub_pairwise_orthogonal oSS. by apply/allP; rewrite /= Schi ccS. by rewrite /= inE eq_sym nrS. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
conjC_pair_orthogonal
cfdot_real_conjCphi psi : cfReal phi -> '[phi, psi^*]_G = '[phi, psi]^*. Proof. by rewrite -cfdot_conjC => /eqcfP->. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfdot_real_conjC
extend_cfConjC_subsetS X phi : cfConjC_closed S -> ~~ has cfReal S -> phi \in S -> phi \notin X -> cfConjC_subset X S -> cfConjC_subset [:: phi, phi^* & X]%CF S. Proof. move=> ccS nrS Sphi X'phi [uniqX /allP-sXS ccX]. split; last 1 [by apply/allP; rewrite /= Sphi ccS | apply/allP]; rewrite /= inE. by rewrite negb_or X'phi eq_sym (hasPn nrS) // (contra (ccX _)) ?cfConjCK. by rewrite cfConjCK !mem_head orbT; apply/allP=> xi Xxi; rewrite !inE ccX ?orbT. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
extend_cfConjC_subset
dvdn_cforderPn : reflect {in G, forall x, phi x ^+ n = 1} (#[phi]%CF %| n)%N. Proof. apply: (iffP (dvdn_biglcmP _ _ _)); rewrite genGid => phiG1 x Gx. by apply/eqP; rewrite -dvdn_orderC phiG1. by rewrite dvdn_orderC phiG1. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
dvdn_cforderP
dvdn_cfordern : (#[phi]%CF %| n) = (phi ^+ n == 1). Proof. apply/dvdn_cforderP/eqP=> phi_n_1 => [|x Gx]. by apply/cfun_inP=> x Gx; rewrite exp_cfunE // cfun1E Gx phi_n_1. by rewrite -exp_cfunE // phi_n_1 // cfun1E Gx. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
dvdn_cforder
exp_cforder: phi ^+ #[phi]%CF = 1. Proof. by apply/eqP; rewrite -dvdn_cforder. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
exp_cforder
cforder_rmorphphi : #[f phi]%CF %| #[phi]%CF. Proof. by rewrite dvdn_cforder -rmorphXn exp_cforder rmorph1. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cforder_rmorph
cforder_inj_rmorphphi : injective f -> #[f phi]%CF = #[phi]%CF. Proof. move=> inj_f; apply/eqP; rewrite eqn_dvd cforder_rmorph dvdn_cforder /=. by rewrite -(rmorph_eq1 _ inj_f) rmorphXn exp_cforder. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cforder_inj_rmorph
sub_iso_toU1 U2 W1 W2 tau : {subset U2 <= U1} -> {subset W1 <= W2} -> {in U1, isometry tau, to W1} -> {in U2, isometry tau, to W2}. Proof. by move=> sU sW [Itau Wtau]; split=> [|u /sU/Wtau/sW //]; apply: sub_in2 Itau. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
sub_iso_to
isometry_of_freeS f : free S -> {in S &, isometry f} -> {tau : {linear 'CF(L) -> 'CF(G)} | {in S, tau =1 f} & {in <<S>>%VS &, isometry tau}}. Proof. move=> freeS If; have defS := free_span freeS. have [tau /(_ freeS (size_map f S))Dtau] := linear_of_free S (map f S). have{} Dtau: {in S, tau =1 f}. by move=> _ /(nthP 0)[i ltiS <-]; rewrite -!(nth_map 0 0) ?Dtau. exists tau => // _ _ /defS[a -> _] /defS[b -> _]. rewrite !{1}linear_sum !{1}cfdot_suml; apply/eq_big_seq=> xi1 Sxi1. rewrite !{1}cfdot_sumr; apply/eq_big_seq=> xi2 Sxi2. by rewrite !linearZ /= !Dtau // !cfdotZl !cfdotZr If. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
isometry_of_free
isometry_of_cfnormS tauS : pairwise_orthogonal S -> pairwise_orthogonal tauS -> map cfnorm tauS = map cfnorm S -> {tau : {linear 'CF(L) -> 'CF(G)} | map tau S = tauS & {in <<S>>%VS &, isometry tau}}. Proof. move=> oS oT eq_nST; have freeS := orthogonal_free oS. have eq_sz: size tauS = size S by have:= congr1 size eq_nST; rewrite !size_map. have [tau defT] := linear_of_free S tauS; rewrite -[S]/(tval (in_tuple S)). exists tau => [|u v /coord_span-> /coord_span->]; rewrite ?raddf_sum ?defT //=. apply: eq_bigr => i _ /=; rewrite linearZ !cfdotZr !cfdot_suml; congr (_ * _). apply: eq_bigr => j _ /=; rewrite linearZ !cfdotZl; congr (_ * _). rewrite -!(nth_map 0 0 tau) ?{}defT //; have [-> | neq_ji] := eqVneq j i. by rewrite -!['[_]](nth_map 0 0 cfnorm) ?eq_sz // eq_nST. have{oS} [/=/andP[_ uS] oS] := pairwise_orthogonalP oS. have{oT} [/=/andP[_ uT] oT] := pairwise_orthogonalP oT. by rewrite oS ?oT ?mem_nth ?nth_uniq ?eq_sz. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
isometry_of_cfnorm
isometry_raddf_injU (tau : {additive 'CF(L) -> 'CF(G)}) : {in U &, isometry tau} -> {in U &, forall u v, u - v \in U} -> {in U &, injective tau}. Proof. move=> Itau linU phi psi Uphi Upsi /eqP; rewrite -subr_eq0 -raddfB. by rewrite -cfnorm_eq0 Itau ?linU // cfnorm_eq0 subr_eq0 => /eqP. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
isometry_raddf_inj
opp_isometry: @isometry _ _ G G -%R. Proof. by move=> x y; rewrite cfdotNl cfdotNr opprK. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
opp_isometry
cfResphi := Cfun 1 (cfRes_subproof phi).
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfRes
cfResEphi : A \subset B -> {in A, cfRes phi =1 phi}. Proof. by move=> sAB x Ax; rewrite cfunElock mem_gen ?genS. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfResE
cfRes1phi : cfRes phi 1%g = phi 1%g. Proof. by rewrite cfunElock if_same group1. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfRes1
cfRes_is_linear: linear cfRes. Proof. by move=> a phi psi; apply/cfunP=> x; rewrite !cfunElock mulrnAr mulrnDl. Qed. HB.instance Definition _ := GRing.isSemilinear.Build algC _ _ _ cfRes (GRing.semilinear_linear cfRes_is_linear).
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfRes_is_linear
cfRes_cfun1: cfRes 1 = 1. Proof. apply: cfun_in_genP => x Hx; rewrite cfunElock Hx !cfun1Egen Hx. by case: subsetP => [-> // | _]; rewrite group1. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfRes_cfun1
cfRes_is_monoid_morphism: monoid_morphism cfRes. Proof. split=> [|phi psi]; [exact: cfRes_cfun1 | apply/cfunP=> x]. by rewrite !cfunElock mulrnAr mulrnAl -mulrnA mulnb andbb. Qed. #[warning="-deprecated-since-mathcomp-2.5.0", deprecated(since="mathcomp 2.5.0", note="use `cfRes_is_monoid_morphism` instead")]
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfRes_is_monoid_morphism
cfRes_is_multiplicative:= (fun g => (g.2,g.1)) cfRes_is_monoid_morphism. HB.instance Definition _ := GRing.isMonoidMorphism.Build _ _ cfRes cfRes_is_monoid_morphism.
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfRes_is_multiplicative
cfResEoutphi : ~~ (H \subset G) -> 'Res[H] phi = (phi 1%g)%:A. Proof. move/negPf=> not_sHG; apply/cfunP=> x. by rewrite cfunE cfun1E mulr_natr cfunElock !genGid not_sHG. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfResEout
cfResResA phi : A \subset H -> H \subset G -> 'Res[A] ('Res[H] phi) = 'Res[A] phi. Proof. move=> sAH sHG; apply/cfunP=> x; rewrite !cfunElock !genGid !gen_subG sAH sHG. by rewrite (subset_trans sAH) // -mulrnA mulnb -in_setI (setIidPr _) ?gen_subG. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfResRes
cfRes_idA psi : 'Res[A] psi = psi. Proof. by apply/cfun_in_genP=> x Ax; rewrite cfunElock Ax subxx. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfRes_id
sub_cfker_ResA phi : A \subset H -> A \subset cfker phi -> A \subset cfker ('Res[H, G] phi). Proof. move=> sAH kerA; apply/subsetP=> x Ax; have Hx := subsetP sAH x Ax. rewrite inE Hx; apply/forallP=> y; rewrite !cfunElock !genGid groupMl //. by rewrite !(fun_if phi) cfkerMl // (subsetP kerA). Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
sub_cfker_Res
eq_cfker_Resphi : H \subset cfker phi -> cfker ('Res[H, G] phi) = H. Proof. by move=> kH; apply/eqP; rewrite eqEsubset cfker_sub sub_cfker_Res. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
eq_cfker_Res
cfRes_sub_kerphi : H \subset cfker phi -> 'Res[H, G] phi = (phi 1%g)%:A. Proof. move=> kerHphi; have sHG := subset_trans kerHphi (cfker_sub phi). apply/cfun_inP=> x Hx; have ker_x := subsetP kerHphi x Hx. by rewrite cfResE // cfunE cfun1E Hx mulr1 cfker1. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfRes_sub_ker
cforder_Resphi : #['Res[H] phi]%CF %| #[phi]%CF. Proof. exact: cforder_rmorph. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cforder_Res
cfMorphphi := Cfun 1 (cfMorph_subproof phi).
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMorph
cfMorphEphi x : G \subset D -> x \in G -> cfMorph phi x = phi (f x). Proof. by rewrite cfunElock => -> ->. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMorphE
cfMorph1phi : cfMorph phi 1%g = phi 1%g. Proof. by rewrite cfunElock morph1 if_same group1. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMorph1
cfMorphEoutphi : ~~ (G \subset D) -> cfMorph phi = (phi 1%g)%:A. Proof. move/negPf=> not_sGD; apply/cfunP=> x; rewrite cfunE cfun1E mulr_natr. by rewrite cfunElock not_sGD. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMorphEout
cfMorph_cfun1: cfMorph 1 = 1. Proof. apply/cfun_inP=> x Gx; rewrite cfunElock !cfun1E Gx. by case: subsetP => [sGD | _]; rewrite ?group1 // mem_morphim ?sGD. Qed. Fact cfMorph_is_linear : linear cfMorph. Proof. by move=> a phi psi; apply/cfunP=> x; rewrite !cfunElock mulrnAr -mulrnDl. Qed. HB.instance Definition _ := GRing.isSemilinear.Build algC _ _ _ cfMorph (GRing.semilinear_linear cfMorph_is_linear). Fact cfMorph_is_monoid_morphism : monoid_morphism cfMorph. Proof. split=> [|phi psi]; [exact: cfMorph_cfun1 | apply/cfunP=> x]. by rewrite !cfunElock mulrnAr mulrnAl -mulrnA mulnb andbb. Qed. HB.instance Definition _ := GRing.isMonoidMorphism.Build _ _ cfMorph cfMorph_is_monoid_morphism. Hypothesis sGD : G \subset D.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMorph_cfun1
cfMorph_inj: injective cfMorph. Proof. move=> phi1 phi2 eq_phi; apply/cfun_inP=> _ /morphimP[x Dx Gx ->]. by rewrite -!cfMorphE // eq_phi. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMorph_inj
cfMorph_eq1phi : (cfMorph phi == 1) = (phi == 1). Proof. exact/rmorph_eq1/cfMorph_inj. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMorph_eq1
cfker_morphphi : cfker (cfMorph phi) = G :&: f @*^-1 (cfker phi). Proof. apply/setP=> x /[!inE]; apply: andb_id2l => Gx. have Dx := subsetP sGD x Gx; rewrite Dx mem_morphim //=. apply/forallP/forallP=> Kx y. have [{y} /morphimP[y Dy Gy ->] | fG'y] := boolP (y \in f @* G). by rewrite -morphM // -!(cfMorphE phi) ?groupM. by rewrite !cfun0 ?groupMl // mem_morphim. have [Gy | G'y] := boolP (y \in G); last by rewrite !cfun0 ?groupMl. by rewrite !cfMorphE ?groupM ?morphM // (subsetP sGD). Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfker_morph
cfker_morph_imphi : f @* cfker (cfMorph phi) = cfker phi. Proof. by rewrite cfker_morph // morphim_setIpre (setIidPr (cfker_sub _)). Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfker_morph_im
sub_cfker_morphphi (A : {set aT}) : (A \subset cfker (cfMorph phi)) = (A \subset G) && (f @* A \subset cfker phi). Proof. rewrite cfker_morph // subsetI; apply: andb_id2l => sAG. by rewrite sub_morphim_pre // (subset_trans sAG). Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
sub_cfker_morph
sub_morphim_cfkerphi (A : {set aT}) : A \subset G -> (f @* A \subset cfker phi) = (A \subset cfker (cfMorph phi)). Proof. by move=> sAG; rewrite sub_cfker_morph ?sAG. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
sub_morphim_cfker
cforder_morphphi : #[cfMorph phi]%CF = #[phi]%CF. Proof. exact/cforder_inj_rmorph/cfMorph_inj. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cforder_morph
cfResMorph(G H : {group aT}) (phi : 'CF(f @* G)) : H \subset G -> G \subset D -> 'Res (cfMorph phi) = cfMorph ('Res[f @* H] phi). Proof. move=> sHG sGD; have sHD := subset_trans sHG sGD. apply/cfun_inP=> x Hx; have [Gx Dx] := (subsetP sHG x Hx, subsetP sHD x Hx). by rewrite !(cfMorphE, cfResE) ?morphimS ?mem_morphim //. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfResMorph
cfIsom:= locked_with cfIsom_key (cfMorph \o 'Res[G1] : 'CF(G) -> 'CF(R)).
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom
cfIsom_unlockable:= [unlockable of cfIsom].
Canonical
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom_unlockable
cfIsomEphi (x : aT : finType) : x \in G -> cfIsom phi (f x) = phi x. Proof. move=> Gx; rewrite unlock cfMorphE //= /restrm ?defG ?cfRes_id ?invmE //. by rewrite -defR mem_morphim. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsomE
cfIsom1phi : cfIsom phi 1%g = phi 1%g. Proof. by rewrite -(morph1 f) cfIsomE. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom1
cfIsom_is_zmod_morphism: zmod_morphism cfIsom. Proof. rewrite unlock; exact: raddfB. Qed. #[warning="-deprecated-since-mathcomp-2.5.0", deprecated(since="mathcomp 2.5.0", note="use `cfIsom_is_zmod_morphism` instead")]
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom_is_zmod_morphism
cfIsom_is_additive:= cfIsom_is_zmod_morphism.
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom_is_additive
cfIsom_is_monoid_morphism: monoid_morphism cfIsom. Proof. rewrite unlock; exact: (rmorph1 _, rmorphM _). Qed. #[warning="-deprecated-since-mathcomp-2.5.0", deprecated(since="mathcomp 2.5.0", note="use `cfIsom_is_monoid_morphism` instead")]
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom_is_monoid_morphism
cfIsom_is_multiplicative:= (fun g => (g.2,g.1)) cfIsom_is_monoid_morphism.
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom_is_multiplicative
cfIsom_is_scalable: scalable cfIsom. Proof. rewrite unlock; exact: linearZ_LR. Qed. HB.instance Definition _ := GRing.isZmodMorphism.Build _ _ cfIsom cfIsom_is_zmod_morphism. HB.instance Definition _ := GRing.isMonoidMorphism.Build _ _ cfIsom cfIsom_is_monoid_morphism. HB.instance Definition _ := GRing.isScalable.Build _ _ _ _ cfIsom cfIsom_is_scalable.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom_is_scalable
cfIsom_cfun1: cfIsom 1 = 1. Proof. exact: rmorph1. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom_cfun1
cfker_isomphi : cfker (cfIsom phi) = f @* cfker phi. Proof. rewrite unlock cfker_morph // defG cfRes_id morphpre_restrm morphpre_invm. by rewrite -defR !morphimIim. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfker_isom
cfIsomK: cancel (cfIsom isoGR) (cfIsom (isom_sym isoGR)). Proof. move=> phi; apply/cfun_inP=> x Gx; rewrite -{1}(invmE (isom_inj isoGR) Gx). by rewrite !cfIsomE // -(isom_im isoGR) mem_morphim. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsomK
cfIsomKV: cancel (cfIsom (isom_sym isoGR)) (cfIsom isoGR). Proof. move=> phi; apply/cfun_inP=> y Ry; pose injGR := isom_inj isoGR. rewrite -{1}[y](invmK injGR) ?(isom_im isoGR) //. suffices /morphpreP[fGy Gf'y]: y \in invm injGR @*^-1 G by rewrite !cfIsomE. by rewrite morphpre_invm (isom_im isoGR). Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsomKV
cfIsom_inj: injective (cfIsom isoGR). Proof. exact: can_inj cfIsomK. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom_inj
cfIsom_eq1phi : (cfIsom isoGR phi == 1) = (phi == 1). Proof. exact/rmorph_eq1/cfIsom_inj. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfIsom_eq1
cforder_isomphi : #[cfIsom isoGR phi]%CF = #[phi]%CF. Proof. exact: cforder_inj_rmorph cfIsom_inj. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cforder_isom
cfMod: 'CF(G / B) -> 'CF(G) := cfMorph.
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMod
ffun_Quo(phi : 'CF(G)) := [ffun Hx : coset_of B => phi (if B \subset cfker phi then repr Hx else 1%g) *+ (Hx \in G / B)%g]. Fact cfQuo_subproof phi : is_class_fun <<G / B>> (ffun_Quo phi). Proof. rewrite genGid; apply: intro_class_fun => [|Hx /negPf-> //]. move=> _ _ /morphimP[x Nx Gx ->] /morphimP[z Nz Gz ->]. rewrite -morphJ ?mem_morphim ?val_coset_prim ?groupJ //= -gen_subG. case: subsetP => // KphiH; do 2!case: repr_rcosetP => _ /KphiH/cfkerMl->. by rewrite cfunJ. Qed.
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
ffun_Quo
cfQuophi := Cfun 1 (cfQuo_subproof phi). Local Notation "phi / 'B'" := (cfQuo phi) (at level 40, left associativity) : cfun_scope. Local Notation "phi %% 'B'" := (cfMod phi) (at level 40) : cfun_scope.
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfQuo
cfModEphi x : B <| G -> x \in G -> (phi %% B)%CF x = phi (coset B x). Proof. by move/normal_norm=> nBG; apply: cfMorphE. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfModE
cfMod1phi : (phi %% B)%CF 1%g = phi 1%g. Proof. exact: cfMorph1. Qed. HB.instance Definition _ := GRing.LRMorphism.on cfMod.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMod1
cfMod_cfun1: (1 %% B)%CF = 1. Proof. exact: rmorph1. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMod_cfun1
cfker_modphi : B <| G -> B \subset cfker (phi %% B). Proof. case/andP=> sBG nBG; rewrite cfker_morph // subsetI sBG. apply: subset_trans _ (ker_sub_pre _ _); rewrite ker_coset_prim subsetI. by rewrite (subset_trans sBG nBG) sub_gen. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfker_mod
cfQuoEnorm(phi : 'CF(G)) x : B \subset cfker phi -> x \in 'N_G(B) -> (phi / B)%CF (coset B x) = phi x. Proof. rewrite cfunElock -gen_subG => sHK /setIP[Gx nHx]; rewrite sHK /=. rewrite mem_morphim // val_coset_prim //. by case: repr_rcosetP => _ /(subsetP sHK)/cfkerMl->. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfQuoEnorm
cfQuoE(phi : 'CF(G)) x : B <| G -> B \subset cfker phi -> x \in G -> (phi / B)%CF (coset B x) = phi x. Proof. by case/andP=> _ nBG sBK Gx; rewrite cfQuoEnorm // (setIidPl _). Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfQuoE
cfQuo1(phi : 'CF(G)) : (phi / B)%CF 1%g = phi 1%g. Proof. by rewrite cfunElock repr_coset1 group1 if_same. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfQuo1
cfQuoEout(phi : 'CF(G)) : ~~ (B \subset cfker phi) -> (phi / B)%CF = (phi 1%g)%:A. Proof. move/negPf=> not_kerB; apply/cfunP=> x; rewrite cfunE cfun1E mulr_natr. by rewrite cfunElock not_kerB. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfQuoEout
cfQuo_cfun1: (1 / B)%CF = 1. Proof. apply/cfun_inP=> Hx G_Hx; rewrite cfunElock !cfun1E G_Hx cfker_cfun1 -gen_subG. have [x nHx Gx ->] := morphimP G_Hx. case: subsetP=> [sHG | _]; last by rewrite group1. by rewrite val_coset_prim //; case: repr_rcosetP => y /sHG/groupM->. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfQuo_cfun1
cfModK: B <| G -> cancel cfMod cfQuo. Proof. move=> nsBG phi; apply/cfun_inP=> _ /morphimP[x Nx Gx ->] //. by rewrite cfQuoE ?cfker_mod ?cfModE. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfModK
cfQuoK: B <| G -> forall phi, B \subset cfker phi -> (phi / B %% B)%CF = phi. Proof. by move=> nsHG phi sHK; apply/cfun_inP=> x Gx; rewrite cfModE ?cfQuoE. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfQuoK
cfMod_eq1psi : B <| G -> (psi %% B == 1)%CF = (psi == 1). Proof. by move/cfModK/can_eq <-; rewrite rmorph1. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfMod_eq1
cfQuo_eq1phi : B <| G -> B \subset cfker phi -> (phi / B == 1)%CF = (phi == 1). Proof. by move=> nsBG kerH; rewrite -cfMod_eq1 // cfQuoK. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfQuo_eq1
cfResModH K (psi : 'CF(G / K)) : H \subset G -> K <| G -> ('Res (psi %% K) = 'Res[H / K] psi %% K)%CF. Proof. by move=> sHG /andP[_]; apply: cfResMorph. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfResMod
quotient_cfker_mod(A : {set gT}) K (psi : 'CF(G / K)) : K <| G -> (cfker (psi %% K) / K)%g = cfker psi. Proof. by case/andP=> _ /cfker_morph_im <-. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
quotient_cfker_mod
sub_cfker_mod(A : {set gT}) K (psi : 'CF(G / K)) : K <| G -> A \subset 'N(K) -> (A \subset cfker (psi %% K)) = (A / K \subset cfker psi)%g. Proof. by move=> nsKG nKA; rewrite -(quotientSGK nKA) ?quotient_cfker_mod// cfker_mod. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
sub_cfker_mod
cfker_quoH phi : H <| G -> H \subset cfker (phi) -> cfker (phi / H) = (cfker phi / H)%g. Proof. move=> nsHG /cfQuoK {2}<- //; have [sHG nHG] := andP nsHG. by rewrite cfker_morph 1?quotientGI // cosetpreK (setIidPr _) ?cfker_sub. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfker_quo
cfQuoEkerphi x : x \in G -> (phi / cfker phi)%CF (coset (cfker phi) x) = phi x. Proof. by move/cfQuoE->; rewrite ?cfker_normal. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfQuoEker
cfaithful_quophi : cfaithful (phi / cfker phi). Proof. by rewrite cfaithfulE cfker_quo ?cfker_normal ?trivg_quotient. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfaithful_quo
cfResQuoH K phi : K \subset cfker phi -> K \subset H -> H \subset G -> ('Res[H / K] (phi / K) = 'Res[H] phi / K)%CF. Proof. move=> kerK sKH sHG; apply/cfun_inP=> xb Hxb; rewrite cfResE ?quotientS //. have{xb Hxb} [x nKx Hx ->] := morphimP Hxb. by rewrite !cfQuoEnorm ?cfResE// 1?inE ?Hx ?(subsetP sHG)// sub_cfker_Res. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfResQuo
cfQuoInormK phi : K \subset cfker phi -> (phi / K)%CF = 'Res ('Res['N_G(K)] phi / K)%CF. Proof. move=> kerK; rewrite -cfResQuo ?subsetIl ?quotientInorm ?cfRes_id //. by rewrite subsetI normG (subset_trans kerK) ?cfker_sub. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfQuoInorm
cforder_modH (psi : 'CF(G / H)) : H <| G -> #[psi %% H]%CF = #[psi]%CF. Proof. by move/cfModK/can_inj/cforder_inj_rmorph->. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cforder_mod
cforder_quoH phi : H <| G -> H \subset cfker phi -> #[phi / H]%CF = #[phi]%CF. Proof. by move=> nsHG kerHphi; rewrite -cforder_mod ?cfQuoK. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cforder_quo
cfunM_onIA B phi psi : phi \in 'CF(G, A) -> psi \in 'CF(G, B) -> phi * psi \in 'CF(G, A :&: B). Proof. rewrite !cfun_onE => Aphi Bpsi; apply/subsetP=> x; rewrite !inE cfunE mulf_eq0. by case/norP=> /(subsetP Aphi)-> /(subsetP Bpsi). Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfunM_onI
cfunM_onA phi psi : phi \in 'CF(G, A) -> psi \in 'CF(G, A) -> phi * psi \in 'CF(G, A). Proof. by move=> Aphi Bpsi; rewrite -[A]setIid cfunM_onI. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfunM_on
cfSdprod:= locked_with cfSdprodKey (cfMorph \o cfIsom (tagged (sdprod_isom defG)) : 'CF(H) -> 'CF(G)).
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprod
cfSdprod_unlockable:= [unlockable of cfSdprod].
Canonical
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprod_unlockable
cfSdprod_is_zmod_morphism: zmod_morphism cfSdprod. Proof. rewrite unlock; exact: raddfB. Qed. #[warning="-deprecated-since-mathcomp-2.5.0", deprecated(since="mathcomp 2.5.0", note="use `cfSdprod_is_zmod_morphism` instead")]
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprod_is_zmod_morphism
cfSdprod_is_additive:= cfSdprod_is_zmod_morphism.
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprod_is_additive
cfSdprod_is_monoid_morphism: monoid_morphism cfSdprod. Proof. rewrite unlock; exact: (rmorph1 _, rmorphM _). Qed. #[warning="-deprecated-since-mathcomp-2.5.0", deprecated(since="mathcomp 2.5.0", note="use `cfSdprod_is_monoid_morphism` instead")]
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprod_is_monoid_morphism
cfSdprod_is_multiplicative:= (fun g => (g.2,g.1)) cfSdprod_is_monoid_morphism.
Definition
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprod_is_multiplicative
cfSdprod_is_scalable: scalable cfSdprod. Proof. rewrite unlock; exact: linearZ_LR. Qed. HB.instance Definition _ := GRing.isZmodMorphism.Build _ _ cfSdprod cfSdprod_is_zmod_morphism. HB.instance Definition _ := GRing.isMonoidMorphism.Build _ _ cfSdprod cfSdprod_is_monoid_morphism. HB.instance Definition _ := GRing.isScalable.Build _ _ _ _ cfSdprod cfSdprod_is_scalable.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprod_is_scalable
cfSdprod1phi : cfSdprod phi 1%g = phi 1%g. Proof. by rewrite unlock /= cfMorph1 cfIsom1. Qed. Let nsKG : K <| G. Proof. by have [] := sdprod_context defG. Qed. Let sHG : H \subset G. Proof. by have [] := sdprod_context defG. Qed. Let sKG : K \subset G. Proof. by have [] := andP nsKG. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprod1
cfker_sdprodphi : K \subset cfker (cfSdprod phi). Proof. by rewrite unlock_with cfker_mod. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfker_sdprod
cfSdprodErphi : {in H, cfSdprod phi =1 phi}. Proof. by move=> y Hy; rewrite unlock cfModE ?cfIsomE ?(subsetP sHG). Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprodEr
cfSdprodEphi : {in K & H, forall x y, cfSdprod phi (x * y)%g = phi y}. Proof. by move=> x y Kx Hy; rewrite /= cfkerMl ?(subsetP (cfker_sdprod _)) ?cfSdprodEr. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprodE
cfSdprodK: cancel cfSdprod 'Res[H]. Proof. by move=> phi; apply/cfun_inP=> x Hx; rewrite cfResE ?cfSdprodEr. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprodK
cfSdprod_inj: injective cfSdprod. Proof. exact: can_inj cfSdprodK. Qed.
Lemma
character
[ "From HB Require Import structures", "From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path", "From mathcomp Require Import div choice fintype tuple finfun bigop prime order", "From mathcomp Require Import ssralg poly finset fingroup morphism perm", "From mathcomp Require Import autom...
character/classfun.v
cfSdprod_inj