
Originally Posted by
Deveno
basically a strong inductive proof will run as follows:
base case: handled by ProveIt in post #2.
assume that for 1 < k < n odd numbers, their product is odd.
suppose we have n odd numbers {a1,...,an}. without loss of generality, assume the last number is an = 2t + 1, for some natural number t.
since a1a2...an-1 is a (n-1)-fold product of odd numbers, and n-1 < n,
by our inductive hypothesis, this number is odd, so a1a2...an-1 = 2u + 1, for some natural number u.
therefore a1a2....an = (a1a2...an-1)(an) = (2u + 1)(2t + 1),
which is odd by our base case.