theorem Th11:
  A c= [#]Lin(A)
proof
  let x be object;
  assume x in A;
  then x in Lin(A) by MOD_3:5;
  hence thesis;
end;
