theorem
  card (L_x) (+) card (R_x) = 0 iff x = 0_No
proof
  hereby assume card (L_x) (+) card (R_x) = 0;
    then L_x={} & R_x={};
    hence x = 0_No;
  end;
  thus thesis;
end;
