Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
% (find-angg "LATEX/2018planar-has-new-intro.tex")
% (defun c () (interactive) (find-LATEXsh "lualatex -record 2018planar-has-new-intro.tex"))
% (defun d () (interactive) (find-xpdfpage "~/LATEX/2018planar-has-new-intro.pdf"))
% (defun b () (interactive) (find-zsh "bibtex 2018planar-has-new-intro; makeindex 2018planar-has-new-intro"))
% (defun e () (interactive) (find-LATEX "2018planar-has-new-intro.tex"))
% (defun u () (interactive) (find-latex-upload-links "2018planar-has-new-intro"))
% (find-xpdfpage "~/LATEX/2018planar-has-new-intro.pdf")
% (find-sh0 "cp -v  ~/LATEX/2018planar-has-new-intro.pdf /tmp/")
% (find-sh0 "cp -v  ~/LATEX/2018planar-has-new-intro.pdf /tmp/pen/")
%   file:///home/edrx/LATEX/2018planar-has-new-intro.pdf
%               file:///tmp/2018planar-has-new-intro.pdf
%           file:///tmp/pen/2018planar-has-new-intro.pdf
% http://angg.twu.net/LATEX/2018planar-has-new-intro.pdf
\documentclass[oneside]{book}
\usepackage[colorlinks]{hyperref} % (find-es "tex" "hyperref")
%\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{pict2e}
\usepackage{color}                % (find-LATEX "edrx15.sty" "colors")
\usepackage{colorweb}             % (find-es "tex" "colorweb")
%\usepackage{tikz}
%
% (find-dn6 "preamble6.lua" "preamble0")
%\usepackage{proof}   % For derivation trees ("%:" lines)
%\input diagxy        % For 2D diagrams ("%D" lines)
%\xyoption{curve}     % For the ".curve=" feature in 2D diagrams
%
\usepackage{edrx15}               % (find-angg "LATEX/edrx15.sty")
\input edrxaccents.tex            % (find-angg "LATEX/edrxaccents.tex")
\input edrxchars.tex              % (find-LATEX "edrxchars.tex")
\input edrxheadfoot.tex           % (find-dn4ex "edrxheadfoot.tex")
\input edrxgac2.tex               % (find-LATEX "edrxgac2.tex")
%
\begin{document}

\catcode`\^^J=10
\directlua{dednat6dir = "dednat6/"}
\directlua{dofile(dednat6dir.."dednat6.lua")}
\directlua{texfile(tex.jobname)}
\directlua{verbose()}
%\directlua{output(preamble1)}
\def\expr#1{\directlua{output(tostring(#1))}}
\def\eval#1{\directlua{#1}}
\def\pu{\directlua{pu()}}

\directlua{dofile "edrxtikz.lua"} % (find-LATEX "edrxtikz.lua")
\directlua{dofile "edrxpict.lua"} % (find-LATEX "edrxpict.lua")
%L V.__tostring = function (v) return format("(%.3f,%.3f)", v[1], v[2]) end

\def\PAS{{{(P,A^*)}}}


This paper is the first in a series of three, and one way to explain
the goal of the series is this. Toposes of the form $\Set^\PAS$, where
$\PAS$ is the preorder category associated to a 2-column graph $(P,A)$,
are interesting to students of Topos Theory because their objects are
easy to draw explicitly, and by working on them one can develop a lot
of visual intuition about what certain categorical constructions
``mean''; in particular, the ``logic'' of a $\Set^\PAS$, i.e., its
$\Sub(1)$, is a Planar Heyting Algebra, and some ways to visualize
sheaves on a $\Set^\PAS$ are presented in the second paper in this
series.

So: how much Topos Theory can one learn by using toposes of the form
$\Set^\PAS$ as the archetypal examples of toposes, and where is this
person's intuition going to fail when he or she passes to arbitrary
toposes? This first paper does not discuss toposes, or even
categories, but it has a small example of intuition failing: a person
with very good visual thinking may be led to believe (wrongly) that
the sentence $S$ of sec.(?) is an intuitionistic theorem because it is
true in all ZHAs.

A better way to explain the goal of this series of papers needs the
term ``children''. Many years ago, when I started learning Category
Theory and Topos Theory from [McL] and [J77], I felt that I was taking
far more time than reasonable to supply the diagrams that were
``omitted'' from the text, and treatd as they were trivial exercises
(see [Kro], p.(?)); I kept saying to my colleagues ``I need a version
`for children' of this!'' --- but at that time this was a half-joke
and it didn't have a precise meaning. Years later it became clear that
once we have a precise meaning for ``children'' --- as people with
certain style of thinking; compare with ``people who think
algebraically'' and ``people who think geometrically'' --- this yields
{\sl guidelines} on how to {\sl complement} a standard categorical
text, and produce auxiliary material that makes the original
presaentation --- abstract, ``for adults'' --- more accessible.

It turned out that the following {\sl definition} of ``children'' is
especially fruitful. ``Children''

1) have trouble with very abstract definitions,

2) prefer to start from particular cases (and only then generalize),

3) handle diagrams better than algebraic notations,

4) like finite objects that can be drawn explicitly, and that are
built just from numbers by forming lists and sets,

5) develop intuition about mathematical objects mostly by ``playing''
with them, and by learning how to do calculations quickly; {\sl
  calculating} for them is much more basic than {\sl proving
  theorems},

6) tend to remember categorical definitions and proofs
``positionally'' by diagrams that are always drawn in a certain way.

Item 6 has an important consequence. Once we establish that, for
example, our geometric morphisms will be drawn like this,
%
$$(diagram)$$
%
then all our particular cases of geometric morphisms became diagrams
with the same shape of that one --- [slides] and [PH3] have a
medium-sized example --- and we can {\sl transfer knowledge} from one
side to the other and vice-versa; it is easy to transfer a
construction done on the diagram for the general case (``for adults'')
to the particular case (``for children''), and sometimes it is also
possible to start



\end{document}

% Local Variables:
% coding: utf-8-unix
% End: