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

Porting note: @[simp] removed #11119

Open
pitmonticone opened this issue Mar 2, 2024 · 0 comments
Open

Porting note: @[simp] removed #11119

pitmonticone opened this issue Mar 2, 2024 · 0 comments
Labels
porting-notes Mathlib3 to Mathlib4 porting notes.

Comments

@pitmonticone
Copy link
Collaborator

pitmonticone commented Mar 2, 2024

Classifies porting notes claiming anything semantically equivalent to:

  • "@[simp] removed [...]"
  • "@[simp] removed [...]"
  • "removed simp attribute"

Related to: #10618

Examples

--Porting note: @[simp] removed as it will never apply
theorem argminOn_le (s : Set α) {a : α} (ha : a ∈ s) (hs : s.Nonempty := Set.nonempty_of_mem ha) :
f (argminOn f h s hs) ≤ f a :=
not_lt.mp <| not_lt_argminOn f h s ha hs
#align function.argmin_on_le Function.argminOn_le

-- Porting note: `@[simp]` tag removed because auto-generated `mk.injEq` simplifies LHS
-- @[simp]
theorem mk.inj_iff {a₁ a₂ : α} {b₁ b₂ : β} : (a₁, b₁) = (a₂, b₂) ↔ a₁ = a₂ ∧ b₁ = b₂ :=
Iff.of_eq (mk.injEq _ _ _ _)
#align prod.mk.inj_iff Prod.mk.inj_iff

-- Porting note: @[simp] removed because not in normal form
theorem attach_bind_coe (s : Multiset α) (f : α → Multiset β) :
(s.attach.bind fun i => f i) = s.bind f :=
congr_arg join <| attach_map_val' _ _
#align multiset.attach_bind_coe Multiset.attach_bind_coe

@pitmonticone pitmonticone added the porting-notes Mathlib3 to Mathlib4 porting notes. label Mar 2, 2024
mathlib-bors bot pushed a commit that referenced this issue Mar 4, 2024
Classifies by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `@[simp]`"
mathlib-bors bot pushed a commit that referenced this issue Mar 4, 2024
Classifies by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `@[simp]`"
mathlib-bors bot pushed a commit that referenced this issue Mar 5, 2024
Classifying by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `simp` attribute"
kbuzzard pushed a commit that referenced this issue Mar 12, 2024
Classifies by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `@[simp]`"
kbuzzard pushed a commit that referenced this issue Mar 12, 2024
Classifying by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `simp` attribute"
dagurtomas pushed a commit that referenced this issue Mar 22, 2024
Classifies by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `@[simp]`"
dagurtomas pushed a commit that referenced this issue Mar 22, 2024
Classifying by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `simp` attribute"
utensil pushed a commit that referenced this issue Mar 26, 2024
Classifies by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `@[simp]`"
utensil pushed a commit that referenced this issue Mar 26, 2024
Classifying by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `simp` attribute"
Louddy pushed a commit that referenced this issue Apr 15, 2024
Classifies by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `@[simp]`"
Louddy pushed a commit that referenced this issue Apr 15, 2024
Classifying by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `simp` attribute"
callesonne pushed a commit that referenced this issue Apr 22, 2024
Classifying by adding issue number #11119 to porting notes claiming anything semantically equivalent to: 

- "`@[simp]` removed [...]"
- "@[simp] removed [...]"
- "removed `simp` attribute"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
porting-notes Mathlib3 to Mathlib4 porting notes.
Projects
None yet
Development

No branches or pull requests

1 participant