Let $P, Q, R$ be propositions. Consider:
$\big[\forall x \big(P(x)\implies Q(x)\big)\big]\lor \big[\forall x\big(P(x)\implies R(x)\big)\big]$
Given the fact"$\forall x$" and "$ P(x)$" appear twice, what is the best way to simplify this logic statement?
For example, I guess there exists $S$ such that $\big[\forall x \big(P(x)\implies Q(x)\big)\big]\lor \big[\forall x\big(P(x)\implies R(x)\big)\big]$ = $\forall x(P(x)\implies S(x)).$ If $S$ does not exist, then I guess the concerned statement is not simplifiable.
Rigorous definition for "simplification": the simplified statement should reduce the total number of syntaxes or the total number of propositions. The original statement contains four propositions: $Q, R,$ and two $P$s. A new statement include three propositions is a "simplification". Any rules, including arbitrary order quantifiers, are allowed (though I don't think they are useful).