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).
No, it is not possible.
I will rephrase the problem (and slightly generalise it). Is there some expression $S(x)$, which is built up from $P(x)$, $R(x)$, and $Q(x)$ using propositional operators (eg $\land, \lor, \neg$, etc.) but not using quantifiers, such that $\forall x (P(x) \to Q(x)) \lor \forall x (P(x) \to R(x))$ is logically equivalent to $\forall x (S(x))$?
The answer is no. For suppose this were possible.
Consider the two-point model $\{0, 1\}$. Let $P(x)$ always be true, let $R(x)$ be $x = 1$, and let $Q(x)$ be $x = 0$.
The trick is to consider the two sub-models $\{0\}$ and $\{1\}$. On both of these submodels, we see that $\forall x (P(x) \to Q(x)) \lor \forall x (P(x) \to R(x))$ holds. Therefore, on both of these submodels, we have $\forall x (S(x))$. That is, we have both $S(0)$ and $S(1)$.
Thus, in our original model $\{0, 1\}$, we have $\forall x (S(x))$. Therefore, we should have either $\forall x (P(x) \to Q(x))$ or $\forall x (P(x) \to R(x))$. But we clearly do not have either.
If we allow $S$ to contain quantifiers, we could define $S(x) = P(x) \to \forall x (P(x) \to R(x)) \lor \forall x (P(x) \to Q(x))$. Then $\forall x (P(x) \to R(x)) \lor \forall x (P(x) \to R(x))$ would be logically equivalent to $\forall x (S(x))$. I am extremely hard-pressed to call this a “simplification”. There may be other ways to rewrite the original expression, but they will inevitably require at least 2 quantifiers just as the original expression does.