4

I'm trying to clarify myself on some points about the story of the first derived functor $\varprojlim^1$ of the projective limit functor vanishing on some kind of filtered inverse systems in arbitrary (complete) abelian categories (with enough injectives). I am interested in the case of towers (countable inverse systems), so the set of indices will be the set of nonnegative integers. I will say that an inverse system of objects $\{A_i,f_{i}\}$ (where $f_{i}:A_{i+1} \rightarrow A_i$, for $i \geq 0$) in an abelian category

  • is M(ittag)L(effler) if for any $i$ there exists $j \geq i$ such that $Im(A_k \rightarrow A_i)=Im(A_j \rightarrow A_i)$ for all $k \geq j$ (like in Weibel);

  • is epi if all the maps $f_{i}$ are surjective (which is "Mittag-Leffler sequence" in Roos and Neeman);

  • is pro-zero if for any $i$ there exists $j \geq i$ such that the map $A_j \rightarrow A_i$ is the zero map.

The last two are particular cases of the first one. Moreover, an ML inverse system fits as the middle term in a short exact sequence where the first term is an epi system (the inverse system $\{f_{n}(A_{n+1})\}$) and the last one is pro-zero (the inverse system of quotients).

Now, I know that Roos proved, 40 years after his first wrong statement, that $\varprojlim^1$ vanishes on epi towers when the category is abelian, satisfies (AB3) and (AB4*) and has a generator. My question is, does $\varprojlim^1$ vanishes on ML towers in this setting as well?

One should have the vanishing on pro-zero systems, too, in order to conclude that, but in which setting does that occur?

I know this all works in module categories, by the way. I also heard somewhere, but cannot figure it out, that in the particular case of towers, ML condition is equivalent to epi condition in some sense. Can anybody help me clarify everything?

1 Answers1

2

I assume that you have a basic knowledge about pro-categories. If $\mathbf{C}$ is a category, then $\mathbf{pro\text{-}C}$ denotes its pro-category which is the category of all inverse systems in $\mathbf{C}$. You only consider the full subcategory $\mathbf{tow\text{-}C}$ of towers, i.e. inverse systems indexed by the integers. Let us consider the case that $\mathbf{C}$ is the category of abelian groups. I think the case of a general abelian category can be treated similarly.

Let $A = (A_i,f_i)$ be a tower. Then it easy to show that $A$ satisfies (ML) iff it is isomorphic in $\mathbf{tow\text{-}C}$ to a system $A'$ satisfying (epi). Moreover, $A$ satisfies (pro-zero) iff it is isomorphic in $\mathbf{tow\text{-}C}$ to the trivial system $0$ consisting only of zero objects. The first derived limit is in fact a functor on $\mathbf{pro\text{-}C}$ which explains why it vanishes if $A$ is ML.

Here are some references where you can find material on $\mathbf{pro\text{-}C}$ :

Edwards, David A., and Harold M. Hastings. Cech and Steenrod homotopy theories with applications to geometric topology. Vol. 542. Springer, 2006.

Geoghegan, Ross. Topological methods in group theory. Vol. 243. Springer Science & Business Media, 2007.

Mardesic, Sibe. Strong shape and homology. Springer Science & Business Media, 2013.

And of course Grothendieck's work.

Added: Proof that $A$ being (ML) implies $A$ isomorphic to $A'$ satisfying (epi).

By definition the images of $A_j \to A_i$ "stabilize" for each $i$. This implies we can construct a strictly increasing function $u : \mathbb{N} \to \mathbb{N}$ such that $im(f_i^k) = im(f_i^{u(i)})$ for all $k \ge u(i)$. Here $f_i^k = f_i \circ ... \circ f_{k-1} : A_k \to A_i$. Set $A'_i = im(f_i^{u(i)}) \subset A_i$. Clearly $f_i(A'_{i+1}) = f_i(f_{i+1}^{u(i+1)}(A_{u(i+1)})) = f_i^{u(i+1)}(A_{u(i+1)}) = f_i^{u(i)}(A_{u(i)}) = A'_i$ which shows that the $f_i$ restrict to epimorphisms $f'_i : A'_{i+1} \to A'_i$. Therefore $A' = (A'_i,f'_i)$ is an inverse system such that the inclusions $\alpha_i : A'_i \to A_i$ form a level-morphism $\alpha$ between inverse systems. Its inverse in the pro-category is given by $\beta = (u,\beta_i)$ with $\beta_i= f_i^{u(i)} : A_{u(i)} \to A'_i$. The function $u$ is the "index function"; we have $\beta_i \circ f_{u(i)}^{u(i+1)} = f'_i \circ \beta_{i+1}$. (The proof that $\alpha$ and $\beta$ are inverse to each other is very easy.)

Added: As we have seen, it suffices to show that $\varprojlim^1$ is a functor on $\mathbf{\text{pro-C}}$ (it would even be sufficient to have it on $\mathbf{\text{tow-C}}$). Once this has been done, we can conclude that $\varprojlim^1$ vanishes on (ML) sequences iff it vanishes on (epi) sequences. The latter was proved by Roos (under certain assumptions on $\mathbf{C}$).

In section 6 of the paper

Duskin, J. "Pro-objects (after Verdier)." Dualité de Poincaré (Seminaire Heidelberg-Strasbourg 1966/67), IRMA Strasbourg 3 (1969)

the author considers the derived functors of $\varprojlim : \mathbf{\text{pro-C}} \to \mathbf{C}$. If $\mathbf{C}$ satisfies (AB4$^\ast$) and has enough injectives, he proves the existence of derived limit functors living on $\mathbf{\text{pro-C}}$. See the arguments after Theorem 6.1.

Concerning $\mathbf{\text{pro-C}}$ as it occurs in this paper it may be useful to consult

Porter, Timothy. "Essential properties of pro-objects in Grothendieck categories." Cahiers de topologie et géométrie différentielle catégoriques 20.1 (1979): 3-57

It gives an alternative interpretation of $\mathbf{\text{pro-C}}$ which in my opinion is "more accessible''. See page 9 of Porter's paper.

Paul Frost
  • 76,394
  • 12
  • 43
  • 125
  • Ok, I got this, thank you. Could you please just detail the statement "$A$ satisfies (ML) iff it is isomorphic in tow-C to a system $A′$ satisfying (epi)" or add a precise reference, please? I have some ideas but cannot make them work. – 18cyclotomic May 31 '18 at 20:22
  • A reference is Proposition 11.3.1 in Geoghegan's book (unfortunately without proof). However the proof is easy and I add it to my answer. Moreover, in Theorem 11.3.2 you find a proof that ML implies vanishing $\varprojlim^1$. That $\varprojlim^1$ is a functor on the pro-category is not elementary. See e.g. §4.5 in Edwards/Hastings or §15.1 in Mardesic. – Paul Frost May 31 '18 at 21:44
  • Thank you again – 18cyclotomic May 31 '18 at 21:47
  • Perhaps you should prove as an exercise that $A$ satisfies (pro-zero) iff it is isomorphic in $\mathbf{\text{tow-C}}$ to the trivial system $0$. – Paul Frost May 31 '18 at 22:23
  • I read the chapter on Geoghegan's book. You are giving for granted that Proposition 11.3.6 works in other categories than modules ones, but when is this true? It's easy to prove that using elements, but it doesn't seem to be so easy in "arbitrary" categories. – 18cyclotomic Jun 01 '18 at 08:57
  • You are right, it is not easy. But Proposition 11.3.6 follows again from the fact that $\varprojlim^1$ is a functor on the pro-category since the restriction morphism is an isomorphism in the pro-category. Another approach is to use the Freyd-Mitchell theorem which says that each (small) abelian category $\mathbf{C}$ admits an embediing $F : \mathbf{C} \to \mathbf{\text{R-Mod}}$ into the category of $R$-modules over a suitable ring $R$. See https://en.wikipedia.org/wiki/Mitchell%27s_embedding_theorem . – Paul Frost Jun 01 '18 at 09:29
  • Yes, I see that it would follow knowing $\varprojlim^1$ is a functor on the pro-category; but again, is this fact proved in abstract categories or not? As for Freyd-Mitchell, is it legit here? Does the embedding preserve products (and thus limits)? – 18cyclotomic Jun 01 '18 at 09:45
  • Actually I don't know whether the Freyd-Mitchell-embedding preserves arbitrary limits, maybe it does not in general. So probably this approach is not effective. Alternatively one may consider abelian categories $\mathbf{C}$ such that each inverse system has an inverse limit. Whether this holds for any abelian $\mathbf{C}$ is unknown to me, but if it does we obtain a functor $\varprojlim$ on $\mathbf{\text{pro-C}}$. As far as I remember $\mathbf{\text{pro-C}}$ can always be shown to be abelian. If it has enough injectives and $\varprojlim$ is left exact(both ?), then we get the sequence of – Paul Frost Jun 01 '18 at 14:17
  • derived functors of $\varprojlim$. Note that without some kind of morphisms left exactness cannot be defined, the only question could be whether $\mathbf{\text{pro-C}}$ is too big. However, in this abstract setting without Freyd-Mitchell I do not know how to prove that condition (ML) or (epi) implies vanishing $\varprojlim^1$. In case $\mathbf{C} = \mathbf{\text{R-Mod}}$ everything works smoothly. That's all I can say. Perhaps somebody else can help. – Paul Frost Jun 01 '18 at 14:17
  • The whole thing is not at all elementary. An abelian category $\mathbf{C}$ may not have limits (e.g. the category of finite abelian groups), but even if: The story may end here. See https://math.stackexchange.com/q/1483955 for the dual case of colimits. Concerning the Freyd-Mitchell-embedding https://mathoverflow.net/q/32173 is very interesting. See also https://math.stackexchange.com/q/12149 (which illuminates ``practical'' problems). And I found http://www.anmath.ulg.ac.be/fp/rec/dlqabpp.pdf for some general stuff. – Paul Frost Jun 02 '18 at 09:40
  • You are driving away from what I asked. I am clearly assuming that the category has minimal properties to ensure existence of limits and other stuff I spoke about. My point was, is it true in categories other than modules ones the fact that $\varprojlim^1$ vanishes on ML systems? More precisely, is it true for those categories (abelian AB3-AB4* with a generator) for which Roos proved that $\varprojlim^1$ vanishes on epi sequences (maybe for the reason of a possible isomorphism between a ML system and a epi system)? That's my question. – 18cyclotomic Jun 03 '18 at 11:23
  • Then your question remains open. If you want I shall delete my answer so that it becomes visible at first glance that your question has $0$ answers. – Paul Frost Jun 03 '18 at 14:54
  • I don't even know how this works and what's better man. – 18cyclotomic Jun 04 '18 at 14:00
  • Here is a final comment before I leave the discussion. I added two references to my above answer which seem to confirm the vanishing of $\varprojlim^1$ on ML-sequences. I did not go into the details of the referenced papers and I shall not do so. – Paul Frost Jun 05 '18 at 09:16
  • I cannot find Duskin paper anywhere. – 18cyclotomic Jun 05 '18 at 13:29