let n be Nat; :: thesis: for K being Field
for M being Matrix of n,K
for I being Element of Permutations n st I = idseq n holds
diagonal_of_Matrix M = Path_matrix I,M

let K be Field; :: thesis: for M being Matrix of n,K
for I being Element of Permutations n st I = idseq n holds
diagonal_of_Matrix M = Path_matrix I,M

let M be Matrix of n,K; :: thesis: for I being Element of Permutations n st I = idseq n holds
diagonal_of_Matrix M = Path_matrix I,M

let I be Element of Permutations n; :: thesis: ( I = idseq n implies diagonal_of_Matrix M = Path_matrix I,M )
assume A1: I = idseq n ; :: thesis: diagonal_of_Matrix M = Path_matrix I,M
set P = Path_matrix I,M;
set D = diagonal_of_Matrix M;
A2: len (Path_matrix I,M) = n by MATRIX_3:def 7;
A3: now end;
len (diagonal_of_Matrix M) = n by MATRIX_3:def 10;
hence diagonal_of_Matrix M = Path_matrix I,M by A2, A3, FINSEQ_1:18; :: thesis: verum