Here's mine
For "If A = A^-1, then det A = +1 or -1."
1. det A = det (A^-1) \\ determinating both sides
2. det A = 1 / (det A) \\ proeprty: det (A^-1) = 1 / (det A)
3. (det A)(det A) = 1 \\ Multiplying det A both sides
4. (det A^2) = 1 \\ simplifying
5. det A = + or 1 (square root of 1 ) \\ extracting sq.root
6. Thus, det A = +1 or -1.
For "If A^t = A^-1, then det A = 1 or -1."
1. (A^T) A = (A^-1) A \\ If the inverse of A is said to be existing, then A itself must exist and the product of the two must be an identity matrix. I multiplied A both sides of equation.
2. (A^T) A = I \\ Identity matrix.
3. det [ (A^T) A ] = det I \\ determinating both sides.
4. det(A^T) det A = det I \\ Prop: det AB = det A det B
5. det A det A = det I \\ Prop: det (A^T) = det A.
6. det A^2 = 1 \\ determinant of identity matrix is 1.
\\ simplifying
7. det A = + or - square root of 1 \\ extracting a square root.
8. Thus det A = 1 or -1.