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