theorem
  for L being Lattice holds L is SubLattice of L
proof
  let L be Lattice;
  thus the carrier of L c= the carrier of L;
  thus thesis by Lm5;
end;
