This question has already been asked but no one answered so:
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.
For all $\mathbf{b,c\in\mathbb{R}}$ and for 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 } \text{a and b are non-negative}$$ $$\sqrt[d]{\frac{a}{b}}=\frac{\sqrt[d]{a}}{\sqrt[d]{b}},\quad\text{where} \textbf{ both } \text{a and b are non-negative}$$ $$\sqrt[d]{\sqrt[d']{a}}=\sqrt[dd']{a}$$
(Which is now edited in the question)
– Al3dium GD Oct 04 '20 at 20:15