[Merged by Bors] - chore: remove reducible from Function.Surjective#5063
[Merged by Bors] - chore: remove reducible from Function.Surjective#5063
Conversation
|
I think this is just an oversight, we've already removed Zulip discussion from today: https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/simp.20lemmas.20with.20side.20conditions/near/366345908 bors d+ |
|
✌️ semorrison can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors merge |
The @[reducible] attribute on `Function.Surjective` is apparently not needed, and currently prevents `@[simp]` lemmas with `Function.Surjective` side conditions from firing, see [zulip discussion](https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/simp.20lemmas.20with.20side.20conditions). Co-authored-by: Scott Morrison <scott.morrison@anu.edu.au>
|
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
The @[reducible] attribute on `Function.Surjective` is apparently not needed, and currently prevents `@[simp]` lemmas with `Function.Surjective` side conditions from firing, see [zulip discussion](https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/simp.20lemmas.20with.20side.20conditions). Co-authored-by: Scott Morrison <scott.morrison@anu.edu.au>
The @[reducible] attribute on `Function.Surjective` is apparently not needed, and currently prevents `@[simp]` lemmas with `Function.Surjective` side conditions from firing, see [zulip discussion](https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/simp.20lemmas.20with.20side.20conditions). Co-authored-by: Scott Morrison <scott.morrison@anu.edu.au>
The @[reducible] attribute on
Function.Surjectiveis apparently not needed, and currently prevents@[simp]lemmas withFunction.Surjectiveside conditions from firing, see zulip discussion.