In his book, Axioms & Set Theory, Robert Andre introduces logic with this statement:
If $Q$ is true whenever $P$ is true, and $T$ is true whenever $Q$ is true, then $T$ is true whenever $P$ is true.
He renders the statement symbolically:
$$[(P \Rightarrow Q) \land (Q \Rightarrow T)] \Rightarrow T$$
How is this so? The symbols seem to say:
If $Q$ is true whenever $P$ is true, and $T$ is true whenever $Q$ is true, then $T$ is true.
It seems to me that the English statement given by Andre would be rendered
$$[(P \Rightarrow Q) \land (Q \Rightarrow T)] \Rightarrow [P \Rightarrow T]$$
What am I missing?