A read-once boolean formula is a function $f:\{0,1\}^n\rightarrow \{0,1\}$ which can be represented by a boolean formula involving AND and OR such that each variable appears only once.
Is it true that any such formula can be uniquely expressed as an alternating AND/OR tree with $n$ leaves labeled by input boolean variables?

