Skip to content

Commit 24fb645

Browse files
LeoraszYaelDillies
authored andcommitted
Trivially finished theorem Step2_2
1 parent 8b8d401 commit 24fb645

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

PersistentDecomp/EndoRingIsLocal.lean

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -325,19 +325,9 @@ theorem Step2 (α : X ⟶ Y) (M : PtwiseFinitePersMod C R) (η : EndRing C R M.t
325325
(M.to_functor.map α) ≫ (η.app Y) = (η.app X) ≫ (M.to_functor.map α) := by
326326
apply η.naturality
327327

328-
329-
--Can't make heads or tails of this one yet.
330328
theorem Step2_2 (α : X ⟶ Y) (M : PtwiseFinitePersMod C R) (η : EndRing C R M.to_functor) :
331329
M.to_functor.map α ≫ (η^n).app Y = (η^n).app X ≫ M.to_functor.map α := by
332-
induction n with
333-
| zero =>
334-
sorry
335-
| succ n hn =>
336-
have hnat : M.to_functor.map α ≫ η.app Y = η.app X ≫ M.to_functor.map α := Step2 C R X Y α M η
337-
have hpow :
338-
M.to_functor.map α ≫ (η ^ (n + 1)).app Y = M.to_functor.map α ≫ ((η ^ n) ≫ η).app Y := by
339-
simp [-PowEqCompLeft]
340-
sorry
330+
exact Step2 C R X Y α M (η^n)
341331

342332
--I would really prefer for ηx and ηy to be unified under a single (η : EndRing C R M.to_functor)
343333
--argument here. The issue this creates is that then η.app X and η.app Y are intepreted as

0 commit comments

Comments
 (0)