Let's evaluate the following proof:
Theorem: Suppose Then
Proof: Suppose Examine 3 cases.
Case 1: Suppose Then which is greater than or equal to .
Case 2: Suppose Then which is greater than or equal to
Case 3: Suppose Then Since
Since both and are greater than we see that so
Hence,
Look at the proof, and choose the correct option.
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.
Here's a much better proof via induction:
CASE I (n = 1): 4 ( 1 2 ) − 1 2 ( 1 ) + 9 = 4 − 1 2 + 9 = 1 ≥ 1 ⇒ T R U E ;
CASE II (n = k, (k > 1)): 4 k 2 − 8 k + 9 ≥ 1 ;
CASE III (n = k+1): ( 4 k 2 − 8 k + 9 ) + ( 8 k − 8 ) ≥ 1 + ( 8 k − 8 ) ;
or ( 4 k 2 + 8 k + 4 ) − ( 1 2 k + 1 2 ) + 9 ≥ 1 + ( 8 k − 8 ) ;
or 4 ( k + 1 ) 2 − 1 2 ( k + 1 ) + 9 ≥ 1 + 8 ( k − 1 ) ≥ 1 ;
or 4 ( k + 1 ) 2 − 1 2 ( k + 1 ) + 9 ≥ 1 ⇒ T R U E .