Strength of languages - midpoints+betweenness vs congrunece+betweenness

60 Views Asked by At

Congrunece relation is a 4-ary relation between points: $\delta(x,y;z,t)$ iff $|xy|=|zt|$.

Betweennes relation is a 3-ary relation between points: $\beta(x,y,z)$ iff $y \in xz$.

Midpoint relation is a 2-ary operation on points: $x \circ y = z$ iff $\beta(x,z,y) \land \delta(x,z;z,y)$.

Is there any general way of defining congruence using only the notions of midpoints and betweenness in any affine space $\mathbb R^n$? Or, perhaps, is there a separate way for any $n$?

2

There are 2 best solutions below

1
On BEST ANSWER

This cannot be done. If we work in $\mathbb R^2$, then the transformation $(x,y) \mapsto (x, 2y)$ preserves betweenness and midpoints. (In general, any affine transformation has this property.) So any property that you can define in terms of midpoints and betweenness will also be preserved by this transformation.

But the transformation $(x,y) \mapsto (x,2y)$ does not preserve congruence: the segment from $(0,0)$ to $(1,0)$ is congruent to the segment from $(0,0)$ to $(0,1)$, but after the transformation this is no longer the case.

In general, betweenness, midpoints, and other properties such as:

  • collinearity of points,
  • concurrence of lines,
  • parallel lines,
  • ratios of lengths along parallel lines,
  • ratios of areas,

are properties of affine spaces: they are preserved by affine transformations. Lengths of line segments, and comparisons between lengths of non-parallel line segments, are not preserved in this way; they are outside the realm of affine geometry. (The same is true for circles, angles, and other more complicated objects.)

2
On

For convenience, define collinearity:$$ \lambda(x,y,z):\Leftrightarrow x=y\lor x=z\lor y=z\lor \beta(x,y,z)\lor \beta(y,z,x)\lor \beta(z,x,y).$$

We can define "congruence with common vertex" $$\delta_0(x,y,z):\Leftrightarrow \delta(x,y,x,z) $$ and "is parallelogram" $$\pi(x,y,z,w):\Leftrightarrow x\circ z=y\circ w$$ and then have $$\delta(x,y,z,w)\iff \exists u\colon \pi(x,u,z,w)\land \delta_0(x,y,u). $$ So it suffices to re-express $\delta_0$. We can try $$ \delta_0(x,y,z)\iff y=z\lor x=y\circ z\lor \|(y,z,x\circ y,x\circ z)$$ where $\|$ expresses parallellity, which can be done via $$ \|(x,y,z,w):\Leftrightarrow \not \exists t\colon \lambda(x,y,t)\land \lambda(z,w,t)$$ provided $x,y,z,w$ are co-planar (i.e., $\|$ actually describes "$xy$ and $zw$ do not intersect"). As the points $y,z,x\circ y,x\circ z$ are automatically co-planar, this is good enough for our purpose.


In the one-dimensional case, we have immediately $$\delta(x,y,z,w)\iff x\circ z=y\circ w\lor x\circ w=y\circ z. $$