@@ -129,10 +129,10 @@ noncomputable def LinearOrderedCommGroup.closure_equiv_closure {G G' : Type*}
129129 have ypos : 1 < y' := by
130130 simp [hy', eq_comm, ← hxy, hx]
131131 have hxc : closure {x} = closure {x'} := by
132- rcases max_cases x x⁻¹ with H| H <;>
132+ rcases max_cases x x⁻¹ with H | H <;>
133133 simp [hx', H.left]
134134 have hyc : closure {y} = closure {y'} := by
135- rcases max_cases y y⁻¹ with H| H <;>
135+ rcases max_cases y y⁻¹ with H | H <;>
136136 simp [hy', H.left]
137137 refine ⟨⟨⟨
138138 fun a ↦ ⟨y' ^ ((mem_closure_singleton).mp
@@ -182,7 +182,7 @@ lemma Subgroup.isLeast_of_closure_iff_eq_mabs {a b : G} :
182182 rw [← zpow_right_inj this.right, zpow_mul', hm, zpow_one]
183183 rw [Int.mul_eq_one_iff_eq_one_or_neg_one] at key
184184 rw [eq_comm]
185- rcases key with ⟨rfl, rfl⟩| ⟨rfl, rfl⟩ <;>
185+ rcases key with ⟨rfl, rfl⟩ | ⟨rfl, rfl⟩ <;>
186186 simp [this.right.le, this.right, mabs]
187187 · wlog ha : 1 ≤ a generalizing a
188188 · convert @this (a⁻¹) ?_ (by simpa using le_of_not_ge ha) using 4
@@ -269,7 +269,7 @@ lemma LinearOrderedAddCommGroup.discrete_iff_not_denselyOrdered (G : Type*)
269269 [AddCommGroup G] [LinearOrder G] [IsOrderedAddMonoid G] [Archimedean G] :
270270 Nonempty (G ≃+o ℤ) ↔ ¬ DenselyOrdered G := by
271271 suffices ∀ (_ : G ≃+o ℤ), ¬ DenselyOrdered G by
272- rcases LinearOrderedAddCommGroup.discrete_or_denselyOrdered G with ⟨⟨h⟩⟩| h
272+ rcases LinearOrderedAddCommGroup.discrete_or_denselyOrdered G with ⟨⟨h⟩⟩ | h
273273 · simpa [this h] using ⟨h⟩
274274 · simp only [h, not_true_eq_false, iff_false, not_nonempty_iff]
275275 exact ⟨fun H ↦ (this H) h⟩
0 commit comments