Ask HN: What are big ideas in math?
I was wondering, what are those big ideas? For me good examples are differentiation (for optimizing), integration (for aggregating), dimensionally reduction (for finding hidden structure). I could use them like simple functions in a whole range of interesting problems. What are big ideas for you?
To be clear, the idea is not to avoid low level calculation, but to familiarize with high level concepts. Analogy from programming: of course it’s good to know assembler and low level details of concurrency primitives, but you won’t use it too much in daily problem solving, you will build upon existing libraries and frameworks. I want to get sort of hierarchy of mathematical concepts and taught myself broadly of what can I do with them. Sort of top down approach.