fix bad shit

This commit is contained in:
Christoph J. Scherr 2024-09-23 20:19:51 +02:00
parent 36cc8ebd4e
commit 555b9a0fcd
2 changed files with 11 additions and 1 deletions

Binary file not shown.

View File

@ -17,7 +17,17 @@ $
#text("z.z.") &|d(x_1,x_2) - d(x_2,x_3)| <= d(x_1,x_3) \
d(x_1,x_3) <= &|d(x_1,x_2) + d(x_2,x_3)| \
<=> 0 <= &|d(x_1,x_2) + d(x_2,x_3)| - d(x_1,x_3) \
?????????????????&???????????????
"Metrik Axiome:"\
upright(I): d(x,y) &= <=> x=y \
"II": d(x,y) &= d(y,x) \
"III": d(x,y) &<= d(x,z) + d(z,y) \
\
&|d(x_1,x_2) - d(x_2,x_3)| <= d(x_1,x_3) \
<=> &|d(x_1,x_2) - d(x_2,x_3)| <= d(x_1,x_3) + d(x_2,x_3) - d(x_2,x_3) \
<=> &|d(x_1,x_2) - d(x_2,x_3)| <= d(x_1,x_3) + d(x_3,x_2) - d(x_2,x_3) \
&"Magic removes the betragsstrich" \
<=> &d(x_1,x_2) - d(x_2,x_3) <= d(x_1,x_3) + d(x_3,x_2) - d(x_2,x_3) \
<=> &d(x_1,x_2) <= d(x_1,x_3) + d(x_3,x_2) <=> "Axiom III" qed \
$
#pagebreak()