Skip to content

Commit be007b6

Browse files
committed
Minigolf
1 parent 58d0987 commit be007b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/Analysis/Calculus/ContDiff/Basic.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,7 @@ section contDiffOn_union
572572
lemma ContDiffOn.union_of_isOpen (hf : ContDiffOn 𝕜 n f s) (hf' : ContDiffOn 𝕜 n f t)
573573
(hs : IsOpen s) (ht : IsOpen t) :
574574
ContDiffOn 𝕜 n f (s ∪ t) := by
575-
intro x hx
576-
obtain (hx | hx) := hx
575+
rintro x (hx | hx)
577576
· exact (hf x hx).contDiffAt (hs.mem_nhds hx) |>.contDiffWithinAt
578577
· exact (hf' x hx).contDiffAt (ht.mem_nhds hx) |>.contDiffWithinAt
579578

0 commit comments

Comments
 (0)