Example 8 Given that f(x) is a monotonically decreasing function. The range is [−1,1], f(21)=1, and it satisfies f(xy)=f(x)+f(y). (1) Prove that 41 is not in the domain; (2) Solve the inequality f−1(x)⋅f−1(1−x1)⩽21.
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
(1) Proof by contradiction. If 41 is in the domain of f(x). Then f(41)=f(21×21)=f(21)+f(21)=2
This contradicts the range of f(x) being [−1,1]. Therefore, 41 is not in the domain. (2) In f(xy)=f(x)+f(y), let x=f−1(u),y=f−1(v), we get f[f−1(u)⋅f−1(v)]=u+v, that is f−1(u)⋅f−1(v)=f−1(u+v)
Also, f−1(1)=21, so the given inequality becomes f−1(x+1−x1)⩽f−1(1)
Since f(x) is a decreasing function, f−1(u) is also decreasing on [−1,1]. The given inequality is equivalent to ⎩⎨⎧x+1−x1⩾1−1⩽x⩽1−1⩽1−x1⩽1, solving gives x=0.
Therefore, the solution set of the given inequality is {0}.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.