theorem Th30:
  1r * L = L
proof
  let v;
  thus (1r * L).v = 1r * L.v by Def9
    .= L.v;
end;
