1

I am wondering whether all true statements are equivalent and if yes, in which sense.

Let A and B be true statements. We derive $A \quad \Longleftrightarrow \quad A \vee B \quad \Longleftrightarrow \quad B$

This would mean

$1 = 1 \quad \Longleftrightarrow \quad (1=1) \vee \pi \text{ is irrational} \quad \Longleftrightarrow \quad \pi \text{ is irrational}$.

However, this does not make any sense to me. By the same token, one could show $1 = 1$ being equivalent to Fermat's last theorem (which we know is true) or any other statement that is known to be true.

Maybe this is indeed correct, or I am mixing up different notions of equivalence.

shuhalo
  • 7,485
  • 2
    The property $A\vee B \Longrightarrow B$ is false. – Gribouillis Dec 17 '17 at 07:46
  • 1
    A or B is true because B is true. We get true and true on both sides of the implication arrow. This evaluates to true. However, I suppose that I am mixing up two different formalisms here. – shuhalo Dec 17 '17 at 07:53
  • $A$ implies $A\lor B$. $A$ is not equivalent to $A\lor B$ Take for example $A:=\text{I am asleep}$ and $B:=\text{I am awake}$. –  Dec 17 '17 at 08:02
  • 1
    In your example, if I know that 'I am awake' is true, then 'I am awake or I am asleep' implies 'I am awake'. https://en.wikipedia.org/wiki/Material_conditional#Truth_table – shuhalo Dec 17 '17 at 08:07
  • 1
    True statements? Truth is relative to a structure. True where? – Asaf Karagila Dec 17 '17 at 08:11
  • Ah, you mean you already know that $A$ and $B$ are true? Then, of course $A\Leftrightarrow B$ is true (and so is $A\Leftrightarrow A\lor B$). However, it is pretty vacuous too, it doesn’t help establish the truth where you don’t know it. –  Dec 17 '17 at 08:15
  • It's a good question. Technically yes. 1=1 if and only if pi is irrational iff FLT is true iff ducks aren't dolphins. One thing important is those statements have no variables which is probably crucial. Fred is a prime number's truth value relies upon the value of what Fred is. In proofs we only care about what is inferable by conditions. Not because the truth of absolute statements aren't important, but because they have no predictive value. – fleablood Dec 17 '17 at 08:39
  • One problem you have with your question is that you are not using language precisely. So the logical connectives you are using are binary. But if you put brackets in eg $(A \iff (A\vee B))\iff B$ the statement you get is not true. Note also that if $A$ and $B$ are both equivalent to "true" they are equivalent to each other. – Mark Bennet Dec 17 '17 at 08:45
  • Do you understand the answers that Bram28 and I have given you? – user21820 Jan 12 '18 at 16:03
  • True statements are equivalent to one another; false statements are equivalent to one another. $\quad$ 2. True statements are not logically equivalent to one another; false statements are not logically equivalent to one another.
  • – ryang Feb 26 '23 at 14:15