Given the set , when , is a function that takes set and find all the primes (ignoring the multiplicity) that are found in the factorisation of members of . Mathematically
If , what is the least cardinality that can achieve, when ?
So, this is a general question, for which any answer is appreciated. However, one may approximate the the solution for case . Find the cardinality of a set such that and has the minimum cardinality. Which one of the options is the closest to the solution?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
By the prime number theorem , there are about ln N N primes less than N . Picking S as the set that contains all of these prime numbers will make f ( S ) simply ∣ S ∣ (its cardinality) while f ( A ( N ) ) will also be f ( S ) = ∣ S ∣ since every composite n number in A ( N ) won't be counted. This is because all prime factors of n have already been counted in their pure form as a prime.
So, knowing ∣ S ∣ ≈ ln N N , we can plug N = 1 0 4 in and get ∣ S ∣ ≈ ln 1 0 0 0 0 1 0 0 0 0 ≈ 1 0 8 5 . 7 ≈ 1 0 0 0 .