We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d0987 commit be007b6Copy full SHA for be007b6
1 file changed
Mathlib/Analysis/Calculus/ContDiff/Basic.lean
@@ -572,8 +572,7 @@ section contDiffOn_union
572
lemma ContDiffOn.union_of_isOpen (hf : ContDiffOn 𝕜 n f s) (hf' : ContDiffOn 𝕜 n f t)
573
(hs : IsOpen s) (ht : IsOpen t) :
574
ContDiffOn 𝕜 n f (s ∪ t) := by
575
- intro x hx
576
- obtain (hx | hx) := hx
+ rintro x (hx | hx)
577
· exact (hf x hx).contDiffAt (hs.mem_nhds hx) |>.contDiffWithinAt
578
· exact (hf' x hx).contDiffAt (ht.mem_nhds hx) |>.contDiffWithinAt
579
0 commit comments