Skip to content

[Merged by Bors] - chore: Fix statement of eq_iff_not_lt_of_le#15829

Closed
YaelDillies wants to merge 1 commit intomasterfrom
eq_iff_not_lt_of_le
Closed

[Merged by Bors] - chore: Fix statement of eq_iff_not_lt_of_le#15829
YaelDillies wants to merge 1 commit intomasterfrom
eq_iff_not_lt_of_le

Conversation

@YaelDillies
Copy link
Copy Markdown
Contributor

The statement said (a ≤ b → b = a) ↔ ¬a < b instead of the intended a ≤ b → (b = a ↔ ¬a < b). While both are true, the latter is the more useful one. Also pull out a PartialOrder section.


Open in Gitpod

The statement said `(a ≤ b → b = a) ↔ ¬a < b` instead of the intended `a ≤ b → (b = a ↔ ¬a < b)`. While both are true, the latter is the more useful one. Also pull out a `PartialOrder` section.
@YaelDillies YaelDillies added the t-order Order theory label Aug 15, 2024
@github-actions
Copy link
Copy Markdown

PR summary 9608bbe59d

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ LE.le.eq_iff_not_lt

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

@vihdzp
Copy link
Copy Markdown
Collaborator

vihdzp commented Aug 15, 2024

LGTM

@dupuisf
Copy link
Copy Markdown
Contributor

dupuisf commented Aug 15, 2024

Thanks!

bors r+

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Aug 15, 2024
mathlib-bors bot pushed a commit that referenced this pull request Aug 15, 2024
The statement said `(a ≤ b → b = a) ↔ ¬a < b` instead of the intended `a ≤ b → (b = a ↔ ¬a < b)`. While both are true, the latter is the more useful one. Also pull out a `PartialOrder` section.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Aug 15, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: Fix statement of eq_iff_not_lt_of_le [Merged by Bors] - chore: Fix statement of eq_iff_not_lt_of_le Aug 15, 2024
@mathlib-bors mathlib-bors bot closed this Aug 15, 2024
@mathlib-bors mathlib-bors bot deleted the eq_iff_not_lt_of_le branch August 15, 2024 16:28
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 9, 2024
The statement said `(a ≤ b → b = a) ↔ ¬a < b` instead of the intended `a ≤ b → (b = a ↔ ¬a < b)`. While both are true, the latter is the more useful one. Also pull out a `PartialOrder` section.
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 9, 2024
The statement said `(a ≤ b → b = a) ↔ ¬a < b` instead of the intended `a ≤ b → (b = a ↔ ¬a < b)`. While both are true, the latter is the more useful one. Also pull out a `PartialOrder` section.
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 12, 2024
The statement said `(a ≤ b → b = a) ↔ ¬a < b` instead of the intended `a ≤ b → (b = a ↔ ¬a < b)`. While both are true, the latter is the more useful one. Also pull out a `PartialOrder` section.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors. t-order Order theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants