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(algebra/lie/{subalgebra,submodule}): grab bag of new lemmas #6342

Closed
wants to merge 5 commits into from

Conversation

ocfnash
Copy link
Collaborator

@ocfnash ocfnash commented Feb 21, 2021

I'm splitting these off from other work to simplify subsequent reviews.
Cosmetic changes aside, the following summarises what I am proposing:

New definitions:

  • lie_subalgebra.of_le

Definition tweaks:

  • lie_hom.range [use coercion instead of lie_hom.to_linear_map]
  • lie_ideal.map [factor through submodule.map to avoid dropping all the way down to set.image]

New lemmas:

  • lie_ideal.coe_to_lie_subalgebra_to_submodule
  • lie_ideal.incl_range
  • lie_hom.ideal_range_eq_lie_span_range
  • lie_hom.is_ideal_morphism_iff
  • lie_subalgebra.mem_range
  • lie_subalgebra.mem_map
  • lie_subalgebra.mem_of_le
  • lie_subalgebra.of_le_eq_comap_incl
  • lie_subalgebra.exists_lie_ideal_coe_eq_iff
  • lie_subalgebra.exists_nested_lie_ideal_coe_eq_iff
  • submodule.exists_lie_submodule_coe_eq_iff
  • lie_submodule.coe_lie_span_submodule_eq_iff

Deleted lemma:

  • lie_hom.range_bracket

New simp attributes:

  • lie_subalgebra.mem_top
  • lie_submodule.mem_top

I'm splitting these off from other work to simplify subsequent reviews.
Cosmetic changes aside the following summaries the changes I am proposing
here:

New definitions:
 - `lie_subalgebra.of_le`

Definition tweaks:
 - `lie_subalgebra.range` [use coercion instead of `lie_subalgebra.to_linear_map`]
 - `lie_ideal.map` [factor through `submodule.map` to avoid dropping all the way down to `set.image`]

New lemmas:
 - `lie_ideal.coe_to_lie_subalgebra_to_submodule`
 - `lie_ideal.incl_range`
 - `lie_subalgebra.incl_range`
 - `lie_subalgebra.mem_range`
 - `lie_subalgebra.mem_map`
 - `lie_subalgebra.mem_of_le`
 - `lie_subalgebra.of_le_eq_comap_incl`
 - `lie_hom.ideal_range_eq_lie_span_range`
 - `lie_hom.is_ideal_morphism_iff`
 - `lie_submodule.coe_lie_span_submodule_eq_iff`
 - `submodule.exists_lie_submodule_coe_eq_iff`

New simp attributes:
 - `lie_subalgebra.mem_top`
 - `lie_submodule.mem_top`
@ocfnash ocfnash added the awaiting-review The author would like community review of the PR label Feb 21, 2021
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

@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 Feb 22, 2021
bors bot pushed a commit that referenced this pull request Feb 22, 2021
I'm splitting these off from other work to simplify subsequent reviews.
Cosmetic changes aside, the following summarises what I am proposing:

New definitions:
 - `lie_subalgebra.of_le`

Definition tweaks:
 - `lie_hom.range` [use coercion instead of `lie_hom.to_linear_map`]
 - `lie_ideal.map` [factor through `submodule.map` to avoid dropping all the way down to `set.image`]

New lemmas:
 - `lie_ideal.coe_to_lie_subalgebra_to_submodule`
 - `lie_ideal.incl_range`
 - `lie_hom.ideal_range_eq_lie_span_range`
 - `lie_hom.is_ideal_morphism_iff`
 - `lie_subalgebra.mem_range`
 - `lie_subalgebra.mem_map`
 - `lie_subalgebra.mem_of_le`
 - `lie_subalgebra.of_le_eq_comap_incl`
 - `lie_subalgebra.exists_lie_ideal_coe_eq_iff`
 - `lie_subalgebra.exists_nested_lie_ideal_coe_eq_iff`
 - `submodule.exists_lie_submodule_coe_eq_iff`
 - `lie_submodule.coe_lie_span_submodule_eq_iff`

Deleted lemma:
 - `lie_hom.range_bracket`

New simp attributes:
 - `lie_subalgebra.mem_top`
 - `lie_submodule.mem_top`
@bors
Copy link

bors bot commented Feb 22, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(algebra/lie/{subalgebra,submodule}): grab bag of new lemmas [Merged by Bors] - feat(algebra/lie/{subalgebra,submodule}): grab bag of new lemmas Feb 22, 2021
@bors bors bot closed this Feb 22, 2021
@bors bors bot deleted the lie_algebra_lemmas branch February 22, 2021 17:13
b-mehta pushed a commit that referenced this pull request Apr 2, 2021
I'm splitting these off from other work to simplify subsequent reviews.
Cosmetic changes aside, the following summarises what I am proposing:

New definitions:
 - `lie_subalgebra.of_le`

Definition tweaks:
 - `lie_hom.range` [use coercion instead of `lie_hom.to_linear_map`]
 - `lie_ideal.map` [factor through `submodule.map` to avoid dropping all the way down to `set.image`]

New lemmas:
 - `lie_ideal.coe_to_lie_subalgebra_to_submodule`
 - `lie_ideal.incl_range`
 - `lie_hom.ideal_range_eq_lie_span_range`
 - `lie_hom.is_ideal_morphism_iff`
 - `lie_subalgebra.mem_range`
 - `lie_subalgebra.mem_map`
 - `lie_subalgebra.mem_of_le`
 - `lie_subalgebra.of_le_eq_comap_incl`
 - `lie_subalgebra.exists_lie_ideal_coe_eq_iff`
 - `lie_subalgebra.exists_nested_lie_ideal_coe_eq_iff`
 - `submodule.exists_lie_submodule_coe_eq_iff`
 - `lie_submodule.coe_lie_span_submodule_eq_iff`

Deleted lemma:
 - `lie_hom.range_bracket`

New simp attributes:
 - `lie_subalgebra.mem_top`
 - `lie_submodule.mem_top`
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

3 participants