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
Uma sociedade sera - sempre - avaliado
Pelo jeito que trata seus mais fracos.
Mahatma

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/1_Disciplines/3_FG/03_Ruler/Fig/Inc.tikz.tex:
TiKZ Listing: /usr/local/Slides/1_Disciplines/3_FG/03_Ruler/Fig/Inc.tikz.tex. PDF   PNG   SVG   ZIP*  
\foreach \P in {O,o,Text,A,B,X,a,b,x}
{
   \coordinate (\P) at ($(\P)+(Translate)$);
}
Messages:
0 secs.