some typos

This commit is contained in:
Fang Liu
2025-08-29 13:52:29 +08:00
parent 7c869a83ce
commit bf2d5f6c76
2 changed files with 2 additions and 2 deletions

View File

@@ -380,7 +380,7 @@ this by the inverse property. Whereas, by expressing $a=b^{\log_b(a)}$ we have:
$$
a^{(\log_b(x)/\log_b(b))} = (b^{\log_b(a)})^{(\log_b(x)/\log_b(a))} =
a^{(\log_b(x)/\log_b(a))} = (b^{\log_b(a)})^{(\log_b(x)/\log_b(a))} =
b^{\log_b(a) \cdot \log_b(x)/\log_b(a) } = b^{\log_b(x)} = x.
$$