url
stringclasses 147
values | commit
stringclasses 147
values | file_path
stringlengths 7
101
| full_name
stringlengths 1
94
| start
stringlengths 6
10
| end
stringlengths 6
11
| tactic
stringlengths 1
11.2k
| state_before
stringlengths 3
2.09M
| state_after
stringlengths 6
2.09M
|
---|---|---|---|---|---|---|---|---|
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_subset_div_right | [46, 1] | [51, 32] | refine fun b hb ↦ mem_div.2 ⟨_, ?_, _, mem_singleton_self _, mul_div_cancel_right _ _⟩ | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
⊢ s.mulStab ⊆ s / {a} | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
b : α
hb : b ∈ s.mulStab
⊢ b * a ∈ s |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_subset_div_right | [46, 1] | [51, 32] | rw [mem_mulStab ⟨a, ha⟩] at hb | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
b : α
hb : b ∈ s.mulStab
⊢ b * a ∈ s | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
b : α
hb : b • s = s
⊢ b * a ∈ s |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_subset_div_right | [46, 1] | [51, 32] | rw [← hb] | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
b : α
hb : b • s = s
⊢ b * a ∈ s | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
b : α
hb : b • s = s
⊢ b * a ∈ b • s |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_subset_div_right | [46, 1] | [51, 32] | exact smul_mem_smul_finset ha | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
b : α
hb : b • s = s
⊢ b * a ∈ b • s | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.coe_mulStab | [53, 1] | [55, 29] | ext | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ ↑s.mulStab = ↑(stabilizer α s) | case h
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
x✝ : α
⊢ x✝ ∈ ↑s.mulStab ↔ x✝ ∈ ↑(stabilizer α s) |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.coe_mulStab | [53, 1] | [55, 29] | simp [mem_mulStab hs] | case h
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
x✝ : α
⊢ x✝ ∈ ↑s.mulStab ↔ x✝ ∈ ↑(stabilizer α s) | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mem_mulStab_iff_subset_smul_finset | [57, 1] | [59, 96] | rw [← mem_coe, coe_mulStab hs, SetLike.mem_coe, mem_stabilizer_finset_iff_subset_smul_finset] | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ a ∈ s.mulStab ↔ s ⊆ a • s | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mem_mulStab_iff_smul_finset_subset | [61, 1] | [63, 96] | rw [← mem_coe, coe_mulStab hs, SetLike.mem_coe, mem_stabilizer_finset_iff_smul_finset_subset] | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ a ∈ s.mulStab ↔ a • s ⊆ s | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mem_mulStab' | [65, 1] | [67, 74] | rw [← mem_coe, coe_mulStab hs, SetLike.mem_coe, mem_stabilizer_finset'] | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ a ∈ s.mulStab ↔ ∀ ⦃b : α⦄, b ∈ s → a • b ∈ s | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_empty | [69, 1] | [70, 70] | simp [mulStab] | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ ∅.mulStab = ∅ | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_singleton | [72, 1] | [74, 52] | simp [mulStab, singleton_one, filter_true_of_mem] | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a✝ a : α
⊢ {a}.mulStab = 1 | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.Nonempty.of_mulStab | [76, 1] | [78, 80] | simp_rw [nonempty_iff_ne_empty, not_imp_not] | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ s.mulStab.Nonempty → s.Nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ s = ∅ → s.mulStab = ∅ |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.Nonempty.of_mulStab | [76, 1] | [78, 80] | rintro rfl | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ s = ∅ → s.mulStab = ∅ | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
t : Finset α
a : α
⊢ ∅.mulStab = ∅ |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.Nonempty.of_mulStab | [76, 1] | [78, 80] | exact mulStab_empty | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
t : Finset α
a : α
⊢ ∅.mulStab = ∅ | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_eq_one | [92, 1] | [98, 36] | refine ⟨fun h ↦ ?_, fun h ↦ by rw [h, card_one]⟩ | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ s.mulStab.card = 1 ↔ s.mulStab = 1 | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
h : s.mulStab.card = 1
⊢ s.mulStab = 1 |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_eq_one | [92, 1] | [98, 36] | obtain ⟨a, ha⟩ := card_eq_one.1 h | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
h : s.mulStab.card = 1
⊢ s.mulStab = 1 | case intro
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a✝ : α
h : s.mulStab.card = 1
a : α
ha : s.mulStab = {a}
⊢ s.mulStab = 1 |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_eq_one | [92, 1] | [98, 36] | rw [ha] | case intro
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a✝ : α
h : s.mulStab.card = 1
a : α
ha : s.mulStab = {a}
⊢ s.mulStab = 1 | case intro
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a✝ : α
h : s.mulStab.card = 1
a : α
ha : s.mulStab = {a}
⊢ {a} = 1 |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_eq_one | [92, 1] | [98, 36] | rw [eq_singleton_iff_nonempty_unique_mem, mulStab_nonempty, ← one_mem_mulStab] at ha | case intro
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a✝ : α
h : s.mulStab.card = 1
a : α
ha : s.mulStab = {a}
⊢ {a} = 1 | case intro
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a✝ : α
h : s.mulStab.card = 1
a : α
ha : 1 ∈ s.mulStab ∧ ∀ x ∈ s.mulStab, x = a
⊢ {a} = 1 |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_eq_one | [92, 1] | [98, 36] | rw [← ha.2 _ ha.1, singleton_one] | case intro
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a✝ : α
h : s.mulStab.card = 1
a : α
ha : 1 ∈ s.mulStab ∧ ∀ x ∈ s.mulStab, x = a
⊢ {a} = 1 | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_eq_one | [92, 1] | [98, 36] | rw [h, card_one] | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
h : s.mulStab = 1
⊢ s.mulStab.card = 1 | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.subset_mulStab_mul_left | [104, 1] | [110, 27] | obtain rfl | hs := s.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ht : t.Nonempty
⊢ s.mulStab ⊆ (s * t).mulStab | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
t : Finset α
a : α
ht : t.Nonempty
⊢ ∅.mulStab ⊆ (∅ * t).mulStab
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ht : t.Nonempty
hs : s.Nonempty
⊢ s.mulStab ⊆ (s * t).mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.subset_mulStab_mul_left | [104, 1] | [110, 27] | simp_rw [subset_iff, mem_mulStab hs, mem_mulStab (hs.mul ht)] | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ht : t.Nonempty
hs : s.Nonempty
⊢ s.mulStab ⊆ (s * t).mulStab | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ht : t.Nonempty
hs : s.Nonempty
⊢ ∀ ⦃x : α⦄, x • s = s → x • (s * t) = s * t |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.subset_mulStab_mul_left | [104, 1] | [110, 27] | rintro a h | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ht : t.Nonempty
hs : s.Nonempty
⊢ ∀ ⦃x : α⦄, x • s = s → x • (s * t) = s * t | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a✝ : α
ht : t.Nonempty
hs : s.Nonempty
a : α
h : a • s = s
⊢ a • (s * t) = s * t |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.subset_mulStab_mul_left | [104, 1] | [110, 27] | rw [← smul_mul_assoc, h] | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a✝ : α
ht : t.Nonempty
hs : s.Nonempty
a : α
h : a • s = s
⊢ a • (s * t) = s * t | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.subset_mulStab_mul_left | [104, 1] | [110, 27] | simp | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
t : Finset α
a : α
ht : t.Nonempty
⊢ ∅.mulStab ⊆ (∅ * t).mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_mul | [112, 1] | [116, 98] | obtain rfl | hs := s.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
⊢ s.mulStab * s = s | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ ∅.mulStab * ∅ = ∅
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ s.mulStab * s = s |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_mul | [112, 1] | [116, 98] | exact mul_empty _ | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ ∅.mulStab * ∅ = ∅ | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_mul | [112, 1] | [116, 98] | simp only [← coe_inj, hs, coe_mul, coe_mulStab, ← stabilizer_coe_finset, stabilizer_mul_self] | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ s.mulStab * s = s | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mul_subset_right_iff | [118, 1] | [121, 57] | simp_rw [← smul_eq_mul, ← biUnion_smul_finset, biUnion_subset,
← mem_mulStab_iff_smul_finset_subset ht, subset_iff] | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ht : t.Nonempty
⊢ s * t ⊆ t ↔ s ⊆ t.mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mul_subset_right | [123, 1] | [127, 38] | obtain rfl | ht := t.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ s ⊆ t.mulStab → s * t ⊆ t | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s : Finset α
a : α
⊢ s ⊆ ∅.mulStab → s * ∅ ⊆ ∅
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ht : t.Nonempty
⊢ s ⊆ t.mulStab → s * t ⊆ t |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mul_subset_right | [123, 1] | [127, 38] | simp | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s : Finset α
a : α
⊢ s ⊆ ∅.mulStab → s * ∅ ⊆ ∅ | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mul_subset_right | [123, 1] | [127, 38] | exact (mul_subset_right_iff ht).2 | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ht : t.Nonempty
⊢ s ⊆ t.mulStab → s * t ⊆ t | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.smul_mulStab | [129, 1] | [134, 72] | obtain rfl | hs := s.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s.mulStab
⊢ a • s.mulStab = s.mulStab | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
t : Finset α
a : α
ha : a ∈ ∅.mulStab
⊢ a • ∅.mulStab = ∅.mulStab
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s.mulStab
hs : s.Nonempty
⊢ a • s.mulStab = s.mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.smul_mulStab | [129, 1] | [134, 72] | rw [← mem_coe, coe_mulStab hs, SetLike.mem_coe] at ha | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s.mulStab
hs : s.Nonempty
⊢ a • s.mulStab = s.mulStab | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ stabilizer α s
hs : s.Nonempty
⊢ a • s.mulStab = s.mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.smul_mulStab | [129, 1] | [134, 72] | rw [← coe_inj, coe_smul_finset, coe_mulStab hs, Subgroup.smul_coe ha] | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ stabilizer α s
hs : s.Nonempty
⊢ a • s.mulStab = s.mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.smul_mulStab | [129, 1] | [134, 72] | simp | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
t : Finset α
a : α
ha : a ∈ ∅.mulStab
⊢ a • ∅.mulStab = ∅.mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_mul_mulStab | [136, 1] | [141, 46] | obtain rfl | hs := s.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
⊢ s.mulStab * s.mulStab = s.mulStab | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ ∅.mulStab * ∅.mulStab = ∅.mulStab
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ s.mulStab * s.mulStab = s.mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_mul_mulStab | [136, 1] | [141, 46] | simp | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ ∅.mulStab * ∅.mulStab = ∅.mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_mul_mulStab | [136, 1] | [141, 46] | simp_rw [← smul_eq_mul, ← biUnion_smul_finset, biUnion_congr rfl fun _ ↦ smul_mulStab,
← sup_eq_biUnion, sup_const hs.mulStab] | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ s.mulStab * s.mulStab = s.mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.inter_mulStab_subset_mulStab_union | [143, 1] | [152, 53] | obtain rfl | hs := s.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ s.mulStab ∩ t.mulStab ⊆ (s ∪ t).mulStab | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
t : Finset α
a : α
⊢ ∅.mulStab ∩ t.mulStab ⊆ (∅ ∪ t).mulStab
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ s.mulStab ∩ t.mulStab ⊆ (s ∪ t).mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.inter_mulStab_subset_mulStab_union | [143, 1] | [152, 53] | obtain rfl | ht := t.eq_empty_or_nonempty | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ s.mulStab ∩ t.mulStab ⊆ (s ∪ t).mulStab | case inr.inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s : Finset α
a : α
hs : s.Nonempty
⊢ s.mulStab ∩ ∅.mulStab ⊆ (s ∪ ∅).mulStab
case inr.inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
ht : t.Nonempty
⊢ s.mulStab ∩ t.mulStab ⊆ (s ∪ t).mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.inter_mulStab_subset_mulStab_union | [143, 1] | [152, 53] | intro x hx | case inr.inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
ht : t.Nonempty
⊢ s.mulStab ∩ t.mulStab ⊆ (s ∪ t).mulStab | case inr.inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
ht : t.Nonempty
x : α
hx : x ∈ s.mulStab ∩ t.mulStab
⊢ x ∈ (s ∪ t).mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.inter_mulStab_subset_mulStab_union | [143, 1] | [152, 53] | rw [mem_mulStab (hs.mono subset_union_left), smul_finset_union,
(mem_mulStab hs).mp (mem_of_mem_inter_left hx),
(mem_mulStab ht).mp (mem_of_mem_inter_right hx)] | case inr.inr
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
ht : t.Nonempty
x : α
hx : x ∈ s.mulStab ∩ t.mulStab
⊢ x ∈ (s ∪ t).mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.inter_mulStab_subset_mulStab_union | [143, 1] | [152, 53] | simp | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
t : Finset α
a : α
⊢ ∅.mulStab ∩ t.mulStab ⊆ (∅ ∪ t).mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.inter_mulStab_subset_mulStab_union | [143, 1] | [152, 53] | simp | case inr.inl
ι : Type u_1
α : Type u_2
inst✝¹ : Group α
inst✝ : DecidableEq α
s : Finset α
a : α
hs : s.Nonempty
⊢ s.mulStab ∩ ∅.mulStab ⊆ (s ∪ ∅).mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_subset_div_left | [158, 1] | [162, 68] | refine fun b hb ↦ mem_div.2 ⟨_, mem_singleton_self _, _, ?_, div_div_cancel _ _⟩ | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
⊢ s.mulStab ⊆ {a} / s | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
b : α
hb : b ∈ s.mulStab
⊢ a / b ∈ s |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_subset_div_left | [158, 1] | [162, 68] | rw [mem_mulStab ⟨a, ha⟩] at hb | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
b : α
hb : b ∈ s.mulStab
⊢ a / b ∈ s | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
b : α
hb : b • s = s
⊢ a / b ∈ s |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_subset_div_left | [158, 1] | [162, 68] | rwa [← hb, ← inv_smul_mem_iff, smul_eq_mul, inv_mul_eq_div] at ha | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
ha : a ∈ s
b : α
hb : b • s = s
⊢ a / b ∈ s | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.subset_mulStab_mul_right | [164, 1] | [166, 50] | rw [mul_comm] | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ t.mulStab ⊆ (s * t).mulStab | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ t.mulStab ⊆ (t * s).mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.subset_mulStab_mul_right | [164, 1] | [166, 50] | exact subset_mulStab_mul_left hs | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ t.mulStab ⊆ (t * s).mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mul_mulStab | [168, 1] | [169, 94] | rw [mul_comm] | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
⊢ s * s.mulStab = s | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
⊢ s.mulStab * s = s |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mul_mulStab | [168, 1] | [169, 94] | exact mulStab_mul _ | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
⊢ s.mulStab * s = s | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mul_mulStab_mul_mul_mul_mulStab_mul | [171, 1] | [174, 58] | rw [mul_mul_mul_comm, mulStab_mul_mulStab, mul_mulStab] | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ s * (s * t).mulStab * (t * (s * t).mulStab) = s * t | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mul_subset_left_iff | [180, 1] | [182, 41] | rw [mul_comm, mul_subset_right_iff hs] | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ s * t ⊆ s ↔ t ⊆ s.mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mul_subset_left | [184, 1] | [185, 94] | rw [mul_comm] | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ t ⊆ s.mulStab → s * t ⊆ s | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ t ⊆ s.mulStab → t * s ⊆ s |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mul_subset_left | [184, 1] | [185, 94] | exact mul_subset_right | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ t ⊆ s.mulStab → t * s ⊆ s | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_idem | [187, 1] | [192, 7] | obtain rfl | hs := s.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
⊢ s.mulStab.mulStab = s.mulStab | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ ∅.mulStab.mulStab = ∅.mulStab
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ s.mulStab.mulStab = s.mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_idem | [187, 1] | [192, 7] | rw [← coe_inj, coe_mulStab hs, coe_mulStab hs.mulStab, ← stabilizer_coe_finset, coe_mulStab hs] | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ s.mulStab.mulStab = s.mulStab | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ ↑(stabilizer α ↑(stabilizer α s)) = ↑(stabilizer α s) |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_idem | [187, 1] | [192, 7] | simp | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ ↑(stabilizer α ↑(stabilizer α s)) = ↑(stabilizer α s) | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_idem | [187, 1] | [192, 7] | simp | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ ∅.mulStab.mulStab = ∅.mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_smul | [194, 1] | [198, 89] | obtain rfl | hs := s.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a✝ a : α
s : Finset α
⊢ (a • s).mulStab = s.mulStab | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a✝ a : α
⊢ (a • ∅).mulStab = ∅.mulStab
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a✝ a : α
s : Finset α
hs : s.Nonempty
⊢ (a • s).mulStab = s.mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_smul | [194, 1] | [198, 89] | simp | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a✝ a : α
⊢ (a • ∅).mulStab = ∅.mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_smul | [194, 1] | [198, 89] | rw [← coe_inj, coe_mulStab hs, coe_mulStab hs.smul_finset, stabilizer_smul_eq_right] | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a✝ a : α
s : Finset α
hs : s.Nonempty
⊢ (a • s).mulStab = s.mulStab | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.mulStab_image_coe_quotient | [202, 1] | [206, 92] | rw [← coe_inj, coe_mulStab (hs.image _), ← stabilizer_coe_finset, ← stabilizer_coe_finset,
coe_image, coe_one, stabilizer_image_coe_quotient, Subgroup.coe_bot, Set.singleton_one] | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ (image QuotientGroup.mk s).mulStab = 1 | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.preimage_image_quotientMk_stabilizer_eq_mul_mulStab | [208, 1] | [213, 47] | rw [QuotientGroup.preimage_image_mk_eq_iUnion_smul, mul_comm, Set.iUnion_subtype] | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
ht : t.Nonempty
s : Finset α
⊢ QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s) = ↑s * ↑t.mulStab | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
ht : t.Nonempty
s : Finset α
⊢ ⋃ x, ⋃ (hx : x ∈ stabilizer α t), ⟨x, hx⟩ • ↑s = ↑t.mulStab * ↑s |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.preimage_image_quotientMk_stabilizer_eq_mul_mulStab | [208, 1] | [213, 47] | simp_rw [Subgroup.mk_smul, ← SetLike.mem_coe, ← coe_mulStab ht, ← coe_smul_finset, ← coe_biUnion,
biUnion_smul_finset, smul_eq_mul, coe_mul] | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
ht : t.Nonempty
s : Finset α
⊢ ⋃ x, ⋃ (hx : x ∈ stabilizer α t), ⟨x, hx⟩ • ↑s = ↑t.mulStab * ↑s | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.preimage_image_quotientMk_mulStabilizer | [215, 1] | [220, 90] | obtain rfl | hs := s.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
⊢ QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s) = ↑s | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑∅) = ↑∅
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s) = ↑s |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.preimage_image_quotientMk_mulStabilizer | [215, 1] | [220, 90] | simp | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑∅) = ↑∅ | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.preimage_image_quotientMk_mulStabilizer | [215, 1] | [220, 90] | rw [preimage_image_quotientMk_stabilizer_eq_mul_mulStab hs s, ← coe_mul, mul_mulStab] | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s) = ↑s | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.pairwiseDisjoint_smul_finset_mulStab | [222, 1] | [230, 87] | obtain rfl | hs := s.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
⊢ (Set.range fun a => a • s.mulStab).PairwiseDisjoint id | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ (Set.range fun a => a • ∅.mulStab).PairwiseDisjoint id
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ (Set.range fun a => a • s.mulStab).PairwiseDisjoint id |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.pairwiseDisjoint_smul_finset_mulStab | [222, 1] | [230, 87] | rintro _ ⟨a, rfl⟩ _ ⟨b, rfl⟩ | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
hs : s.Nonempty
⊢ (Set.range fun a => a • s.mulStab).PairwiseDisjoint id | case inr.intro.intro
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a✝ : α
s : Finset α
hs : s.Nonempty
a b : α
⊢ (fun a => a • s.mulStab) a ≠ (fun a => a • s.mulStab) b →
(Disjoint on id) ((fun a => a • s.mulStab) a) ((fun a => a • s.mulStab) b) |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.pairwiseDisjoint_smul_finset_mulStab | [222, 1] | [230, 87] | simp only [onFun, id_eq] | case inr.intro.intro
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a✝ : α
s : Finset α
hs : s.Nonempty
a b : α
⊢ (fun a => a • s.mulStab) a ≠ (fun a => a • s.mulStab) b →
(Disjoint on id) ((fun a => a • s.mulStab) a) ((fun a => a • s.mulStab) b) | case inr.intro.intro
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a✝ : α
s : Finset α
hs : s.Nonempty
a b : α
⊢ a • s.mulStab ≠ b • s.mulStab → Disjoint (a • s.mulStab) (b • s.mulStab) |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.pairwiseDisjoint_smul_finset_mulStab | [222, 1] | [230, 87] | simp_rw [← disjoint_coe, ← coe_injective.ne_iff, coe_smul_finset, coe_mulStab hs] | case inr.intro.intro
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a✝ : α
s : Finset α
hs : s.Nonempty
a b : α
⊢ a • s.mulStab ≠ b • s.mulStab → Disjoint (a • s.mulStab) (b • s.mulStab) | case inr.intro.intro
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a✝ : α
s : Finset α
hs : s.Nonempty
a b : α
⊢ a • ↑(stabilizer α s) ≠ b • ↑(stabilizer α s) → Disjoint (a • ↑(stabilizer α s)) (b • ↑(stabilizer α s)) |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.pairwiseDisjoint_smul_finset_mulStab | [222, 1] | [230, 87] | exact Subgroup.pairwiseDisjoint_smul _ (Set.mem_range_self _) (Set.mem_range_self _) | case inr.intro.intro
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a✝ : α
s : Finset α
hs : s.Nonempty
a b : α
⊢ a • ↑(stabilizer α s) ≠ b • ↑(stabilizer α s) → Disjoint (a • ↑(stabilizer α s)) (b • ↑(stabilizer α s)) | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.pairwiseDisjoint_smul_finset_mulStab | [222, 1] | [230, 87] | simp | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ (Set.range fun a => a • ∅.mulStab).PairwiseDisjoint id | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.disjoint_smul_finset_mulStab_mul_mulStab | [232, 1] | [239, 49] | simp_rw [@not_imp_comm (_ ⊆ _), ← smul_eq_mul, ← biUnion_smul_finset, disjoint_biUnion_right,
Classical.not_forall] | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ ¬a • s.mulStab ⊆ t * s.mulStab → Disjoint (a • s.mulStab) (t * s.mulStab) | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ (∃ x, ∃ (_ : x ∈ t), ¬Disjoint (a • s.mulStab) (x • s.mulStab)) → a • s.mulStab ⊆ t.biUnion fun x => x • s.mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.disjoint_smul_finset_mulStab_mul_mulStab | [232, 1] | [239, 49] | rintro ⟨b, hb, h⟩ | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ (∃ x, ∃ (_ : x ∈ t), ¬Disjoint (a • s.mulStab) (x • s.mulStab)) → a • s.mulStab ⊆ t.biUnion fun x => x • s.mulStab | case intro.intro
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a b : α
hb : b ∈ t
h : ¬Disjoint (a • s.mulStab) (b • s.mulStab)
⊢ a • s.mulStab ⊆ t.biUnion fun x => x • s.mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.disjoint_smul_finset_mulStab_mul_mulStab | [232, 1] | [239, 49] | rw [s.pairwiseDisjoint_smul_finset_mulStab.eq (Set.mem_range_self _) (Set.mem_range_self _) h] | case intro.intro
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a b : α
hb : b ∈ t
h : ¬Disjoint (a • s.mulStab) (b • s.mulStab)
⊢ a • s.mulStab ⊆ t.biUnion fun x => x • s.mulStab | case intro.intro
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a b : α
hb : b ∈ t
h : ¬Disjoint (a • s.mulStab) (b • s.mulStab)
⊢ b • s.mulStab ⊆ t.biUnion fun x => x • s.mulStab |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card | [246, 1] | [248, 71] | simpa only [mul_mulStab] using s.card_mulStab_dvd_card_mul_mulStab s | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
⊢ s.mulStab.card ∣ s.card | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_le_card | [250, 1] | [254, 60] | obtain rfl | hs := s.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
⊢ s.mulStab.card ≤ s.card | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
t : Finset α
a : α
⊢ ∅.mulStab.card ≤ ∅.card
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ s.mulStab.card ≤ s.card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_le_card | [250, 1] | [254, 60] | rfl | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
t : Finset α
a : α
⊢ ∅.mulStab.card ≤ ∅.card | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_le_card | [250, 1] | [254, 60] | exact Nat.le_of_dvd hs.card_pos s.card_mulStab_dvd_card | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
⊢ s.mulStab.card ≤ s.card | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | obtain rfl | ht := t.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : s.mulStab ⊆ t.mulStab
⊢ s.mulStab.card ∣ t.mulStab.card | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s : Finset α
a : α
hs : s.Nonempty
h : s.mulStab ⊆ ∅.mulStab
⊢ s.mulStab.card ∣ ∅.mulStab.card
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : s.mulStab ⊆ t.mulStab
ht : t.Nonempty
⊢ s.mulStab.card ∣ t.mulStab.card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | rw [← coe_subset, coe_mulStab hs, coe_mulStab ht, SetLike.coe_subset_coe] at h | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : s.mulStab ⊆ t.mulStab
ht : t.Nonempty
⊢ s.mulStab.card ∣ t.mulStab.card | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
⊢ s.mulStab.card ∣ t.mulStab.card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | letI : Fintype (stabilizer α s) := fintypeStabilizerOfMulStab hs | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
⊢ s.mulStab.card ∣ t.mulStab.card | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
⊢ s.mulStab.card ∣ t.mulStab.card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | letI : Fintype (stabilizer α t) := fintypeStabilizerOfMulStab ht | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
⊢ s.mulStab.card ∣ t.mulStab.card | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ s.mulStab.card ∣ t.mulStab.card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | convert Subgroup.card_dvd_of_le h using 1 | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ s.mulStab.card ∣ t.mulStab.card | case h.e'_3
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ s.mulStab.card = Nat.card ↥(stabilizer α s)
case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = Nat.card ↥(stabilizer α t) |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | simp [-mem_stabilizer_iff] | case h.e'_3
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ s.mulStab.card = Nat.card ↥(stabilizer α s)
case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = Nat.card ↥(stabilizer α t) | case h.e'_3
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ s.mulStab.card = Fintype.card ↥(stabilizer α s)
case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = Nat.card ↥(stabilizer α t) |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | change _ = (s.mulStab.attach.map
⟨Subtype.map id fun _ ↦ (mem_mulStab hs).1, Subtype.map_injective _ injective_id⟩).card | case h.e'_3
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ s.mulStab.card = Fintype.card ↥(stabilizer α s)
case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = Nat.card ↥(stabilizer α t) | case h.e'_3
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ s.mulStab.card = (map { toFun := Subtype.map id ⋯, inj' := ⋯ } s.mulStab.attach).card
case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = Nat.card ↥(stabilizer α t) |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | simp | case h.e'_3
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ s.mulStab.card = (map { toFun := Subtype.map id ⋯, inj' := ⋯ } s.mulStab.attach).card
case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = Nat.card ↥(stabilizer α t) | case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = Nat.card ↥(stabilizer α t) |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | simp [-mem_stabilizer_iff] | case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = Nat.card ↥(stabilizer α t) | case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = Fintype.card ↥(stabilizer α t) |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | change _ = (t.mulStab.attach.map
⟨Subtype.map id fun _ ↦ (mem_mulStab ht).1, Subtype.map_injective _ injective_id⟩).card | case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = Fintype.card ↥(stabilizer α t) | case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = (map { toFun := Subtype.map id ⋯, inj' := ⋯ } t.mulStab.attach).card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | simp | case h.e'_4
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s t : Finset α
a : α
hs : s.Nonempty
h : stabilizer α s ≤ stabilizer α t
ht : t.Nonempty
this✝ : Fintype ↥(stabilizer α s) := Finset.fintypeStabilizerOfMulStab hs
this : Fintype ↥(stabilizer α t) := Finset.fintypeStabilizerOfMulStab ht
⊢ t.mulStab.card = (map { toFun := Subtype.map id ⋯, inj' := ⋯ } t.mulStab.attach).card | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_dvd_card_mulStab | [265, 1] | [281, 7] | simp | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s : Finset α
a : α
hs : s.Nonempty
h : s.mulStab ⊆ ∅.mulStab
⊢ s.mulStab.card ∣ ∅.mulStab.card | no goals |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_mul_card_image_coe' | [283, 1] | [296, 34] | obtain rfl | ht := t.eq_empty_or_nonempty | ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card | case inl
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t : Finset α
a : α
s : Finset α
⊢ ∅.mulStab.card * (image QuotientGroup.mk s).card = (s * ∅.mulStab).card
case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
ht : t.Nonempty
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_mul_card_image_coe' | [283, 1] | [296, 34] | have := QuotientGroup.preimageMkEquivSubgroupProdSet _ (s +ˢ stabilizer α t) | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
ht : t.Nonempty
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
ht : t.Nonempty
this : ↑(QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s)) ≃ ↥(stabilizer α t) × ↑(QuotientGroup.mk '' ↑s)
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_mul_card_image_coe' | [283, 1] | [296, 34] | have that : ↥(stabilizer α t) = ↥t.mulStab := by
rw [← SetLike.coe_sort_coe, ← coe_mulStab ht, Finset.coe_sort_coe] | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
ht : t.Nonempty
this : ↑(QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s)) ≃ ↥(stabilizer α t) × ↑(QuotientGroup.mk '' ↑s)
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
ht : t.Nonempty
this : ↑(QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s)) ≃ ↥(stabilizer α t) × ↑(QuotientGroup.mk '' ↑s)
that : ↥(stabilizer α t) = { x // x ∈ t.mulStab }
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_mul_card_image_coe' | [283, 1] | [296, 34] | have temp := this.trans ((Equiv.cast that).prodCongr (Equiv.refl _)) | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
ht : t.Nonempty
this : ↑(QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s)) ≃ ↥(stabilizer α t) × ↑(QuotientGroup.mk '' ↑s)
that : ↥(stabilizer α t) = { x // x ∈ t.mulStab }
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
ht : t.Nonempty
this : ↑(QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s)) ≃ ↥(stabilizer α t) × ↑(QuotientGroup.mk '' ↑s)
that : ↥(stabilizer α t) = { x // x ∈ t.mulStab }
temp : ↑(QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s)) ≃ { x // x ∈ t.mulStab } × ↑(QuotientGroup.mk '' ↑s)
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_mul_card_image_coe' | [283, 1] | [296, 34] | rw [preimage_image_quotientMk_stabilizer_eq_mul_mulStab ht] at temp | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
ht : t.Nonempty
this : ↑(QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s)) ≃ ↥(stabilizer α t) × ↑(QuotientGroup.mk '' ↑s)
that : ↥(stabilizer α t) = { x // x ∈ t.mulStab }
temp : ↑(QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s)) ≃ { x // x ∈ t.mulStab } × ↑(QuotientGroup.mk '' ↑s)
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
ht : t.Nonempty
this : ↑(QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s)) ≃ ↥(stabilizer α t) × ↑(QuotientGroup.mk '' ↑s)
that : ↥(stabilizer α t) = { x // x ∈ t.mulStab }
temp : ↑(↑s * ↑t.mulStab) ≃ { x // x ∈ t.mulStab } × ↑(QuotientGroup.mk '' ↑s)
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card |
https://github.com/YaelDillies/LeanCamCombi.git | 034199694e3b91536d03bc4a8b0cdbd659cdf50f | LeanCamCombi/Kneser/MulStab.lean | Finset.card_mulStab_mul_card_image_coe' | [283, 1] | [296, 34] | simpa only [coe_sort_coe, ← coe_mul, Fintype.card_prod, Fintype.card_coe, Fintype.card_ofFinset,
toFinset_coe, mem_image, Set.mem_image, mem_coe, forall_const, eq_comm]
using Fintype.card_congr temp | case inr
ι : Type u_1
α : Type u_2
inst✝¹ : CommGroup α
inst✝ : DecidableEq α
s✝ t✝ : Finset α
a : α
s t : Finset α
ht : t.Nonempty
this : ↑(QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' ↑s)) ≃ ↥(stabilizer α t) × ↑(QuotientGroup.mk '' ↑s)
that : ↥(stabilizer α t) = { x // x ∈ t.mulStab }
temp : ↑(↑s * ↑t.mulStab) ≃ { x // x ∈ t.mulStab } × ↑(QuotientGroup.mk '' ↑s)
⊢ t.mulStab.card * (image QuotientGroup.mk s).card = (s * t.mulStab).card | no goals |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.