Definition 2.4. (PLCA consistency)
• [Consistency of Point-Line]
∀p ∈ P(∃l ∈ L; p ∈ l. points)
∀l ∈ L(∀p ∈ l. points; p ∈ P)
• [Consistency of Line-Circuit]
∀l ∈ L(∃c, c
′
∈ C;l
+
∈ c.lines∧ l
−
∈ c
′
.lines)
∀c ∈ C(∀l
∗
∈ c.lines;l ∈ L)
∀l ∈ L(l
∗
∈ c
1
.lines, l
∗
∈ c
2
.lines → c
1
= c
2
)
• [Consistency of Circuit-Area]
∀c ∈ C(∃a ∈ A;c ∈ a.circuits)
∀a ∈ A(∀c ∈ a.areas;c ∈ C)
∀c ∈ C(c ∈ a
1
.circuits, c ∈ a
2
.circuits → a
1
=
a
2
)
• [Independence of outermost]
¬∃a ∈ A;outermost ∈ a.cuicuit.
2.5 PLCA-connectedness
Intuitively, PLCA-connectedness guarantees that no
objects are separated, including the outermost. In
other words, for any pair of objects, there exists a trail
from one object to the other via further objects.
Definition 2.5. (d-pcon) Let e =
hP, L, C, A, outermosti be a PLCA expression.
For a pair of objects of e, the binary relation d-pcon
on P∪ L∪C∪ A is defined as follows.
1. d-pcon(p, l) iff p ∈ l. points.
2. d-pcon(l, c) iff l ∈ c.lines.
3. d-pcon(c, a) iff c ∈ a.circuits.
Definition 2.6. (pcon) Let α, β and γ be objects of a
PLCA expression.
1. If d-pcon(α, β), then pcon(α, β).
2. If pcon(α, β), then pcon(β, α).
3. If pcon(α, β) and pcon(β, γ), then pcon(α, γ).
Definition 2.7. (PLCA-connected) A PLCA expres-
sion e is said to be PLCA-connected iff pcon(α, β)
holds for any pair of objects α and β of e.
2.6 Planar PLCA Expression
Intuitively, PLCA-Euler guarantees that a PLCA ex-
pression can be embedded in a two-dimensional plane
so that the orientation of each circuit can be correctly
defined.
Definition 2.8. (PLCA-Euler) For a PLCA expression
hP, L, C, A, outermosti, if |P| − |L| − |C| + 2|A| = 0,
then it is said to be PLCA-Euler.
Takahashi et al. have given a proof of the follow-
ing theorem on the planarity of a PLCA expression
(Takahashi et al, 2008).
Theorem 2.2. For a consistent, connected PLCA ex-
pression, it is PLCA-Euler iff there exists a corre-
sponding target figure on a two-dimensional plane.
Planar PLCA is defined as follows.
Definition 2.9. (planar PLCA) For a PLCA expres-
sion, if it is consistent, PLCA-connected and PLCA-
Euler, then it is said to be planar PLCA
2
.
For example, the PLCA expression in Exam-
ple 2.1 is planar.
The following lemmas hold for a planer PLCA ex-
pression, and are used in the subsequent proof for the
realizability of an inductively constructed PLCA.
Lemma 2.1. For a planar PLCA expression, there ex-
ists an area that has a single circuit.
Proof. Let hP, L, C, A, outermosti be a planar PLCA
expression. Assume that for any area a ∈ A,
|a.circuits| ≥ 2 holds. Set k = 0 and c
0
be outermost.
Take c such that lc(c
k
, c) holds. Take an area a
k
such that c ∈ a
k
.circuits holds. Let a
k
.circuits be
{c, c
k
1
, . . . , c
k
n
}. Note that ¬pc(c, c
k
i
) holds for all
i from the definition of Area. Take an arbitrary c
k
i
(c
k
i
6= c) and let c
k+1
be c
k
i
Increment k and repeat
this procedure, then we can take an infinite sequence
of circuits SeqC = c
0
, c
1
, . . ..
Figure 5 illustrates each step of this procedure.
Take c
0
as an outermost and c such that lc(c
0
, c) holds.
Take an area a
0
such that c ∈ a
0
.circuits holds (Fig-
ure 5(a)). There are three circuits in a
0
.circuits other
than c. Take an arbitrary circuit among them and set it
as c
1
; take c such that lc(c
1
, c) holds. Take an area a
1
such that c ∈ a
1
.circuits holds. (Figure 5(b)). There
is one circuit in a
1
.circuits other than c. Take this cir-
cuit and set it as c
2
; take c such that lc(c
2
, c) holds.
Take an area a
2
such that c ∈ a
2
.circuits holds. (Fig-
ure 5(c)). We continue this procedure.
Each circuit is a simple closed curve.
¬pc(c
i
, c
i+2
) holds for each i, from Theorem 2.1,
since c
i
and c
i+2
are circuits in the exterior region and
interior region of c
i
, respectively. On the other hand,
the number of circuits is finite. Therefore, we cannot
take an infinite sequence of circuits SeqC. Hence,
there exists an area a ∈ A such that |a.circuits| = 1.
Lemma 2.2. For any circuit c of a planar PLCA ex-
pression, there exists a circuit that has only one max-
imal shared circuit-segment with c.
2
Strictly, the original PLCA admits a curved line, and
multiple lines between the same pair of points. If we admit
only straight lines, we convert a PLCA expression in the
original definition by adding the same number of points and
lines, and this conversion does not affect the condition for
planarity or the proof thereof.
AQualitativeRepresentationofaFigureandConstructionofItsPlanarClass
207