A lot of us get up and work from 9-5 because it is universally accepted to be a part of society without question of it. — flame2
We engage in religious activities without second thought of whether this is actually true or not. — flame2
11P.M + 5 hours = 4A.M. Aha. In this case the math works like this;
11+5 = 4... A.M. Because we are referring to the clock now. — flame2
I never understood to this day why anything to the ^0 power is equal to 1 because anything to the power is multiplying by itself. — flame2
Let be a sequence of numbers, and let be the product of the first elements of the sequence.
Then for all
Provided that we use the following convention and .
This choice is unique.
— Wikipedia on nullary arithmetic product
// function implementation to raise a to power n function raise_to_power(a, n) { // initialized to the only legitimate value possible accumulator = 1 for k = 1 to n { accumulator = accumulator * a } return accumulator }
I never understood to this day why
anything to the ^0 power is equal to 1 — flame2
... -3 -2 -1 0 1 2 3 4 ... ... 1/8 1/4 1/2 ? 2 4 8 16 ...
If 2 has the exponent 0, the answer can be 2 or 0 — Gregory
And I know mathematicians can hate philosophers :) — Gregory
Indeed, mathematics is 75% invented, 25% discovered — Gregory
x^y may be defined as the number of functions from y into x. — GrandMinnow
What do you mean by that? — SophistiCat
If physically 2 feet can somehow by the laws of physics (even if in another dimension) equal 3 feet, than physics has prove that you can do whatever you like with numbers. 2=3 — Gregory
I appreciate this. In my opinion, though, a number is an idea that is rubbery. You can say 9 is the same as 2 in my mind. Maybe we need to just step back and accept that others have their own truth — Gregory
2^0 = 1
The number of functions from 0 into 2 is 1. — GrandMinnow
x^y = the cardinality of {f | f is a function & domain(f) = y & range(f) is a subset of x}. — GrandMinnow
the number of functions from 2 into 2 is 1 — SophistiCat
What good is that? You couldn't count beans with it. So, I'll grant you that 2 = 9. Now what? — fishfry
The number of functions from 2 into 2 is 4. — GrandMinnow
four functions — SophistiCat
set-theoretical representatives of the natural numbers — Nagase
This wasn't very helpful. — SophistiCat
you still have one number (in this case, one set) in the domain and one number (one set) in the codomain — SophistiCat
Get involved in philosophical discussions about knowledge, truth, language, consciousness, science, politics, religion, logic and mathematics, art, history, and lots more. No ads, no clutter, and very little agreement — just fascinating conversations.