theorem
  for A being Matrix of 0,REAL holds Det A = 1
proof
  let A be Matrix of 0,REAL;
  thus Det A = 1.F_Real by Th41
    .=1;
end;
