theorem
  n |-> x = m |-> x implies n = m
proof
  len(n |-> x) = n by CARD_1:def 7;
  hence thesis by CARD_1:def 7;
end;
