Skip to content

Commit be3ad6a

Browse files
committed
(no)lint
1 parent 4c7066a commit be3ad6a

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

Mathlib/Algebra/Category/GroupCat/Limits.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,6 @@ def kernelIsoKerOver {G H : AddCommGroupCat.{u}} (f : G ⟶ H) :
474474
set_option linter.uppercaseLean3 false in
475475
#align AddCommGroup.kernel_iso_ker_over AddCommGroupCat.kernelIsoKerOver
476476

477+
attribute [nolint simpNF] AddCommGroupCat.kernelIsoKerOver_hom_left_apply_coe
478+
477479
end AddCommGroupCat

Mathlib/Algebra/Lie/Subalgebra.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ theorem mk_coe (S : Set L) (h₁ h₂ h₃ h₄) :
193193
rfl
194194
#align lie_subalgebra.mk_coe LieSubalgebra.mk_coe
195195

196-
@[simp]
196+
@[simp, nolint simpVarHead]
197197
theorem coe_to_submodule_mk (p : Submodule R L) (h) :
198198
(({ p with lie_mem' := h } : LieSubalgebra R L) : Submodule R L) = p := by
199199
cases p

Mathlib/Algebra/Lie/Submodule.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ theorem coe_toSet_mk (S : Set M) (h₁ h₂ h₃ h₄) :
123123
rfl
124124
#align lie_submodule.coe_to_set_mk LieSubmodule.coe_toSet_mk
125125

126-
@[simp]
126+
@[simp, nolint simpVarHead]
127127
theorem coe_toSubmodule_mk (p : Submodule R M) (h) :
128128
(({ p with lie_mem := h } : LieSubmodule R L M) : Submodule R M) = p := by cases p; rfl
129129
#align lie_submodule.coe_to_submodule_mk LieSubmodule.coe_toSubmodule_mk
@@ -1285,3 +1285,4 @@ theorem LieIdeal.topEquiv_apply (x : (⊤ : LieIdeal R L)) : LieIdeal.topEquiv x
12851285
#align lie_ideal.top_equiv_apply LieIdeal.topEquiv_apply
12861286

12871287
end TopEquiv
1288+

Mathlib/Analysis/NormedSpace/AffineIsometry.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,9 @@ noncomputable def equivMapOfInjective (E : AffineSubspace 𝕜 P₁) [Nonempty E
887887
map_vadd' := fun p v => Subtype.ext <| φ.map_vadd p v }
888888
#align affine_subspace.equiv_map_of_injective AffineSubspace.equivMapOfInjective
889889

890+
attribute [nolint simpNF] AffineSubspace.equivMapOfInjective_invFun_coe
891+
attribute [nolint simpNF] AffineSubspace.linear_equivMapOfInjective_symm_apply_coe
892+
890893
/-- Restricts an affine isometry to an affine isometry equivalence between a nonempty affine
891894
subspace `E` and its image.
892895

0 commit comments

Comments
 (0)