0

In one dimension, we can represent a point as the solution set of a single algebraic equation.

In two dimensions, we can represent a line through a single equation, and points as the common solution set of certain lines.

In three dimensions, we can represent plane as a single equaiton, lines as common solutions of planes, and points as intersection of three planes.

It seems so in n dimensions, we can not represent an n-2 dimensional object (and even anything lower than that) with a single equation. Why is that?


Mildly related

1 Answers1

1

A single equation $$|x+3|+|5-y|+|z-1|=0$$ represents a $0$-dimensional point $(-3, 5, 1)$ in $\mathbb R^3.$

CiaPan
  • 13,049
  • $n$ will be at least four. – Bob Dobbs Mar 27 '24 at 07:51
  • @BobDobbs How does it matter? The solution of my equation is three dimensions 'smaller' than the space in which I define it. What is so special in $n$ being 'at least four' which can't be handled the same way? – CiaPan Mar 27 '24 at 08:38
  • Oh. Sorry. I misunderstood the question first. Then somehow I thought it is about $n\geq4$. @CiaPan – Bob Dobbs Mar 27 '24 at 08:58