Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - chore(*): golf using acc_lift₂_iff and well_founded_lift₂_iff #18526

Closed
wants to merge 5 commits into from

Conversation

negiizhao
Copy link
Collaborator


There is a further attempt in #18128, but maybe this is enough for many cases now.

Open in Gitpod

@negiizhao negiizhao added awaiting-review The author would like community review of the PR awaiting-CI The author would like to see what CI has to say before doing more work. t-order Order hierarchy labels Mar 1, 2023
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Mar 1, 2023
/-- `quotient.out` as a relation embedding between the lift of a relation and the relation. -/
@[simps] noncomputable def _root_.quotient.out_rel_embedding [s : setoid α] {r : α → α → Prop} (H) :
@[simps] noncomputable def _root_.quotient.out_rel_embedding {s : setoid α} {r : α → α → Prop} (H) :
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think arguably [] was better, as it matches how lift₂ is defined. Is this change actually needed to make the rest of this PR work?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. antisymm_rel.setoid is not an instance.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pushed some primed versions of the lemmas using {} to match the quotient.mk / quotient.mk' distinction.

bors d+

@bors
Copy link

bors bot commented Mar 12, 2023

✌️ negiizhao can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@eric-wieser eric-wieser added the awaiting-CI The author would like to see what CI has to say before doing more work. label Mar 15, 2023
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Mar 23, 2023
@negiizhao
Copy link
Collaborator Author

bors r+

bors bot pushed a commit that referenced this pull request Mar 23, 2023
…8526)




Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@bors
Copy link

bors bot commented Mar 23, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(*): golf using acc_lift₂_iff and well_founded_lift₂_iff [Merged by Bors] - chore(*): golf using acc_lift₂_iff and well_founded_lift₂_iff Mar 23, 2023
@bors bors bot closed this Mar 23, 2023
@bors bors bot deleted the FR_quotient_acc branch March 23, 2023 18:37
@YaelDillies YaelDillies removed the awaiting-review The author would like community review of the PR label Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-order Order hierarchy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants