0

I have a simple question, is $n^{n\cdot n}=(n^n)^n$? I believe it does, because, for example $(n^2)^2 = n^{2\cdot 2}$. Also $1^1 = 1\cdot1, 2^2 = 2\cdot2, 3^3 = 3\cdot3, 4^4 = 4\cdot 4$, so I suppose $n^n = n\cdot n$, am i right?

Larry
  • 5,090
we_mor
  • 103
  • 1

1 Answers1

1

A law of exponents says that $$ (a^b)^c = a^{bc}. $$ In other words, iterated exponents multiply. Now let $a=b=c=n$ to get $(n^n)^n=n^{n^2}$. Your final claim of $n^n = n^2$ is wrong (let $n=3$) and doesn't follow from the previous (correct) fact.

Randall
  • 18,542
  • 2
  • 24
  • 47
  • Do you think it's required to state that the objects under exponentiation must adhere to associativity and commutativity for this result to be upheld? The OP has not specified what time of numbers is being used here... although it's a very safe assumption to say it's the set of Natural Numbers under addition/multiplication. –  Jan 20 '19 at 05:25
  • I think for OP it’s safe to assume something reasonable like natural numbers, yes. Anything more abstract could be more confusing. – Randall Jan 20 '19 at 05:34
  • Yes, agreed. It's interesting that these properties are taught as being 'Natural' and universal and then with Linear Algebra they are challenged and brought back to the beginning. –  Jan 20 '19 at 05:38