reconsider N = n as Element of NAT by ORDINAL1:def 12;
deffunc H1( Nat, Nat) -> Element of K = Cofactor (M,$1,$2);
ex M being Matrix of N,N,K st
for i, j being Nat st [i,j] in Indices M holds
M * (i,j) = H1(i,j)
from MATRIX_0:sch 1();
hence
ex b1 being Matrix of n,K st
for i, j being Nat st [i,j] in Indices b1 holds
b1 * (i,j) = Cofactor (M,i,j)
; verum