This problem is from section 27 in Munkres' book on topology.
Let $\mathcal{T}$ and $\mathcal{T}'$ be two topologies on the set $X$; suppose that $\mathcal{T}'\supset \mathcal{T}$. What does compactness of $X$ under one of these topologies imply about the compactness under the other?
Here is my attempt at answering this question.
Case (1). Suppose $X$ is compact under $\mathcal{T}$. Since $X$ is compact, for every open covering $\mathcal{A}$ of $X$, there exists a finite sub covering of $X$, that is $\cup _{i = 1} ^{n} A_i = X $. Since $\mathcal{T}$ is coarser than $\mathcal{T}'$, the open sets contained in $\mathcal{T}$ are contained in $\mathcal{T}'$. It follows that every open covering of $X$ in $\mathcal{T}$ is an open covering of $X$ in $\mathcal{T}'$ and every finite subcover of these open covers in $\mathcal{T}$ of $X$ are also in $\mathcal{T}'$. Therefore, the compactness of $X$ under the coarser topology tells us that $X$ is also compact under the finer topology.
Case (2). Suppose $X$ is compact under $\mathcal{T}'$. Let $\mathcal{A}$ be an arbitrary open covering of $X$ by sets in $\mathcal{T}$. Since $\mathcal{T}'$ is finer than $\mathcal{T}$, this open covering of $X$, $\mathcal{A}$ must be in $\mathcal{T}'$. Since $X$ is compact under $\mathcal{T}'$, $\mathcal{A}$ must have a finite subcovering. It follows that this finite subcovering for $X$ must be in $\mathcal{T}$ so $X$ is compact under $\mathcal{T}$ as well. Therefore, the compactness of $X$ under the finer topology tells us that $X$ is also compact under the coarser topology.
Initially, I thought case (2) would not imply compactness in the coarser topology but I cannot think of a counter example. Is my work correct? If not, can someone help me see the flaw in my reasoning?