let n be Nat; :: thesis: for D being non empty set
for M1 being Matrix of n,D
for i, j being Nat st [i,j] in Indices M1 holds
[j,i] in Indices M1

let D be non empty set ; :: thesis: for M1 being Matrix of n,D
for i, j being Nat st [i,j] in Indices M1 holds
[j,i] in Indices M1

let M1 be Matrix of n,D; :: thesis: for i, j being Nat st [i,j] in Indices M1 holds
[j,i] in Indices M1

let i, j be Nat; :: thesis: ( [i,j] in Indices M1 implies [j,i] in Indices M1 )
assume [i,j] in Indices M1 ; :: thesis: [j,i] in Indices M1
then [i,j] in [:(Seg n),(Seg n):] by Th24;
then A1: ( j in Seg n & i in Seg n ) by ZFMISC_1:87;
Indices M1 = [:(Seg n),(Seg n):] by Th24;
hence [j,i] in Indices M1 by A1, ZFMISC_1:87; :: thesis: verum