Direct Proof Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Prove directly: for all real xx, (xโˆ’1)(x+1)=x2โˆ’1(x-1)(x+1) = x^2 - 1.

Solution

  1. 1
    Let xx be any real number.
  2. 2
    Expand the left side: (xโˆ’1)(x+1)=xโ‹…x+xโ‹…1+(โˆ’1)โ‹…x+(โˆ’1)โ‹…1(x-1)(x+1) = x \cdot x + x \cdot 1 + (-1) \cdot x + (-1) \cdot 1.
  3. 3
    Simplify: =x2+xโˆ’xโˆ’1=x2โˆ’1= x^2 + x - x - 1 = x^2 - 1.
  4. 4
    The result holds for all xโˆˆRx \in \mathbb{R}. โ–ก\square

Answer

(xโˆ’1)(x+1)=x2โˆ’1โˆ€xโˆˆRโ–ก(x-1)(x+1) = x^2-1 \quad \forall x \in \mathbb{R} \quad \square
A direct algebraic proof expands the expression and simplifies step by step. Each step uses a known algebraic law (distributivity), making the argument airtight.

About Direct Proof

A direct proof establishes a statement Pโ‡’QP \Rightarrow Q by assuming PP is true and using logical steps, definitions, and known theorems to arrive at QQ โ€” the most straightforward proof strategy.

Learn more about Direct Proof โ†’

More Direct Proof Examples