Skip to content

Commit 19cee19

Browse files
committed
scratch
1 parent 86f96f7 commit 19cee19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Archive/Imo/Imo2013Q1.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ We prove a slightly more general version where k does not need to be strictly po
2626

2727

2828
namespace Imo2013Q1
29+
2930
theorem arith_lemma (k n : ℕ) : 0 < 2 * n + 2 ^ k.succ := by positivity
3031

3132
theorem prod_lemma (m : ℕ → ℕ+) (k : ℕ) (nm : ℕ+) :

Mathlib/Algebra/Category/ModuleCat/ChangeOfRings.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,7 @@ protected noncomputable def unit' : 𝟭 (ModuleCat S) ⟶ restrictScalars f ⋙
617617
naturality Y Y' g :=
618618
hom_ext <| LinearMap.ext fun y : Y => CoextendScalars.ext <| LinearMap.ext fun s : S => by
619619
-- Porting note (https://github.com/leanprover-community/mathlib4/issues/10745): previously simp [CoextendScalars.map_apply]
620-
simp only [Functor.id_map, Functor.id_obj,
621-
Functor.comp_map]
620+
simp only [Functor.id_map, Functor.id_obj, Functor.comp_map]
622621
change s • (g y) = g (s • y)
623622
rw [map_smul]
624623

0 commit comments

Comments
 (0)