Mathematics I / Functions as Mappings
Practice question · Put in order

Order the steps of a proof that f(n) = 3n - 2 is injective.

Hints
  1. Injectivity proofs start by assuming two outputs agree.
  2. The goal is to force the inputs to be equal.
Show the answer
  1. Suppose f(a) = f(b) for some integers a and b
  2. Then 3a - 2 = 3b - 2
  3. Add 2 to both sides: 3a = 3b
  4. Divide by 3: a = b
  5. Since equal outputs force equal inputs, f is injective
Why

The standard template: assume f(a) = f(b), unwind the rule algebraically, and conclude a = b. Reaching a = b is exactly the definition of injective, so the proof ends there.

Read the lesson: Functions as Mappings →

Practise Functions as Mappings

The app has 5 more questions on this lesson, and keeps your place in the course. Mathematics I is free to start.

More questions on Functions as Mappings