I am doing a practice homework set where the question asserts if something is necessarily ________?
Does this imply that it is always true for all cases?
For example Given that X is a symmetric nxn matrix, and Y is a nxn skew-symmetric matrix, which of the following is NECESSARILY true.
- XYX is symmetric
- XYX is skew-symmetric
XY^2X is symmetric
XY^2X is skew-symmetric.
Going by the definition of necessarily being undeniably true, then I can conclude that 2 and 4 are accurate assumptions. However, are 1 and 4 necessarily skew-symmetric if I can list an example proving their validity?
$(XYX)^T=X^TY^TX^T=-XYX$. So, the statement "$XYX$ is symmetric" is false.
By the result above, we conclude that the statement "$XYX$ is skew-symmetric" is true.
$(XY^2X)^T=(XYYX)^T=X^TY^TY^TX^T=XYYX=XY^2X$. So, the statement "$XY^2X$ is symmetric" is true.
By the result above, we conclude that the statement "$XY^2X$ is skew-symmetric" is false.