Function
[!note] Definition Given sets and , a function from to is a subset of which contains exactly one ordered pair for each
[!tip] Mappings Injective: one to one Surjective: onto OR correspondence Bijective: Injective + Surjective
[!question] Function Composition 定义: 如果有两个函数 和 ,它们的复合函数记作 ,是从 到 的一个新函数 。 If and are injective, then function composition is also injective. If and are surjective, then function composition is also surjective.
Inverse Functions
a) Identity Function
Definition: For any set , its identity function (or ) is a function from to , defined as . It’s a “do-nothing” function: what you put in is what you get out.
b) Definition of an Inverse Function
Definition: The inverse of a function (if it exists) is a function that satisfies the following two conditions:
- (i.e., for all ).
- (i.e., for all ).
Notation: The inverse of is usually denoted as . Tips: The inverse function is bijective.
c) Condition for the Existence of an Inverse
Most Important Conclusion: A function has an inverse if and only if is ==bijective== (one-to-one and onto).