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] - feat: port Data.Nat.Multiplicity #2974

Closed
wants to merge 10 commits into from

Conversation

mattrobball
Copy link
Collaborator


Started but got pulled away. Feel free to jump in.
Open in Gitpod

Mathbin -> Mathlib

fix certain import statements

move "by" to end of line

add import to Mathlib.lean
@mattrobball mattrobball added mathlib-port This is a port of a theory file from mathlib. WIP Work in progress labels Mar 18, 2023
@mattrobball mattrobball added awaiting-review The author would like community review of the PR and removed WIP Work in progress labels Mar 19, 2023
refine' binary_rec _ _
· contradiction
refine' binaryRec _ _
· exact fun h => False.elim <| h rfl
· intro b n ih h
by_cases hn : n = 0
· subst hn
simp at h
simp [h, one_right h2.not_unit]
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a non-terminal simp, right? Please replace it by a simp only

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That must have been from mathlib3 but it is fixed now.

@RemyDegenne RemyDegenne added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Mar 19, 2023
@RemyDegenne
Copy link
Contributor

Thanks!
bors r+

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-author A reviewer has asked the author a question or requested changes labels Mar 19, 2023
bors bot pushed a commit that referenced this pull request Mar 19, 2023
Co-authored-by: Parcly Taxel <reddeloostw@gmail.com>
@bors
Copy link

bors bot commented Mar 19, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat: port Data.Nat.Multiplicity [Merged by Bors] - feat: port Data.Nat.Multiplicity Mar 19, 2023
@bors bors bot closed this Mar 19, 2023
@bors bors bot deleted the port/Data.Nat.Multiplicity branch March 19, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mathlib-port This is a port of a theory file from mathlib. ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants