File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ lemma disjoint_mul_sub_card_le (b : G) (has : a ∈ s) (hCfin : C.Finite) (hsfin
177177 · simp at hsC
178178 subst t
179179 have hs : s.Nonempty := ⟨a, has⟩
180- simp [hs]
180+ simp [hs, coset ]
181181 have hstabCfin : (Stab C : Set G).Finite := stabilizer_finite hC hCfin
182182 calc
183183 (#(Stab C) : ℤ) - #(coset C s a * Stab (coset C s a * coset C t b))
@@ -212,7 +212,7 @@ lemma disjoint_mul_sub_card_le (b : G) (has : a ∈ s) (hCfin : C.Finite) (hsfin
212212@[to_additive]
213213lemma inter_mul_sub_card_le {a : G} {s t C : Set G} (has : a ∈ s) (hC : C.Nonempty)
214214 (hst : Stab (coset C s a * coset C t a) ⊆ Stab C) :
215- (#(Stab C) : ℤ) - #(↑ coset C s a * Stab (coset C s a * coset C t a)) -
215+ (#(Stab C) : ℤ) - #(coset C s a * Stab (coset C s a * coset C t a)) -
216216 #(↑t ∩ a • Stab C * Stab (coset C s a * coset C t a)) ≤
217217 #((s ∪ t) * Stab C) - #((s ∪ t) * Stab (coset C s a * coset C t a)) := by
218218 calc
You can’t perform that action at this time.
0 commit comments