In C++, we can reverse engineer and performance binary analysis to know exactly what a piece of binary will do, even without seeing the original source code. In math, can this be done?
Basically, can math be reverse engineered so one could, say, find the end and reach the start?
Like in computer programming, we can look at something like:
if(X == Y) - > MOV DX, X - > 0001 1001 0110 0011 - > connect latch A to register X
See? Even without seeing representative little zeroes and ones, we can still track back to what computer code is doing by inspecting a microprocessor's control store/microcode/RTL/etc.
In math, can, instead of learning all the "high" stuff, we learn the end and find the beginning backwards or reverse engineer math and take it on in a totally different approach?
this is more of a comment than an answer but i have a lot to say.
there are people who believe in a new wave of math education, where we could teach "higher" math (meaning calc, maybe basic linear algebra and differential equations) to students as early as elementary school or middle school.
people in support of this argue that schools (at least in the US) spend FAR too much time focusing on the basics, such as calculation, and not enough time on the actual mathematics. this new instruction would sort of "admit" that we can let computers do the computing, and use this to understand more complicated subjects.
the reality is that we already do this in most sciences. in physics these days, at least in my experience, it is growing less and less common to do difficult integrals "by hand" when it saves so much time to use a program like mathematica. the argument is that, once we know how to do a calculation, there isn't a ton of reason to spend hours and hours of busy work.
personally, i believe that the answer is not one sided. of course students need to learn the basics in order to fully understand higher topics. that said, as a product of the US public school system, i also understand how much time is wasted on, for example, calculating the derivative of 50 polynomials on a page.
i think that, to some extent, lots of higher COULD be taught to younger students. i don't think abstract algebra and real analysis are really as hard as most people think they are, in the sense that we could teach them, partially, as long as we let go of the rigorous understanding of them until those students are older.