File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff 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.
330328theorem 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
You can’t perform that action at this time.
0 commit comments