in Discrete Mathematics
340 views
0 votes
0 votes

If a, b are elements of a group G, then (ba)-1 =

in Discrete Mathematics
340 views

4 Comments

 (ba)-1 = a-1 *b-1

0
0
proof?
0
0

Matrix multiplication is a group only if two matrices 'a' and 'b' are non singular.

Consider two non singular matrices 'a' and 'b' and perform ba(multiplication) and inverse of the matrix.

same as $b^{-1}*a^{-1}$.

If these two are same then it satisfies the above properety.

0
0

we should know 2 facts before proving it:

1. Inverse is applicable only for square matrices.

2.Let X be any n*n square matrix, then a matrix Y if it exists such that XY=YX=In-------((Identity matrix of size n*n)

If this condition is true then we can say Both X and Y are inverses of each other.

X-1 =Y  or Y-1  = X

To prove :  (ba)-1   = a-1b-1

Assume X =(ba)-1

             Y=a-1b-1

My aim will be XY=YX=In

XY= (ba)(a-1 b-1 )

     =baa-1b-1 

     =In

YX= (a-1 b-1 )(ba)

      =a-1b-1 ba

      =In

1
1

Please log in or register to answer this question.

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true