3

I am taking an introductory course in real analysis. It is very different from most math courses I have taken prior.

So far, everything presented has made intuitive sense to me. But, when it comes time to produce a water-tight proof, my issue is converting intuition into mathematics. I am never sure when a sentence explaining my reasoning could be replaced with mathematics to provide a more rigorous argument.

For example!

Suppose I have a sequence $\{a_{n}\}_{n=1}^{\infty}$ such that $a_{1}=1$ and $a_{n+1}=\frac{1}{6}(a_{n}+2)$.

I'm interested in showing that it has a limit. So, I set off to show that it is monotone and bounded. I've shown that it is monotone decreasing and am confident with how I've done that, so will spare the details. But now, I wish to say something like:

Observe that for all $n\geq1$, $a_{n}>0$. As $\{a_{n}\}$ is monotone decreasing, and bounded below by zero, it must converge.

I'm not convinced this is the best way to say what I want to say. I feel like I'm skipping steps (feels hand-wavey to me).

I've been in this situation a few times so far this semester and thought I'd post to get some insight on turning my intuition into mathematics, in this particular instance and if possible also in general - this is the trouble I'm having. I do not want a full solution to the example above, but I would appreciate the insight mentioned.

Thank you for your time!

Old mate
  • 694
  • Sometimes intuition just comes with practice. Years of it. Your argument is sound, a monotone function that is bounded is indeed convergent. If if makes you feel better you can state that this is true by the "monotone convergence theorem". Often on graduate level exams, you are allowed to use theorems without proof in proving other things if you can at least name the theorem. – amcalde Apr 05 '16 at 12:34
  • Here is an example of a very elegant proof that uses MCT without even stating it. By the rep the answer has, you can tell that most mathematicians can appreciate it.

    http://math.stackexchange.com/questions/29450/self-contained-proof-that-sum-limits-n-1-infty-frac1np-converges-for/29466#29466

    – amcalde Apr 05 '16 at 12:42
  • Nice. Thanks for the link @amcalde. I'll have a go at finishing this question. Then I'll do another one! :p – Old mate Apr 05 '16 at 12:47
  • This "I feel like I'm skipping steps" deserves more explanation. Can you elaborate ? –  Apr 05 '16 at 13:09
  • Sorry. What I was trying to get across was: This is my intuition, and here I am writing it down. I'm sure there is a mathematical way to establish this / prove this sentence that I'm writing down. For the life of me though I just don't see how to write it down mathematically. I think @johnnycrab hit the nail on the head below with his answer. Once I've become comfortable and familiar with the definitions I'm sure it'll happen more naturally. This type of maths is sort of new to me, and after some practice I'll probably look back on this question and deem it premature. Thanks for the comment! – Old mate Apr 05 '16 at 13:16

1 Answers1

2

Some personal thoughts for the "in general" part:

You are of course not alone with this problem. Many of my fellow students, including myself, had problems in the beginning with turning intuition into a good proof.
Personally, what really helped me when I started, was to always ask myself:

"What am I really trying to prove. What is the definition of what I am trying to prove.", and then trying to directly solve my problem by sticking strictly to the definitions (for example when trying to prove a series is convergent: $\forall \epsilon \ \exists N \dots$ – working my way through quantifiers) and/or swinging from already proved theorems to lemmas to corollaries etc. until I arrive at the definitions.

This is also something our professors/tutors always told us in the first semester: If you can visualise something (which is still very possible in first semester calculus), always adjust your intuition to the definitions. Ask yourself what you are trying to prove [as esoterically as it may sound] and stick to the definitions!
...and of course practice makes everything easier with time.

johnnycrab
  • 1,952
  • 12
  • 14
  • Sound advice. Thanks for your answer. I'll try fit my intuition into the confines of the definitions until I'm familiar with them. It's been a pretty substantial information dump, so once I'm comfortable with all the definitions I'm sure that'll help too. Once again, thanks. – Old mate Apr 05 '16 at 13:08