theorem
  L * 1_R = L
proof
  let v;
  thus (L * 1_R).v = L.v * 1_R by Def10
    .= L.v;
end;
