This commit is contained in:
Boris Marinov 2021-03-26 20:50:48 +02:00
parent 906d58cbf4
commit 1b1031c934
8 changed files with 1410 additions and 69 deletions

View File

@ -105,7 +105,7 @@ However, this is not the case with partial orders that we will look into next.
Partial order
===
Like linear orders, a partial orders consists of a set plus a relationship, with the only difference that, although it still obeys the reflexive, transitive and the antisymmetric laws, the relationship does not obey the law of totality - not all elements are necessarily ordered. I say "necessarily" because even if all elements are ordered, the partial order is still a partial order (just as a group is still a monoid) - all linear orders are also partial orders, but not the other way around (we can create an *order of orders*, based on which is more general, but that is probably too meta).
Like linear orders, a partial orders consists of a set plus a relationship, with the only difference that, although it still obeys the reflexive, transitive and the antisymmetric laws, the relationship does not obey the law of totality - not all elements are necessarily ordered. I say "necessarily" because even if all elements are ordered, the partial order is still a partial order (just as a group is still a monoid) - all linear orders are also partial orders, but not the other way around (we can even create an *order of orders*, based on which is more general).
So let's revisit the example of the soccer players ranglist. The first version that includes just **m**yself, my **g**randmother and her **f**riend is a linear order.
@ -115,14 +115,12 @@ However, including this **o**ther person whom none of us played yet, makes the h
![Soccer player order - leftover element](player_order_leftover.svg)
Before, we said that all linear orders can be represented by the same chain-like diagram, we can reverse this statement and say that all diagrams that look something different than the said diagram represent partial orders (or preorders).
Let's see some examples.
In other words, the main difference between partial and linear orders is that partial orders cannot provide us with a definite answer of the question who is better at who. But sometimes this is what we need - in sports, as well as in other domains, there isn't always an appropriate way to rate people lineary. For example, if you are a newbie you are not last, nor second to last, you are just at one level with numerous other newbies where none of you are any better than anyone else. Some other examples follow.
Chains
---
A partial order can contain diffranked erent linearly-ordered subsets, e.g. in our soccer example, we can have separate groups of friends who play together and are ranked with each other, but not with anyone from other groups.
Before, we said that all linear orders can be represented by the same chain-like diagram, we can reverse this statement and say that all diagrams that look something different than the said diagram represent partial orders (or preorders). An example of this is a partial order that contains a bunch of linearly-ordered subsets, e.g. in our soccer example, we can have separate groups of friends who play together and are ranked with each other, but not with anyone from other groups.
![Soccer order - two hierarchies](player_order_two.svg)
@ -134,10 +132,11 @@ The chains in an order don't have to be completely disconnected from each other
This set is not lineary-ordered - although the connection establishes the relationship between **D** and **G** (**D ≤ G**) and although the relationship between **F** and **G** is known as well (**F ≤ G**), the relationship between **D** and **F** is *not* known. Any element can be bigger than the other one.
Maximum and minimum
---
As we saw, partial orders cannot provide us with a definite answer of the question who is better at who. But that is sometimes OK, as in sports, as well as in other domains, people often don't care about who is better than who - they only care *who is number one*, who is the champion, the player who is better than anyone else, or more generally the element that is bigger than any other element.
Although posets don't give us definitive answer to who is better than who, some of them still can give us an answer to the more important question (in sports, as well as in other domains), namely *who is number one*, who is the champion, the player who is better than anyone else, or more generally the element that is bigger than any other element.
We call such elements the *maximum element* and some partial orders do have such element - in our last diagram **M** is the maximum element, in this diagram, the green element is the biggest one.
@ -232,7 +231,6 @@ Given a collection of all possible sets containing a combination of a given set
We can define what is called the *inclusion order* of those sets, in which **A** comes before **B** if **A** *includes* **B**, or (to use the term from) chapter 1, if **B** is a *subset* of **A**.
![A color mixing poset, ordered by inclusion](color_mixing_poset_inclusion.svg)
Note that the *join* operation in an inclusion order is the set union, and the *meet* operation as set intersection.
@ -257,20 +255,59 @@ So far we saw two partial orders of different elements (one based on color mixin
1. All elements have *joins* and *meets* (those orders are called *lattices*, by the way)
2. Those two operations are *distribute* over one another (we will see what that means shortly)
I won't go into details about this, I would only mention that the "prime" elements with which we can construct the inclusion order are the ones that are not the join of any other elements.
(Just to note that his result is only proven for *finite* lattices, so it might not be valid for the numbers all the way to infinity. But it would be valid for any subset of them.)
I won't go into details about this result, I would only mention that the "prime" elements with which we can construct the inclusion order are the ones that are not the *join* of any other elements (for that reason, they are also called *join-irreducible* elements).
By the way, the partial orders that are *NOT* distributive lattices are also isomorphic to inclusion orders, it is just that they are isomorphic to inclusion orders that do not contain all possible combinations of elements.
Lattices
===
In the previous section we mentioned what *lattices* are - they are posets, in which every two elements have a *join* and a *meet*. So every lattice is a also partial order, but not every partial order is a lattice (OK, I guess we really need to write that oorder of orders thing down). Most partial orders that are created based on some sort of rule, like the ones from the previous section, are also lattices when they are drawn in full, for example the color-mixing poset.
![A color mixing lattice](color_mixing_lattice.svg)
Notice that when drawing our color-mixing lattice, we added the the black ball at the top and the white one at the bottom. We did that because otherwise the top three elements wouldn't have a *join* element, and the bottom three wouldn't have a *meet*.
Bounded lattices
---
Our color-mixing lattice, has a *maximum element* (the black ball) and a *minumum element* (the white one). Lattices that have a minimum and maximum elements are called *bounded lattices*. It isn't hard to see that all finite lattices are also bounded.
**Task:** Prove that all finite lattices are bounded.
Semilattices and trees
---
Lattices are posets that have both *join* *and* a *meet* for each pair of elements. Posets that just have *join* (and no meet), or just have *meet* and no join are called *semilattices*. More specifically, posets that have a *meet* for every pair of elements are called *meet-semilattices*.
![Semilattice](semilattice.svg)
A structure that is similar to a semilattice (and probably more famous than it) is the *tree*.
![Tree](tree.svg)
The difference between the two is small but crucial: in a tree, each element can have multiple elements connected *to* it, but can itself only be connected to just one other element. If we represent a tree as an inclusion order, each set would "belong" in only one superset, whereas with semilattices there would be no such restrictions.
![Tree and semilattice compared](semilattice_tree.svg)
A good intuition for the difference between the two is that a semilattice is capable of representing much more general relations, so for example, the mother-child relation forms a tree (a mother can have multiple children, but a child can have *only one* mother), but the "older sibling" relation forms a lattice, as a child can have multiple older siblings, as well as vise versa.
The implications of the tendency to use tree structures to model things are examined in the ground-breaking essay “A City is Not a Tree” by Christopher Alexander.
> In simplicity of structure the tree is comparable to the compulsive desire for neatness and order that insists the candlesticks on a mantelpiece be perfectly straight and perfectly symmetrical about the centre. The semilattice, by comparison, is the structure of a complex fabric; it is the structure of living things, of great paintings and symphonies.
Preorder
===
As interesting partial orders are, I like to leave them aside for a sec just so I can return back to them, like in an old romance novel.
As interesting partial orders are, I like to leave them aside for a sec, just so I can return back to them like in an old romance novel.
First off , I like us to cover one more kind of order (or something like it). In the previous section, we saw how removing the law of totality from the laws of *(linear) order* produces a different (and somewhat more interesting) structure, called *partial order*. Now let's see what will happen if we remove another one of the laws, namely the *antisymmetry* law. If you recall, the antisymmetry law mandated that you cannot have an object that is at the same time smaller and bigger than another one. (or that **a ≤ b ⟺ b ≰ a**).
First off, let's cover one more kind of order (or something like it). In the previous section, we saw how removing the law of totality from the laws of *(linear) order* produces a different (and somewhat more interesting) structure, called *partial order*. Now let's see what will happen if we remove another one of the laws, namely the *antisymmetry* law. If you recall, the antisymmetry law mandated that you cannot have an object that is at the same time smaller and bigger than another one. (or that **a ≤ b ⟺ b ≰ a**).
| **Total order** | reflexive | transitive | antisymmetric | total | Either **a ≤ b** or **b ≤ a**
| **Partial order** | reflexive | transitive | antisymmetric | ~~total~~ | Either **a ≤ b** or **b ≤ a** or they are unrelated.
| **Partial order/lattice** | reflexive | transitive | antisymmetric | ~~total~~ | Either **a ≤ b** or **b ≤ a** or they are unrelated.
| **Preorder** | reflexive | transitive | ~~antisymmetric~~ | ~~total~~ | Both **a ≤ b** and **b ≤ a** are possible.
This results in something called a preorder which is not exactly an order, as I hinted at the beginning - it can have arrows coming from any point to any other: if a partial order can be used to model who is better at who in soccer, then a preorder can be used to model who has beaten who, either directly (by playing him) or indirectly.
@ -340,40 +377,5 @@ In the realm of orders, we say that **G** is the *join* of objects **Y** and **B
![Joins as coproduct](coproduct_join_morphisms.svg)
We can see that the two definitions and the diagrams are the same, so in category theory language, we can say that the *categorical coproduct* in the category of orders is the *join* operation.
We can see that the two definitions (and the diagrams) are the same. So, speaking in category theoretic terms, we can say that the *categorical coproduct* in the category of orders is the *join* operation.
Logic
===
So here we go with this little *leit motif* of mine where I begin talking about something completely different and then it turns out that it is all connected. This time I will not merely transport you to a different branch of mathematics, I will talk about an entirely different discipline, namely *logic*. Or, to be more precise, intuitionistic logic. This discipline may seem to you as detached from what we have been talking about as it possibly can, but it is actually as close as it can - I don't even have to start another chapter for it (althought it will make this one a bit lenghty).
Logic aims to it study of the *rules* by which knowing one thing leads you to conclude that some other thing is true, and most importantly, to do that in the *formal way* i.e. without considering what these things are.
Not only that, but logicians try to organize those rules in what are called *systems*,
of *formal systems* - containing selections of rules and also of rules for applying those rules (rules of inference) selected so they have the expressive ability to prove everything that you can see by intuition.
What does "prove" mean in this context? Simple, when we are able, using the rules of a given logical system to transform one set of assertions **A** to another one **B** we say that we have proven that **A → B** in that logical system.
![Balls](balls.svg)
And
---
So let's say I know a given fact, does not matter what it is or how exactly I learned it,
and say that it is an "atomic fact" as Wittgenstein calls it - it is not composed of any "more basic" facts, it is just the simplest thing that you can know.
So let's get our balls again.
Or and And relations
---
False
Lattices
---
Lattices and trees
---

View File

@ -0,0 +1,445 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 595.3 340.00001"
version="1.1"
id="svg3397"
sodipodi:docname="color_mixing_lattice.svg"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
width="595.29999"
height="340">
<metadata
id="metadata3403">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3401" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1251"
inkscape:window-height="1174"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.6510641"
inkscape:cx="352.34209"
inkscape:cy="82.529229"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="0"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0"
showguides="false" />
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0"
transform="matrix(0.01017386,-0.28029238,0.39203238,-0.00559565,124.6015,249.55944)"
inkscape:transform-center-x="-18.81019"
inkscape:transform-center-y="6.9854567">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7"
transform="matrix(-0.00466973,-0.28043808,0.39118727,-0.02632895,206.44099,255.41636)"
inkscape:transform-center-x="-15.248575"
inkscape:transform-center-y="90.778908">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-3"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-5"
transform="matrix(-0.00391073,-0.2804497,0.3912571,-0.02527013,280.66664,255.39317)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-6"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-1"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4"
transform="matrix(-0.19363093,-0.20291473,0.26960977,-0.28465992,235.96664,287.84925)"
inkscape:transform-center-x="170.54007"
inkscape:transform-center-y="-64.392973">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-31"
d="M 96.459167,77.578189 C 147.54958,60.644507 303.77113,69.059138 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-2"
transform="matrix(0.239648,-0.1464369,-0.18446056,-0.34031378,232.03934,278.0581)">
<path
style="stroke-width:16.0981"
inkscape:connector-curvature="0"
id="path1478-7-9-7"
d="m 563.46366,141.06522 c 4.96028,-2.08575 10.13124,-3.95534 15.43904,-5.71837 -4.32297,-3.2392 -8.89528,-6.34765 -13.71749,-9.32662 -0.58317,5.25487 -0.78326,9.37726 -1.72155,15.04499 z" />
<path
style="fill:none;stroke-width:9.11185;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-7"
d="m 141.33193,152.86684 c 85.12595,-22.21059 313.4888,-42.56904 425.00281,-18.91397"
sodipodi:nodetypes="cc" />
</g>
<g
id="g5761"
transform="translate(49.165954,135.52436)">
<circle
cx="250.16379"
cy="90.603348"
r="24.6"
id="circle3365"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#fce600"
stroke="#ffdd00"
cx="245.36378"
cy="84.403351"
r="24.6"
id="circle3379"
style="stroke-width:6;stroke-miterlimit:10" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4-3"
transform="matrix(-0.19363093,-0.20291473,0.26960977,-0.28465992,313.24153,285.00994)"
inkscape:transform-center-x="-22.053495"
inkscape:transform-center-y="26.089189">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-6"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-31-0"
d="M 96.459167,77.578189 C 147.54958,60.644507 303.77113,69.059138 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
id="g4359"
transform="translate(104.80715,154.51488)">
<circle
cx="271.79999"
cy="72.099998"
r="24.6"
id="circle3367"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#39bced"
stroke="#008dd2"
cx="264.84811"
cy="65.602043"
r="24.6"
id="circle3381"
style="stroke-width:6;stroke-miterlimit:10" />
</g>
<g
id="g5769"
transform="translate(165.54968,135.44772)">
<circle
cx="56.307613"
cy="92.667412"
r="24.6"
id="circle3369"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383"
style="stroke-width:6;stroke-miterlimit:10" />
</g>
<g
id="g6417">
<g
id="g6267"
transform="matrix(0.239648,-0.1464369,-0.18446056,-0.34031378,733.53412,610.57094)"
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4-49-9"
transform="matrix(-0.26219217,0.70907894,1.3287646,0.26469616,-1161.942,1186.1911)"
inkscape:transform-center-x="170.54007"
inkscape:transform-center-y="-64.392973">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-8-8"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-31-1-4"
d="M 96.459167,77.578189 C 147.54958,60.644507 303.77113,69.059138 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-06"
transform="matrix(0.4618386,0.62532838,1.2709445,-0.46952027,-1198.472,1291.2634)"
inkscape:transform-center-x="-15.248575"
inkscape:transform-center-y="90.778908">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-3"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-3-46"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4-49-9-9"
transform="matrix(0.95171375,0.18673565,-0.36146587,0.99200173,-801.44046,1034.6269)"
inkscape:transform-center-x="-170.54007"
inkscape:transform-center-y="-64.392973">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-8-8-7"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-31-1-4-4"
d="M 96.459167,77.578189 C 147.54958,60.644507 303.77113,69.059138 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
</g>
<g
id="g5757-5"
transform="translate(145.44885,219.54081)"
style="fill:#ffffff;stroke:#ececec">
<circle
cx="153.12378"
cy="90.683884"
r="24.6"
id="circle3371-3"
style="opacity:0.13;fill:#ffffff;stroke:#ececec;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#f58235"
stroke="#e76524"
cx="148.32379"
cy="74.383881"
r="24.6"
id="circle3385-1"
style="fill:#ffffff;stroke:#ececec;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
id="g6417-4"
transform="matrix(1,0,0,-1,-1.5141745,254.74424)">
<g
id="g6267-3"
transform="matrix(0.239648,-0.1464369,-0.18446056,-0.34031378,829.83565,522.14312)"
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10">
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4-49-9-3"
transform="matrix(-0.96504103,-0.15372081,-0.43421271,0.97908037,-620.15144,1255.9515)"
inkscape:transform-center-x="-64.392961"
inkscape:transform-center-y="-170.54008">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-8-8-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-31-1-4-7"
d="M 96.459167,77.578189 C 147.54958,60.644507 303.77113,69.059138 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7-06-9"
transform="matrix(-0.49111393,-0.61273122,1.1814765,-0.58575561,-1194.5283,1808.6077)"
inkscape:transform-center-x="-15.248574"
inkscape:transform-center-y="-90.7789">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-4-3-5"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-3-46-9"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="m 197.036,89.49 c 39.237,-9.724 89.303,-9.828 120.462,-3.317" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4-49-9-9-9"
transform="matrix(0.3070666,-0.7011083,1.3503697,0.21117515,-1564.2577,1669.3191)"
inkscape:transform-center-x="64.392946"
inkscape:transform-center-y="-170.54009">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-0-8-8-7-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-31-1-4-4-8"
d="M 96.459167,77.578189 C 147.54958,60.644507 303.77113,69.059138 317.498,86.173"
sodipodi:nodetypes="cc"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)" />
</g>
</g>
<g
id="g5757-5-2"
transform="translate(147.26586,117.05629)"
style="fill:#000000;stroke:#333333">
<circle
cx="153.12378"
cy="86.683884"
id="circle3371-3-2"
style="opacity:0.13;fill:#000000;stroke:#333333;stroke-width:6;stroke-miterlimit:10"
r="24.6" />
<circle
fill="#f58235"
stroke="#e76524"
cx="150.32379"
cy="91.046249"
id="circle3385-1-1"
style="fill:#000000;stroke:#333333;stroke-width:6;stroke-miterlimit:10"
r="24.6" />
</g>
</g>
<g
id="g5757"
transform="translate(70.662991,44.706502)">
<circle
cx="153.12378"
cy="90.683884"
r="24.6"
id="circle3371"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#f58235"
stroke="#e76524"
cx="148.32379"
cy="84.383881"
r="24.6"
id="circle3385"
style="stroke-width:6;stroke-miterlimit:10" />
</g>
<g
id="g4363"
transform="translate(-162.99827,1.5402806)">
<circle
cx="539.70001"
cy="133.7"
r="24.6"
id="circle3373"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#8967ac"
stroke="#651c5f"
cx="534.71521"
cy="126.90238"
r="24.6"
id="circle3387"
style="stroke-width:6;stroke-miterlimit:10" />
</g>
<g
id="g5765"
transform="translate(-50.004077,42.031406)">
<circle
cx="351.04132"
cy="94.997795"
r="24.6"
id="circle3375"
style="opacity:0.13;stroke:#000000;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#54b948"
stroke="#00873a"
cx="343.96902"
cy="86.556648"
r="24.6"
id="circle3389"
style="stroke-width:6;stroke-miterlimit:10" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -7,11 +7,13 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 595.3 177"
viewBox="0 0 595.3 177.00001"
version="1.1"
id="svg3397"
sodipodi:docname="color_mixing_poset.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)">
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
width="595.29999"
height="177">
<metadata
id="metadata3403">
<rdf:RDF>
@ -20,7 +22,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -35,22 +37,22 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1376"
inkscape:window-width="1251"
inkscape:window-height="1174"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.6510641"
inkscape:cx="335.38333"
inkscape:cy="84.808576"
inkscape:cx="249.37819"
inkscape:cy="201.24055"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g1482-7-0-2"
inkscape:window-y="23"
inkscape:window-maximized="0"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0"
showguides="false" />
<g
id="g5757"
transform="translate(72.480001,-49.778019)">
transform="translate(65.211961,-46.749669)">
<circle
cx="153.12378"
cy="90.683884"
@ -68,7 +70,7 @@
</g>
<g
id="g4363"
transform="translate(-161.18126,-92.94424)">
transform="translate(-168.4493,-89.91589)">
<circle
cx="539.70001"
cy="133.7"
@ -86,7 +88,7 @@
</g>
<g
id="g5765"
transform="translate(-48.187067,-52.453115)">
transform="translate(-55.455107,-49.424765)">
<circle
cx="351.04132"
cy="94.997795"
@ -105,7 +107,7 @@
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0"
transform="matrix(0.01017386,-0.28029238,0.39203238,-0.00559565,126.41851,155.07492)"
transform="matrix(0.01017386,-0.28029238,0.39203238,-0.00559565,119.15047,158.10327)"
inkscape:transform-center-x="-18.81019"
inkscape:transform-center-y="6.9854567">
<path
@ -124,7 +126,7 @@
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-7"
transform="matrix(-0.00466973,-0.28043808,0.39118727,-0.02632895,208.258,160.93184)"
transform="matrix(-0.00466973,-0.28043808,0.39118727,-0.02632895,200.98996,163.96019)"
inkscape:transform-center-x="-15.248575"
inkscape:transform-center-y="90.778908">
<path
@ -143,7 +145,7 @@
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-5"
transform="matrix(-0.00391073,-0.2804497,0.3912571,-0.02527013,282.48365,160.90865)">
transform="matrix(-0.00391073,-0.2804497,0.3912571,-0.02527013,275.21561,163.937)">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
@ -160,7 +162,7 @@
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4"
transform="matrix(-0.19363093,-0.20291473,0.26960977,-0.28465992,237.78365,193.36473)"
transform="matrix(-0.19363093,-0.20291473,0.26960977,-0.28465992,230.51561,196.39308)"
inkscape:transform-center-x="170.54007"
inkscape:transform-center-y="-64.392973">
<path
@ -180,7 +182,7 @@
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-2"
transform="matrix(0.239648,-0.1464369,-0.18446056,-0.34031378,233.85635,183.57358)">
transform="matrix(0.239648,-0.1464369,-0.18446056,-0.34031378,226.58831,186.60193)">
<path
style="stroke-width:16.0981"
inkscape:connector-curvature="0"
@ -195,7 +197,7 @@
</g>
<g
id="g5761"
transform="translate(50.982964,41.039843)">
transform="translate(43.714924,44.068189)">
<circle
cx="250.16379"
cy="90.603348"
@ -214,7 +216,7 @@
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-4-3"
transform="matrix(-0.19363093,-0.20291473,0.26960977,-0.28465992,315.05854,190.52542)"
transform="matrix(-0.19363093,-0.20291473,0.26960977,-0.28465992,307.7905,193.55377)"
inkscape:transform-center-x="-22.053495"
inkscape:transform-center-y="26.089189">
<path
@ -233,7 +235,7 @@
</g>
<g
id="g4359"
transform="translate(106.62416,60.030356)">
transform="translate(99.35612,63.058709)">
<circle
cx="271.79999"
cy="72.099998"
@ -251,7 +253,7 @@
</g>
<g
id="g5769"
transform="translate(167.36669,40.9632)">
transform="translate(160.09865,43.991549)">
<circle
cx="56.307613"
cy="92.667412"
@ -267,4 +269,7 @@
id="circle3383"
style="stroke-width:6;stroke-miterlimit:10" />
</g>
<g
id="g6417-4"
transform="matrix(1,0,0,-1,-6.9652045,163.28807)" />
</svg>

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -0,0 +1,273 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 595.3 177"
version="1.1"
id="svg3397"
sodipodi:docname="semilattice.svg"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
<metadata
id="metadata3403">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3401" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1395"
id="namedview3399"
showgrid="false"
inkscape:zoom="2.8284272"
inkscape:cx="260.22413"
inkscape:cy="87.505765"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0"
showguides="true"
inkscape:guide-bbox="true" />
<g
id="g2760-9-8-7-3-3"
transform="matrix(0.501908,0.501908,-0.501908,0.501908,261.7471,-120.85675)"
style="fill:#cccccc">
<g
id="g2749-4-6-6-2"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5-7-0"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6-5-6"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-9-7"
transform="matrix(-0.11773242,-0.18294549,-0.22712045,0.19522801,380.49075,59.907391)"
inkscape:transform-center-x="9.0567839"
inkscape:transform-center-y="0.39149042">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-8-5-1-6-2-1-3-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-9-5-4-7-3-2-1-5"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="M 47.872715,98.401069 C 126.06599,78.448462 241.85906,64.912232 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<g
id="g2760-0-7-6-0-7"
transform="matrix(0.501908,0.501908,-0.501908,0.501908,334.21289,14.268073)"
style="fill:#cccccc">
<g
id="g2749-6-8-1-3-8"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0-0-3"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6-1-3"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-6-5"
transform="matrix(0.12528657,-0.17785739,0.21875,0.20456322,363.9094,11.492737)"
inkscape:transform-center-x="-9.0324619"
inkscape:transform-center-y="0.77022403" />
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-9-7-9"
transform="matrix(0.11773242,-0.18294549,0.22712045,0.19522801,177.12086,62.180786)"
inkscape:transform-center-x="-9.0567829"
inkscape:transform-center-y="0.39149042">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-8-5-1-6-2-1-3-4-9"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-9-5-4-7-3-2-1-5-1"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="M 47.872715,98.401069 C 126.06599,78.448462 241.85906,64.912232 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<g
id="g2760-0-7-6"
transform="matrix(0.501908,0.501908,-0.501908,0.501908,222.56732,-39.726205)"
style="fill:#cccccc">
<g
id="g2749-6-8-1"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-9-7-0"
transform="matrix(0.12754656,-0.17624372,-0.26450229,-0.14048564,329.05994,192.06887)"
inkscape:transform-center-x="3.3023805"
inkscape:transform-center-y="-8.2931016">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-8-5-1-6-2-1-3-4-3"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-9-5-4-7-3-2-1-5-9"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="M 47.872715,98.401069 C 126.06599,78.448462 241.85906,64.912232 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-9-7-0-5"
transform="matrix(-0.12754656,-0.17624372,0.26450229,-0.14048564,230.97042,191.71195)"
inkscape:transform-center-x="-3.3023759"
inkscape:transform-center-y="-8.2931016">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-8-5-1-6-2-1-3-4-3-5"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-9-5-4-7-3-2-1-5-9-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="M 47.872715,98.401069 C 126.06599,78.448462 241.85906,64.912232 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<g
id="g2749-7-7-5"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="matrix(0.70959204,0.01739057,-0.01739057,0.70959204,246.70876,78.748804)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-4-0"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-5-3"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-9-7-0-5-0"
transform="matrix(-0.12754656,-0.17624372,0.26450229,-0.14048564,195.26153,136.91117)"
inkscape:transform-center-x="-3.3023759"
inkscape:transform-center-y="-8.2931016">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-8-5-1-6-2-1-3-4-3-5-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-9-5-4-7-3-2-1-5-9-8-6"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="M 47.872715,98.401069 C 126.06599,78.448462 241.85906,64.912232 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<g
id="g2760-9-8-7-9"
transform="matrix(0.501908,0.501908,-0.501908,0.501908,224.93483,-67.439073)"
style="fill:#cccccc;fill-opacity:1">
<g
id="g2749-4-6-4"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5-78"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6-4"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,322 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 595.3 250"
version="1.1"
id="svg3397"
sodipodi:docname="semilattice_tree.svg"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
width="595.29999"
height="250">
<metadata
id="metadata3403">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3401" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1395"
id="namedview3399"
showgrid="false"
inkscape:zoom="2.0000001"
inkscape:cx="163.97413"
inkscape:cy="69.505765"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0"
showguides="true"
inkscape:guide-bbox="true" />
<g
id="g2760-9-8-7-3-3"
transform="matrix(3.3686518,2.730436,-3.3686518,2.730436,306.59404,-715.40012)"
style="fill:#cccccc;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none">
<g
id="g2749-4-6-6-2"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-6-5"
transform="matrix(0.12528657,-0.17785739,0.21875,0.20456322,369.9094,8.4927373)"
inkscape:transform-center-x="-9.0324619"
inkscape:transform-center-y="0.77022403" />
<g
id="g2760-9-8-7-3-3-3"
transform="matrix(1.4397038,1.471767,-1.4397038,1.471767,318.01598,-335.82495)"
style="fill:#cccccc;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none">
<g
id="g2749-4-6-6-2-1"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0-3"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6-1"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
</g>
</g>
<g
id="g2760-0-7-6"
transform="matrix(0.5982784,0.60455561,-0.5982784,0.60455561,359.72683,27.722784)"
style="fill:#cccccc">
<g
id="g2749-6-8-1"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
id="g2760-0-7-6-3"
transform="matrix(0.5982784,0.60455561,-0.5982784,0.60455561,407.91624,28.291495)"
style="fill:#cccccc">
<g
id="g2749-6-8-1-2"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0-7"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6-2"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
id="g2760-9-8-7-3-3-3-6"
transform="matrix(1.4397038,1.471767,-1.4397038,1.471767,422.35276,-323.67189)"
style="fill:#cccccc;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none">
<g
id="g2749-4-6-6-2-1-2"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0-3-7"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6-1-3"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
</g>
</g>
<g
id="g2760-9-8-7-3-3-1"
transform="matrix(3.2984392,2.7101637,-3.2984392,2.7101637,44.942507,-709.74205)"
style="fill:#cccccc;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none">
<g
id="g2749-4-6-6-2-9"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0-6"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6-7"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:0.990522;stroke-miterlimit:9;stroke-dasharray:none" />
</g>
</g>
<g
id="g2760-9-8-7-3-3-3-7"
transform="matrix(1.5200852,1.5196182,-1.5200852,1.5196182,79.120947,-351.90511)"
style="fill:none;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none">
<g
id="g2749-4-6-6-2-1-7"
style="fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0-3-6"
style="opacity:0.13;fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6-1-35"
style="fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
</g>
</g>
<g
id="g2760-0-7-6-31"
transform="matrix(0.63168141,0.62421136,-0.63168141,0.62421136,123.1606,23.462559)"
style="fill:#cccccc">
<g
id="g2749-6-8-1-5"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0-70"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6-3"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
id="g2760-9-8-7-3-3-3-6-4"
transform="matrix(1.5200852,1.5196182,-1.5200852,1.5196182,127.57553,-345.3758)"
style="fill:none;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none">
<g
id="g2749-4-6-6-2-1-2-8"
style="fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none"
transform="rotate(-37.328029,185.78163,-63.908319)">
<circle
cx="52.617641"
cy="85.453232"
r="24.6"
id="circle3369-5-5-7-0-3-7-8"
style="opacity:0.13;fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.880161"
cy="84.494919"
r="24.6"
id="circle3383-6-6-5-6-1-3-0"
style="fill:none;fill-opacity:1;stroke:#666666;stroke-width:2.44469;stroke-miterlimit:9;stroke-dasharray:none" />
</g>
</g>
<g
id="g2760-0-7-6-3-4"
transform="matrix(0.63168141,0.62421136,-0.63168141,0.62421136,178.44546,28.40263)"
style="fill:#cccccc">
<g
id="g2749-6-8-1-2-7"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0-7-6"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6-2-0"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:20.3986px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.509967"
x="399.41153"
y="235.17953"
id="text19660"><tspan
sodipodi:role="line"
id="tspan19658"
x="399.41153"
y="235.17953"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.509967">tree</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:20.3986px;line-height:1.25;font-family:sans-serif;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.509967"
x="100.93703"
y="235.0419"
id="text19660-3"><tspan
sodipodi:role="line"
id="tspan19658-4"
x="100.93703"
y="235.0419"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#666666;stroke-width:0.509967">semilattice</tspan></text>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

253
_chapters/04_order/tree.svg Normal file
View File

@ -0,0 +1,253 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 595.3 177"
version="1.1"
id="svg3397"
sodipodi:docname="tree.svg"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
<metadata
id="metadata3403">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3401" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1985"
inkscape:window-height="1174"
id="namedview3399"
showgrid="false"
inkscape:zoom="1.4142136"
inkscape:cx="260.22413"
inkscape:cy="87.505765"
inkscape:window-x="76"
inkscape:window-y="104"
inkscape:window-maximized="0"
inkscape:current-layer="svg3397"
inkscape:document-rotation="0"
showguides="true"
inkscape:guide-bbox="true" />
<g
id="g2760-9-8-7-3-3"
transform="matrix(0.501908,0.501908,-0.501908,0.501908,268.46618,-115.47162)"
style="fill:#cccccc">
<g
id="g2749-4-6-6-2"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5-7-0"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6-5-6"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
id="g2760-0-7-6-0-7"
transform="matrix(0.501908,0.501908,-0.501908,0.501908,340.93197,19.653202)"
style="fill:#cccccc">
<g
id="g2749-6-8-1-3-8"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0-0-3"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6-1-3"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-6-5"
transform="matrix(0.12528657,-0.17785739,0.21875,0.20456322,370.62848,16.877872)"
inkscape:transform-center-x="-9.0324619"
inkscape:transform-center-y="0.77022403" />
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-9-7-9"
transform="matrix(0.11773242,-0.18294549,0.22712045,0.19522801,183.83994,67.565922)"
inkscape:transform-center-x="-9.0567829"
inkscape:transform-center-y="0.39149042">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-8-5-1-6-2-1-3-4-9"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-9-5-4-7-3-2-1-5-1"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="M 47.872715,98.401069 C 126.06599,78.448462 241.85906,64.912232 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<g
id="g2760-0-7-6"
transform="matrix(0.501908,0.501908,-0.501908,0.501908,229.2864,-34.341068)"
style="fill:#cccccc">
<g
id="g2749-6-8-1"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-44.545114,52.727379,84.306425)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-33-3-6-0"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-85-2-8-6"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-9-7-0"
transform="matrix(0.12754656,-0.17624372,-0.26450229,-0.14048564,335.77902,197.454)"
inkscape:transform-center-x="3.3023805"
inkscape:transform-center-y="-8.2931016">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-8-5-1-6-2-1-3-4-3"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-9-5-4-7-3-2-1-5-9"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="M 47.872715,98.401069 C 126.06599,78.448462 241.85906,64.912232 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-9-7-0-5"
transform="matrix(-0.12754656,-0.17624372,0.26450229,-0.14048564,237.6895,197.09708)"
inkscape:transform-center-x="-3.3023759"
inkscape:transform-center-y="-8.2931016">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-8-5-1-6-2-1-3-4-3-5"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-9-5-4-7-3-2-1-5-9-8"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="M 47.872715,98.401069 C 126.06599,78.448462 241.85906,64.912232 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<g
id="g2749-7-7-5"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="matrix(0.70959204,0.01739057,-0.01739057,0.70959204,253.42784,84.133932)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-7-4-0"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-4-5-3"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
<g
style="display:inline;fill:#dddddd;stroke:#838383;stroke-width:6.389;stroke-miterlimit:10"
id="g1482-7-0-25-1-3-3-20-6-9-7-0-5-0"
transform="matrix(-0.12754656,-0.17624372,0.26450229,-0.14048564,201.98061,142.2963)"
inkscape:transform-center-x="-3.3023759"
inkscape:transform-center-y="-8.2931016">
<path
style="stroke-width:35.526"
inkscape:connector-curvature="0"
id="path1478-7-9-8-5-1-6-2-1-3-4-3-5-4"
transform="matrix(0.4768,-0.02932,0.03214,0.42867,147.58,197.367)"
d="m 315.1,101.79 c 10.682,-4.135 21.77,-7.738 33.127,-11.074 -8.518,-8.139 -17.577,-16.01 -27.178,-23.616 -2.04,12.119 -3.103,21.663 -5.949,34.69 z" />
<path
style="fill:none;stroke-width:10.649;paint-order:markers fill stroke"
inkscape:connector-curvature="0"
id="path1480-1-3-9-5-4-7-3-2-1-5-9-8-6"
transform="matrix(0.89574,0,0,0.81736,18.384,154.236)"
d="M 47.872715,98.401069 C 126.06599,78.448462 241.85906,64.912232 317.498,86.173"
sodipodi:nodetypes="cc" />
</g>
<g
id="g2760-9-8-7-9"
transform="matrix(0.501908,0.501908,-0.501908,0.501908,231.65391,-62.053938)"
style="fill:#cccccc;fill-opacity:1">
<g
id="g2749-4-6-4"
style="fill:#cccccc;fill-opacity:1;stroke:#666666"
transform="rotate(-37.328029,183.17645,-58.627543)">
<circle
cx="55.440796"
cy="90.58149"
r="24.6"
id="circle3369-5-5-78"
style="opacity:0.13;fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
<circle
fill="#d71920"
stroke="#be1e2d"
cx="51.507595"
cy="84.367409"
r="24.6"
id="circle3383-6-6-4"
style="fill:#cccccc;fill-opacity:1;stroke:#666666;stroke-width:6;stroke-miterlimit:10" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.7 KiB

41
_chapters/05_logic.md Normal file
View File

@ -0,0 +1,41 @@
Logic
===
Here we go with this little *leit motif* of mine where I begin talking about something completely different and then it turns out that it is all connected. This time I will not merely transport you to a different branch of mathematics, but an entirely different discipline, namely *logic*. Or, to be more precise, intuitionistic logic. This discipline may seem to you as detached from what we have been talking about as it possibly can, but it is actually very close - I don't even have to start another chapter for it (althought it will make this one a bit lenghty).
Logic aims to study the *rules* by which knowing one thing leads you to conclude that some other thing is also true, and (most importantly) to do this in a formal way i.e. without regard of what these things are, or how you learned them.
Not only that, but logicians try to organize those rules in what are called *systems*, or *formal systems* - containing selections of rules that have the expressive ability to prove everything that you can see by intuition.
What does "prove" mean in this context? Simple, when we are able, using the rules of a given logical system, to transform one set of assertions **A** to another one **B** we say that we have proven that **A → B** in that logical system.
So let's get our balls again.
![Balls](balls.svg)
Follows
---
Or and And
---
False and true
---
Notice we didn't say anything about true and false. Logic is not about truth and falsity.
Heyting algebra overview
---
and say that it is an "atomic fact" as Wittgenstein calls it - it is not composed of any "more basic" facts, it is just the simplest thing that you can know.
Lattices
---
Lattices and trees
---