An injective function, or one-to-one function, is a type of function where each element of the function's domain maps to a unique element in the codomain. This means that no two different inputs can produce the same output.
- For a function to be injective: if \( f(x_1) = f(x_2) \), then \( x_1 = x_2 \).
- In simpler terms, each input should map to exactly one output without any duplication of values.
When a function is injective, it becomes possible to define an inverse. This is because an inverse function will map each element of the function's codomain back to a single element in the domain.
Since the given function, \( f(x) = \frac{1}{x^2} + 4 \), is not injective—different inputs can give the same output—it cannot have an inverse that is also a function.