I'm currently taking an online course where the professor has a habit of writing norms like this:
$||a^{[l](C)} - a^{[l](G)} ||^2$
Since I don't have a great amount of experience in math or the concepts of deep learning, I was often confused whether the 2 simply meant, in conjunction with the double bars, "apply the L2 norm to the terms within, i.e. square each of them and then sum the result" or if the 2 was, itself, a squaring of whatever the double brackets meant on their own.
So I googled for confirmation of the notation and it seems that the 2 is normally written as a subscript, not a superscript. For example you can see the notation in Wikipedia is written this way: https://en.wikipedia.org/wiki/Norm_(mathematics)#Notation
So is the superscript notation wrong? Or is this just one of those unfortunate cases where there is no standard?