Skip to content

Commit

Permalink
feat(group_theory/transfer): ¬ p ∣ card transfer_sylow.ker (#17502)
Browse files Browse the repository at this point in the history
This PR adds a lemma stating that the cardinality of the kernel of `transfer_sylow` is indivisible by `p`.
  • Loading branch information
tb65536 committed Nov 20, 2022
1 parent d8ac338 commit 0013cf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/group_theory/transfer.lean
Expand Up @@ -214,6 +214,10 @@ begin
exact is_complement'_of_disjoint_and_mul_eq_univ (disjoint_iff.2 hf.1) hf.2,
end

lemma not_dvd_card_ker_transfer_sylow : ¬ p ∣ nat.card (transfer_sylow P hP).ker :=
(ker_transfer_sylow_is_complement' P hP).index_eq_card ▸ not_dvd_index_sylow P $
mt index_eq_zero_of_relindex_eq_zero index_ne_zero_of_finite

lemma ker_transfer_sylow_disjoint : disjoint (transfer_sylow P hP).ker ↑P :=
(ker_transfer_sylow_is_complement' P hP).disjoint

Expand Down

0 comments on commit 0013cf7

Please sign in to comment.