When you multiply two numbers inside a logarithm, you can split it into a sum: .
For example, . And indeed, .
This property turns multiplication into addition, which makes calculations easier. You'll use this when analyzing nested loops or recursive algorithms that split problems into multiple parts.