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 |
|---|---|---|---|---|---|---|
mxsimple(V : 'M_n) :=
[/\ mxmodule V, V != 0 &
forall U : 'M_n, mxmodule U -> (U <= V)%MS -> U != 0 -> (V <= U)%MS]. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsimple | |
mxnonsimple(U : 'M_n) :=
exists V : 'M_n, [&& mxmodule V, (V <= U)%MS, V != 0 & \rank V < \rank U]. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxnonsimple | |
mxsimplePU :
[/\ mxmodule U, U != 0 & ~ mxnonsimple U] <-> mxsimple U.
Proof.
do [split => [] [modU nzU simU]; split] => // [V modV sVU nzV | [V]].
apply/idPn; rewrite -(ltn_leqif (mxrank_leqif_sup sVU)) => ltVU.
by case: simU; exists V; apply/and4P.
by case/and4P=> modV sVU nzV; apply/negP; rewrite -leqNgt mxrankS ?simU.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsimpleP | |
mxsimple_moduleU : mxsimple U -> mxmodule U.
Proof. by case. 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsimple_module | |
mxsimple_existsm (U : 'M_(m, n)) :
mxmodule U -> U != 0 -> classically (exists2 V, mxsimple V & V <= U)%MS.
Proof.
move=> modU nzU [] // simU; move: {2}_.+1 (ltnSn (\rank U)) => r leUr.
elim: r => // r IHr in m U leUr modU nzU simU.
have genU := genmxE U; apply: (simU); exists <<U>>%MS; last by rewrite genU.
apply/mxsimpleP; split; rewrite ?(eqmx_eq0 genU) ?(eqmx_module genU) //.
case=> V; rewrite !genU=> /and4P[modV sVU nzV ltVU]; case: notF.
apply: IHr nzV _ => // [|[W simW sWV]]; first exact: leq_trans ltVU _.
by apply: simU; exists W => //; apply: submx_trans sWV sVU.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsimple_exists | |
mx_iso_simpleU V : mx_iso U V -> mxsimple U -> mxsimple V.
Proof.
move=> isoUV [modU nzU simU]; have [f injf homUf defV] := isoUV.
split=> [||W modW sWV nzW]; first by rewrite (mx_iso_module isoUV).
by rewrite -(eqmx_eq0 defV) -(mul0mx n f) (can_eq (mulmxK injf)).
rewrite -defV -[W](mulmxKV injf) submxMr //; set W' := W *m _.
have sW'U: (W' <= U)%MS by rewrite -[U](mulmxK injf) submxMr ?defV.
rewrite (simU W') //; last by rewrite -(can_eq (mulmxK injf)) mul0mx mulmxKV.
rewrite hom_mxmodule ?dom_hom_invmx // -[W](mulmxKV injf) submxMr //.
exact: submx_trans sW'U homUf.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_iso_simple | |
mxsimple_cyclicu U :
mxsimple U -> u != 0 -> (u <= U)%MS -> (U :=: cyclic_mx u)%MS.
Proof.
case=> [modU _ simU] nz_u Uu; apply/eqmxP; set uG := cyclic_mx u.
have s_uG_U: (uG <= U)%MS by rewrite cyclic_mx_sub.
by rewrite simU ?cyclic_mx_eq0 ?submx_refl // cyclic_mx_module.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsimple_cyclic | |
mx_Schur_ontom (U : 'M_(m, n)) V f :
mxmodule U -> mxsimple V -> (U <= dom_hom_mx f)%MS ->
(U *m f <= V)%MS -> U *m f != 0 -> (U *m f :=: V)%MS.
Proof.
move=> modU [modV _ simV] homUf sUfV nzUf.
apply/eqmxP; rewrite sUfV -(genmxE (U *m f)).
rewrite simV ?(eqmx_eq0 (genmxE _)) ?genmxE //.
by rewrite (eqmx_module (genmxE _)) hom_mxmodule.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_Schur_onto | |
mx_Schur_injU f :
mxsimple U -> (U <= dom_hom_mx f)%MS -> U *m f != 0 -> (U :&: kermx f)%MS = 0.
Proof.
case=> [modU _ simU] homUf nzUf; apply/eqP; apply: contraR nzUf => nz_ker.
rewrite (sameP eqP sub_kermxP) (sameP capmx_idPl eqmxP) simU ?capmxSl //.
exact: kermx_hom_module.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_Schur_inj | |
mx_Schur_inj_isoU f :
mxsimple U -> (U <= dom_hom_mx f)%MS -> U *m f != 0 -> mx_iso U (U *m f).
Proof.
move=> simU homUf nzUf; have [modU _ _] := simU.
have eqUfU: \rank (U *m f) = \rank U by apply/mxrank_injP; rewrite mx_Schur_inj.
have{eqUfU} [g invg defUf] := complete_unitmx eqUfU.
suffices homUg: (U <= dom_hom_mx g)%MS by exists g; rewrite ?defUf.
apply/hom_mxP=> x Gx; have [ux defUx] := submxP (mxmoduleP modU x Gx).
by rewrite -defUf -(hom_mxP homUf) // defUx -!(mulmxA ux) defUf.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_Schur_inj_iso | |
mx_Schur_isoU V f :
mxsimple U -> mxsimple V -> (U <= dom_hom_mx f)%MS ->
(U *m f <= V)%MS -> U *m f != 0 -> mx_iso U V.
Proof.
move=> simU simV homUf sUfV nzUf; have [modU _ _] := simU.
have [g invg homUg defUg] := mx_Schur_inj_iso simU homUf nzUf.
exists g => //; apply: mx_Schur_onto; rewrite ?defUg //.
by rewrite -!submx0 defUg in nzUf *.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_Schur_iso | |
nz_row_mxsimpleU : mxsimple U -> nz_row U != 0.
Proof. by case=> _ nzU _; rewrite nz_row_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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | nz_row_mxsimple | |
mxsimple_iso(U V : 'M_n) :=
[&& mxmodule V, (V :&: row_hom_mx (nz_row U))%MS != 0 & \rank V <= \rank U]. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsimple_iso | |
mxsimple_isoPU V :
mxsimple U -> reflect (mx_iso U V) (mxsimple_iso U V).
Proof.
move=> simU; pose u := nz_row U.
have [Uu nz_u]: (u <= U)%MS /\ u != 0 by rewrite nz_row_sub nz_row_mxsimple.
apply: (iffP and3P) => [[modV] | isoUV]; last first.
split; last by rewrite (mxrank_iso isoUV).
by case: (mx_iso_simple isoUV simU).
have [f injf homUf defV] := isoUV; apply/rowV0Pn; exists (u *m f).
rewrite sub_capmx -defV submxMr //.
by apply/row_hom_mxP; exists f; first apply: (submx_trans Uu).
by rewrite -(mul0mx _ f) (can_eq (mulmxK injf)) nz_u.
case/rowV0Pn=> v; rewrite sub_capmx => /andP[Vv].
case/row_hom_mxP => f homMf def_v nz_v eqrUV.
pose uG := cyclic_mx u; pose vG := cyclic_mx v.
have def_vG: (uG *m f :=: vG)%MS by rewrite /vG -def_v; apply: hom_cyclic_mx.
have defU: (U :=: uG)%MS by apply: mxsimple_cyclic.
have mod_uG: mxmodule uG by rewrite cyclic_mx_module.
have homUf: (U <= dom_hom_mx f)%MS.
by rewrite defU cyclic_mx_sub ?dom_hom_mx_module.
have isoUf: mx_iso U (U *m f).
apply: mx_Schur_inj_iso => //; apply: contra nz_v; rewrite -!submx0.
by rewrite (eqmxMr f defU) def_vG; apply: submx_trans (cyclic_mx_id v).
apply: mx_iso_trans (isoUf) (eqmx_iso _); apply/eqmxP.
have sUfV: (U *m f <= V)%MS by rewrite (eqmxMr f defU) def_vG cyclic_mx_sub.
by rewrite -mxrank_leqif_eq ?eqn_leq 1?mxrankS // -(mxrank_iso isoUf).
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsimple_isoP | |
mxsimple_iso_simpleU V :
mxsimple_iso U V -> mxsimple U -> mxsimple V.
Proof.
by move=> isoUV simU; apply: mx_iso_simple (simU); apply/mxsimple_isoP.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsimple_iso_simple | |
mxsemisimple(V : 'M_n) :=
MxSemisimple I U (W := (\sum_(i : I) U i)%MS) of
forall i, mxsimple (U i) & (W :=: V)%MS & mxdirect W. | Variant | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsemisimple | |
sum_mxsimple_direct_complm I W (U : 'M_(m, n)) :
let V := (\sum_(i : I) W i)%MS in
(forall i : I, mxsimple (W i)) -> mxmodule U -> (U <= V)%MS ->
{J : {set I} | let S := U + \sum_(i in J) W i in S :=: V /\ mxdirect S}%MS.
Proof.
move=> V simW modU sUV; pose V_ (J : {set I}) := (\sum_(i in J) W i)%MS.
pose dxU (J : {set I}) := mxdirect (U + V_ J).
have [J maxJ]: {J | maxset dxU J}; last case/maxsetP: maxJ => dxUVJ maxJ.
apply: ex_maxset; exists set0.
by rewrite /dxU mxdirectE /V_ /= !big_set0 addn0 addsmx0 /=.
have modWJ: mxmodule (V_ J) by apply: sumsmx_module => i _; case: (simW i).
exists J; split=> //; apply/eqmxP; rewrite addsmx_sub sUV; apply/andP; split.
by apply/sumsmx_subP=> i Ji; rewrite (sumsmx_sup i).
rewrite -/(V_ J); apply/sumsmx_subP=> i _.
case Ji: (i \in J).
by apply: submx_trans (addsmxSr _ _); apply: (sumsmx_sup i).
have [modWi nzWi simWi] := simW i.
rewrite (sameP capmx_idPl eqmxP) simWi ?capmxSl ?capmx_module ?addsmx_module //.
apply: contraFT (Ji); rewrite negbK => dxWiUVJ.
rewrite -(maxJ (i |: J)) ?setU11 ?subsetUr // /dxU.
rewrite mxdirectE /= !big_setU1 ?Ji //=.
rewrite addnCA addsmxA (addsmxC U) -addsmxA -mxdirectE /=.
by rewrite mxdirect_addsE /= mxdirect_trivial -/(dxU _) dxUVJ.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | sum_mxsimple_direct_compl | |
sum_mxsimple_direct_subI W (V : 'M_n) :
(forall i : I, mxsimple (W i)) -> (\sum_i W i :=: V)%MS ->
{J : {set I} | let S := \sum_(i in J) W i in S :=: V /\ mxdirect S}%MS.
Proof.
move=> simW defV.
have [|J [defS dxS]] := sum_mxsimple_direct_compl simW (mxmodule0 n).
exact: sub0mx.
exists J; split; last by rewrite mxdirectE /= adds0mx mxrank0 in dxS.
by apply: eqmx_trans defV; rewrite adds0mx_id in defS.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | sum_mxsimple_direct_sub | |
mxsemisimple0: mxsemisimple 0.
Proof.
exists 'I_0 (fun _ => 0); [by case | by rewrite big_ord0 | ].
by rewrite mxdirectE /= !big_ord0 mxrank0.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsemisimple0 | |
intro_mxsemisimple(I : Type) r (P : pred I) W V :
(\sum_(i <- r | P i) W i :=: V)%MS ->
(forall i, P i -> W i != 0 -> mxsimple (W i)) ->
mxsemisimple V.
Proof.
move=> defV simW; pose W_0 := [pred i | W i == 0].
have [-> | nzV] := eqVneq V 0; first exact: mxsemisimple0.
case def_r: r => [| i0 r'] => [|{r' def_r}].
by rewrite -mxrank_eq0 -defV def_r big_nil mxrank0 in nzV.
move: defV; rewrite (bigID W_0) /= addsmxC -big_filter !(big_nth i0) !big_mkord.
rewrite addsmxC big1 ?adds0mx_id => [|i /andP[_ /eqP] //].
set tI := 'I_(_); set r_ := nth _ _ => defV.
have{simW} simWr (i : tI) : mxsimple (W (r_ i)).
case: i => m /=; set Pr := fun i => _ => lt_m_r /=.
suffices: (Pr (r_ m)) by case/andP; apply: simW.
apply: all_nthP m lt_m_r; apply/all_filterP.
by rewrite -filter_predI; apply: eq_filter => i; rewrite /= andbb.
have [J []] := sum_mxsimple_direct_sub simWr defV.
case: (set_0Vmem J) => [-> V0 | [j0 Jj0]].
by rewrite -mxrank_eq0 -V0 big_set0 mxrank0 in nzV.
pose K := {j | j \in J}; pose k0 : K := Sub j0 Jj0.
have bij_KJ: {on J, bijective (sval : K -> _)}.
by exists (insubd k0) => [k _ | j Jj]; rewrite ?valKd ?insubdK.
have J_K (k : K) : sval k \in J by apply: valP k.
rewrite mxdirectE /= !(reindex _ bij_KJ) !(eq_bigl _ _ J_K) -mxdirectE /= -/tI.
exact: MxSemisimple.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | intro_mxsemisimple | |
mxsimple_semisimpleU : mxsimple U -> mxsemisimple U.
Proof.
move=> simU; apply: (intro_mxsemisimple (_ : \sum_(i < 1) U :=: U))%MS => //.
by rewrite big_ord1.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsimple_semisimple | |
addsmx_semisimpleU V :
mxsemisimple U -> mxsemisimple V -> mxsemisimple (U + V)%MS.
Proof.
case=> [I W /= simW defU _] [J T /= simT defV _].
have defUV: (\sum_ij sum_rect (fun _ => 'M_n) W T ij :=: U + V)%MS.
by rewrite big_sumType /=; apply: adds_eqmx.
by apply: intro_mxsemisimple defUV _; case=> /=.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | addsmx_semisimple | |
sumsmx_semisimple(I : finType) (P : pred I) V :
(forall i, P i -> mxsemisimple (V i)) -> mxsemisimple (\sum_(i | P i) V i)%MS.
Proof.
move=> ssimV; elim/big_ind: _ => //; first exact: mxsemisimple0.
exact: addsmx_semisimple.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | sumsmx_semisimple | |
eqmx_semisimpleU V : (U :=: V)%MS -> mxsemisimple U -> mxsemisimple V.
Proof.
by move=> eqUV [I W S simW defU dxS]; exists I W => //; apply: eqmx_trans eqUV.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | eqmx_semisimple | |
hom_mxsemisimple(V f : 'M_n) :
mxsemisimple V -> (V <= dom_hom_mx f)%MS -> mxsemisimple (V *m f).
Proof.
case=> I W /= simW defV _; rewrite -defV => /sumsmx_subP homWf.
have{defV} defVf: (\sum_i W i *m f :=: V *m f)%MS.
by apply: eqmx_trans (eqmx_sym _) (eqmxMr f defV); apply: sumsmxMr.
apply: (intro_mxsemisimple defVf) => i _ nzWf.
by apply: mx_iso_simple (simW i); apply: mx_Schur_inj_iso; rewrite ?homWf.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | hom_mxsemisimple | |
mxsemisimple_moduleU : mxsemisimple U -> mxmodule U.
Proof.
case=> I W /= simW defU _.
by rewrite -(eqmx_module defU) sumsmx_module // => i _; case: (simW i).
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsemisimple_module | |
mxsplits(V U : 'M_n) :=
MxSplits (W : 'M_n) of mxmodule W & (U + W :=: V)%MS & mxdirect (U + W). | Variant | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsplits | |
mx_completely_reducibleV :=
forall U, mxmodule U -> (U <= V)%MS -> mxsplits V U. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_completely_reducible | |
mx_reducibleSU V :
mxmodule U -> (U <= V)%MS ->
mx_completely_reducible V -> mx_completely_reducible U.
Proof.
move=> modU sUV redV U1 modU1 sU1U.
have [W modW defV dxU1W] := redV U1 modU1 (submx_trans sU1U sUV).
exists (W :&: U)%MS; first exact: capmx_module.
by apply/eqmxP; rewrite !matrix_modl // capmxSr sub_capmx defV sUV /=.
by apply/mxdirect_addsP; rewrite capmxA (mxdirect_addsP dxU1W) cap0mx.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_reducibleS | |
mx_Maschke_pchar: [pchar F]^'.-group G -> mx_completely_reducible 1%:M.
Proof.
rewrite /pgroup pcharf'_nat; set nG := _%:R => nzG U => /mxmoduleP Umod _.
pose phi := nG^-1 *: (\sum_(x in G) rG x^-1 *m pinvmx U *m U *m rG x).
have phiG x: x \in G -> phi *m rG x = rG x *m phi.
move=> Gx; rewrite -scalemxAl -scalemxAr; congr (_ *: _).
rewrite {2}(reindex_acts 'R _ Gx) ?astabsR //= mulmx_suml mulmx_sumr.
apply: eq_bigr => y Gy; rewrite !mulmxA -repr_mxM ?groupV ?groupM //.
by rewrite invMg mulKVg repr_mxM ?mulmxA.
have Uphi: U *m phi = U.
rewrite -scalemxAr mulmx_sumr (eq_bigr (fun _ => U)) => [|x Gx].
by rewrite sumr_const -scaler_nat !scalerA mulVf ?scale1r.
by rewrite 3!mulmxA mulmxKpV ?repr_mxKV ?Umod ?groupV.
have tiUker: (U :&: kermx phi = 0)%MS.
apply/eqP/rowV0P=> v; rewrite sub_capmx => /andP[/submxP[u ->] /sub_kermxP].
by rewrite -mulmxA Uphi.
exists (kermx phi); last exact/mxdirect_addsP.
apply/mxmoduleP=> x Gx; apply/sub_kermxP.
by rewrite -mulmxA -phiG // mulmxA mulmx_ker mul0mx.
apply/eqmxP; rewrite submx1 sub1mx.
rewrite /row_full mxrank_disjoint_sum //= mxrank_ker.
suffices ->: (U :=: phi)%MS by rewrite subnKC ?rank_leq_row.
apply/eqmxP; rewrite -{1}Uphi submxMl scalemx_sub //.
by rewrite summx_sub // => x Gx; rewrite -mulmxA mulmx_sub ?Umod.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_Maschke_pchar | |
mxsemisimple_reducibleV : mxsemisimple V -> mx_completely_reducible V.
Proof.
case=> [I W /= simW defV _] U modU sUV; rewrite -defV in sUV.
have [J [defV' dxV]] := sum_mxsimple_direct_compl simW modU sUV.
exists (\sum_(i in J) W i)%MS.
- by apply: sumsmx_module => i _; case: (simW i).
- exact: eqmx_trans defV' defV.
by rewrite mxdirect_addsE (sameP eqP mxdirect_addsP) /= in dxV; case/and3P: dxV.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsemisimple_reducible | |
mx_reducible_semisimpleV :
mxmodule V -> mx_completely_reducible V -> classically (mxsemisimple V).
Proof.
move=> modV redV [] // nssimV; have [r leVr] := ubnP (\rank V).
elim: r => // r IHr in V leVr modV redV nssimV.
have [V0 | nzV] := eqVneq V 0.
by rewrite nssimV ?V0 //; apply: mxsemisimple0.
apply: (mxsimple_exists modV nzV) => [[U simU sUV]]; have [modU nzU _] := simU.
have [W modW defUW dxUW] := redV U modU sUV.
have sWV: (W <= V)%MS by rewrite -defUW addsmxSr.
apply: IHr (mx_reducibleS modW sWV redV) _ => // [|ssimW].
rewrite ltnS -defUW (mxdirectP dxUW) /= in leVr; apply: leq_trans leVr.
by rewrite -add1n leq_add2r lt0n mxrank_eq0.
apply: nssimV (eqmx_semisimple defUW (addsmx_semisimple _ ssimW)).
exact: mxsimple_semisimple.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_reducible_semisimple | |
mxsemisimpleSU V :
mxmodule U -> (U <= V)%MS -> mxsemisimple V -> mxsemisimple U.
Proof.
move=> modU sUV ssimV.
have [W modW defUW dxUW]:= mxsemisimple_reducible ssimV modU sUV.
move/mxdirect_addsP: dxUW => dxUW.
have defU : (V *m proj_mx U W :=: U)%MS.
by apply/eqmxP; rewrite proj_mx_sub -{1}[U](proj_mx_id dxUW) ?submxMr.
apply: eqmx_semisimple defU _; apply: hom_mxsemisimple ssimV _.
by rewrite -defUW proj_mx_hom.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsemisimpleS | |
hom_mxsemisimple_isoI P U W f :
let V := (\sum_(i : I | P i) W i)%MS in
mxsimple U -> (forall i, P i -> W i != 0 -> mxsimple (W i)) ->
(V <= dom_hom_mx f)%MS -> (U <= V *m f)%MS ->
{i | P i & mx_iso (W i) U}.
Proof.
move=> V simU simW homVf sUVf; have [modU nzU _] := simU.
have ssimVf: mxsemisimple (V *m f).
exact: hom_mxsemisimple (intro_mxsemisimple (eqmx_refl V) simW) homVf.
have [U' modU' defVf] := mxsemisimple_reducible ssimVf modU sUVf.
move/mxdirect_addsP=> dxUU'; pose p := f *m proj_mx U U'.
case: (pickP (fun i => P i && (W i *m p != 0))) => [i /andP[Pi nzWip] | no_i].
have sWiV: (W i <= V)%MS by rewrite (sumsmx_sup i).
have sWipU: (W i *m p <= U)%MS by rewrite mulmxA proj_mx_sub.
exists i => //; apply: (mx_Schur_iso (simW i Pi _) simU _ sWipU nzWip).
by apply: contraNneq nzWip => ->; rewrite mul0mx.
apply: (submx_trans sWiV); apply/hom_mxP=> x Gx.
by rewrite mulmxA [_ *m p]mulmxA 2?(hom_mxP _) -?defVf ?proj_mx_hom.
case/negP: nzU; rewrite -submx0 -[U](proj_mx_id dxUU') //.
rewrite (submx_trans (submxMr _ sUVf)) // -mulmxA -/p sumsmxMr.
by apply/sumsmx_subP=> i Pi; move/negbT: (no_i i); rewrite Pi negbK submx0.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | hom_mxsemisimple_iso | |
component_mx_expr(U : 'M[F]_n) :=
(\sum_i cyclic_mx (row i (row_hom_mx (nz_row U))))%MS. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_mx_expr | |
component_mx:= locked_with component_mx_key component_mx_expr. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_mx | |
component_mx_unfoldable:= [unlockable fun component_mx].
Variable U : 'M[F]_n.
Hypothesis simU : mxsimple U.
Let u := nz_row U.
Let iso_u := row_hom_mx u.
Let nz_u : u != 0 := nz_row_mxsimple simU.
Let Uu : (u <= U)%MS := nz_row_sub U.
Let defU : (U :=: cyclic_mx u)%MS := mxsimple_cyclic simU nz_u Uu.
Local Notation compU := (component_mx U). | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_mx_unfoldable | |
component_mx_module: mxmodule compU.
Proof.
by rewrite unlock sumsmx_module // => i; rewrite cyclic_mx_module.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_mx_module | |
genmx_component: <<compU>>%MS = compU.
Proof.
by rewrite [in compU]unlock genmx_sums; apply: eq_bigr => i; rewrite genmx_id.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | genmx_component | |
component_mx_def: {I : finType & {W : I -> 'M_n |
forall i, mx_iso U (W i) & compU = \sum_i W i}}%MS.
Proof.
pose r i := row i iso_u; pose r_nz i := r i != 0; pose I := {i | r_nz i}.
exists I; exists (fun i => cyclic_mx (r (sval i))) => [i|].
apply/mxsimple_isoP=> //; apply/and3P.
split; first by rewrite cyclic_mx_module.
apply/rowV0Pn; exists (r (sval i)); last exact: (svalP i).
by rewrite sub_capmx cyclic_mx_id row_sub.
have [f hom_u_f <-] := @row_hom_mxP u (r (sval i)) (row_sub _ _).
by rewrite defU -hom_cyclic_mx ?mxrankM_maxl.
rewrite -(eq_bigr _ (fun _ _ => genmx_id _)) -genmx_sums -genmx_component.
rewrite [in compU]unlock; apply/genmxP/andP; split; last first.
by apply/sumsmx_subP => i _; rewrite (sumsmx_sup (sval i)).
apply/sumsmx_subP => i _.
case i0: (r_nz i); first by rewrite (sumsmx_sup (Sub i i0)).
by move/negbFE: i0; rewrite -cyclic_mx_eq0 => /eqP->; apply: sub0mx.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_mx_def | |
component_mx_semisimple: mxsemisimple compU.
Proof.
have [I [W isoUW ->]] := component_mx_def.
apply: intro_mxsemisimple (eqmx_refl _) _ => i _ _.
exact: mx_iso_simple (isoUW i) simU.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_mx_semisimple | |
mx_iso_componentV : mx_iso U V -> (V <= compU)%MS.
Proof.
move=> isoUV; have [f injf homUf defV] := isoUV.
have simV := mx_iso_simple isoUV simU.
have hom_u_f := submx_trans Uu homUf.
have ->: (V :=: cyclic_mx (u *m f))%MS.
apply: eqmx_trans (hom_cyclic_mx hom_u_f).
exact: eqmx_trans (eqmx_sym defV) (eqmxMr _ defU).
have iso_uf: (u *m f <= iso_u)%MS by apply/row_hom_mxP; exists f.
rewrite genmxE; apply/row_subP=> j; rewrite row_mul mul_rV_lin1 /=.
set a := vec_mx _; apply: submx_trans (submxMr _ iso_uf) _.
apply/row_subP=> i; rewrite row_mul [in compU]unlock (sumsmx_sup i) //.
by apply/cyclic_mxP; exists a; rewrite // vec_mxK row_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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_iso_component | |
component_mx_id: (U <= compU)%MS.
Proof. exact: mx_iso_component (mx_iso_refl U). 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_mx_id | |
hom_component_mx_isof V :
mxsimple V -> (compU <= dom_hom_mx f)%MS -> (V <= compU *m f)%MS ->
mx_iso U V.
Proof.
have [I [W isoUW ->]] := component_mx_def => simV homWf sVWf.
have [i _ _|i _ ] := hom_mxsemisimple_iso simV _ homWf sVWf.
exact: mx_iso_simple (simU).
exact: mx_iso_trans.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | hom_component_mx_iso | |
component_mx_isoV : mxsimple V -> (V <= compU)%MS -> mx_iso U V.
Proof.
move=> simV; rewrite -[compU]mulmx1.
exact: hom_component_mx_iso (scalar_mx_hom _ _).
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_mx_iso | |
hom_component_mxf :
(compU <= dom_hom_mx f)%MS -> (compU *m f <= compU)%MS.
Proof.
move=> hom_f.
have [I W /= simW defW _] := hom_mxsemisimple component_mx_semisimple hom_f.
rewrite -defW; apply/sumsmx_subP=> i _; apply: mx_iso_component.
by apply: hom_component_mx_iso hom_f _ => //; rewrite -defW (sumsmx_sup i).
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | hom_component_mx | |
component_mx_isoPU V :
mxsimple U -> mxsimple V ->
reflect (mx_iso U V) (component_mx U == component_mx V).
Proof.
move=> simU simV; apply: (iffP eqP) => isoUV.
by apply: component_mx_iso; rewrite ?isoUV ?component_mx_id.
rewrite -(genmx_component U) -(genmx_component V); apply/genmxP.
wlog suffices: U V simU simV isoUV / (component_mx U <= component_mx V)%MS.
by move=> IH; rewrite !IH //; apply: mx_iso_sym.
have [I [W isoWU ->]] := component_mx_def simU.
apply/sumsmx_subP => i _; apply: mx_iso_component => //.
exact: mx_iso_trans (mx_iso_sym isoUV) (isoWU i).
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_mx_isoP | |
component_mx_disjointU V :
mxsimple U -> mxsimple V -> component_mx U != component_mx V ->
(component_mx U :&: component_mx V = 0)%MS.
Proof.
move=> simU simV neUV; apply: contraNeq neUV => ntUV.
apply: (mxsimple_exists _ ntUV) => [|[W simW]].
by rewrite capmx_module ?component_mx_module.
rewrite sub_capmx => /andP[sWU sWV]; apply/component_mx_isoP=> //.
by apply: mx_iso_trans (_ : mx_iso U W) (mx_iso_sym _); apply: component_mx_iso.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_mx_disjoint | |
socleType:= EnumSocle {
socle_base_enum : seq 'M[F]_n;
_ : forall M, M \in socle_base_enum -> mxsimple M;
_ : forall M, mxsimple M -> has (mxsimple_iso M) socle_base_enum
}. | Record | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socleType | |
socle_exists: classically socleType.
Proof.
pose V : 'M[F]_n := 0; have: mxsemisimple V by apply: mxsemisimple0.
have: n - \rank V < n.+1 by rewrite mxrank0 subn0.
elim: _.+1 V => // n' IHn' V; rewrite ltnS => le_nV_n' ssimV.
case=> // maxV; apply: (maxV); have [I /= U simU defV _] := ssimV.
exists (codom U) => [M | M simM]; first by case/mapP=> i _ ->.
suffices sMV: (M <= V)%MS.
rewrite -defV -(mulmx1 (\sum_i _)%MS) in sMV.
have [//| i _] := hom_mxsemisimple_iso simM _ (scalar_mx_hom _ _) sMV.
move/mx_iso_sym=> isoM; apply/hasP.
by exists (U i); [apply: codom_f | apply/mxsimple_isoP].
have ssimMV := addsmx_semisimple (mxsimple_semisimple simM) ssimV.
apply: contraLR isT => nsMV; apply: IHn' ssimMV _ maxV.
apply: leq_trans le_nV_n'; rewrite ltn_sub2l //.
rewrite ltn_neqAle rank_leq_row andbT -[_ == _]sub1mx.
by apply: contra nsMV; apply: submx_trans; apply: submx1.
rewrite (ltn_leqif (mxrank_leqif_sup _)) ?addsmxSr //.
by rewrite addsmx_sub submx_refl andbT.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_exists | |
socle_enum:= map component_mx (socle_base_enum sG0). | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_enum | |
component_socleM : mxsimple M -> component_mx M \in socle_enum.
Proof.
rewrite /socle_enum; case: sG0 => e0 /= sim_e mem_e simM.
have /hasP[M' e0M' isoMM'] := mem_e M simM; apply/mapP; exists M' => //.
by apply/eqP/component_mx_isoP; [|apply: sim_e | apply/mxsimple_isoP].
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | component_socle | |
socle_sort: predArgType := PackSocle W of W \in socle_enum.
Local Notation sG := socle_sort.
Local Notation e0 := (socle_base_enum sG0). | Inductive | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_sort | |
socle_baseW := let: PackSocle W _ := W in e0`_(index W socle_enum). | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_base | |
socle_valW : 'M[F]_n := component_mx (socle_base W). | Coercion | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_val | |
socle_mult(W : sG) := (\rank W %/ \rank (socle_base W))%N. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_mult | |
socle_simpleW : mxsimple (socle_base W).
Proof.
case: W => M /=; rewrite /= /socle_enum /=; case: sG0 => e sim_e _ /= e_M.
by apply: sim_e; rewrite mem_nth // -(size_map component_mx) index_mem.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_simple | |
socle_module(W : sG) := mxsimple_module (socle_simple W). | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_module | |
socle_reprW := submod_repr (socle_module W). | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_repr | |
nz_socle(W : sG) : W != 0 :> 'M_n.
Proof.
have simW := socle_simple W; have [_ nzW _] := simW; apply: contra nzW.
by rewrite -!submx0; apply: submx_trans (component_mx_id simW).
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | nz_socle | |
socle_mem(W : sG) : (W : 'M_n) \in socle_enum.
Proof. exact: component_socle (socle_simple _). 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_mem | |
PackSocleKW e0W : @PackSocle W e0W = W :> 'M_n.
Proof.
rewrite /socle_val /= in e0W *; rewrite -(nth_map _ 0) ?nth_index //.
by rewrite -(size_map component_mx) index_mem.
Qed.
HB.instance Definition _ := isSub.Build _ _ sG socle_sort_rect PackSocleK.
HB.instance Definition _ := [Choice of sG by <:]. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | PackSocleK | |
socleP(W W' : sG) : reflect (W = W') (W == W')%MS.
Proof. by rewrite (sameP genmxP eqP) !{1}genmx_component; apply: (W =P _). Qed.
Fact socle_can_subproof :
cancel (fun W => SeqSub (socle_mem W)) (fun s => PackSocle (valP s)).
Proof. by move=> W /=; apply: val_inj; rewrite /= PackSocleK. Qed.
HB.instance Definition _ := isCountable.Build sG
(pcan_pickleK (can_pcan socle_can_subproof)).
HB.instance Definition _ := isFinite.Build sG
(pcan_enumP (can_pcan socle_can_subproof)). | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socleP | |
socle_sort: socleType >-> predArgType.
Variable sG : socleType. | Coercion | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | socle_sort | |
S:= (\sum_(W : sG | P W) socle_val W)%MS. | Notation | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | S | |
subSocle_module: mxmodule S.
Proof. by rewrite sumsmx_module // => W _; apply: component_mx_module. 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | subSocle_module | |
subSocle_semisimple: mxsemisimple S.
Proof.
apply: sumsmx_semisimple => W _; apply: component_mx_semisimple.
exact: socle_simple.
Qed.
Local Notation ssimS := subSocle_semisimple. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | subSocle_semisimple | |
subSocle_isoM :
mxsimple M -> (M <= S)%MS -> {W : sG | P W & mx_iso (socle_base W) M}.
Proof.
move=> simM sMS; have [modM nzM _] := simM.
have [V /= modV defMV] := mxsemisimple_reducible ssimS modM sMS.
move/mxdirect_addsP=> dxMV; pose p := proj_mx M V; pose Sp (W : sG) := W *m p.
case: (pickP [pred i | P i & Sp i != 0]) => [/= W | Sp0]; last first.
case/negP: nzM; rewrite -submx0 -[M](proj_mx_id dxMV) //.
rewrite (submx_trans (submxMr _ sMS)) // sumsmxMr big1 // => W P_W.
by apply/eqP; move/negbT: (Sp0 W); rewrite /= P_W negbK.
rewrite {}/Sp /= => /andP[P_W nzSp]; exists W => //.
have homWp: (W <= dom_hom_mx p)%MS.
apply: submx_trans (proj_mx_hom dxMV modM modV).
by rewrite defMV (sumsmx_sup W).
have simWP := socle_simple W; apply: hom_component_mx_iso (homWp) _ => //.
by rewrite (mx_Schur_onto _ simM) ?proj_mx_sub ?component_mx_module.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | subSocle_iso | |
capmx_subSoclem (M : 'M_(m, n)) :
mxmodule M -> (M :&: S :=: \sum_(W : sG | P W) (M :&: W))%MS.
Proof.
move=> modM; apply/eqmxP/andP; split; last first.
by apply/sumsmx_subP=> W P_W; rewrite capmxS // (sumsmx_sup W).
have modMS: mxmodule (M :&: S)%MS by rewrite capmx_module ?subSocle_module.
have [J /= U simU defMS _] := mxsemisimpleS modMS (capmxSr M S) ssimS.
rewrite -defMS; apply/sumsmx_subP=> j _.
have [sUjV sUjS]: (U j <= M /\ U j <= S)%MS.
by apply/andP; rewrite -sub_capmx -defMS (sumsmx_sup j).
have [W P_W isoWU] := subSocle_iso (simU j) sUjS.
rewrite (sumsmx_sup W) // sub_capmx sUjV mx_iso_component //.
exact: socle_simple.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | capmx_subSocle | |
subSocle_directP : mxdirect (\sum_(W : sG | P W) W).
Proof.
apply/mxdirect_sumsP=> W _; apply/eqP.
rewrite -submx0 capmx_subSocle ?component_mx_module //.
apply/sumsmx_subP=> W' /andP[_ neWW'].
by rewrite capmxC component_mx_disjoint //; apply: socle_simple.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | subSocle_direct | |
Socle:= (\sum_(W : sG) W)%MS. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | Socle | |
simple_SocleM : mxsimple M -> (M <= Socle)%MS.
Proof.
move=> simM; have socM := component_socle sG simM.
by rewrite (sumsmx_sup (PackSocle socM)) // PackSocleK component_mx_id.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | simple_Socle | |
semisimple_SocleU : mxsemisimple U -> (U <= Socle)%MS.
Proof.
by case=> I M /= simM <- _; apply/sumsmx_subP=> i _; apply: simple_Socle.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | semisimple_Socle | |
reducible_SocleU :
mxmodule U -> mx_completely_reducible U -> (U <= Socle)%MS.
Proof.
move=> modU redU; apply: (mx_reducible_semisimple modU redU).
exact: semisimple_Socle.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | reducible_Socle | |
genmx_Socle: <<Socle>>%MS = Socle.
Proof. by rewrite genmx_sums; apply: eq_bigr => W; rewrite genmx_component. 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | genmx_Socle | |
reducible_Socle1: mx_completely_reducible 1%:M -> Socle = 1%:M.
Proof.
move=> redG; rewrite -genmx1 -genmx_Socle; apply/genmxP.
by rewrite submx1 reducible_Socle ?mxmodule1.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | reducible_Socle1 | |
Socle_module: mxmodule Socle. Proof. exact: subSocle_module. 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | Socle_module | |
Socle_semisimple: mxsemisimple Socle.
Proof. exact: subSocle_semisimple. 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | Socle_semisimple | |
Socle_direct: mxdirect Socle. Proof. exact: subSocle_direct. 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | Socle_direct | |
Socle_isoM : mxsimple M -> {W : sG | mx_iso (socle_base W) M}.
Proof.
by move=> simM; case/subSocle_iso: (simple_Socle simM) => // W _; exists W.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | Socle_iso | |
row_full_dom_hom: row_full (dom_hom_mx f) = centgmx rG f.
Proof.
by rewrite -sub1mx; apply/hom_mxP/centgmxP=> cfG x /cfG; rewrite !mul1mx.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | row_full_dom_hom | |
memmx_cent_envelop: (f \in 'C(E_G))%MS = centgmx rG f.
Proof.
apply/cent_rowP/centgmxP=> [cfG x Gx | cfG i].
by have:= cfG (enum_rank_in Gx x); rewrite rowK mxvecK enum_rankK_in.
by rewrite rowK mxvecK /= cfG ?enum_valP.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | memmx_cent_envelop | |
kermx_centg_module: centgmx rG f -> mxmodule (kermx f).
Proof.
move/centgmxP=> cGf; apply/mxmoduleP=> x Gx; apply/sub_kermxP.
by rewrite -mulmxA -cGf // mulmxA mulmx_ker mul0mx.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | kermx_centg_module | |
centgmx_homm (U : 'M_(m, n)) : centgmx rG f -> (U <= dom_hom_mx f)%MS.
Proof. by rewrite -row_full_dom_hom -sub1mx; apply: submx_trans (submx1 _). 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | centgmx_hom | |
mx_irreducible:= mxsimple 1%:M. | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_irreducible | |
mx_irrP:
mx_irreducible <-> n > 0 /\ (forall U, @mxmodule n U -> U != 0 -> row_full U).
Proof.
rewrite /mx_irreducible /mxsimple mxmodule1 -mxrank_eq0 mxrank1 -lt0n.
do [split=> [[_ -> irrG] | [-> irrG]]; split=> // U] => [modU | modU _] nzU.
by rewrite -sub1mx (irrG U) ?submx1.
by rewrite sub1mx irrG.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_irrP | |
mx_Schur:
mx_irreducible -> forall f, centgmx rG f -> f != 0 -> f \in unitmx.
Proof.
move/mx_Schur_onto=> irrG f.
rewrite -row_full_dom_hom -!row_full_unit -!sub1mx => cGf nz.
by rewrite -[f]mul1mx irrG ?submx1 ?mxmodule1 ?mul1mx.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_Schur | |
mx_absolutely_irreducible:= (n > 0) && row_full E_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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_absolutely_irreducible | |
mx_abs_irrP:
reflect (n > 0 /\ exists a_, forall A, A = \sum_(x in G) a_ x A *: rG x)
mx_absolutely_irreducible.
Proof.
have G_1 := group1 G; have bijG := enum_val_bij_in G_1.
set h := enum_val in bijG; have Gh : h _ \in G by apply: enum_valP.
rewrite /mx_absolutely_irreducible; case: (n > 0); last by right; case.
apply: (iffP row_fullP) => [[E' E'G] | [_ [a_ a_G]]].
split=> //; exists (fun x B => (mxvec B *m E') 0 (enum_rank_in G_1 x)) => B.
apply: (can_inj mxvecK); rewrite -{1}[mxvec B]mulmx1 -{}E'G mulmxA.
move: {B E'}(_ *m E') => u; apply/rowP=> j.
rewrite linear_sum (reindex h) //= mxE summxE.
by apply: eq_big => [k| k _]; rewrite ?Gh // enum_valK_in linearZ !mxE.
exists (\matrix_(j, i) a_ (h i) (vec_mx (row j 1%:M))).
apply/row_matrixP=> i; rewrite -[row i 1%:M]vec_mxK {}[vec_mx _]a_G.
apply/rowP=> j; rewrite linear_sum (reindex h) //= 2!mxE summxE.
by apply: eq_big => [k| k _]; [rewrite Gh | rewrite linearZ !mxE].
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_abs_irrP | |
mx_abs_irr_cent_scalar:
mx_absolutely_irreducible -> forall A, centgmx rG A -> is_scalar_mx A.
Proof.
case/mx_abs_irrP=> n_gt0 [a_ a_G] A /centgmxP cGA.
have{cGA a_G} cMA B: A *m B = B *m A.
rewrite {}[B]a_G mulmx_suml mulmx_sumr.
by apply: eq_bigr => x Gx; rewrite -scalemxAl -scalemxAr cGA.
pose i0 := Ordinal n_gt0; apply/is_scalar_mxP; exists (A i0 i0).
apply/matrixP=> i j; move/matrixP/(_ i0 j): (esym (cMA (delta_mx i0 i))).
rewrite -[A *m _]trmxK trmx_mul trmx_delta -!(@mul_delta_mx _ n 1 n 0) -!mulmxA.
by rewrite -!rowE !mxE !big_ord1 !mxE !eqxx !mulr_natl /= andbT eq_sym.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_abs_irr_cent_scalar | |
mx_abs_irrW: mx_absolutely_irreducible -> mx_irreducible.
Proof.
case/mx_abs_irrP=> n_gt0 [a_ a_G]; apply/mx_irrP; split=> // U Umod.
case/rowV0Pn=> u Uu; rewrite -mxrank_eq0 -lt0n row_leq_rank -sub1mx.
case/submxP: Uu => v ->{u} /row_freeP[u' vK]; apply/row_subP=> i.
rewrite rowE scalar_mxC -{}vK -2![_ *m _]mulmxA; move: {u' i}(u' *m _) => A.
rewrite mulmx_sub {v}// [A]a_G linear_sum summx_sub //= => x Gx.
by rewrite -scalemxAr scalemx_sub // (mxmoduleP Umod).
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_abs_irrW | |
linear_mx_abs_irr: n = 1 -> mx_absolutely_irreducible.
Proof.
move=> n1; rewrite /mx_absolutely_irreducible /row_full eqn_leq rank_leq_col.
rewrite {1 2 3}n1 /= lt0n mxrank_eq0; apply: contraTneq envelop_mx1 => ->.
by rewrite eqmx0 submx0 mxvec_eq0 -mxrank_eq0 mxrank1 n1.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | linear_mx_abs_irr | |
abelian_abs_irr: abelian G -> mx_absolutely_irreducible = (n == 1).
Proof.
move=> cGG; apply/idP/eqP=> [absG|]; last exact: linear_mx_abs_irr.
have [n_gt0 _] := andP absG.
pose M := <<delta_mx 0 (Ordinal n_gt0) : 'rV[F]_n>>%MS.
have rM: \rank M = 1 by rewrite genmxE mxrank_delta.
suffices defM: (M == 1%:M)%MS by rewrite (eqmxP defM) mxrank1 in rM.
case: (mx_abs_irrW absG) => _ _ ->; rewrite ?submx1 -?mxrank_eq0 ?rM //.
apply/mxmoduleP=> x Gx; suffices: is_scalar_mx (rG x).
by case/is_scalar_mxP=> a ->; rewrite mul_mx_scalar scalemx_sub.
apply: (mx_abs_irr_cent_scalar absG).
by apply/centgmxP=> y Gy; rewrite -!repr_mxM // (centsP cGG).
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | abelian_abs_irr | |
envelop_mx_ring: mxring (enveloping_algebra_mx rG).
Proof.
apply/andP; split; first by apply/mulsmx_subP; apply: envelop_mxM.
apply/mxring_idP; exists 1%:M; split=> *; rewrite ?mulmx1 ?mul1mx //.
by rewrite -mxrank_eq0 mxrank1.
exact: envelop_mx1.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | envelop_mx_ring | |
mx_Jacobson_density: ('C(Hom_G) <= E_G)%MS.
Proof.
apply/row_subP=> iB; rewrite -[row iB _]vec_mxK; move defB: (vec_mx _) => B.
have{defB} cBcE: (B \in 'C(Hom_G))%MS by rewrite -defB vec_mxK row_sub.
have rGnP: mx_repr G (fun x => lin_mx (mulmxr (rG x)) : 'A_n).
split=> [|x y Gx Gy]; apply/row_matrixP=> i.
by rewrite !rowE mul_rV_lin repr_mx1 /= !mulmx1 vec_mxK.
by rewrite !rowE mulmxA !mul_rV_lin repr_mxM //= mxvecK mulmxA.
move def_rGn: (MxRepresentation rGnP) => rGn.
pose E_Gn := enveloping_algebra_mx rGn.
pose e1 : 'rV[F]_(n ^ 2) := mxvec 1%:M; pose U := cyclic_mx rGn e1.
have U_e1: (e1 <= U)%MS by rewrite cyclic_mx_id.
have modU: mxmodule rGn U by rewrite cyclic_mx_module.
pose Bn : 'M_(n ^ 2) := lin_mx (mulmxr B).
suffices U_e1Bn: (e1 *m Bn <= U)%MS.
rewrite mul_vec_lin /= mul1mx in U_e1Bn; apply: submx_trans U_e1Bn _.
rewrite genmxE; apply/row_subP=> i; rewrite row_mul rowK mul_vec_lin_row.
by rewrite -def_rGn mul_vec_lin /= mul1mx (eq_row_sub i) ?rowK.
have{cBcE} cBncEn A: centgmx rGn A -> A *m Bn = Bn *m A.
rewrite -def_rGn => cAG; apply/row_matrixP; case/mxvec_indexP=> j k /=.
rewrite !rowE !mulmxA -mxvec_delta -(mul_delta_mx (0 : 'I_1)).
rewrite mul_rV_lin mul_vec_lin /= -mulmxA; apply: (canLR vec_mxK).
apply/row_matrixP=> i; set dj0 := delta_mx j 0.
have /= defAij :=
mul_rV_lin1 (row i \o vec_mx \o mulmxr A \o mxvec \o mulmx dj0).
rewrite -defAij row_mul -defAij -!mulmxA (cent_mxP cBcE) {k}//.
rewrite memmx_cent_envelop; apply/centgmxP=> x Gx; apply/r
... | 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mx_Jacobson_density | |
cent_mx_scalar_abs_irr: \rank Hom_G <= 1 -> mx_absolutely_irreducible rG.
Proof.
rewrite leqNgt => /(has_non_scalar_mxP (scalar_mx_cent _ _)) scal_cE.
apply/andP; split; first by case/mx_irrP: irrG.
rewrite -sub1mx; apply: submx_trans mx_Jacobson_density.
apply/memmx_subP=> B _; apply/cent_mxP=> A cGA.
case scalA: (is_scalar_mx A); last by case: scal_cE; exists A; rewrite ?scalA.
by case/is_scalar_mxP: scalA => a ->; rewrite scalar_mxC.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | cent_mx_scalar_abs_irr | |
rfix_subg: rfix_mx rH = rfix_mx rG. Proof. by []. 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | rfix_subg | |
rstabs_subg: rstabs rH U = H :&: rstabs rG U.
Proof. by apply/setP=> x; rewrite !inE andbA -in_setI (setIidPl 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | rstabs_subg | |
mxmodule_subg: mxmodule rG U -> mxmodule rH U.
Proof. by rewrite /mxmodule rstabs_subg subsetI subxx; apply: subset_trans. 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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxmodule_subg | |
mxsimple_subgM : mxmodule rG M -> mxsimple rH M -> mxsimple rG M.
Proof.
by move=> modM [_ nzM minM]; split=> // U /mxmodule_subg; apply: minM.
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",
"From mathcomp Require Import ssralg poly polydiv finset fingroup morphism",
"From mathcomp Require Import perm aut... | character/mxrepresentation.v | mxsimple_subg |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.