Skip to content

Commit 835153f

Browse files
committed
Fixes
1 parent 084744e commit 835153f

51 files changed

Lines changed: 68 additions & 77 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Mathlib/Algebra/Module/GradedModule.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,5 @@ def linearEquiv [DecidableEq ιA] [DecidableEq ιM] [GradedRing 𝓐] [DirectSum
224224
(decomposeAddEquiv 𝓜 ↑(decompose 𝓜 y j)) from DirectSum.Gmodule.smul_def _ _ _ _]
225225
simp only [decomposeAddEquiv_apply, decompose_coe, Gmodule.smulAddMonoidHom_apply_of_of]
226226
convert! DirectSum.decompose_coe 𝓜 _
227-
rfl
228227

229228
end GradedModule

Mathlib/Algebra/Module/LocalizedModule/Basic.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ noncomputable def divBy (s : S) : LocalizedModule S M →ₗ[R] LocalizedModule
491491
refine x.induction_on (fun _ _ ↦ ?_)
492492
simp_rw [smul'_mk, liftOn_mk, smul'_mk]
493493
congr!
494-
simp
495494

496495
theorem divBy_mul_by (s : S) (p : LocalizedModule S M) :
497496
divBy s (algebraMap R (Module.End R (LocalizedModule S M)) s p) = p :=

Mathlib/Algebra/Polynomial/Splits.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ lemma map_sub_sprod_roots_eq_prod_map_eval
467467
conv_rhs => rw [this]
468468
simp_rw [eval_multiset_prod, Multiset.prod_map_product_eq_prod_prod, Multiset.map_map]
469469
congr! with x hx
470-
· rfl
471470
ext; simp
472471

473472
lemma map_sub_roots_sprod_eq_prod_map_eval

Mathlib/AlgebraicGeometry/FunctionField.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ theorem IsAffineOpen.primeIdealOf_genericPoint {X : Scheme} [IsIntegral X] {U :
129129
((genericPoint_spec X).mem_open_set_iff U.isOpen).mpr (by simpa using h)⟩ =
130130
genericPoint (Spec Γ(X, U)) := by
131131
delta IsAffineOpen.primeIdealOf
132-
convert
132+
convert!
133133
genericPoint_eq_of_isOpenImmersion
134134
(U.toScheme.isoSpec.hom ≫ Spec.map (X.presheaf.map (eqToHom U.isOpenEmbedding_obj_top).op))
135135
-- Porting note: this was `ext1`

Mathlib/AlgebraicGeometry/Morphisms/Constructors.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ theorem HasAffineProperty.diagonal_of_diagonal_of_isPullback
111111
convert! HasAffineProperty.of_isPullback (P := P) (.of_hasPullback _ _) H
112112
· apply pullback.hom_ext <;> simp
113113
· infer_instance
114-
· infer_instance
115114

116115
theorem HasAffineProperty.diagonal_iff
117116
(P) {Q} [HasAffineProperty P Q] {X Y : Scheme.{u}} {f : X ⟶ Y} [IsAffine Y] :

Mathlib/AlgebraicGeometry/Normalization.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ lemma toNormalization_app_preimage (U : Y.affineOpens) :
237237
have H : f.toNormalization ⁻¹ᵁ f.fromNormalization ⁻¹ᵁ U =
238238
(f ⁻¹ᵁ U).ι ''ᵁ (((f ⁻¹ᵁ U).ι ≫ f.toNormalization) ⁻¹ᵁ f.fromNormalization ⁻¹ᵁ U) := by
239239
simp [← Scheme.Hom.comp_preimage]
240-
convert! congr($(Scheme.Hom.congr_app (f.ι_toNormalization U) (f.fromNormalization ⁻¹ᵁ U)) ≫
240+
convert congr($(Scheme.Hom.congr_app (f.ι_toNormalization U) (f.fromNormalization ⁻¹ᵁ U)) ≫
241241
X.presheaf.map (eqToHom H).op) using 1
242242
· simp [Hom.app_eq_appLE]
243243
dsimp

Mathlib/AlgebraicGeometry/StructureSheaf.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ def Localizations.comapFun (y : PrimeSpectrum.Top S) :
969969
have := IsLocalizedModule.map_units (S := y.asIdeal.primeCompl)
970970
(LocalizedModule.mkLinearMap y.asIdeal.primeCompl N) ⟨σ x, x.2
971971
rw [Module.End.isUnit_iff] at this ⊢
972-
convert! this using 2 with a
972+
convert this using 2 with a
973973
exact (IsScalarTower.algebraMap_smul ..).symm)
974974
{ __ := g,
975975
map_smul' r x := by simpa [Localizations] using (IsScalarTower.algebraMap_smul ..).symm }

Mathlib/Analysis/BoxIntegral/Partition/Basic.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,11 +548,11 @@ theorem filter_true : (π.filter fun _ => True) = π :=
548548
theorem iUnion_filter_not (π : Prepartition I) (p : Box ι → Prop) :
549549
(π.filter fun J => ¬p J).iUnion = π.iUnion \ (π.filter p).iUnion := by
550550
simp only [Prepartition.iUnion]
551-
convert
551+
convert!
552552
(@Set.biUnion_diff_biUnion_eq (ι → ℝ) (Box ι) π.boxes (π.filter p).boxes (↑) _).symm using 4
553553
· simp +contextual
554554
· rw [Set.PairwiseDisjoint]
555-
convert! π.pairwiseDisjoint
555+
convert π.pairwiseDisjoint
556556
rw [Set.union_eq_left, filter_boxes, coe_filter]
557557
exact fun _ ⟨h, _⟩ => h
558558

Mathlib/Analysis/Calculus/ContDiff/Operations.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ theorem hasFTaylorSeriesUpToOn_pi' {n : ℕ∞ω} :
7979
∀ i, HasFTaylorSeriesUpToOn n (fun x => Φ x i)
8080
(fun x m => (@ContinuousLinearMap.proj 𝕜 _ ι F' _ _ _ i).compContinuousMultilinearMap
8181
(P' x m)) s := by
82-
convert! hasFTaylorSeriesUpToOn_pi (𝕜 := 𝕜) (φ := fun i x ↦ Φ x i); ext; rfl
82+
convert! hasFTaylorSeriesUpToOn_pi (𝕜 := 𝕜) (φ := fun i x ↦ Φ x i)
8383

8484
theorem contDiffWithinAt_pi :
8585
ContDiffWithinAt 𝕜 n Φ s x ↔ ∀ i, ContDiffWithinAt 𝕜 n (fun x => Φ x i) s x := by

Mathlib/Analysis/Complex/Exponential.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ variable (x y : ℂ)
9393
theorem exp_zero : exp 0 = 1 := by
9494
rw [exp]
9595
refine lim_eq_of_equiv_const fun ε ε0 => ⟨1, fun j hj => ?_⟩
96-
convert! (config := .unfoldSameFun) ε0 -- ε0 : ε > 0 but goal is _ < ε
96+
convert (config := { __ := Congr!.Config.unfoldSameFun }) ε0 -- ε0 : ε > 0 but goal is _ < ε
9797
rcases j with - | j
9898
· exact absurd hj (not_le_of_gt zero_lt_one)
9999
· dsimp [exp']

0 commit comments

Comments
 (0)