Consider Boolean function $f \in P_{2}$ with n variables. It's easy to show that any function could be represented as sum of disjunctive terms. Consider $L(f)$ is number of variables uses in minimal (with minimal quantity of variables in formula) DNF that describes function $f$.
Actually I'm interested in $\max_{f\in P_{2}} L(f)$. I guess $L_{max}(f) \le n2^{n-1}$. I build some forms , when $n = 2,3$: $x_{1}\bar{x_{2}} \vee \bar{x_{1}}x_{2}$ and so on. Actually I think that bound maximum could be proved by induction. But I don't know connection between $n$ and $n+1$. Any hints.