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(algebra): displace zero_ne_one_class with nonzero and make no_zero_divisors a Prop #2847

Closed
wants to merge 53 commits into from

Conversation

kckennylau
Copy link
Collaborator

@kckennylau kckennylau commented May 28, 2020

  • [nonzero_semiring α] becomes [semiring α] [nonzero α]
  • [nonzero_comm_semiring α] becomes [comm_semiring α] [nonzero α]
  • [nonzero_comm_ring α] becomes [comm_ring α] [nonzero α]
  • no_zero_divisors is now a Prop
  • units.ne_zero (originally for domain) merges into units.coe_ne_zero (originally for nonzero_comm_semiring)

@kckennylau kckennylau added the WIP Work in progress label May 28, 2020
src/algebra/ring.lean Outdated Show resolved Hide resolved
kckennylau and others added 2 commits May 28, 2020 15:54
Co-authored-by: Johan Commelin <johan@commelin.net>
src/algebra/ring.lean Outdated Show resolved Hide resolved
@kckennylau kckennylau changed the title chore(algebra): displace zero_ne_one_class with nonzero chore(algebra): displace zero_ne_one_class with nonzero and make no_zero_divisors a Prop May 28, 2020
@kckennylau kckennylau removed the WIP Work in progress label May 29, 2020
@kckennylau kckennylau added the awaiting-review The author would like community review of the PR label May 29, 2020
@ChrisHughes24
Copy link
Member

bors r+

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels May 29, 2020
bors bot pushed a commit that referenced this pull request May 29, 2020
…ero_divisors a Prop (#2847)

- `[nonzero_semiring α]` becomes `[semiring α] [nonzero α]`
- `[nonzero_comm_semiring α]` becomes `[comm_semiring α] [nonzero α]`
- `[nonzero_comm_ring α]` becomes `[comm_ring α] [nonzero α]`
- `no_zero_divisors` is now a `Prop`
- `units.ne_zero` (originally for `domain`) merges into `units.coe_ne_zero` (originally for `nonzero_comm_semiring`)
@bors
Copy link

bors bot commented May 30, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(algebra): displace zero_ne_one_class with nonzero and make no_zero_divisors a Prop [Merged by Bors] - chore(algebra): displace zero_ne_one_class with nonzero and make no_zero_divisors a Prop May 30, 2020
@bors bors bot closed this May 30, 2020
@bors bors bot deleted the nonzero branch May 30, 2020 00:02
cipher1024 pushed a commit to cipher1024/mathlib that referenced this pull request Mar 15, 2022
…ero_divisors a Prop (leanprover-community#2847)

- `[nonzero_semiring α]` becomes `[semiring α] [nonzero α]`
- `[nonzero_comm_semiring α]` becomes `[comm_semiring α] [nonzero α]`
- `[nonzero_comm_ring α]` becomes `[comm_ring α] [nonzero α]`
- `no_zero_divisors` is now a `Prop`
- `units.ne_zero` (originally for `domain`) merges into `units.coe_ne_zero` (originally for `nonzero_comm_semiring`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants