Minimum Cardinality Set

Given the set A ( N ) = { 1 , 2 , , N } A(N)=\{1,2,\dots,N\} , when N N N \in \mathbb{N} , f ( A ( N ) ) f(A(N)) is a function that takes set A ( N ) A(N) and find all the primes (ignoring the multiplicity) that are found in the factorisation of members of A ( N ) A(N) . Mathematically

f ( A ( N ) ) = { p p r i m e x A ( N ) : p x } f(A(N))=\{p \ prime|\exists x \in A(N): p|x\}

If S A ( N ) S\subset A(N) , what is the least cardinality that S S can achieve, when f ( S ) = f ( A ( N ) ) f(S)=f(A(N)) ?

So, this is a general question, for which any answer is appreciated. However, one may approximate the the solution for case N = 1 0 4 N=10^4 . Find the cardinality of a set S A ( 1 0 4 ) S \subset A(10^4) such that f ( A ( 1 0 4 ) ) = f ( S ) f(A(10^4))=f(S) and S S has the minimum cardinality. Which one of the options is the closest to the solution?

200 1000 500 2050

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.

1 solution

Henry U
Nov 19, 2018

By the prime number theorem , there are about N ln N \frac N {\ln N} primes less than N N . Picking S S as the set that contains all of these prime numbers will make f ( S ) f(S) simply S |S| (its cardinality) while f ( A ( N ) ) f(A(N)) will also be f ( S ) = S f(S) = |S| since every composite n n number in A ( N ) A(N) won't be counted. This is because all prime factors of n n have already been counted in their pure form as a prime.

So, knowing S N ln N |S| \approx \frac N {\ln N} , we can plug N = 1 0 4 N=10^4 in and get S 10000 ln 10000 1085.7 1000 |S| \approx \frac {10000}{\ln 10000} \approx 1085.7 \approx \boxed{1000} .

although you have chosen the right answer, you can have a much better approximation. There would be some composite numbers that contain more than one prime number and taking such composite numbers would reduce the cardinality of the set. a better approximation would be pi(N)-pi((N)^0.5), where pi(N) is the number of primes less than or equal to N.

A Former Brilliant Member - 2 years, 6 months ago

Log in to reply

Ahh, that's very clever!

Henry U - 2 years, 6 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...