Proving det(xy) = det(x) det(y) for R Matrices Over Zp

  • Thread starter Thread starter Justabeginner
  • Start date Start date
  • Tags Tags
    Determinant
Click For Summary
SUMMARY

The discussion centers on proving the determinant property for 2x2 matrices over the ring Zp, specifically that det(xy) = det(x) det(y) for matrices x and y in R. Participants confirm that the Binet-Cauchy formula applies, allowing the use of standard determinant properties without concern for the primality of the matrix entries. The proof involves explicit computation of the determinants and matrix multiplication, demonstrating that the operations in Zp behave similarly to those in R.

PREREQUISITES
  • Understanding of determinant properties, specifically the Binet-Cauchy formula.
  • Familiarity with 2x2 matrix multiplication and determinant calculation.
  • Knowledge of the ring Zp and its implications for matrix operations.
  • Basic concepts of linear algebra and matrix theory.
NEXT STEPS
  • Study the Binet-Cauchy formula in detail to understand its applications in linear algebra.
  • Learn about matrix operations in modular arithmetic, particularly in Zp.
  • Explore properties of determinants for larger matrices and their implications.
  • Investigate the relationship between rings and fields in the context of matrix theory.
USEFUL FOR

This discussion is beneficial for students and educators in linear algebra, particularly those focusing on matrix theory and determinants. It is also relevant for mathematicians interested in the applications of modular arithmetic in matrix operations.

Justabeginner
Messages
309
Reaction score
1

Homework Statement


Let R be the ring of all 2*2 matrices over Zp , a prime. Show that for x, y contained in R, det(xy) = det(x) det(y).


Homework Equations





The Attempt at a Solution


The det(xy)≠0, therefore the equality can be true. However, I am not sure how to prove that the equality is true without using a value, say det(xy)=1?
 
Physics news on Phys.org
Since the matrices are only 2×2, it's not too much work to just let x and y be two arbitrary matrices and then explicitly compute xy, det x, det y and finally (det x)(det y) and det xy.
 
Fredrik said:
Since the matrices are only 2×2, it's not too much work to just let x and y be two arbitrary matrices and then explicitly compute xy, det x, det y and finally (det x)(det y) and det xy.

So if X = (a b c d)
and Y = (e f g h)
XY = (ae + bg af + bh ce + dg cf + dh)

I may say that
Det(X) = ad - bc
Det(Y) = eh - fg
Det(XY) = [(ae + bg)(cf + dh)] - [(af + bh)(ce + dg)]
(aecf + bgcf + aedh + bgdh) - (afce + bhce + afdg + bhdg)
bgcf + aedh - bhce - afdg
(ad - bc)(eh) - (ad - bc)(fg)

Det(X)Det(Y)= (ad)(eh) - (bc)(eh) - (ad)(fg) + (bc)(fg)
(ad- bc)(eh) - (ad - bc)(fg)

Is the above reasoning correct? I thought it should be more complicated since it involves R being the ring of all 2*2 matrices over Zp, a prime, and I haven't considered that in my argument...
 
Last edited:
Hi!
Everything seems all right. In particular, your proof is applicable in the ring R since R\in\mathbb{M}_{2\times 2}. Binet-Cauchy formula states that for any square matrix A,B of the same order, det(AB)=det(A) det(B) = det(BA) Hence, that property of determinants has nothing to do with the primality of the entries of the matrices.
 
Last edited:
Justabeginner said:
So if X = (a b c d)
and Y = (e f g h)
XY = (ae + bg af + bh ce + dg cf + dh)

I may say that
Det(X) = ad - bc
Det(Y) = eh - fg
Det(XY) = [(ae + bg)(cf + dh)] - [(af + bh)(ce + dg)]
(aecf + bgcf + aedh + bgdh) - (afce + bhce + afdg + bhdg)
bgcf + aedh - bhce - afdg
(ad - bc)(eh) - (ad - bc)(fg)

Det(X)Det(Y)= (ad)(eh) - (bc)(eh) - (ad)(fg) + (bc)(fg)
(ad- bc)(eh) - (ad - bc)(fg)

Is the above reasoning correct? I thought it should be more complicated since it involves R being the ring of all 2*2 matrices over Zp, a prime, and I haven't considered that in my argument...
You could state that the multiplications and additions are done in Zp and the various operations work the same in Zp as in R.
 
  • Like
Likes   Reactions: 1 person
HallsofIvy said:
You could state that the multiplications and additions are done in Zp and the various operations work the same in Zp as in R.

I can say this since Zp is in R? I'm confused as to the exact relationship between the two.
 
You can say that because R\in\mathbb{M}_{2\times 2}!
 
patbuzz said:
You can say that because R\in\mathbb{M}_{2\times 2}!

So the ring is an element of the 2*2 matrices?
 
Right on! So your proof applies to it as well.
 
  • #10
patbuzz said:
Right on! So your proof applies to it as well.

Ah, that makes sense now! Thank you.
 
  • #11
patbuzz said:
R\in\mathbb{M}_{2\times 2}.
Don't you mean ##\subseteq## rather than ##\in##?
 
  • #12
Oh well, you're right. Sorry!
 

Similar threads

  • · Replies 25 ·
Replies
25
Views
4K
Replies
17
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
7K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K