5 questions to test your understanding
Given f: A → B defined by f(a) = a + 1 and g: B → C defined by g(b) = b², what is (g ∘ f)(3)?
Suppose g ∘ f is an injective (one-to-one) function. What can we conclude?
The composition of two bijections is always a bijection.
Function composition is commutative: for any functions f and g with compatible domains, f ∘ g typically equals g ∘ f.
Why does the notation g ∘ f indicate that f is applied first, and why does this right-to-left order matter?