theorem
  Z_Lin(A) = Z_Lin(B) implies Lin(A) = Lin(B)
proof
  assume Z_Lin(A) = Z_Lin(B);
  hence Lin(A) = Lin( Z_Lin(B)) by Th34
            .= Lin(B) by Th34;
end;
