Hacker News new | ask | show | jobs
by timeagain 949 days ago
I love Taos writing and I love a good mental model for abstract math, but he somehow seemed to make inequalities more complicated for me. I think based on talks with others that I have a great ability to imagine 2d and 3d spaces. Did this example help you?
2 comments

I didn't find these examples particularly illuminating, and I'm also a geometry-forward thinker.

Systems of linear inequalities became transparent to me when I took a class on optimization and learned linear programming from the perspective of polytope geometry.

The basic concept is that you can define a halfspace by a linear inequality of the a^T x <= b. This means that taking the intersection of multiple halfspaces is the same as having multiple linear inequalities active simultaneously, which could be rewritten in matrix form as A x <= b. The intersection of two convex sets is again convex, and a halfspace is obvious convex, so it's clear that A x <= b is a convex polytope (polygon in 2D, polyhedron in 3D).

Systems of nonlinear inequalities are more complicated but you can sometimes approach them similarly.

This style of thinking is much more approachable for me because I have an easy time playing with these kinds of geometric objects in my head.

I too enjoy reading Tao, but this approach to inequalities did not work for me at all. I am a retired PhD mathematician and I've taught the full gamut of undergraduate math in college. BUT all my life I have struggled with the simplest currency conversion arithmetic when I travel overseas. When I saw Tao's first example I said to myself, if this was how I was introduced to inequalities back in school (long ago) I'd likely have been a history major.