reserve N,M,K for ExtNat;
reserve X for ext-natural-membered set;

theorem
  for c being Cardinal, x being object holds card(c --> x) = c
proof
  let c be Cardinal, x be object;
  thus card(c --> x) = card c by Th3
    .= c;
end;
