Skip to content

Commit f1ebfa8

Browse files
committed
fixed error
1 parent 24f997c commit f1ebfa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ClassificationOfSubgroups/Ch6_MaximalAbelianSubgroupClassEquation/S2_MaximalAbelianSubgroup.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ theorem index_normalizer_le_two {p : ℕ} [hp : Fact (Nat.Prime p)]
16641664
refine Nat.card_congr ϕ.symm
16651665
have two_lt_card_A' : 2 < Nat.card A' := by sorry
16661666
have normalizer_A'_le_DW := normalizer_subgroup_D_eq_DW two_lt_card_A' A'_le_D
1667-
have := QuotientGroup.quotientInfEquivProdNormalQuotient (H := A'.normalizer ⊓ G') (N := (D F).subgroupOf (D F).normalizer)
1667+
-- have := QuotientGroup.quotientInfEquivProdNormalQuotient (H := A'.normalizer ⊓ G') (N := (D F).subgroupOf (D F).normalizer)
16681668

16691669

16701670

0 commit comments

Comments
 (0)