Is n(0) Always Equal to 0? A Debate on Friend's Creative Proof

  • Thread starter Nano-Passion
  • Start date
  • Tags
    Proof
In summary, my friend had an odd yet creative "proof" that n(0) = 0. I was arguing that it wasn't conclusive but I wanted to make sure because I'm starting to think otherwise. But then again I'm a newcomer to proofs so take my words with a grain of salt. His proof uses the distributive property of a field to prove that n*0 = 0. I believe his logic is inconsistent, but I'm not sure how to prove it.
  • #36
This is a disappointment, I guess I got to be more careful with my mathematical assumptions. It wouldn't make sense to define multiplication as repeated addition because it doesn't work for irrational number. It doesn't make that much sense to add the number an irrational amount of times.

Is there hope for my 'proof' to least work for strictly integers?
 
Physics news on Phys.org
  • #37
Nano-Passion said:
Is there hope for my 'proof' to least work for strictly integers?
Not in its current form, because of how you're "extrapolating" a property of 1,2,3,4 to 0. One idea that could work is to define nx=x+...+x (with n terms in the sum) and (-n)x=-(nx) for n=1,2,3,..., and then prove that if we don't define 0x=0, then it's impossible to get simple rules like (n+m)x=nx+mx to hold for all integers n,m.

However, I think this would be a weird way to do things. We would essentially be leaving 0x undefined only so that it will be one of the things left to prove. If we define nx for all integers n≠0, we might as well just define it for n=0 as well, and then prove that those simple rules are satisfied.
 
  • #38
Nano-Passion said:
Is there hope for my 'proof' to least work for strictly integers?

Before I answer this question I am going to give you some advice: I would give up on trying to make your proof work out for now. We all get attached to certain ideas, especially when we think that our ideas provide a novel or simple way at looking at things. Sometimes, our ideas just don't work out. No matter how clever our idea might have seemed, sometimes it just can't do the job. In these cases, you just need to let it go and move on. In this instance, I think you should just learn the proof that Fredrik posted and move on.

That said, there is a way to make the idea in your 'proof' correct in [itex]\mathbb{N}[/itex]. We could do it by defining [itex]\Sigma[/itex] recursively as follows:
[tex]\sum_{i=1}^0 k = 0[/tex]
[tex]\sum_{i=1}^n k = k + \sum_{i=1}^{n-1} k[/tex]
where [itex]n \in \mathbb{N}[/itex]. Then we define the multiplication operation [itex]\cdot:\mathbb{N} \times \mathbb{N} \to \mathbb{N}[/itex] as follows:
[tex]\cdot(n,m) = \sum_{i=1}^n m[/tex]
Then we can prove that [itex]\cdot(n,0) = 0[/itex] by induction and the equality [itex]\cdot(0,m) = 0[/itex] follows by the definition of the empty sum. I might be missing some details, but this is essentially the idea.

It is worth noting however, that if we utilize this definition of multiplication that we know almost nothing about the multiplication operation. In fact, we have not shown that this multiplication operation is associative, commutative, distributes over addition, has 1 as a multiplicative identity, etc. So, do you see why this method of proof is far from ideal?
 
Last edited:
  • #39
Okay, thanks Fredrik and jgens for your patience. That helped, I'll post some other proofs here later on :smile: . I understand now that in mathematics things need to be more defined and structured.
 

Similar threads

  • Linear and Abstract Algebra
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
537
Replies
55
Views
3K
  • Linear and Abstract Algebra
Replies
4
Views
5K
Replies
3
Views
2K
Replies
3
Views
1K
Replies
7
Views
1K
Replies
7
Views
1K
  • Linear and Abstract Algebra
Replies
21
Views
8K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top