I asked this question, caused by a confusion that I was able to crystallize in the comment section of ryang's answer.
What is negation? One could define it like this: $P \oplus \neg P$
That is not sufficient, however. There are many things that are of opposite truth-values. Take the proposition "all men are mortal". The proposition "bears have wings" has the opposite truth-value, but it isn't its negation. If this was all a negation was, the flipping of a truth value, then $\neg P$ for all true propositions could be the same, untrue proposition, and vice versa.
So, what else goes into a negation? They have to use the same terms, perhaps? Given that the aformentioned examples use different terms (man $\neq$ bear, mortal $\neq$ have wings), they cannot be negations of each other. So, it makes sense that a negation of a proposition uses all of the same terms, though the logical symbols will differ. However, I can construct many different propositions that contain all of the same terms from the negated propositon, that are of opposite truth-values from the proposition. So, what else is necessary for a negation to be valid?
In the linked-to answer, it appears that an attempted negation must not just flip the truth-value in that case, but it must be of a form that always flips the truth-value.
Take the sentence "all line are straight". It's negation is "there exists a line that is not straight", because it is of an opposite truth-value, AND it's of a form that always produces an opposite truth value: $\exists x \in L, \neg S(x)$.
An attempted negation could be "all lines are not straight", which is also of the opposite truth-value, but of a form that does not always produce an opposite truth-value: $\forall x \in L, \neg S(x)$
Another attempted negation could be "all non-lines are straight", which would also have the opposite truth value in this scenario, but its form does not always produce opposite truth values: $\forall x \not \in L, S(x)$
I'm asking if this is correct:
A proposition and its negation are of a form such that all semantic interpretations of them yield opposite truth-values for them, and the terms inside the proposition and the negation are always the same (with respect to each other) within any interpretation.
If so:
To say the negation of any arbitrary, true proposition is the universally false proposition $P \land \neg P$ is not okay, because although it will always yield an opposite truth value, a valid negation also requires the preservation of terms. And to say the negation of e.g. $\neg(\forall x \in L, S(x)) \iff \forall x \in L, \neg S(x)$ is not true, because although the terms are preserved and although many semantic interpretations may yield opposite truth-values to the LHS and RHS, it isn't true that ANY semantic interpretation would do so.
Or, have I misunderstood what a negation is?