The Need to Grind Concrete Examples Before Jumping Up a Level of Abstraction
Engaging with concrete examples is essential for understanding abstract mathematical concepts, as it fosters deeper comprehension and intuition, preventing superficial learning and misconceptions in education.
Read original articleThe article by Justin Skycak emphasizes the importance of engaging with concrete examples in mathematics before attempting to understand abstract concepts. Skycak argues that jumping straight to abstract ideas is akin to a child reading quotes about life without having real-life experiences; it leads to a superficial understanding. He suggests that true comprehension in math comes from accumulating a variety of concrete examples, which provide the necessary intuition and depth. Without this foundational experience, learners risk missing the true power and purpose of abstract ideas, which are meant to encapsulate a wide range of concrete instances. The author encourages a hands-on approach to math, advocating for the necessity of grappling with practical problems to develop a deeper understanding.
- Engaging with concrete examples is crucial for understanding abstract mathematical concepts.
- Superficial learning can lead to misconceptions and a lack of depth in understanding.
- Real-life experiences enhance comprehension, similar to how life experiences deepen understanding of quotes.
- A hands-on approach in math education is essential for developing intuition and insight.
Related
The Centrality of Stupidity in Mathematics
Feeling "stupid" is a normal part of learning mathematics, as confusion often precedes significant cognitive leaps, leading to moments of clarity that educators should help students navigate.
Arithmetic is an underrated world-modeling technology
Arithmetic is a vital world-modeling technology that enhances understanding across domains, promotes accuracy through unit maintenance, and fosters informed decision-making, highlighting the need for improved educational approaches.
Mathematical Thinking Isn't What You Think It Is
David Bessis argues that mathematical thinking is accessible to all and enhances personal development. His book emphasizes intuition's role in mathematics, advocating for its integration into education for personal growth.
Everyone is capable of, and can benefit from, mathematical thinking
David Bessis argues that mathematical thinking is accessible to all, emphasizing the importance of intuition alongside logic. His book promotes personal growth through improved mathematical skills and creative problem-solving.
How to Study Mathematics
Lawrence Neff Stout's essay outlines strategies for studying college mathematics, emphasizing theoretical understanding, the importance of definitions and theorems, and the need for holistic comprehension through connections and outlines.
I feel that's more a lesson for a lot of math teachers to understand. I remember some frustrating linear algebra, calculus and computational complexity courses where the lector basically threw some formulas onto the blackboard, went line-by-line through a formal proof of their correctness and then called it a day. Giving actual examples of the application of the formula was an afterthought left to the student aides. Giving examples that could explain the derivation of the formula was not even considered as an idea.
It always reminded me of someone teaching an "introduction to vi" course but then just scrolling through vi's source code without any further explanation - and in the end expecting the students to be able to fluently use vi.
A common sign of prematurely deduplicated code is a common function with lots of boolean flags and other knobs to tweak its behaviour for every use case added after it was written.
One issue I have with math problems is that sometimes I wish I could immediately go down one level of abstraction and see something like a physics or programming problem that applies that specific or related problem I'm working on. I haven't found a resource like this yet.
[0]: https://byorgey.wordpress.com/2009/01/12/abstraction-intuiti...
[0] https://news.stanford.edu/stories/2019/09/embrace-struggle-e...
Don't underestimate the value of time spent grinding the low levels for code that is fundamentally important to what you are doing. You come away with a much stronger understanding than if you just hack a solution, cargo culting some existing code and just shipping it.
As noted by others this preference influences how one learns code effectively too. It's a pretty basic trait.
The author's stated preference is most common but it is not the only one.
That said, in sloppy engineering we often see the reverse. 'Here's a meta-model I cooked up overnight. Now if you spend the next 3 years gathering all the domain knowledge and expressing it in my nifty notation, you can have the outline of a potential candidate for your question. I'll write up a journal paper tomorrow about how I solved your problem'. There was a lot of that around when I was in academia.
Don't know how I finished my CS degree, because most of the theory I just understood years after leaving university and doing some hands on work...
Related
The Centrality of Stupidity in Mathematics
Feeling "stupid" is a normal part of learning mathematics, as confusion often precedes significant cognitive leaps, leading to moments of clarity that educators should help students navigate.
Arithmetic is an underrated world-modeling technology
Arithmetic is a vital world-modeling technology that enhances understanding across domains, promotes accuracy through unit maintenance, and fosters informed decision-making, highlighting the need for improved educational approaches.
Mathematical Thinking Isn't What You Think It Is
David Bessis argues that mathematical thinking is accessible to all and enhances personal development. His book emphasizes intuition's role in mathematics, advocating for its integration into education for personal growth.
Everyone is capable of, and can benefit from, mathematical thinking
David Bessis argues that mathematical thinking is accessible to all, emphasizing the importance of intuition alongside logic. His book promotes personal growth through improved mathematical skills and creative problem-solving.
How to Study Mathematics
Lawrence Neff Stout's essay outlines strategies for studying college mathematics, emphasizing theoretical understanding, the importance of definitions and theorems, and the need for holistic comprehension through connections and outlines.