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
max_submod_eqmxU1 U2 V1 V2 : (U1 :=: U2)%MS -> (V1 :=: V2)%MS -> max_submod U1 V1 -> max_submod U2 V2. Proof. move=> eqU12 eqV12 [ltUV1 maxU1]. by split=> [|W]; rewrite -(lt_eqmx eqU12) -(lt_eqmx eqV12). 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
max_submod_eqmx
mx_subseries:= all modG.
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_subseries
mx_composition_seriesV := mx_subseries V /\ (forall i, i < size V -> max_submod (0 :: V)`_i V`_i). Local Notation mx_series := mx_composition_series. Fact mx_subseries_module V i : mx_subseries V -> mxmodule rG V`_i. Proof. move=> modV; have [|leVi] := ltnP i (size V); first exact: all_nthP. by rewrite nth_default ?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_composition_series
subseries_reprV i (modV : all modG V) := section_repr (mx_subseries_module' i modV) (mx_subseries_module i modV).
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
subseries_repr
series_reprV i (compV : mx_composition_series V) := subseries_repr i (proj1 compV).
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
series_repr
mx_series_ltV : mx_composition_series V -> path ltmx 0 V. Proof. by case=> _ compV; apply/(pathP 0)=> i /compV[]. 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_series_lt
max_size_mx_series(V : seq 'M[F]_n) : path ltmx 0 V -> size V <= \rank (last 0 V). Proof. rewrite -[size V]addn0 -(mxrank0 F n n); elim: V 0 => //= V1 V IHV V0. rewrite ltmxErank -andbA => /and3P[_ ltV01 ltV]. by apply: leq_trans (IHV _ ltV); rewrite addSnnS leq_add2l. 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
max_size_mx_series
mx_series_repr_irrV i (compV : mx_composition_series V) : i < size V -> mx_irreducible (series_repr i compV). Proof. case: compV => modV compV /compV maxVi; apply/max_submodP => //. by apply: ltmxW; case: maxVi. 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_series_repr_irr
mx_series_rconsU V : mx_series (rcons U V) <-> [/\ mx_series U, modG V & max_submod (last 0 U) V]. Proof. rewrite /mx_series /mx_subseries all_rcons size_rcons -rcons_cons. split=> [ [/andP[modU modV] maxU] | [[modU maxU] modV maxV]]. split=> //; last first. by have:= maxU _ (leqnn _); rewrite !nth_rcons leqnn ...
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_series_rcons
mx_SchreierU : mx_subseries U -> path ltmx 0 U -> classically (exists V, [/\ mx_series V, last 0 V :=: 1%:M & subseq U V])%MS. Proof. move: U => U0; set U := {1 2}U0; have: subseq U0 U := subseq_refl U. pose n' := n.+1; have: n < size U + n' by rewrite leq_addl. elim: n' U => [|n' IH_U] U ltUn' sU0U modU incU [] ...
Theorem
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_Schreier
mx_second_rsimU V (modU : modG U) (modV : modG V) : let modI := capmx_module modU modV in let modA := addsmx_module modU modV in mx_rsim (section_repr modI modU) (section_repr modV modA). Proof. move=> modI modA; set nI := {1}(\rank _). have sIU := capmxSl U V; have sVA := addsmxSr U V. pose valI := val_factmod (va...
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_second_rsim
section_eqmx_addU1 U2 V1 V2 modU1 modU2 modV1 modV2 : (U1 :=: U2)%MS -> (U1 + V1 :=: U2 + V2)%MS -> mx_rsim (@section_repr U1 V1 modU1 modV1) (@section_repr U2 V2 modU2 modV2). Proof. move=> eqU12 eqV12; set n1 := {1}(\rank _). pose v1 := val_factmod (val_submod (1%:M : 'M_n1)). have sv12: (v1 <= U2 + V2)%MS. 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
section_eqmx_add
section_eqmxU1 U2 V1 V2 modU1 modU2 modV1 modV2 (eqU : (U1 :=: U2)%MS) (eqV : (V1 :=: V2)%MS) : mx_rsim (@section_repr U1 V1 modU1 modV1) (@section_repr U2 V2 modU2 modV2). Proof. by apply: section_eqmx_add => //; apply: adds_eqmx. 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
section_eqmx
mx_butterflyU V W modU modV modW : ~~ (U == V)%MS -> max_submod U W -> max_submod V W -> let modUV := capmx_module modU modV in max_submod (U :&: V)%MS U /\ mx_rsim (@section_repr V W modV modW) (@section_repr _ U modUV modU). Proof. move=> neUV maxU maxV modUV; have{neUV maxU} defW: (U + V :=: W)%MS. wl...
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_butterfly
mx_JordanHolder_existsU V : mx_composition_series U -> modG V -> max_submod V (last 0 U) -> {W : seq 'M_n | mx_composition_series W & last 0 W = V}. Proof. elim/last_ind: U V => [|U Um IHU] V compU modV; first by case; rewrite ltmx0. rewrite last_rcons => maxV; case/mx_series_rcons: compU => compU modUm maxUm. ca...
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_JordanHolder_exists
mx_JordanHolderU V compU compV : let m := size U in (last 0 U :=: last 0 V)%MS -> m = size V /\ (exists p : 'S_m, forall i : 'I_m, mx_rsim (@series_repr U i compU) (@series_repr V (p i) compV)). Proof. move Dr: {-}(size U) => r; move/eqP in Dr. elim: r U V Dr compU compV => /= [|r IHr] U V. move/nilP->; cas...
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_JordanHolder
mx_JordanHolder_maxU (m := size U) V compU modV : (last 0 U :=: 1%:M)%MS -> mx_irreducible (@factmod_repr _ G n rG V modV) -> exists i : 'I_m, mx_rsim (factmod_repr modV) (@series_repr U i compU). Proof. rewrite {}/m; set Um := last 0 U => Um1 irrV. have modUm: modG Um := last_mod compU; have simV := rsimC (mx_fa...
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_JordanHolder_max
gring_free: row_free R_G. Proof. apply/row_freeP; exists (lin1_mx (row (gring_index G 1) \o vec_mx)). apply/row_matrixP=> i; rewrite row_mul rowK mul_rV_lin1 /= mxvecK rowK row1. by rewrite gring_indexK // mul1g gring_valK. 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
gring_free
gring_op_idA : (A \in R_G)%MS -> gring_op aG A = A. Proof. case/envelop_mxP=> a ->{A}; rewrite linear_sum. by apply: eq_bigr => x Gx; rewrite linearZ /= gring_opG. 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
gring_op_id
gring_rowKA : (A \in R_G)%MS -> gring_mx aG (gring_row A) = A. Proof. exact: gring_op_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
gring_rowK
mem_gring_mxm a (M : 'M_(m, nG)) : (gring_mx aG a \in M *m R_G)%MS = (a <= M)%MS. Proof. by rewrite vec_mxK submxMfree ?gring_free. 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
mem_gring_mx
mem_sub_gringm A (M : 'M_(m, nG)) : (A \in M *m R_G)%MS = (A \in R_G)%MS && (gring_row A <= M)%MS. Proof. rewrite -(andb_idl (memmx_subP (submxMl _ _) A)); apply: andb_id2l => R_A. by rewrite -mem_gring_mx gring_rowK. 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
mem_sub_gring
gring_mxPa : (gring_mx rG a \in enveloping_algebra_mx rG)%MS. Proof. by rewrite vec_mxK submxMl. 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
gring_mxP
gring_opMA B : (B \in R_G)%MS -> gring_op rG (A *m B) = gring_op rG A *m gring_op rG B. Proof. by move=> R_B; rewrite -gring_opJ gring_rowK. Qed. Hypothesis irrG : mx_irreducible rG.
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
gring_opM
rsim_regular_factmod: {U : 'M_nG & {modU : mxmodule aG U & mx_rsim rG (factmod_repr modU)}}. Proof. pose v : 'rV[F]_n := nz_row 1%:M. pose fU := lin1_mx (mulmx v \o gring_mx rG); pose U := kermx fU. have modU: mxmodule aG U. apply/mxmoduleP => x Gx; apply/sub_kermxP/row_matrixP=> i. rewrite 2!row_mul row0; move: ...
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
rsim_regular_factmod
rsim_regular_seriesU (compU : mx_composition_series aG U) : (last 0 U :=: 1%:M)%MS -> exists i : 'I_(size U), mx_rsim rG (series_repr i compU). Proof. move=> lastU; have [V [modV simGV]] := rsim_regular_factmod. have irrV := mx_rsim_irr simGV irrG. have [i simVU] := mx_JordanHolder_max compU lastU irrV. by exists...
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
rsim_regular_series
rsim_regular_submod_pchar: {U : 'M_nG & {modU : mxmodule aG U & mx_rsim rG (submod_repr modU)}}. Proof. have [V [modV eqG'V]] := rsim_regular_factmod. have [U modU defVU dxVU] := mx_Maschke_pchar F'G modV (submx1 V). exists U; exists modU; apply: mx_rsim_trans eqG'V _. by apply: mx_rsim_factmod; rewrite ?mxdirectE /=...
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
rsim_regular_submod_pchar
gset_mx(A : {set gT}) := \sum_(x in A) aG x. Local Notation tG := #|pred_of_set (classes (gval 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
gset_mx
classg_base:= \matrix_(k < tG) mxvec (gset_mx (enum_val k)). Let groupCl : {in G, forall x, {subset x ^: G <= G}}. Proof. by move=> x Gx; apply: subsetP; apply: class_subG. 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", "From mathcomp Require Import ssralg poly polydiv finset fingroup morphism", "From mathcomp Require Import perm aut...
character/mxrepresentation.v
classg_base
classg_base_free: row_free classg_base. Proof. rewrite -kermx_eq0; apply/rowV0P=> v /sub_kermxP; rewrite mulmx_sum_row => v0. apply/rowP=> k /[1!mxE]. have [x Gx def_k] := imsetP (enum_valP k). transitivity (@gring_proj F _ G x (vec_mx 0) 0 0); last first. by rewrite !linear0 !mxE. rewrite -{}v0 !linear_sum (bigD1 k)...
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
classg_base_free
classg_base_center: (classg_base :=: 'Z(R_G))%MS. Proof. apply/eqmxP/andP; split. apply/row_subP=> k; rewrite rowK /gset_mx sub_capmx {1}linear_sum. have [x Gx ->{k}] := imsetP (enum_valP k); have sxGG := groupCl Gx. rewrite summx_sub => [|y xGy]; last by rewrite envelop_mx_id ?sxGG. rewrite memmx_cent_envelop;...
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
classg_base_center
regular_module_idealm (M : 'M_(m, nG)) : mxmodule aG M = right_mx_ideal R_G (M *m R_G). Proof. apply/idP/idP=> modM. apply/mulsmx_subP=> A B; rewrite !mem_sub_gring => /andP[R_A M_A] R_B. by rewrite envelop_mxM // gring_row_mul (mxmodule_envelop modM). apply/mxmoduleP=> x Gx; apply/row_subP=> i; rewrite row_mul -...
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
regular_module_ideal
irrType:= socleType aG. Identity Coercion type_of_irrType : irrType >-> socleType. Variable sG : irrType.
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
irrType
irr_degree(i : sG) := \rank (socle_base i). Local Notation "'n_ i" := (irr_degree i) : group_ring_scope. Local Open Scope group_ring_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", "From mathcomp Require Import ssralg poly polydiv finset fingroup morphism", "From mathcomp Require Import perm aut...
character/mxrepresentation.v
irr_degree
irr_degreeEi : 'n_i = \rank (socle_base i). 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
irr_degreeE
irr_degree_gt0i : 'n_i > 0. Proof. by rewrite lt0n mxrank_eq0; case: (socle_simple 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
irr_degree_gt0
irr_repri : mx_representation F G 'n_i := socle_repr i.
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
irr_repr
irr_reprEi x : irr_repr i x = submod_mx (socle_module i) x. 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
irr_reprE
rfix_regular: (rfix_mx aG G :=: gring_row (gset_mx G))%MS. Proof. apply/eqmxP/andP; split; last first. apply/rfix_mxP => x Gx; rewrite -gring_row_mul; congr gring_row. rewrite {2}/gset_mx (reindex_astabs 'R x) ?astabsR //= mulmx_suml. by apply: eq_bigr => y Gy; rewrite repr_mxM. apply/rV_subP=> v /rfix_mxP cGv. h...
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_regular
principal_comp_subproof: mxsimple aG (rfix_mx aG G). Proof. apply: linear_mxsimple; first exact: rfix_mx_module. apply/eqP; rewrite rfix_regular eqn_leq rank_leq_row lt0n mxrank_eq0. apply/eqP => /(congr1 (gring_proj 1 \o gring_mx aG)); apply/eqP. rewrite /= -[gring_mx _ _]/(gring_op _ _) !linear0 !linear_sum (bigD1 1%...
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
principal_comp_subproof
principal_comp_def:= PackSocle (component_socle sG principal_comp_subproof).
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
principal_comp_def
principal_comp:= locked_with principal_comp_key principal_comp_def. Local Notation "1" := principal_comp : irrType_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", "From mathcomp Require Import ssralg poly polydiv finset fingroup morphism", "From mathcomp Require Import perm aut...
character/mxrepresentation.v
principal_comp
irr1_rfix: (1%irr :=: rfix_mx aG G)%MS. Proof. rewrite [1%irr]unlock PackSocleK; apply/eqmxP. rewrite (component_mx_id principal_comp_subproof) andbT. have [I [W isoW ->]] := component_mx_def principal_comp_subproof. apply/sumsmx_subP=> i _; have [f _ hom_f <-]:= isoW i.
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
irr1_rfix
rank_irr1: \rank 1%irr = 1. Proof. apply/eqP; rewrite eqn_leq lt0n mxrank_eq0 nz_socle andbT. by rewrite irr1_rfix rfix_regular rank_leq_row. 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
rank_irr1
degree_irr1: 'n_1 = 1. Proof. apply/eqP; rewrite eqn_leq irr_degree_gt0 -rank_irr1. by rewrite mxrankS ?component_mx_id //; 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
degree_irr1
Wedderburn_subring(i : sG) := <<i *m R_G>>%MS. Local Notation "''R_' i" := (Wedderburn_subring i) : group_ring_scope. Let sums_R : (\sum_i 'R_i :=: Socle sG *m R_G)%MS. Proof. apply/eqmxP; set R_S := (_ <= _)%MS. have sRS: R_S by apply/sumsmx_subP=> i; rewrite genmxE submxMr ?(sumsmx_sup i). rewrite sRS -(mulmxKpV sRS)...
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
Wedderburn_subring
Wedderburn_ideali : mx_ideal R_G 'R_i. Proof. apply/andP; split; last first. rewrite /right_mx_ideal genmxE (muls_eqmx (genmxE _) (eqmx_refl _)). by rewrite -[(_ <= _)%MS]regular_module_ideal component_mx_module. apply/mulsmx_subP=> A B R_A; rewrite !genmxE !mem_sub_gring => /andP[R_B SiB]. rewrite envelop_mxM {R_A...
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
Wedderburn_ideal
Wedderburn_direct: mxdirect (\sum_i 'R_i)%MS. Proof. apply/mxdirectP; rewrite /= sums_R mxrankMfree ?gring_free //. rewrite (mxdirectP (Socle_direct sG)); apply: eq_bigr=> i _ /=. by rewrite genmxE mxrankMfree ?gring_free. 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
Wedderburn_direct
Wedderburn_disjointi j : i != j -> ('R_i :&: 'R_j)%MS = 0. Proof. move=> ne_ij; apply/eqP; rewrite -submx0 capmxC. by rewrite -(mxdirect_sumsP Wedderburn_direct j) // capmxS // (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
Wedderburn_disjoint
Wedderburn_annihilatei j : i != j -> ('R_i * 'R_j)%MS = 0. Proof. move=> ne_ij; apply/eqP; rewrite -submx0 -(Wedderburn_disjoint ne_ij). rewrite sub_capmx; apply/andP; split. case/andP: (Wedderburn_ideal i) => _; apply: submx_trans. by rewrite mulsmxS // genmxE submxMl. case/andP: (Wedderburn_ideal j) => idlRj _; a...
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
Wedderburn_annihilate
Wedderburn_mulmx0i j A B : i != j -> (A \in 'R_i)%MS -> (B \in 'R_j)%MS -> A *m B = 0. Proof. move=> ne_ij RiA RjB; apply: memmx0. by rewrite -(Wedderburn_annihilate ne_ij) mem_mulsmx. Qed. Hypothesis F'G : [pchar F]^'.-group G.
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
Wedderburn_mulmx0
irr_mx_sum_pchar: (\sum_(i : sG) i = 1%:M)%MS. Proof. by apply: reducible_Socle1; apply: mx_Maschke_pchar. 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
irr_mx_sum_pchar
Wedderburn_sum_pchar: (\sum_i 'R_i :=: R_G)%MS. Proof. by apply: eqmx_trans sums_R _; rewrite /Socle irr_mx_sum_pchar 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
Wedderburn_sum_pchar
Wedderburn_idi := vec_mx (mxvec 1%:M *m proj_mx 'R_i (\sum_(j | j != i) 'R_j)%MS). Local Notation "''e_' i" := (Wedderburn_id i) : group_ring_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", "From mathcomp Require Import ssralg poly polydiv finset fingroup morphism", "From mathcomp Require Import perm aut...
character/mxrepresentation.v
Wedderburn_id
Wedderburn_sum_id_pchar: \sum_i 'e_i = 1%:M. Proof. rewrite -linear_sum; apply: canLR mxvecK _. have: (1%:M \in R_G)%MS := envelop_mx1 aG. rewrite -Wedderburn_sum_pchar. case/(sub_dsumsmx Wedderburn_direct) => e Re -> _. apply: eq_bigr => i _; have dxR := mxdirect_sumsP Wedderburn_direct i (erefl _). rewrite (bigD1 i) ...
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
Wedderburn_sum_id_pchar
Wedderburn_id_memi : ('e_i \in 'R_i)%MS. Proof. by rewrite vec_mxK proj_mx_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
Wedderburn_id_mem
Wedderburn_is_id_pchari : mxring_id 'R_i 'e_i. Proof. have ideRi A: (A \in 'R_i)%MS -> 'e_i *m A = A. move=> RiA; rewrite -{2}[A]mul1mx -Wedderburn_sum_id_pchar mulmx_suml. rewrite (bigD1 i) //= big1 ?addr0 // => j ne_ji. by rewrite (Wedderburn_mulmx0 ne_ji) ?Wedderburn_id_mem. split=> // [||A RiA]; first 2 [ex...
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
Wedderburn_is_id_pchar
Wedderburn_closed_pchari : ('R_i * 'R_i = 'R_i)%MS. Proof. rewrite -{3}['R_i]genmx_id -/'R_i -genmx_muls; apply/genmxP. have [idlRi idrRi] := andP (Wedderburn_ideal i). apply/andP; split. by apply: submx_trans idrRi; rewrite mulsmxS // genmxE submxMl. have [_ Ri_e ideRi _] := Wedderburn_is_id_pchar i. by apply/memmx_...
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
Wedderburn_closed_pchar
Wedderburn_is_ring_pchari : mxring 'R_i. Proof. rewrite /mxring /left_mx_ideal Wedderburn_closed_pchar submx_refl. by apply/mxring_idP; exists 'e_i; apply: Wedderburn_is_id_pchar. 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
Wedderburn_is_ring_pchar
Wedderburn_min_ideal_pcharm i (E : 'A_(m, nG)) : E != 0 -> (E <= 'R_i)%MS -> mx_ideal R_G E -> (E :=: 'R_i)%MS. Proof. move=> nzE sE_Ri /andP[idlE idrE]; apply/eqmxP; rewrite sE_Ri. pose M := E *m pinvmx R_G; have defE: E = M *m R_G. by rewrite mulmxKpV // (submx_trans sE_Ri) // genmxE submxMl. have modM: mxmodule ...
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
Wedderburn_min_ideal_pchar
irr_comp:= odflt 1%irr [pick i | gring_op rG 'e_i != 0]. Local Notation iG := irr_comp. Hypothesis irrG : mx_irreducible rG.
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
irr_comp
rsim_irr_comp_pchar: mx_rsim rG (irr_repr iG). Proof. have [M [modM rsimM]] := rsim_regular_submod_pchar irrG F'G. have simM: mxsimple aG M. case/mx_irrP: irrG => n_gt0 minG. have [f def_n injf homf] := mx_rsim_sym rsimM. apply/(submod_mx_irr modM)/mx_irrP. split=> [|U modU nzU]; first by rewrite def_n. rewri...
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
rsim_irr_comp_pchar
irr_comp'_op0_pcharj A : j != iG -> (A \in 'R_j)%MS -> gring_op rG A = 0. Proof. by rewrite eq_sym; apply: not_rsim_op0_pchar rsim_irr_comp_pchar. 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
irr_comp'_op0_pchar
irr_comp_envelop_pchar: ('R_iG *m lin_mx (gring_op rG) :=: E_G)%MS. Proof. apply/eqmxP/andP; split; apply/row_subP=> i. by rewrite row_mul mul_rV_lin gring_mxP. rewrite rowK /= -gring_opG ?enum_valP // -mul_vec_lin -gring_opG ?enum_valP //. rewrite vec_mxK /= -mulmxA mulmx_sub {i}//= -(eqmxMr _ Wedderburn_sum_pchar)....
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
irr_comp_envelop_pchar
ker_irr_comp_op_pchar: ('R_iG :&: kermx (lin_mx (gring_op rG)))%MS = 0. Proof. apply/eqP; rewrite -submx0; apply/memmx_subP=> A. rewrite sub_capmx /= submx0 mxvec_eq0 => /andP[R_A]. rewrite (sameP sub_kermxP eqP) mul_vec_lin mxvec_eq0 /= => opA0. have [_ Re ideR _] := Wedderburn_is_id_pchar iG; rewrite -[A]ideR {ideR}/...
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
ker_irr_comp_op_pchar
regular_op_inj_pchar: {in [pred A | (A \in 'R_iG)%MS] &, injective (gring_op rG)}. Proof. move=> A B RnA RnB /= eqAB; apply/eqP; rewrite -subr_eq0 -mxvec_eq0 -submx0. rewrite -ker_irr_comp_op_pchar sub_capmx (sameP sub_kermxP eqP) mul_vec_lin. by rewrite 2!raddfB /= eqAB subrr linear0 addmx_sub ?eqmx_opp /=. 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
regular_op_inj_pchar
rank_irr_comp_pchar: \rank 'R_iG = \rank E_G. Proof. rewrite -irr_comp_envelop_pchar; apply/esym/mxrank_injP. by rewrite ker_irr_comp_op_pchar. 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
rank_irr_comp_pchar
irr_comp_rsim_pcharn1 n2 rG1 rG2 : @mx_rsim _ G n1 rG1 n2 rG2 -> irr_comp rG1 = irr_comp rG2. Proof. case=> f eq_n12; rewrite -eq_n12 in rG2 f * => inj_f hom_f. rewrite /irr_comp; apply/f_equal/eq_pick => i; rewrite -!mxrank_eq0.
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
irr_comp_rsim_pchar
irr_reprK_pchari : irr_comp (irr_repr i) = i. Proof. apply/eqP; apply/component_mx_isoP; try exact: socle_simple. by move/mx_rsim_iso: (rsim_irr_comp_pchar (socle_irr i)); apply: mx_iso_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
irr_reprK_pchar
irr_repr'_op0_pchari j A : j != i -> (A \in 'R_j)%MS -> gring_op (irr_repr i) A = 0. Proof. move=> neq_ij /(irr_comp'_op0_pchar _). by move=> ->; [|apply: socle_irr|rewrite irr_reprK_pchar]. 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
irr_repr'_op0_pchar
op_Wedderburn_id_pchari : gring_op (irr_repr i) 'e_i = 1%:M. Proof. rewrite -(gring_op1 (irr_repr i)) -Wedderburn_sum_id_pchar. rewrite linear_sum (bigD1 i) //= addrC big1 ?add0r // => j neq_ji. exact: irr_repr'_op0_pchar (Wedderburn_id_mem j). 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
op_Wedderburn_id_pchar
irr_comp_id_pchar(M : 'M_nG) (modM : mxmodule aG M) (iM : sG) : mxsimple aG M -> (M <= iM)%MS -> irr_comp (submod_repr modM) = iM. Proof. move=> simM sMiM; rewrite -[iM]irr_reprK_pchar. apply/esym/irr_comp_rsim_pchar/mx_rsim_iso/component_mx_iso => //. 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
irr_comp_id_pchar
irr1_reprx : x \in G -> irr_repr 1 x = 1%:M. Proof. move=> Gx; suffices: x \in rker (irr_repr 1) by case/rkerP. apply: subsetP x Gx; rewrite rker_submod rfix_mx_rstabC // -irr1_rfix. by apply: component_mx_id; apply: socle_simple. Qed. Hypothesis splitG : group_splitting_field G.
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
irr1_repr
rank_Wedderburn_subring_pchari : \rank 'R_i = ('n_i ^ 2)%N. Proof. apply/eqP; rewrite -{1}[i]irr_reprK_pchar; have irrSi := socle_irr i. by case/andP: (splitG irrSi) => _; rewrite rank_irr_comp_pchar. 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
rank_Wedderburn_subring_pchar
sum_irr_degree_pchar: (\sum_i 'n_i ^ 2 = nG)%N. Proof. apply: etrans (eqnP gring_free). rewrite -Wedderburn_sum_pchar (mxdirectP Wedderburn_direct) /=. by apply: eq_bigr => i _; rewrite rank_Wedderburn_subring_pchar. 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_irr_degree_pchar
irr_mx_mult_pchari : socle_mult i = 'n_i. Proof. rewrite /socle_mult -(mxrankMfree _ gring_free) -genmxE. by rewrite rank_Wedderburn_subring_pchar mulKn ?irr_degree_gt0. 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
irr_mx_mult_pchar
mxtrace_regular_pchar: {in G, forall x, \tr (aG x) = \sum_i \tr (socle_repr i x) *+ 'n_i}. Proof. move=> x Gx; have soc1: (Socle sG :=: 1%:M)%MS by rewrite -irr_mx_sum_pchar. rewrite -(mxtrace_submod1 (Socle_module sG) soc1) // mxtrace_Socle //. by apply: eq_bigr => i _; rewrite irr_mx_mult_pchar. 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
mxtrace_regular_pchar
linear_irr:= [set i | 'n_i == 1].
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
linear_irr
irr_degree_abelian: abelian G -> forall i, 'n_i = 1. Proof. by move=> cGG i; apply: mxsimple_abelian_linear (socle_simple 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
irr_degree_abelian
linear_irr_comp_pchari : 'n_i = 1 -> (i :=: socle_base i)%MS. Proof. move=> ni1; apply/eqmxP; rewrite andbC -mxrank_leqif_eq -/'n_i. rewrite -(mxrankMfree _ gring_free) -genmxE. by rewrite rank_Wedderburn_subring_pchar ni1. exact: component_mx_id (socle_simple 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
linear_irr_comp_pchar
Wedderburn_subring_center_pchari : ('Z('R_i) :=: mxvec 'e_i)%MS. Proof. have [nz_e Re ideR idRe] := Wedderburn_is_id_pchar i. have Ze: (mxvec 'e_i <= 'Z('R_i))%MS. rewrite sub_capmx [(_ <= _)%MS]Re. by apply/cent_mxP=> A R_A; rewrite ideR // idRe. pose irrG := socle_irr i; set rG := socle_repr i in irrG. pose E_G :...
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
Wedderburn_subring_center_pchar
Wedderburn_center_pchar: ('Z(R_G) :=: \matrix_(i < #|sG|) mxvec 'e_(enum_val i))%MS. Proof. have:= mxdirect_sums_center Wedderburn_sum_pchar Wedderburn_direct Wedderburn_ideal. move/eqmx_trans; apply; apply/eqmxP/andP; split. apply/sumsmx_subP=> i _; rewrite Wedderburn_subring_center_pchar. by apply: (eq_row_su...
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
Wedderburn_center_pchar
card_irr_pchar: #|sG| = tG. Proof. rewrite -(eqnP classg_base_free) classg_base_center. have:= mxdirect_sums_center Wedderburn_sum_pchar Wedderburn_direct Wedderburn_ideal. move->; rewrite (mxdirectP _) /=; last first. apply/mxdirect_sumsP=> i _; apply/eqP; rewrite -submx0. rewrite -{2}(mxdirect_sumsP Wedderburn_...
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
card_irr_pchar
irr_modex := irr_repr i x i0 i0.
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
irr_mode
irr_mode1: irr_mode 1 = 1. Proof. by rewrite /irr_mode repr_mx1 mxE eqxx. 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
irr_mode1
irr_center_scalar: {in 'Z(G), forall x, irr_repr i x = (irr_mode x)%:M}. Proof. rewrite /irr_mode => x /setIP[Gx cGx]. suffices [a ->]: exists a, irr_repr i x = a%:M by rewrite mxE eqxx. apply/is_scalar_mxP; apply: (mx_abs_irr_cent_scalar (splitG (socle_irr i))). by apply/centgmxP=> y Gy; rewrite -!{1}repr_mxM 1?(centP...
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
irr_center_scalar
irr_modeM: {in 'Z(G) &, {morph irr_mode : x y / (x * y)%g >-> x * y}}. Proof. move=> x y Zx Zy; rewrite {1}/irr_mode repr_mxM ?(subsetP (center_sub G)) //. by rewrite !irr_center_scalar // -scalar_mxM mxE eqxx. 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
irr_modeM
irr_modeXn : {in 'Z(G), {morph irr_mode : x / (x ^+ n)%g >-> x ^+ n}}. Proof. elim: n => [|n IHn] x Zx; first exact: irr_mode1. by rewrite expgS irr_modeM ?groupX // exprS IHn. 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
irr_modeX
irr_mode_unit: {in 'Z(G), forall x, irr_mode x \is a GRing.unit}. Proof. move=> x Zx /=; have:= unitr1 F. by rewrite -irr_mode1 -(mulVg x) irr_modeM ?groupV // unitrM; case/andP=> _. 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
irr_mode_unit
irr_mode_neq0: {in 'Z(G), forall x, irr_mode x != 0}. Proof. by move=> x /irr_mode_unit; rewrite unitfE. 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
irr_mode_neq0
irr_modeV: {in 'Z(G), {morph irr_mode : x / (x^-1)%g >-> x^-1}}. Proof. move=> x Zx /=; rewrite -[_^-1]mul1r; apply: canRL (mulrK (irr_mode_unit Zx)) _. by rewrite -irr_modeM ?groupV // mulVg irr_mode1. 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
irr_modeV
irr1_modex : x \in G -> irr_mode 1 x = 1. Proof. by move=> Gx; rewrite /irr_mode irr1_repr ?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
irr1_mode
card_linear_irr(sG : irrType G) : [pchar F]^'.-group G -> group_splitting_field G -> #|linear_irr sG| = #|G : G^`(1)|%g. Proof. move=> F'G splitG; apply/eqP. wlog sGq: / irrType (G / G^`(1))%G by apply: socle_exists. have [_ nG'G] := andP (der_normal 1 G); apply/eqP; rewrite -card_quotient //. have cGqGq: abelian...
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
card_linear_irr
primitive_root_splitting_abelian(z : F) : #|G|.-primitive_root z -> abelian G -> group_splitting_field G. Proof. move=> ozG cGG [|n] rG irrG; first by case/mx_irrP: irrG. case: (pickP [pred x in G | ~~ is_scalar_mx (rG x)]) => [x | scalG]. case/andP=> Gx nscal_rGx; have: horner_mx (rG x) ('X^#|G| - 1) == 0. rew...
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
primitive_root_splitting_abelian
cycle_repr_structure_pcharx (sG : irrType G) : G :=: <[x]> -> [pchar F]^'.-group G -> group_splitting_field G -> exists2 w : F, #|G|.-primitive_root w & exists iphi : 'I_#|G| -> sG, [/\ bijective iphi, #|sG| = #|G|, forall i, irr_mode (iphi i) x = w ^+ i & forall i, irr_repr (iphi i) x = (w ^+...
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
cycle_repr_structure_pchar
splitting_cyclic_primitive_root_pchar: cyclic G -> [pchar F]^'.-group G -> group_splitting_field G -> classically {z : F | #|G|.-primitive_root z}. Proof. case/cyclicP=> x defG F'G splitF; case=> // IH. wlog sG: / irrType G by apply: socle_exists. have [w prim_w _] := cycle_repr_structure_pchar sG defG F'G splitF...
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
splitting_cyclic_primitive_root_pchar
mx_Maschke:= (mx_Maschke_pchar) (only parsing). #[deprecated(since="mathcomp 2.4.0", note="Use rsim_regular_submod_pchar instead.")]
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
mx_Maschke
rsim_regular_submod:= (rsim_regular_submod_pchar) (only parsing). #[deprecated(since="mathcomp 2.4.0", note="Use irr_mx_sum_pchar instead.")]
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
rsim_regular_submod
irr_mx_sum:= (irr_mx_sum_pchar) (only parsing). #[deprecated(since="mathcomp 2.4.0", note="Use Wedderburn_sum_pchar instead.")]
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
irr_mx_sum
Wedderburn_sum:= (Wedderburn_sum_pchar) (only parsing). #[deprecated(since="mathcomp 2.4.0", note="Use Wedderburn_sum_id_pchar instead.")]
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
Wedderburn_sum