I should preface this with that I have never studied logic before. When answering my question, please assume that I know nothing about formal logic.
Just now, I was reading a different question and one of answers gave the statement:
$(A⇒B)⇔(¬B⇒¬A)$
(Colloquially known as: the statements "Paris is in France" and "Not being in France means not being in Paris" mutually imply each other.)
Initially, I got confused and understood $(A⇒B)⇒(¬B⇒¬A)$, but not $(¬B⇒¬A)⇒(A⇒B)$.
Then I realized I was mistakenly thinking of the "$⇒$" in $(¬B⇒¬A)$ as an "$∧$", in which case $(¬B∧¬A)⇏(A⇒B)$.
However, this simple issue raised another more fundamental question in my mind:
What is propositional logic assuming in such a statement for $(¬Q⇒¬P)⇒(P⇒Q)$ to always be True?
Can't there be a case, where $¬P$ is a tautology, in other words, $(¬Q⇒¬P)∧(Q⇒¬P)$, and thus in this case, $(¬Q⇒¬P)⇏(P⇒Q)$?
This would be assuming that, in a case where $⊨P$ ("$P$ is a tautology"), that $Q⇒P$ is True. In this case, isn't the above a contradiction? What I'm I confusing here?
Conversely, if I assume that in a case where, $⊨P$, that $Q⇒P$ is False, this would seem to suggest that "$⇒$" would denote more than simply the truth value of a proposition. Since, $Q⇒P$ would be False even though $P$ is always True when $Q$ is True, which I now understand would be blatantly wrong.
(My question can be boiled down to simply not distinctly understanding what the $→$ logical operator does, i.e. in terms of its truth table where, only the proposition $True→False$ is False, and the propositions, $True→True$, $False→True$, and $False→False$, are all True. This is evidently a common confusion among laymen and new students alike, since it's non-intuitive to consider what "if... then..." (or even worse, "implies") means in the context of $False→True$ and $False→False$ propositions (i.e. propositions with a False antecedent), when a proposition can only be evaluated as True or False.)