Welcome! Log In Create A New Profile

Advanced

Assignment 1 Question 4

Posted by stevenv 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Assignment 1 Question 4
March 30, 2006 07:14PM
The assignment has come and gone but is there anybody who can explain using the induction principle formulated in question 4 to prove n! > 2^n for all integers n >= 4. I'd like to know if I was on the right track when answering the question.

steven
Re: Assignment 1 Question 4
May 01, 2006 09:58AM
Here is what I did hope it comes out on the forums nicely:

i) P is the smallest subset of ℤ such that:
• 4 ∈ P and
• if k ∈ P then (k+1)∈P

ii) Induction principle
If subset A of P contains the element 4 and is such that if it contains the element (k+1)
whenever it contains the element k, then this subset equals P
iii)

Step one: A = {n∈P | if n≥4 then n! > 2^n}

Step two: check if 4∈A
4! > 2^4
24 > 16 which is true so 4∈A

Step three assume k∈A thus k! > 2^k
check if (k+1)∈A
(k+1)! = (k+1)k!
(k+1)! > (k+1)2^k --------from the assumption k! > 2^k
(k+1)! > 2 . 2^k -----------since (k+1) > 2 whenever k ≥4
(k+1)! > 2^(k+1)

hence A = P and the statement (n! > 2^n ) is true for every element in P
Sorry, only registered users may post in this forum.

Click here to login