Comprehensive Proofs by Mathematical Induction: Divisibility, Inequalities, and Series

Methodology of Mathematical Induction

Mathematical induction is a rigorous proof technique used to establish the validity of a statement for all natural numbers or a subset of integers starting from a specific base value. The process involves two primary steps:

  • The Basis Step (Base Case): Verify that the statement is true for the smallest value of nn (e.g., n=1n = 1, n=3n = 3, or n=5n = 5 as defined by the domain).
  • The Inductive Step: Assume the statement holds for an arbitrary positive integer n=kn = k. This assumption is known as the Inductive Hypothesis. One must then prove that the statement remains true for n=k+1n = k + 1 based on this assumption.
  • Conclusion: If both steps are satisfied, the principle of mathematical induction guarantees the statement is true for every appropriate integer nn.

Divisibility Proofs for Natural Numbers

Mathematical induction is used to prove that specific algebraic expressions are divisible by certain integers for all nNn \in N.

  • Divisibility of Powers: Prove that 72n7^{2n} is divisible by 55 for all natural numbers nn. (Note: Transcript specifies 72n72^n or 72n7^{2n} as divisible by 55).
  • Sum of Cubic and Linear Terms: Prove that n3+5nn^3 + 5n is divisible by 33 for all nNn \in N.
  • Powers of 7 with Constants: Prove that 72n17^{2n} - 1 is divisible by 4848 for all nNn \in N.
  • Differences of Large Powers: Prove that 43n16n4^{3n} - 16^n is divisible by 2727 for all nNn \in N.
  • Sum of Exponential Terms: Prove that the expression 11n+1+122n+111^{n+1} + 12^{2n+1} is divisible by 133133 for all positive integers nn.
  • Divisibility of Polynomial Binomials: For all nNn \in N, prove that the expression (x+2y)2n(x2y)2n(x + 2y)^{2n} - (x - 2y)^{2n} is divisible by:
    • (i) 4y4y
    • (ii) 2x2x

Inequality Proofs and Range-Specific Induction

Induction can also verify relationship inequalities where one expression remains consistently greater or less than another for a specified range of nn.

  • Linear vs. Exponential Growth: Prove that 5n<2n5n < 2^n for all integers n5n \ge 5 where nNn \in N.
  • Quadratic vs. Linear Growth: For values of n3n \ge 3, prove the inequality n2>3nn^2 > 3n.

Summation Identities via Induction

The principle of mathematical induction is the standard method for proving closed-form solutions for finite series.

  • Sum of an Arithmetico-Geometric Sequence:i=1ni(12)i=2n+22n1\sum_{i=1}^{n} i \left(\frac{1}{2}\right)^i = 2 - \frac{n+2}{2^{n-1}}     (Transcribed as: ()=124(n+4)(12)n() = 12 - 4(n + 4) (\frac{1}{2})^n).

  • Sum of Integer and Power Products:i=1ni2i=2+(n1)2n+1\sum_{i=1}^{n} i \cdot 2^i = 2 + (n - 1)2^{n+1}

  • Sum of Cubed Integers:k=1nk3=n2(n+1)24\sum_{k=1}^n k^3 = \frac{n^2(n + 1)^2}{4}

  • Series Involving Factorials:k=1nk(k+1)!=11(n+1)!\sum_{k=1}^n \frac{k}{(k+1)!} = 1 - \frac{1}{(n + 1)!}

  • Reciprocal Products (Telescoping Series):i=1n1i(i+1)=nn+1\sum_{i=1}^n \frac{1}{i(i + 1)} = \frac{n}{n + 1}

  • Trigonometric Summation (Cosine Series):k=1ncos(kθ)=sin(nθ2)cos((n+1)θ2)sin(θ2)\sum_{k=1}^n \cos(k\theta) = \frac{\sin\left(\frac{n\theta}{2}\right) \cos\left(\frac{(n+1)\theta}{2}\right)}{\sin\left(\frac{\theta}{2}\right)}     This holds true for θ2mπ\theta \neq 2m\pi where mZm \in Z.

Product Identities and Sequences

Induction verifies the conversion of products (represented by the capital pi notation Π\Pi) into rational or factorial expressions.

  • Cosine Scaling Product:k=1ncos(θ2k)=sin(θ)2nsin(θ2n)\prod_{k=1}^n \cos\left(\frac{\theta}{2^k}\right) = \frac{\sin(\theta)}{2^n \sin\left(\frac{\theta}{2^n}\right)}     Condition: sin(θ2n)0\sin\left(\frac{\theta}{2^n}\right) \neq 0.

  • Fractional Product Sequences:

    • j=1n(112j)=(2n1)!!2nn!\prod_{j=1}^n \left(1 - \frac{1}{2j}\right) = \frac{(2n - 1)!!}{2^n n!}
    • k=1n(1+12k)=(2n+1)!!2nn!\prod_{k=1}^n \left(1 + \frac{1}{2k}\right) = \frac{(2n + 1)!!}{2^n n!}
    • k=1n(1+12k+1)=2n(n+1)!(2n+1)!!\prod_{k=1}^n \left(1 + \frac{1}{2k + 1}\right) = \frac{2^n (n + 1)!}{(2n + 1)!!}
  • Factorial Growth Product:i=1n(1+2i)=(n+3)!6n!\prod_{i=1}^n \left(1 + \frac{2}{i}\right) = \frac{(n + 3)!}{6n!}

Advanced Series and Complex Products

  • Rational Function Product:j=1n(1+1j(j+2))=n+22(n+1)\prod_{j=1}^n \left(1 + \frac{1}{j(j + 2)}\right) = \frac{n+2}{2(n+1)}     (Derived from transcript section: (1+113)(1+124)...(1+1n(n+2))=n+22(n+1)(1 + \frac{1}{1\cdot3}) (1 + \frac{1}{2\cdot4}) ... (1 + \frac{1}{n(n+2)}) = \frac{n+2}{2(n+1)}).

Display the solutions