How to interpret an identity like $\sin(A+B) ≡ \sin(A)\cos(B)+\cos(A)\sin(B)$ using quantifiers?

220 Views Asked by At

We can define using the '$\equiv$' an 'identity', for example the trigonometric one I gave in the title. Given two expressions connected by triple bar, for example, $\sin(A+B) \equiv \sin(A)\cos(B)+\cos(A)\sin(B),$ can we define the identity as being equivalent to the quantified statement: $$\forall A\forall B(\sin(A+B) = \sin(A)\cos(B)+\cos(A)\sin(B))?$$

The difficulty I have is say we have two angles and the relation is such that $A$ is a function of $B$ depend on each other, we should in theory be able to add them no matter what their values may be at any time, so the use of the ≡ symbol to signify that the two sides will be equal no matter what values they will have at any time (for each $A$ there is now a corresponding B as $A=f(B)$ for some function $f$). However, the double universal quantifier doesn't seem like a statement we can make as for any $A$, it is not possible for $B$ to vary in its entire range in the domain of discourse, as $A$ is a function of $B$ there can only be perhaps one or two possible values of $B$, is the quantified statement simply incorrect or is there a way to get past this?

As an addition, perhaps it is fine to use universal quantification because it is about truth if the variables were able to take those values, ignoring if we have certain restrictions that may not allow a certain combination of values to take place.

1

There are 1 best solutions below

3
On BEST ANSWER

we can define using the '$\equiv$' an 'identity', for example the trigonometric one I gave in the title

Trigonometric identities are not identities-by-definition.

Also worth noting: the term ‘identity’ has contrasting usages in mathematics; as does the $\text‘≡\text’$ symbol.

$A$ is a function of $B$ depend on each other,

There is no dependency between $A$ and $B$ (as explained in our previous discussion), because the title equation’s solution set is the entirety of $\mathbb R^2,$ not a proper subset of $\mathbb R^2.$ It is precisely because that equation is universally quantified that we, by definition, call it an identity. (This pertains to the second bullet point of our other previous discussion.)

On the other hand (the previous link's first bullet point), if a two-variable equation (e.g., $xy=10)$ is satisfied by some but not all points in $\mathbb R^2,$ then its solution set’s $x$- and $y$-coordinates generally do depend on each other, and it is a conditional equation instead of an identity.

Summary:

  • That equation $P$’s solution set’s $x,y$ are independent typically corresponds to $$\forall (x,y) \; P(x,y)$$
  • That equation $P$’s solution set $S$’s $x,y$ are dependent typically corresponds to $$\forall(x,y){\in}S \; P(x,y)$$