theorem
  card primeNumbers(1,10) = 5
  proof
    2,3,5,7,11 are_mutually_distinct;
    hence thesis by Th70,CARD_2:63;
  end;
