I'm studying real analysis from Terence Tao's book, Analysis 1, and was familiarizing myself with mathematical logic that Tao explains in the appendix. In it, he covers the biconditional, or "if and only if" statements. From what I understand, a biconditional is only true when both side are held to be true, or "logically equivalent". The examples he gives as a biconditional which evaluates to true and one that evaluates to false were:
if $x$ is a real number, then the statement “$x = 3$ if and only if $2x = 6$” is true: this means that whenever $x = 3$ is true, then $2x = 6$ is true, and whenever $2x = 6$ is true, then $x = 3$ is true. On the other hand, the statement “$x = 3$ if and only if $x^2 = 9$” is false; while it is true that whenever $x = 3$ is true, $x^2 = 9$ is also true, it is not the case that whenever $x^2 = 9$ is true, that $x = 3$ is also automatically true
From what I see, these biconditional statements contain statements that seem to be logically related, or logically relevant to each other: by being given that $x = 3$, we are then able to assess the truth of the statement $2x = 6$ for example.
My question is: is it necessary for the statements to be logically relevant to each other? For example, if I have the statement "It is sunny today if and only if it is a Tuesday", and I were given that the statements "it is sunny" and "it is a Tuesday" were both true statements, would the biconditional statement hold true, despite the fact that the truth of these statements are determined independently from each other, and have no logical correlation? Is it necessary in a biconditional that each statement be logically related to the other, where each statement holds relevant information which is then utilized to assess the truth of the other statement?