moonbeam said:
The point (1, 1, 1) is not the same as the vector <1, 1, 1>. If the planes only meet at one particular point, then their intersection is just the zero vector. So the intersection of these 3 planes is still just the zero vector. I need the 3 planes to intersect in a line segment, not just one point.
Where is your statement from? I haven't touched mathematics for many years, but I believe your understanding is completely wrong.
A={(x,y,z);x=0}, B={(x,y,z);z=0}, C={(x,y,z);y=1}
A AND B AND C={(0,1,0)} , IS THIS A ZERO VECTOR IN R^3? You may be confused by the point(working as a vector) with the vector with magnitude and direction stuff? That can be called a located vector (by serge lang), which can be taken as an ordered pair of points.In vector space (subspace), points (if you think of it as an element in your R^3) ARE vectors. Also, don't get confused by the vector used in tensor analysis. Vector space is a set. It is easier to use some set language to help your analysis. But vector space can be an element in another set. What really is an element, or a set, or a vector space in your analysis of the problem, is your decision depending on what kind of problems ;and once you decide (e.g. a point is a vector), then the analysis must be consistent. Since all your statements are sets in R^3, then A,B,C ARE SETS including many elements (each element belongs to R^3, and each element can be expressed by an ordered triple or a point with the three coordinates). That's why I write them as written.Noting I embedded a coordinate system to help our analysis. Under such a coordinate system, the problem can be easily described. Now, I only need to find one case that DISobey the corresponding assertion.
A and C make {(x,y,z);x=0,y=1}, B and C make {(x,y,z);z=0,y=1};
(make sure you know what A+B is about according to its definition, also make sure THE ELEMENTS IN A+B IS STILL POINTS OR an ordered triple WITH THREE COORDINATES )
(A+B) and C includes a point
(1,1,1), (this is just an alternative to equation problem, but this can be obtained without resorting to equations, only need to make a big guess as your case is simple). This point will be neither in {(x,y,z);x=0,y=1} nor in {(x,y,z);z=0,y=1} (this is obvious). This compltes your problem