Zulip Chat Archive
Stream: mathlib4
Topic: mem_upperBounds
Violeta Hernández (Jan 06 2025 at 03:33):
Is there any reason docs#mem_upperBounds is not tagged simp
?
Anne Baanen (Jan 06 2025 at 13:03):
(Historical note: looks like these were added by @Yury G. Kudryashov in mathlib3#2877.)
The only reason I can quickly figure out is that the rewrite might conflict with docs#mem_upperBounds_iff_subset_Iic. But mem_Iic
is a @[simp]
lemma, so that doesn't seem to be particularly compelling either. So I would say: try adding the attribute and see if anything breaks!
Last updated: May 02 2025 at 03:31 UTC