(* Title: HOL/Algebra/Sylow.thy Author: Florian Kammueller, with new proofs by L C Paulson *)
theory Sylow imports Coset Exponent begin
textβΉSee also πβΉ"Kammueller-Paulson:1999"βΊ.βΊ
textβΉThe combinatorial argument is in theory βΉExponentβΊ.βΊ
lemma le_extend_mult: "[0 < c; a β€ b]==> a β€ b * c"for c :: nat using gr0_conv_Suc by fastforce
locale sylow = group + fixes p and a and m and calM and RelM assumes prime_p: "prime p" and order_G: "order G = (p^a) * m" and finite_G[iff]: "finite (carrier G)" defines"calM β‘ {s. s β carrier G β§ card s = p^a}" and"RelM β‘ {(N1, N2). N1 β calM β§ N2 β calM β§ (βg β carrier G. N1 = N2 #> g)}" begin
locale sylow_central = sylow + fixes H and M1 and M assumes M_in_quot: "M β calM // RelM" and not_dvd_M: "Β¬ (p ^ Suc (multiplicity p m) dvd card M)" and M1_in_M: "M1 β M" defines"H β‘ {g. g β carrier G β§ M1 #> g = M1}" begin
lemma M_subset_calM: "M β calM" by (simp add: M_in_quot M_subset_calM_prep)
lemma card_M1: "card M1 = p^a" using M1_in_M M_subset_calM calM_def by blast
lemma exists_x_in_M1: "βx. x β M1" using prime_p [THEN prime_gt_Suc_0_nat] card_M1 one_in_subset by fastforce
lemma M1_subset_G [simp]: "M1 β carrier G" using M1_in_M M_subset_calM calM_def mem_Collect_eq subsetCE by blast
lemma M1_inj_H: "βf β H→M1. inj_on f H" proof - from exists_x_in_M1 obtain m1 where m1M: "m1 β M1".. show ?thesis proof have"m1 β carrier G" by (simp add: m1M M1_subset_G [THEN subsetD]) thenshow"inj_on (λzβH. m1 β z) H" by (simp add: H_def inj_on_def) show"restrict ((β) m1) H β H → M1" using H_def m1M rcosI by auto qed qed
end
subsectionβΉDischarging the Assumptions of βΉsylow_centralβΊ\βΊ
context sylow begin
lemma EmptyNotInEquivSet: "{} β calM // RelM" using RelM_equiv in_quotient_imp_non_empty by blast
lemma existsM1inM: "M β calM // RelM ==>βM1. M1 β M" using RelM_equiv equiv_Eps_in by blast
lemma zero_less_o_G: "0 < order G" by (simp add: order_def card_gt_0_iff carrier_not_empty)
lemma zero_less_m: "m > 0" using zero_less_o_G by (simp add: order_G)
lemma card_calM: "card calM = (p^a) * m choose p^a" by (simp add: calM_def n_subsets order_G [symmetric] order_def)
lemma max_p_div_calM: "Β¬ (p ^ Suc (multiplicity p m) dvd card calM)" proof assume"p ^ Suc (multiplicity p m) dvd card calM" with zero_less_card_calM prime_p have"Suc (multiplicity p m) β€ multiplicity p (card calM)" by (intro multiplicity_geI) auto thenshow False by (simp add: card_calM const_p_fac prime_p zero_less_m) qed
lemma finite_calM: "finite calM" unfolding calM_def by (rule finite_subset [where B = "Pow (carrier G)"]) auto
lemma lemma_A1: "βM β calM // RelM. Β¬ (p ^ Suc (multiplicity p m) dvd card M)" using RelM_equiv equiv_imp_dvd_card finite_calM max_p_div_calM by blast
end
subsubsection βΉIntroduction and Destruct Rules for βΉHβΊ\βΊ
context sylow_central begin
lemma H_I: "[g β carrier G; M1 #> g = M1]==> g β H" by (simp add: H_def)
lemma H_into_carrier_G: "x β H ==> x β carrier G" by (simp add: H_def)
lemma in_H_imp_eq: "g β H ==> M1 #> g = M1" by (simp add: H_def)
lemma H_m_closed: "[x β H; y β H]==> x β y β H" by (simp add: H_def coset_mult_assoc [symmetric])
lemma H_is_subgroup: "subgroup H G" proof (rule subgroupI) show"H β carrier G" using H_into_carrier_G by blast show"β§a. a β H ==> inv a β H" by (metis H_I H_into_carrier_G M1_subset_G coset_mult_assoc coset_mult_one in_H_imp_eq inv_closed r_inv) show"β§a b. [a β H; b β H]==> a β b β H" by (blast intro: H_m_closed) qed (use H_not_empty in auto)
lemma rcosetGM1g_subset_G: "[g β carrier G; x β M1 #> g]==> x β carrier G" by (blast intro: M1_subset_G [THEN r_coset_subset_G, THEN subsetD])
lemma finite_M1: "finite M1" by (rule finite_subset [OF M1_subset_G finite_G])
lemma finite_rcosetGM1g: "g β carrier G ==> finite (M1 #> g)" using rcosetGM1g_subset_G finite_G M1_subset_G cosets_finite rcosetsI by blast
lemma M1_cardeq_rcosetGM1g: "g β carrier G ==> card (M1 #> g) = card M1" by (metis M1_subset_G card_rcosets_equal rcosetsI)
lemma M1_RelM_rcosetGM1g: assumes"g β carrier G" shows"(M1, M1 #> g) β RelM" proof - have"M1 #> g β carrier G" by (simp add: assms r_coset_subset_G) moreoverhave"card (M1 #> g) = p ^ a" using assms by (simp add: card_M1 M1_cardeq_rcosetGM1g) moreoverhave"βhβcarrier G. M1 = M1 #> g #> h" by (metis assms M1_subset_G coset_mult_assoc coset_mult_one r_inv_ex) ultimatelyshow ?thesis by (simp add: RelM_def calM_def card_M1) qed
end
subsectionβΉEqual Cardinalities of βΉMβΊand the Set of CosetsβΊ
textβΉInjections between πβΉMβΊand πβΉrcosetsπͺGπͺ HβΊ show that their cardinalities are equal.βΊ
lemma ElemClassEquiv: "[equiv A r; C β A // r]==>βx β C. βy β C. (x, y) β r" unfolding equiv_def quotient_def sym_def trans_def by blast
context sylow_central begin
lemma M_elem_map: "M2 β M ==>βg. g β carrier G β§ M1 #> g = M2" using M1_in_M M_in_quot [THEN RelM_equiv [THEN ElemClassEquiv]] by (simp add: RelM_def) (blast dest!: bspec)
lemmas M_elem_map_carrier = M_elem_map [THEN someI_ex, THEN conjunct1]
lemmas M_elem_map_eq = M_elem_map [THEN someI_ex, THEN conjunct2]
lemma M_funcset_rcosets_H: "(λxβM. H #> (SOME g. g β carrier G β§ M1 #> g = x)) β M → rcosets H" by (metis (lifting) H_is_subgroup M_elem_map_carrier rcosetsI restrictI subgroup.subset)
lemma inj_M_GmodH: "βf β M → rcosets H. inj_on f M" proof let ?inv = "λx. SOME g. g β carrier G β§ M1 #> g = x" show"inj_on (λxβM. H #> ?inv x) M" proof (rule inj_onI, simp) fix x y assume eq: "H #> ?inv x = H #> ?inv y"and xy: "x β M""y β M" have"x = M1 #> ?inv x" by (simp add: M_elem_map_eq βΉx β MβΊ) alsohave"β¦ = M1 #> ?inv y" proof (rule coset_mult_inv1 [OF in_H_imp_eq [OF coset_join1]]) show"H #> ?inv x β inv (?inv y) = H" by (simp add: H_into_carrier_G M_elem_map_carrier xy coset_mult_inv2 eq subsetI) qed (simp_all add: H_is_subgroup M_elem_map_carrier xy) alsohave"β¦ = y" using M_elem_map_eq βΉy β MβΊby simp finallyshow"x=y" . qed show"(λxβM. H #> ?inv x) β M → rcosets H" by (rule M_funcset_rcosets_H) qed
end
subsubsection βΉThe Opposite InjectionβΊ
context sylow_central begin
lemma H_elem_map: "H1 β rcosets H ==>βg. g β carrier G β§ H #> g = H1" by (auto simp: RCOSETS_def)
lemmas H_elem_map_carrier = H_elem_map [THEN someI_ex, THEN conjunct1]
lemmas H_elem_map_eq = H_elem_map [THEN someI_ex, THEN conjunct2]
lemma rcosets_H_funcset_M: "(λC β rcosets H. M1 #> (SOME g. g β carrier G β§ H #> g = C)) β rcosets H → M" using in_quotient_imp_closed [OF RelM_equiv M_in_quot _ M1_RelM_rcosetGM1g] by (simp add: M1_in_M H_elem_map_carrier RCOSETS_def)
lemma inj_GmodH_M: "βg β rcosets H→M. inj_on g (rcosets H)" proof let ?inv = "λx. SOME g. g β carrier G β§ H #> g = x" show"inj_on (λCβrcosets H. M1 #> ?inv C) (rcosets H)" proof (rule inj_onI, simp) fix x y assume eq: "M1 #> ?inv x = M1 #> ?inv y"and xy: "x β rcosets H""y β rcosets H" have"x = H #> ?inv x" by (simp add: H_elem_map_eq βΉx β rcosets HβΊ) alsohave"β¦ = H #> ?inv y" proof (rule coset_mult_inv1 [OF coset_join2]) show"?inv x β inv (?inv y) β carrier G" by (simp add: H_elem_map_carrier βΉx β rcosets HβΊβΉy β rcosets HβΊ) thenshow"(?inv x) β inv (?inv y) β H" by (simp add: H_I H_elem_map_carrier xy coset_mult_inv2 eq) show"H β carrier G" by (simp add: H_is_subgroup subgroup.subset) qed (simp_all add: H_is_subgroup H_elem_map_carrier xy) alsohave"β¦ = y" by (simp add: H_elem_map_eq βΉy β rcosets HβΊ) finallyshow"x=y" . qed show"(λCβrcosets H. M1 #> ?inv C) β rcosets H → M" using rcosets_H_funcset_M by blast qed
lemma finite_M: "finite M" by (metis M_subset_calM finite_calM rev_finite_subset)
lemma cardMeqIndexH: "card M = card (rcosets H)" using inj_M_GmodH inj_GmodH_M by (metis H_is_subgroup card_bij finite_G finite_M finite_UnionD rcosets_part_G)
lemma index_lem: "card M * card H = order G" by (simp add: cardMeqIndexH lagrange H_is_subgroup)
lemma card_H_eq: "card H = p^a" proof (rule antisym) show"p^a β€ card H" proof (rule dvd_imp_le) have"p ^ (a + multiplicity p m) dvd card M * card H" by (simp add: index_lem multiplicity_dvd order_G power_add) thenshow"p ^ a dvd card H" using div_combine not_dvd_M prime_p by blast show"0 < card H" by (blast intro: subgroup.finite_imp_card_positive H_is_subgroup) qed next show"card H β€ p^a" using M1_inj_H card_M1 card_inj finite_M1 by fastforce qed
end
lemma (in sylow) sylow_thm: "βH. subgroup H G β§ card H = p^a" proof - obtain M where M: "M β calM // RelM""Β¬ (p ^ Suc (multiplicity p m) dvd card M)" using lemma_A1 by blast thenobtain M1 where"M1 β M" by (metis existsM1inM)
define H where"H β‘ {g. g β carrier G β§ M1 #> g = M1}" with M βΉM1 β MβΊ interpret sylow_central G p a m calM RelM H M1 M by unfold_locales (auto simp add: H_def calM_def RelM_def) show ?thesis using H_is_subgroup card_H_eq by blast qed
textβΉNeeded because the locale's automatic definition refers to πβΉsemigroup GβΊand πβΉgroup_axioms GβΊ rather than simply to πβΉgroup GβΊ.βΊ lemma sylow_eq: "sylow G p a m β· group G β§ sylow_axioms G p a m" by (simp add: sylow_def group_def)
subsectionβΉSylow's TheoremβΊ
theorem sylow_thm: "[prime p; group G; order G = (p^a) * m; finite (carrier G)] ==>βH. subgroup H G β§ card H = p^a" by (rule sylow.sylow_thm [of G p a m]) (simp add: sylow_eq sylow_axioms_def)
end
Messung V0.5 in Prozent
Β€ Dauer der Verarbeitung: 0.2 Sekunden
(vorverarbeitet am 2026-04-28)
Β€
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfΓ€ltig zusammengestellt. Es wird jedoch weder VollstΓ€ndigkeit, noch Richtigkeit,
noch QualitΓ€t der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.