let n be Nat; for x, y being FinSequence of REAL
for A being Matrix of n,REAL st A is invertible & len x = n & len y = n holds
( x * A = y iff x = y * (Inv A) )
let x, y be FinSequence of REAL ; for A being Matrix of n,REAL st A is invertible & len x = n & len y = n holds
( x * A = y iff x = y * (Inv A) )
let A be Matrix of n,REAL; ( A is invertible & len x = n & len y = n implies ( x * A = y iff x = y * (Inv A) ) )
assume that
A1:
A is invertible
and
A2:
len x = n
and
A3:
len y = n
; ( x * A = y iff x = y * (Inv A) )
A4:
( len A = n & len (Inv A) = n )
by MATRIX_0:24;
A5:
width A = n
by MATRIX_0:24;
thus
( x * A = y implies x = y * (Inv A) )
( x = y * (Inv A) implies x * A = y )
assume A7:
x = y * (Inv A)
; x * A = y
A8:
width (Inv A) = n
by MATRIX_0:24;
thus y =
y * (1_Rmatrix n)
by A3, Th88
.=
y * ((Inv A) * A)
by A1, Def6
.=
x * A
by A3, A4, A8, A7, Th57
; verum