Exercise 1.20 (Scott 1981, PRG-19, ยง1) โ the power system ๐' = {โX} #
For any neighbourhood system ๐ over ฮ, Scott takes ฮ' = ๐ and
๐' = {โX โฃ X โ ๐} where โX = {Y โ ๐ โฃ Y โ X} (the up-set of X inside ๐ โ
not
the principal filter of Definition 1.7, which is the down-set {Y โ ๐ โฃ X โ Y}). The
exercise asks to show ๐' is positive and that |๐| โ
|๐'|, with finite
elements and
tokens of ๐' in one-one correspondence.
This file (named upSet to avoid the principal/โX collision):
upSet,upSet_inter(โX โฉ โY = โ(XโฉY)),upSet_subset_iff(โX โ โY โ X โ Y),upSet_injective;powerSystem : NeighborhoodSystem (Set ฮฑ)andpowerSystem_isPositive;- the mutually-inverse
toPower/ofPowerand the order-isopowerIso : |๐| โo |๐'|, henceisomorphic_powerSystem : V โ แดฐ V.powerSystem; toPower_principal: the iso carries the finite elementโXto the finite element of๐'generated by the tokenโX, i.e. tokens of๐'โ finite elements one-one.
Note the variance: X โฆ โX is inclusion-preserving (upSet_subset_iff),
unlike Def 1.7's
principal. Everything is [propext, Quot.sound].
X โฆ โX is inclusion-preserving: โX โ โY โ X โ Y (for X โ ๐).
โ tests at X โ โX; โ is transitivity of โ.
Exercise 1.20 โ the power system ๐' = {โX โฃ X โ ๐} over the tokens ฮ' = ๐. The
master is โฮ; the intersection law uses the consistency witness Z โ โZ โ โX โฉ โY to get
Z โ X โฉ Y, hence X โฉ Y โ ๐ and โX โฉ โY = โ(XโฉY).
Equations
Instances For
Exercise 1.20 โ ๐' is positive. โX โฉ โY = โ(XโฉY) is a neighbourhood
iff it is
non-empty: a witness Z โ X โฉ Y gives X โฉ Y โ ๐; conversely โW always
contains W.
The isomorphism |๐| โo |๐'|. #
The element of |๐'| corresponding to x โ |๐|: the filter {โW โฃ W โ x}.
Equations
Instances For
The element of |๐| corresponding to y โ |๐'|: the filter {W โฃ โW โ y}.
Equations
Instances For
Exercise 1.20 (the isomorphism). toPower/ofPower are mutually inverse
and
preserve/reflect โ, giving |๐| โo |๐'|.
Equations
Instances For
Exercise 1.20 (statement). ๐ and its power system ๐' are isomorphic.
Exercise 1.20 โ tokens โ finite elements. The iso carries the finite
element โX of
|๐| (Def 1.7) to the finite element of |๐'| generated by the token โX, i.e.
the principal
filter of โX in ๐'. Since X โฆ โX is one-one (upSet_injective), tokens of
๐' and its
finite elements are in one-one correspondence.