Translating these statements from predicate logic to English: are these the saying the same thing essentially or is there a difference?
$\forall x~(Fx \vee \neg Fx)$
$\forall x~Fx ~\lor~ \forall x~\lnot Fx$
Translating these statements from predicate logic to English: are these the saying the same thing essentially or is there a difference?
$\forall x~(Fx \vee \neg Fx)$
$\forall x~Fx ~\lor~ \forall x~\lnot Fx$
There is a big difference between these statements.
$\forall x (Fx \lor \neg Fx)$ is saying for all $x$ either $F x$ is true or $F x$ is false.
$\forall x F x \lor \forall x \neg F x$ can be rewritten as $(\forall x F x) \lor (\forall x \neg F x)$ and can be read as "Either $F x$ is true for ever $x$, or $F x$ is false for every $x$."
Different. For example, if $Fx$ is “x is even” then the first statement is true for $\mathbb{N}$, but not the second, which would require either all natural numbers to be even or all not to be.