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: Pairwise.range_pairwise #10957

Closed
wants to merge 2 commits into from

Conversation

jsm28
Copy link
Collaborator

@jsm28 jsm28 commented Feb 25, 2024

Add another lemma relating _root_.Pairwise and Set.Pairwise:

lemma Pairwise.range_pairwise (hr : Pairwise (r on f)) : (Set.range f).Pairwise r := by

From AperiodicMonotilesLean.


Open in Gitpod

Add another lemma relating `_root_.Pairwise` and `Set.Pairwise`:

```lean
lemma Pairwise.range_pairwise (hr : Pairwise (r on f)) : (Set.range f).Pairwise r := by
```

From AperiodicMonotilesLean.
@jsm28 jsm28 added awaiting-review The author would like community review of the PR easy < 20s of review time. See the lifecycle page for guidelines. labels Feb 25, 2024
@eric-wieser
Copy link
Member

I pushed a golf of your lemma and a subsequent one.

If you're happy with it,

bors d+

@mathlib-bors
Copy link

mathlib-bors bot commented Feb 25, 2024

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

@github-actions github-actions bot added delegated and removed awaiting-review The author would like community review of the PR labels Feb 25, 2024
@jsm28
Copy link
Collaborator Author

jsm28 commented Feb 25, 2024

bors r+

mathlib-bors bot pushed a commit that referenced this pull request Feb 25, 2024
Add another lemma relating `_root_.Pairwise` and `Set.Pairwise`:

```lean
lemma Pairwise.range_pairwise (hr : Pairwise (r on f)) : (Set.range f).Pairwise r := by
```

From AperiodicMonotilesLean.




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

mathlib-bors bot commented Feb 25, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: Pairwise.range_pairwise [Merged by Bors] - feat: Pairwise.range_pairwise Feb 25, 2024
@mathlib-bors mathlib-bors bot closed this Feb 25, 2024
@mathlib-bors mathlib-bors bot deleted the jsm28/Pairwise.range_pairwise branch February 25, 2024 21:06
riccardobrasca pushed a commit that referenced this pull request Mar 1, 2024
Add another lemma relating `_root_.Pairwise` and `Set.Pairwise`:

```lean
lemma Pairwise.range_pairwise (hr : Pairwise (r on f)) : (Set.range f).Pairwise r := by
```

From AperiodicMonotilesLean.




Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
dagurtomas pushed a commit that referenced this pull request Mar 22, 2024
Add another lemma relating `_root_.Pairwise` and `Set.Pairwise`:

```lean
lemma Pairwise.range_pairwise (hr : Pairwise (r on f)) : (Set.range f).Pairwise r := by
```

From AperiodicMonotilesLean.




Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Louddy pushed a commit that referenced this pull request Apr 15, 2024
Add another lemma relating `_root_.Pairwise` and `Set.Pairwise`:

```lean
lemma Pairwise.range_pairwise (hr : Pairwise (r on f)) : (Set.range f).Pairwise r := by
```

From AperiodicMonotilesLean.




Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated easy < 20s of review time. See the lifecycle page for guidelines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants