Wanna be sure this is fully correct:
So i want to add restrictions to this list of exponent laws. The code i will post now is my attempt at writing their restrictions and the laws i want to write restrictions on. SO, please let me know if my attempt is correct and if it's not i would like to see how to write them correctly.
$\mathbf{For}$ $\mathbf{all}$ $b,c\in\mathbb{R}$ $\mathbf{and}$ $\mathbf{for}$ $\mathbf{all}$ $\{a, d,d' \in \mathbb{R} | d,d'> 0\}$ $$d^b\cdot d^c=d^{b+c}$$ $$(d^b)^c=d^{bc}$$ $$(d \cdot d')^c=d^cd'^c$$ $$\left(\frac{d'}{d}\right)^b=\frac{d'^b}{d^b}$$ $$\frac{d^b}{d^c}=d^{b-c}$$ $$d^{-c}=\frac{1}{d^c}$$ $$a^{\frac{b}{d}}=\sqrt[d]{a^b}$$ $$\sqrt[d]{ab}=\sqrt[d]{a}\sqrt[d]{b},\quad\text{where} \textbf{ both } a\text{ and } b\text{ are non-negative}$$ $$\sqrt[d]{\frac{a}{b}}=\frac{\sqrt[d]{a}}{\sqrt[d]{b}},\quad\text{where} \textbf{ both } a\text{ and } b \text{ are non-negative and } b\neq 0$$ $$\sqrt[d]{\sqrt[d']{a}}=\sqrt[dd']{a}$$