Skip to content

Comments

[Merged by Bors] - chore: resolve "applyinduction" porting notes#11444

Closed
pitmonticone wants to merge 2 commits intomasterfrom
pitmonticone/apply-to-induction
Closed

[Merged by Bors] - chore: resolve "applyinduction" porting notes#11444
pitmonticone wants to merge 2 commits intomasterfrom
pitmonticone/apply-to-induction

Conversation

@pitmonticone
Copy link
Member

@pitmonticone pitmonticone commented Mar 17, 2024

Resolves porting notes claiming "applyinduction" since the new induction is more idiomatic than apply.

@pitmonticone pitmonticone added awaiting-review easy < 20s of review time. See the lifecycle page for guidelines. porting-notes Mathlib3 to Mathlib4 porting notes. labels Mar 17, 2024
@[simp]
theorem eval_C_mul : (C a * p).eval x = a * p.eval x := by
-- Porting note: `apply` → `induction`
-- Porting note (#11443): `apply` → `induction`
Copy link
Member

Choose a reason for hiding this comment

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

Let's just drop these comments, the new induction is better than apply anyway.

Copy link
Member Author

@pitmonticone pitmonticone Mar 17, 2024

Choose a reason for hiding this comment

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

Ok @eric-wieser, I'm going to remove all these porting notes, update the descriptions accordingly and eventually closing the associated issue.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@pitmonticone
Copy link
Member Author

@eric-wieser I've resolved the "applyinduction" porting notes by removing them.

@pitmonticone pitmonticone changed the title chore: classify "applyinduction" porting notes chore: resolve "applyinduction" porting notes Mar 17, 2024
Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

bors merge

Thanks!

@ghost ghost added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Mar 17, 2024
mathlib-bors bot pushed a commit that referenced this pull request Mar 17, 2024
Resolves porting notes claiming "`apply` → `induction`" since the new `induction` is more idiomatic than `apply`.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Mar 17, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: resolve "applyinduction" porting notes [Merged by Bors] - chore: resolve "applyinduction" porting notes Mar 17, 2024
@mathlib-bors mathlib-bors bot closed this Mar 17, 2024
@mathlib-bors mathlib-bors bot deleted the pitmonticone/apply-to-induction branch March 17, 2024 17:51
dagurtomas pushed a commit that referenced this pull request Mar 22, 2024
Resolves porting notes claiming "`apply` → `induction`" since the new `induction` is more idiomatic than `apply`.
utensil pushed a commit that referenced this pull request Mar 26, 2024
Resolves porting notes claiming "`apply` → `induction`" since the new `induction` is more idiomatic than `apply`.
xgenereux pushed a commit that referenced this pull request Apr 15, 2024
Resolves porting notes claiming "`apply` → `induction`" since the new `induction` is more idiomatic than `apply`.
atarnoam pushed a commit that referenced this pull request Apr 16, 2024
Resolves porting notes claiming "`apply` → `induction`" since the new `induction` is more idiomatic than `apply`.
uniwuni pushed a commit that referenced this pull request Apr 19, 2024
Resolves porting notes claiming "`apply` → `induction`" since the new `induction` is more idiomatic than `apply`.
callesonne pushed a commit that referenced this pull request Apr 22, 2024
Resolves porting notes claiming "`apply` → `induction`" since the new `induction` is more idiomatic than `apply`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

easy < 20s of review time. See the lifecycle page for guidelines. porting-notes Mathlib3 to Mathlib4 porting notes. ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants