I never want to write another proof again [#68]
I will have to write more, though. Thank you, linear algebra.
I just finished my homework for my linear algebra class. I wish both sides of my professor's pillow are warm tonight. I had to write ten pages of LaTeX for this homework. The homework is due weekly!! The worst part: it's all proofs!!!
This homework is insane. I'm taking four other classes this semester, and the weekly homework for my linear algebra class takes as long as the weekly work of my other four classes combined. That should not be happening! But let me explain why it's happening.
1
For those who don't know, proofs are by far the worst kind of mathematical exercise. You must construct an airtight logical argument for a given statement based on known properties and theorems, which is often infuriatingly hard. Here's one of my proofs:
Did you read it? The correct answer is no, because why would you do that to yourself? Hopefully you're seeing what I've gotten myself into, by virtue of being a math major.
My professor assigns 13-14 exercises from the textbook per homework. Almost every single one is a proof. How do I approach each one?
2
Here's a step-by-step process of how I approach each proof I write:
- Copy-paste a couple of lines into my LaTeX document:
\section{X.X.XX} % exercise number from textbook
\setcounter{equation}{0}
\begin{proof}
\end{proof}
- Take a look at the given statement/theorem, which causes me to react in one of three ways:
- "my dog, who is so dumb that he regularly eats leaves because he likes the crunch, could believe this statement without a proof because it is so mind-bogglingly obvious"
- "HUH????????? HOW on earth do I prove this???"
- "ok this actually seems like a reasonable thing to prove"
- Stare at the nearest wall for around 15 seconds to see if my intuition can come up with anything off the bat.
- Realize I need to actually sketch out a proof in my notebook.
- Start sketching some algebraic manipulations in my notebook for a couple of minutes.
- Get stuck on part of the proof.
- Look back through the textbook, desperate to find any theorems or properties I can use. Become extremely frustrated.
- Consider using a forbidden proof technique!
- Consider checking Instagram and Reddit. Then realize that, unfortunately, procrastination is futile, and that ignoring the proof will not make it disappear from my homework.
- Get back to rereading the textbook, again, for any properties or theorems I may have missed.
- Have a spark of inspiration that allows me to complete the proof. Feel like an absolute genius and briefly consider myself to be the best mathematician that has ever lived.
- Finish sketching out the proof in my notebook.
- Type the whole proof into LaTeX. This can either be short and easy or extremely long and tedious. Here's the portion of my .tex file for the proof I displayed earlier:
- Reread my proof one more time to make sure I did it correctly. I always end up skimming it extremely quickly and being like "yeah, looks good."
- Rejoice!! For I have now completed ~7% of my homework!! Then promptly become very sad because I have another proof to do.
Whenever I complete the homework, I feel three extremely strong, simultaneous emotions:
- "LET'S GO!!!! I'm so cool! I'm the best! I'm done! I'm free!"
- "I need to sleep for twelve hours. I just completed a Herculean effort. Actually it was even harder than a Herculean effort because I bet Hercules never had to write proofs."
- "What is the most effective prank that I can pull on my professor without getting in trouble with the university?"
3
So that was a long rant. I hope it is evident by now that I do not like writing proofs. But there are definitely a few benefits to this class and its accompanying homework:
- I've gotten significantly better at using Vim. Significantly better. I consider myself a relatively new Vim user, but I've already picked up so much muscle memory that makes typing in any coding language (including LaTeX) far, far easier.
- It's probably good if I'm academically challenged in college. I will certainly encounter harder classes as I move through my degree curriculum, and I shouldn't just have easy classes all the time.
- It builds character:
Thanks for reading!