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] - refactor(linear_algebra/ray): redefine same_ray to allow zero vectors #12618

Closed
wants to merge 10 commits into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Mar 12, 2022

In a strictly convex space, the new definition is equivalent to the fact that the triangle inequality becomes an equality. The old definition was only used for nonzero vectors in mathlib. Also make the definition of ray_vector semireducible so that ray_vector.setoid can be an instance.


Open in Gitpod

@urkud urkud added the awaiting-review The author would like community review of the PR label Mar 12, 2022
@urkud urkud requested a review from jsm28 March 12, 2022 06:19
src/analysis/convex/basic.lean Outdated Show resolved Hide resolved
Co-authored-by: Heather Macbeth <25316162+hrmacbeth@users.noreply.github.com>
@urkud
Copy link
Member Author

urkud commented Mar 15, 2022

@eric-wieser Could you please have another look?

@jcommelin
Copy link
Member

Thanks 🎉

bors merge

@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 Mar 17, 2022
bors bot pushed a commit that referenced this pull request Mar 17, 2022
…rs (#12618)

In a strictly convex space, the new definition is equivalent to the fact that the triangle inequality becomes an equality. The old definition was only used for nonzero vectors in `mathlib`. Also make the definition of `ray_vector` semireducible so that `ray_vector.setoid` can be an instance.
@bors
Copy link

bors bot commented Mar 17, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title refactor(linear_algebra/ray): redefine same_ray to allow zero vectors [Merged by Bors] - refactor(linear_algebra/ray): redefine same_ray to allow zero vectors Mar 17, 2022
@bors bors bot closed this Mar 17, 2022
@bors bors bot deleted the YK-same-ray0 branch March 17, 2022 06:02
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

4 participants