theorem Th30:
  0.GF * L = ZeroLC(V)
proof
  let v;
  thus (0.GF * L).v = 0.GF * L.v by Def9
    .= 0.GF
    .= ZeroLC(V).v by Th3;
end;
