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(ring_theory/hahn_series): extend the domain of a Hahn series by an order_embedding #7551

Closed
wants to merge 3 commits into from

Conversation

awainverse
Copy link
Collaborator

Defines hahn_series.emb_domain, which extends the domain of a Hahn series by embedding it into a larger domain in an order-preserving way.
Bundles hahn_series.emb_domain with additional properties as emb_domain_linear_map, emb_domain_ring_hom, and emb_domain_alg_hom under additional conditions.
Defines the ring homomorphism hahn_series.of_power_series and the algebra homomorphism hahn_series.of_power_series_alg, which map power series to Hahn series over an ordered semiring using hahn_series.emb_domain with nat.cast as the embedding.


Open in Gitpod

Later, I will prove that hahn_series.of_power_series is the localization map from power series to Laurent series.

@awainverse awainverse added the awaiting-review The author would like community review of the PR label May 9, 2021
@awainverse awainverse requested a review from jcommelin May 9, 2021 00:09
src/ring_theory/hahn_series.lean Outdated Show resolved Hide resolved
src/ring_theory/hahn_series.lean Outdated Show resolved Hide resolved
src/ring_theory/hahn_series.lean Outdated Show resolved Hide resolved
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! Let's merge if this passes CI.

bors d+

@bors
Copy link

bors bot commented May 10, 2021

✌️ awainverse 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 The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels May 10, 2021
@awainverse
Copy link
Collaborator Author

bors r+

bors bot pushed a commit that referenced this pull request May 10, 2021
…an `order_embedding` (#7551)

Defines `hahn_series.emb_domain`, which extends the domain of a Hahn series by embedding it into a larger domain in an order-preserving way.
Bundles `hahn_series.emb_domain` with additional properties as `emb_domain_linear_map`, `emb_domain_ring_hom`, and `emb_domain_alg_hom` under additional conditions.
Defines the ring homomorphism `hahn_series.of_power_series` and the algebra homomorphism `hahn_series.of_power_series_alg`, which map power series to Hahn series over an ordered semiring using `hahn_series.emb_domain` with `nat.cast` as the embedding.
@bors
Copy link

bors bot commented May 11, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(ring_theory/hahn_series): extend the domain of a Hahn series by an order_embedding [Merged by Bors] - feat(ring_theory/hahn_series): extend the domain of a Hahn series by an order_embedding May 11, 2021
@bors bors bot closed this May 11, 2021
@bors bors bot deleted the hahn_emb branch May 11, 2021 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants