2

So I've been working through some of the suggested exercises through Rotman and I have one problem that took longer than I expected. Most of the starred exercises seem to have a short quick proof except this one,I was wondering if someone could help me see the faster way to do this one.

Problem: Assume that $X=X_1^\circ\cup X_2^\circ$ and $Y=Y_1^\circ\cup Y^\circ_1$; assume further that $f:X\rightarrow Y$ is continuous with $f(X_i)\subset Y_i$ for $i=1,2$. Then the following diagram commutes

enter image description here

where $g$ is the restriction of $f$ and $D,D'$ are connecting homomorphisms of Mayer-Vietoris sequences.

EDIT:

enter image description here

Enigma
  • 3,909

1 Answers1

1

This is a general nonsense fact.

Lemma:$$\require{AMScd} \begin{CD} 0 @>>> A_n @>{i}>> B_n @>{j}>> C_n @>>> 0\\ {} @V{\alpha}VV @V{\beta}VV @V{\gamma}VV \\ 0 @>>> A_n' @>{i'}>> B_n' @>{j'}>> C_n' @>>> 0 \end{CD}$$ $\{A_\bullet\}$, $\{B_\bullet\}$ and $\{C_\bullet\}$ be chain complexes and let there be short exact sequence $0 \to \{A_\bullet\} \to \{B_\bullet\} \to \{C_\bullet\} \to 0$ and $0 \to \{A'_\bullet\} \to \{B'_\bullet\} \to \{C'_\bullet\} \to 0$, and the above be a commutative diagram consisting of maps between the two short exact sequences. Then there is a commutative diagram

$$\require{AMScd} \begin{CD} H_n(\{C_\bullet\}) @>{\delta}>> H_{n-1}(\{A_\bullet\})\\ @V{\gamma_*}VV @V{\alpha_*}VV \\ H_{n}(\{C_\bullet'\}) @>{\delta'}>> H_n(\{A_\bullet'\}) \end{CD}$$

here $\delta, \delta'$ are the snake maps in the long exact sequence of the corresponding sequences.

Proof: Diagram-chase. Note that the snake map $\partial : H_n(\{C_\bullet\}) \to H_{n-1}(\{A_\bullet\})$ is defined by $\partial([c]) = [a]$ where $c = j(b)$ and $\partial_n(b) = i(a)$ where $\partial_n : B_n \to B_{n-1}$ is the boundary map in $\{B_\bullet\}$. Note that $\gamma(c) = \gamma (j(b)) = j'(\beta(b))$ and $i'(\alpha(a)) = \beta (i(a) ) = \beta (\partial(b)) = \partial(\beta(b))$. Thus, $\delta'([\gamma(c)]) = [\alpha(a)]$. That said, $\alpha_* \delta([c]) = \alpha_*([a]) = \delta'\gamma_*([c])$, hence the diagram commutes, as desired $\blacksquare$


Use this lemma to the short exact sequences $$0 \to \{C_\bullet(X_1 \cap X_2) \to \{C_\bullet(X_1) \oplus C_\bullet(X_2)\} \to \{C_\bullet(X)\} \to 0 \\ \text{and} \\ 0 \to \{C_\bullet(Y_1 \cap Y_2)\} \to \{C_\bullet(Y_1) \oplus C_\bullet(Y_2)\} \to \{C_\bullet(Y)\} \to 0$$ and the maps between the two short exact sequences induced from $f : X \to Y$ to settle the problem.

Balarka Sen
  • 13,910
  • Why is it that we have a short exact sequence? I thought that we only have enough information for a long exact sequence. – Enigma Dec 13 '15 at 22:51
  • @Enigma The Mayer-Vietoris long exact sequence comes from applying snake lemma to the short exact sequence mentioned above. As a reference, look in Hatcher chapter 2.2. page 149. – Balarka Sen Dec 13 '15 at 22:55
  • I just realized there is still a problem. The connecting homomorphism you gave is different from the one in Rotman. Furthermore the chain maps are different. – Enigma Dec 14 '15 at 03:23
  • I've updated the post with the maps in Rotman – Enigma Dec 14 '15 at 03:24
  • @Enigma I noticed. Is there anything specific you want to add to my answer above? – Balarka Sen Dec 14 '15 at 09:30
  • Could you update your post with the specific computation. I would really appreciate it. – Enigma Dec 15 '15 at 05:31
  • @Enigma I have no idea what specific computations might means. I proved the exercise above using a lemma of homological algebra. What else is there to be added? Is my answer incomplete? If you can point me out, I'd happily edit those in. – Balarka Sen Dec 15 '15 at 05:33
  • Sorry, I guess I misunderstood something in your answer. I was thinking of a different exact sequence that was where I was getting issues. Your answer is correct. Thanks. – Enigma Dec 15 '15 at 17:02