An Interesting Property of N \mathbb{N}

Algebra Level 5

Let S n = { x N : x n } S_{n} = \{x \in \mathbb{N} \ : \ x \leq n \} be the set of the first n n natural numbers.

Let p : P ( N ) N p: \mathcal{P}(\mathbb{N}) \rightarrow \mathbb{N} be a function defined by

p ( C ) = { x C x : C 1 : C = \begin{aligned} p(C)& = \begin{cases} \displaystyle\prod_{x \in C} x & : \ C \neq \emptyset \\ 1 & : \ C = \emptyset \end {cases} \end{aligned}

Determine the natural number k k for which the sum

C P ( S k ) 1 p ( C ) = 2018 \sum_{C \in \mathcal{P}(S_{k})} \frac{1}{p(C)} = 2018

If you believe no such k k exists, submit your answer as 1 -1 .


Details and Assumptions:

  • N \mathbb{N} denotes the set of all natural numbers, which are N = { 1 , 2 , 3 , 4 , 5 , . . . } \mathbb{N} = \{1,2,3,4,5,...\} .

  • N \mathbb{N} sometimes includes 0 0 , but don't for the purposes of this problem

  • P ( C ) \mathcal{P}(C) is the power set of the set C C , or the set of all subsets of C C , including C C itself.


The answer is 2017.

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

Brandon Monsen
Feb 20, 2018

Let f : N N f: \mathbb{N} \rightarrow \mathbb{N} be a function defined by

f ( k ) = C P ( S k ) 1 p ( C ) f(k) = \sum_{C \in \mathcal{P}(S_{k})} \frac{1}{p(C)}

Let's start by looking at the values of f ( k ) f(k) for the first few values of k k

S 1 = { 1 } f ( 1 ) = 1 1 C = + 1 1 C = { 1 } = 2 S 2 = { 1 , 2 } f ( 2 ) = 1 1 C = + 1 1 C = { 1 } + 1 2 C = { 2 } + 1 2 C = { 1 , 2 } = 3 S 3 = { 1 , 2 , 3 } f ( 3 ) = 1 1 C = + 1 1 C = { 1 } + 1 2 C = { 2 } + 1 2 C = { 1 , 2 } + 1 3 C = { 3 } + 1 3 C = { 1 , 3 } + 1 6 C = { 2 , 3 } + 1 6 C = { 1 , 2 , 3 } = 4 \begin{aligned} S_{1} = \{1\} & \Rightarrow f(1) = \underbrace{\frac{1}{1}}_{C = \emptyset} + \underbrace{\frac{1}{1}}_{C = \{1\}} = 2 \\ S_{2} = \{1,2\} & \Rightarrow f(2) = \underbrace{\frac{1}{1}}_{C = \emptyset} + \underbrace{\frac{1}{1}}_{C = \{1\}} + \underbrace{\frac{1}{2}}_{C = \{2\}} + \underbrace{\frac{1}{2}}_{C = \{1,2\}} = 3 \\ S_{3} = \{1,2,3\} & \Rightarrow f(3) = \underbrace{\frac{1}{1}}_{C = \emptyset} + \underbrace{\frac{1}{1}}_{C = \{1\}} + \underbrace{\frac{1}{2}}_{C = \{2\}} + \underbrace{\frac{1}{2}}_{C = \{1,2\}} + \underbrace{\frac{1}{3}}_{C = \{3\}} + \underbrace{\frac{1}{3}}_{C = \{1,3\}} + \underbrace{\frac{1}{6}}_{C = \{2,3\}} + \underbrace{\frac{1}{6}}_{C = \{1,2,3\}} = 4 \end{aligned}

From this, it appears that f ( k ) = k + 1 f(k) = k+1 for these first few values of k k , so let's generalize this


Claim:

f ( k ) = k + 1 f(k) = k+1 for all k N k \in \mathbb{N}

Proof:

To show this, lets look at how to construct P ( S k ) \mathcal{P}(S_{k}) from P ( S k 1 ) \mathcal{P}(S_{k-1}) .

We know that every set in P ( S k 1 ) \mathcal{P(S_{k-1})} will also be in P ( S k ) \mathcal{P(S_{k})} , since C P ( S k 1 ) C S k 1 S k C S k C P ( S k ) C \in \mathcal{P(S_{k-1})} \Rightarrow C \subseteq S_{k-1} \subset S_{k} \Rightarrow C \subset S_{k} \Rightarrow C \in \mathcal{P(S_{k})} , Hence we can express the function f ( k ) f(k) as

f ( k ) = C P ( S k ) 1 p ( C ) = C P ( S k 1 ) 1 p ( C ) + C P ( S k ) C P ( S k 1 ) 1 p ( C ) = f ( k 1 ) + C P ( S k ) \ P ( S k 1 ) 1 p ( C ) f(k) = \sum_{C \in \mathcal{P}(S_{k})} \frac{1}{p(C)} = \sum_{C \in \mathcal{P}(S_{k-1})} \frac{1}{p(C)} + \sum_{C \in \mathcal{P}(S_{k}) \ \land \ C \notin \mathcal{P}(S_{k-1})} \frac{1}{p(C)} = f(k-1) + \sum_{C \in \mathcal{P}(S_{k}) \backslash \mathcal{P}(S_{k-1})} \frac{1}{p(C)}

It isn't too difficult to see that C P ( S k ) \ P ( S k 1 ) C \in \mathcal{P}(S_{k}) \backslash \mathcal{P}(S_{k-1}) only if k C k \in C , since if k C k \notin C , we have that C S k C S k 1 { k } C S k 1 C P ( S k 1 ) C \subset S_{k} \Rightarrow C \subset S_{k-1} \cup \{k\} \Rightarrow C \subseteq S_{k-1} \Rightarrow C \in \mathcal{P}(S_{k-1}) , and so if k C k \notin C and C S k C \subset S_{k} , we must have that C P ( S k ) \ P ( S k 1 ) C \notin \mathcal{P}(S_{k}) \backslash \mathcal{P}(S_{k-1}) .

This means that the remaining sum is over all subsets of S k S_{k} which contain k k . But these sets are just all of the sets of the form C = D { k } : D P ( S k 1 ) C = D \cup \{k\} : D \in \mathcal{P}(S_{k-1}) Hence, the remaining sum becomes

C P ( S k ) \ P ( S k 1 ) 1 p ( C ) = D P ( S k 1 ) 1 p ( D { k } ) = D P ( S k 1 ) [ 1 p ( D ) × 1 k ] = 1 k [ D P ( S k 1 ) 1 p ( D ) ] = 1 k f ( k 1 ) \sum_{C \in \mathcal{P}(S_{k}) \backslash \mathcal{P}(S_{k-1})} \frac{1}{p(C)} = \sum_{D \in \mathcal{P}(S_{k-1})} \frac{1}{p(D \cup \{k\})} = \sum_{D \in \mathcal{P}(S_{k-1})} \left[ \frac{1}{p(D)} \times \frac{1}{k} \right] = \frac{1}{k} \left[ \sum_{D \in \mathcal{P}(S_{k-1})} \frac{1}{p(D)} \right] = \frac{1}{k}f(k-1)

And so, we can complete our expression for f ( k ) f(k) as a recursive formula in terms of f ( k 1 ) f(k-1) as

f ( k ) = f ( k 1 ) + C P ( S k ) \ P ( S k 1 ) 1 p ( C ) = f ( k 1 ) + 1 k f ( k 1 ) = k + 1 k f ( k 1 ) f(k) = f(k-1) + \sum_{C \in \mathcal{P}(S_{k}) \backslash \mathcal{P}(S_{k-1})} \frac{1}{p(C)} = f(k-1)+\frac{1}{k}f(k-1) = \frac{k+1}{k}f(k-1)

Proceed by induction:

  • f ( n ) = n + 1 f(n) = n+1 is true for n = 1 n=1 , as we saw from testing the first few k k .

  • Assume f ( j ) = j + 1 f(j) = j+1 for some j N j \in \mathbb{N} . Then f ( j + 1 ) = ( j + 1 ) + 1 j + 1 f ( j ) = ( j + 2 ) ( j + 1 ) j + 1 = j + 2 f(j+1) = \frac{(j+1)+1}{j+1}f(j) = \frac{(j+2)(j+1)}{j+1} = j+2 . This is our assumed expression for j + 1 j+1 , which proves the inductive step.

And so we conclude that f ( n ) = n + 1 f(n) = n+1 for all n N n \in \mathbb{N} . This means that f ( 2017 ) = 2018 f(2017) = 2018 , and that 2017 \boxed{2017} is our answer.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...