SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

Axiomatic Geometry
Detetesto as vitimas
Quando elas respeitam os seus carrascos.
Jean Paul Sartre

Ruler Axiom

Exists Measure of Distance

  • Axiom: $\forall r \in \mathcal{R}$, exists Bijective Distance Function, $f: r \mapsto \mathbb{R}$: \[ d(A,B)= \left| f_r(B)-f_r(A) \right| \]
  • Definition, $X$ is inbetween $A$ and $B$:
    • $A, B, X \in \mathcal{P}$ colineares.
    • $d(A,X)+d(B,X)=d(A,B)$.
  • Put: $a=f(A)$, $b=f(B)$, $x=f(X)$.
  • $a*x*b \quad\Leftrightarrow\quad a<x<b \vee b<x<a$
  • Teorema: \[ A*X*B \quad\Leftrightarrow\quad a*x*b \]
  • Models and Distance Functions:
    • Cartesian:
      • Points: $\mathbb{R}^2$: $(x,y)$.
      • Lines: $y=ax+b$, $a,b \in \mathbb{R}$.
      • $f_r(x)=\sqrt{1+a^2} x$.
    • Taxist:
      • Points and Lines as in Cartesian.
      • $f_r(x)=(1+|a|) x$.


Main, Fig.tikz.tex:
TiKZ Listing: Fig/Fig.tikz.tex. PDF   PNG   SVG   ZIP*  
\tikzmath{\Size=1.5;};
\tikzmath{\Angle=30;};


\input{Defs.tikz}
\input{1.tikz}

\draw (Text) node [] {$(1)$};

\input{Inc.tikz}


\input{1.tikz}
\input{2.tikz}

\draw (Text) node [] {$(2)$};


\input{Inc.tikz}


\input{1.tikz}
\input{2.tikz}
\input{3.tikz}

\draw (Text) node [] {$(3)$};


\input{Inc.tikz}


\input{1.tikz}
\input{2.tikz}
\input{3.tikz}
\input{4.tikz}

\draw (Text) node [] {$(4)$};
Showing: /usr/local/Slides/2_Palestras/2019/1_TiKZ/05_Axiomatic/03_Ruler/Fig/1.tikz.tex:
TiKZ Listing: /usr/local/Slides/2_Palestras/2019/1_TiKZ/05_Axiomatic/03_Ruler/Fig/1.tikz.tex. PDF   PNG   SVG   ZIP*  
\draw[-Latex]
   ($(A)!\ta!(B)$)
   --
   ($(B)!\ta!(A)$)
   node [right] {$r$};


\draw[dashed,-Latex]
   ($(a)!\ta!(b)$)
   --
   ($(b)!\ta!(a)$)
   node [right] {$\mathbb{R}$};

\filldraw (A) circle (1pt) node [above] {$A$};
\filldraw (B) circle (1pt) node [above] {$B$};
\filldraw (a) circle (1pt) node [below] {$a$};
\filldraw (b) circle (1pt) node [below] {$b$};
Messages:
0 secs.