Is the statement “Every implication or its converse must be true” correct, or is it possible to have both implication and converse be false?
If $A$ stands for "$x$ is a prime number" and $B$ stands for "$x$ is greater than $100$", then both $(A → B)$ and $(B → A)$ are false. Is this a counterexample to the quoted statement? How does this make sense with respect to the truth table of $(A → B) ∨ (B → A)$ showing that it is always true?
Either way, $(A \to B) \lor (B \to A)$ is a Classical tautology as you mention, and even Intuitionistic Logic can’t have both an implication and its converse as false. However, an implication and its converse can both fail to be true in Intuitionistic Logic.
There are weaker logics where both an implication and its converse can be false.
– PW_246 Oct 05 '23 at 17:21