Skip to content

Commit cd8272a

Browse files
committed
chore(GroupTheory/DoubleCoset): add deprecation (#37594)
1 parent 36b5686 commit cd8272a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Mathlib/GroupTheory/DoubleCoset.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ lemma iUnion_quotToDoubleCoset (H K : Subgroup G) : ⋃ q, quotToDoubleCoset H K
161161
refine ⟨h⁻¹, H.inv_mem h3, k⁻¹, K.inv_mem h4, ?_⟩
162162
simp only [h5, ← mul_assoc, one_mul, inv_mul_cancel, mul_inv_cancel_right]
163163

164+
@[deprecated (since := "2026-04-03")]
165+
alias union_quotToDoubleCoset := iUnion_quotToDoubleCoset
166+
164167
lemma doubleCoset_union_rightCoset (H K : Subgroup G) (a : G) :
165168
⋃ k : K, op (a * k) • ↑H = doubleCoset a H K := by
166169
ext x

0 commit comments

Comments
 (0)