I am reading Classical Mathematical Logic by Epstein. The author defines:
$L(\neg, \rightarrow, \vee, \wedge, p_0, p_1, ...)$
i. For each $i=0, 1, 2, ..., (p_i)$ is an atomic wff, to which we assign the number $1$.
ii. If $A$ and $B$ are wffs and the maximum of the numbers assigned to $A$ and to $B$ is $n$, then each of $(\neg A), (A \rightarrow B), (A \vee B), (A \wedge B)$ is a compound wff to which we assign the number $n+1$. These are compound wffs.
iii. A concatenation of symbols is a wff if and only if it is assigned some number $n \ge 1$ according to (i) or (ii) above.
Then the author then proves the "Unique Readability of wffs", which he only defines as "no wff can be read as, for example, both $A \rightarrow B$ and $C \wedge D$"
I don't really see the benefits of proving this. The only benefits I can think of are:
$1)$ Each wff can only be assigned one number according to (ii).
I've looked over the next pages, and the book seems to only make use of this fact in the definition of the length of a wff. It doesn't seem important, because a proposition can only be assigned a number if it is using the maximum number of parenthesis (which we almost never do). There are plenty of equivalent propositions which are assigned different numbers. Similarly, there are plenty of equivalent such that $A \rightarrow B \equiv C \wedge D$ and at the end of the day, we mostly just care about equivalence; the number being assigned to a proposition seems like just an artifact we had to use in order to make our language formal.
$2)$ If the unique readability theorem was false, then parenthesis don't behave in the intuitive way we want them to (that is, we intuitively believe that with enough parenthesis we can specify one and only one order of operations/connectives)
While this seems more important, proving that a proposition is uniquely readable does not prove that our intuition of parenthesis is necessarily right.
Am I missing something?
What is actually important is the local property that every wff arises in exactly one of the ways
and within each group from only one combination of $A$ and $B$.
This local property is crucial for being sure that we can define properties of formulas by induction on their structure (and depend on the thing we define actually satisfying the recursion equations we define it with, in all cases).
The global property that every wff has exactly one full parse tree is just icing on the cake, and a convenient early example of how to prove things by induction on the structure of formulas.