Skip to content

[Merged by Bors] - refactor(Analysis/Convex/Cone/InnerDual): remove duplicate proof of hyperplane separation#37054

Closed
artie2000 wants to merge 4 commits intoleanprover-community:masterfrom
artie2000:hyperplane_sep_cleanup
Closed

[Merged by Bors] - refactor(Analysis/Convex/Cone/InnerDual): remove duplicate proof of hyperplane separation#37054
artie2000 wants to merge 4 commits intoleanprover-community:masterfrom
artie2000:hyperplane_sep_cleanup

Conversation

@artie2000
Copy link
Collaborator

@artie2000 artie2000 commented Mar 23, 2026

  • Deprecate ConvexCone.hyperplane_separation_of_nonempty_of_isClosed_of_notMem in favour of ProperCone.hyperplane_separation', which has identical content.

Open in Gitpod

@github-actions
Copy link

github-actions bot commented Mar 23, 2026

PR summary 34ea11a4a8

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

- ConvexCone.hyperplane_separation_of_nonempty_of_isClosed_of_notMem

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

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

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


No changes to technical debt.

You can run this locally as

./scripts/reporting/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions bot added the t-analysis Analysis (normed *, calculus) label Mar 23, 2026
@artie2000 artie2000 requested a review from YaelDillies March 23, 2026 19:13
@artie2000
Copy link
Collaborator Author

artie2000 commented Mar 23, 2026

I think this builds on the idea in #24149 - I don't know why this duplicate declaration was kept then.

@artie2000 artie2000 changed the title refactor(Analysis/Convex/Cone/InnerDual): remove duplicate proof refactor(Analysis/Convex/Cone/InnerDual): remove duplicate proof of hyperplane separation Mar 23, 2026
Copy link
Contributor

@YaelDillies YaelDillies left a comment

Choose a reason for hiding this comment

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

Thanks! 🚀

maintainer merge

@github-actions
Copy link

🚀 Pull request has been placed on the maintainer queue by YaelDillies.


pull_request_review, wf_run

@mathlib-triage mathlib-triage bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Mar 24, 2026
@YaelDillies
Copy link
Contributor

I think this builds on the idea in #24149 - I don't know why this duplicate declaration was kept then.

I wasn't yet sure how strongly we wanted to avoid ConvexCone. I now feel it is "quite strongly".

@ocfnash
Copy link
Contributor

ocfnash commented Mar 24, 2026

Thanks!

bors merge

@mathlib-triage mathlib-triage bot added ready-to-merge This PR has been sent to bors. and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels Mar 24, 2026
mathlib-bors bot pushed a commit that referenced this pull request Mar 24, 2026
…yperplane separation (#37054)

* Deprecate `ConvexCone.hyperplane_separation_of_nonempty_of_isClosed_of_notMem` in favour of `ProperCone.hyperplane_separation'`, which has identical content.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Mar 24, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title refactor(Analysis/Convex/Cone/InnerDual): remove duplicate proof of hyperplane separation [Merged by Bors] - refactor(Analysis/Convex/Cone/InnerDual): remove duplicate proof of hyperplane separation Mar 24, 2026
@mathlib-bors mathlib-bors bot closed this Mar 24, 2026
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-analysis Analysis (normed *, calculus)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants