Earlier quoted context omitted.
The symbols we use to represent math are arbitrary but that doesn't mean the rules behind them are. Many concepts in math are fundamental truths.
There are an infinite number of fundamental logical truths out there, but we arbitrarily picked useful ones to make a system of math.
0^0
191–200 of 256 posts
Re: 0^0
#192Earlier quoted context omitted.
It's a definition of what "2" means.
I was always under the impression that 2 is shorthand for s(s(0)).
Re: 0^0
#193It's very important to note here that 0^0=1 is a shorthand and not a truth . Mathematicians are absolutely not stating that they have proven, or that it is true, that 0^0=1. It is a definition, not a claim of equality. They're not saying "0^0 is 1" in the sense that they say "1+1 is 2" or "0.999... is 1". They're saying "we define 0^0 to be 1". The difference is more than just pedantry, it strikes at the core of why…
In a certain sense, "1+1 is 2" is also merely a definition, in the same sense that "0^0 is 1" is a definition. Addition can be formally defined in mathematics; we habitually omit this definition because it is tedious, and because addition is such an intuitive operation that we do not require a definition in order to reason about it. Much as the question "what if the parallel axiom didn't hold?" leads to alternative g…
Conceptually this reflects the fact that knowing what 2 means is different from knowing what 1 means and what addition means. In principle a computer can correctly recognize 2 apples as being 2 apples without knowing anything about addition and without being able to recognize 1 apple.
Re: 0^0
#194This is ridiculous. Doesn't this seem counter-intuitive for it to be anything else besides 0 or undefined?
If we don't have a specific mathematical context, then saying it's undefined is intuitive to me. Without context, 0 is no more intuitive to me than 1. These two statements are equally intuitive to me, but they give different results for 0^0: "Zero raised to any power is still just zero." "Any number raised to the zeroth power is one."
Re: 0^0
#195Re: 0^0
#196Re: 0^0
#197Earlier quoted context omitted.
I was always under the impression that 2 is shorthand for s(s(0)).
It depends on where you are coming from. If your context are ordinal numbers then you are right and a typical definition of 0 is {} and of s(x) is x∪{x}. But if you working with finite fields for example then you only have an addition operation. "Successor" does not make much sense there, since 1+1+…+1=0 for the right amount of additions (you are calculating modulo a prime). Since 0+1:=1 is trivial you usually start…
Re: 0^0
#198Earlier quoted context omitted.
In a certain sense, "1+1 is 2" is also merely a definition, in the same sense that "0^0 is 1" is a definition. Addition can be formally defined in mathematics; we habitually omit this definition because it is tedious, and because addition is such an intuitive operation that we do not require a definition in order to reason about it. Much as the question "what if the parallel axiom didn't hold?" leads to alternative g…
This is simply wrong. 1+1=2 is the same kind of statement as 2^1=2 - it follows from the definition of the operation and from a general rule (it would be absurd here to say that 2^1 is the definition of 2, or that 2^1=2 is part of the definition of ^). 0^0 is just a meaningless symbol unless given explicit definition. There is no popular set of axioms where 1+1=2 is taken as an axiom - it is always proven. The symbol…
Re: 0^0
#199Earlier quoted context omitted.
> "x * f(x) = x cannot be equivalent to f(x) = x/x" Sure it's equivalent, over a domain not including x=0. This does not break algebra any more than, say, restricting the domain of the square root (when working in the reals) to non-negative numbers. We work in restricted domains in mathematics all the time. > " f'(x) = 2x/x" f'(x) = lim (h->0) [2(x+h)-2x]/h. Since h is approaching (and therefore not equal to) zero, t…
> This does not break algebra any more than, say, restricting the domain of the square root (when working in the reals) to non-negative numbers. Sure it does, because if that is the case, you restrict your domain when you divide by a variable expression. If you divide both sides by x-1, then you effectively rule out 1 from the domain. That's the problem. Now this is not the same as 0/0. The point is that 0/0 is only…
That's the problem that a mathematician must handle. The solution to the equation
x * f(x) = x
is very simple: x is either 0 or such that f(x) = 1.Re: 0^0
#200Earlier quoted context omitted.
In a certain sense, "1+1 is 2" is also merely a definition, in the same sense that "0^0 is 1" is a definition. Addition can be formally defined in mathematics; we habitually omit this definition because it is tedious, and because addition is such an intuitive operation that we do not require a definition in order to reason about it. Much as the question "what if the parallel axiom didn't hold?" leads to alternative g…
This is simply wrong. 1+1=2 is the same kind of statement as 2^1=2 - it follows from the definition of the operation and from a general rule (it would be absurd here to say that 2^1 is the definition of 2, or that 2^1=2 is part of the definition of ^). 0^0 is just a meaningless symbol unless given explicit definition. There is no popular set of axioms where 1+1=2 is taken as an axiom - it is always proven. The symbol…
The ^ operator is defined as:
0^0 = 1
x^y = exp(ylog(x)) if x != 0
0^y = 0 if y != 0
Or similarly set theoretically.