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(*): use ∃ x ∈ s, p x instead of ∃ x (_ : x ∈ s), p x #9326

Closed
wants to merge 10 commits into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Dec 29, 2023

This is a follow-up to #9215. It changes the following theorems and definitions:

  • IsOpen.exists_subset_affineIndependent_span_eq_top
  • IsConformalMap
  • SimpleGraph.induce_connected_of_patches
  • Submonoid.exists_list_of_mem_closure
  • AddSubmonoid.exists_list_of_mem_closure
  • AffineSubspace.mem_affineSpan_insert_iff
  • AffineBasis.exists_affine_subbasis
  • exists_affineIndependent
  • LinearMap.mem_submoduleImage
  • Basis.basis_singleton_iff
  • atom_iff_nonzero_span
  • finrank_eq_one_iff'
  • Submodule.basis_of_pid_aux
  • exists_linearIndependent_extension
  • exists_linearIndependent
  • countable_cover_nhdsWithin_of_sigma_compact
  • mem_residual

Also deprecate ENNReal.exists_ne_top'.


Open in Gitpod

@urkud urkud added the awaiting-review The author would like community review of the PR label Dec 29, 2023
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Thanks 🎉

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Jan 8, 2024
mathlib-bors bot pushed a commit that referenced this pull request Jan 8, 2024
This is a follow-up to #9215. It changes the following theorems and definitions:

- `IsOpen.exists_subset_affineIndependent_span_eq_top`
- `IsConformalMap`
- `SimpleGraph.induce_connected_of_patches`
- `Submonoid.exists_list_of_mem_closure`
- `AddSubmonoid.exists_list_of_mem_closure`
- `AffineSubspace.mem_affineSpan_insert_iff`
- `AffineBasis.exists_affine_subbasis`
- `exists_affineIndependent`
- `LinearMap.mem_submoduleImage`
- `Basis.basis_singleton_iff`
- `atom_iff_nonzero_span`
- `finrank_eq_one_iff'`
- `Submodule.basis_of_pid_aux`
- `exists_linearIndependent_extension`
- `exists_linearIndependent`
- `countable_cover_nhdsWithin_of_sigma_compact`
- `mem_residual`

Also deprecate `ENNReal.exists_ne_top'`.
@mathlib-bors
Copy link

mathlib-bors bot commented Jan 8, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore(*): use ∃ x ∈ s, p x instead of ∃ x (_ : x ∈ s), p x [Merged by Bors] - chore(*): use ∃ x ∈ s, p x instead of ∃ x (_ : x ∈ s), p x Jan 8, 2024
@mathlib-bors mathlib-bors bot closed this Jan 8, 2024
@mathlib-bors mathlib-bors bot deleted the YK-bex-new branch January 8, 2024 14:35
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants