Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prove that the initial frame Ω is a spectral frame and define its patch #173

Merged
merged 39 commits into from
Aug 21, 2023

Conversation

ayberkt
Copy link
Collaborator

@ayberkt ayberkt commented Aug 17, 2023

This PR adds a proof that the initial frame Ω is spectral. This is actually quite easy to prove, except there is a technical problem with showing that the basis is closed under binary meets.

Because our definition of spectral locale requires the covering families to be directed, the basis has to be closed under finite joins to ensure that this condition is met. When we do this, however, we end up in a situation where $(x_1 \vee \cdots \vee x_m) \wedge (y_1 \vee \cdots \vee y_n)$ has to be shown to be in the basis, given that each $x_i$ and $y_j$ are basic. This requires a CNF transformation argument that is quite tedious.

One might say that this is a good reason to take out the directedness condition from the definition of spectrality, which I have tried doing in the past. In my experience though, things go much more smoothly if this condition is baked into the definition.

@ayberkt
Copy link
Collaborator Author

ayberkt commented Aug 17, 2023

@martinescardo This is currently a draft PR but I’m in the process of finalising it. Should be ready to review soon.

@ayberkt ayberkt marked this pull request as ready for review August 17, 2023 21:18
@ayberkt
Copy link
Collaborator Author

ayberkt commented Aug 17, 2023

Note to self: before proceeding further with this, it‘s probably a good idea to address Issue #168.

→ closed-under-binary-meets F ℬ holds
→ let
ℬ↑ = directify F ℬ
β↑ = directified-basis-is-basis F ℬ β
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not used!

(((P (𝟙 {𝓤} , (λ { ⋆ → ⋆ }) , 𝟙-is-prop)) holds) , λ _ → ₁) , {!!}

ℬ𝕊-is-directed-basis : is-directed-basis (𝒪 𝕊) ℬ𝕊
ℬ𝕊-is-directed-basis = {!!} , {!!}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete code.

(((P (𝟙 {𝓤} , (λ { ⋆ → ⋆ }) , 𝟙-is-prop)) holds) , λ _ → ₁) , {!!}

ℬ𝕊-is-directed-basis : is-directed-basis (𝒪 𝕊) ℬ𝕊
ℬ𝕊-is-directed-basis = {!!} , {!!}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete code.

𝕊-spectralᴰ = ℬ𝕊 , ℬ𝕊-is-directed-basis , {!!} , {!!}

𝕊-is-spectral : is-spectral (𝒪 𝕊) holds
𝕊-is-spectral = {!!}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete code.

@martinescardo martinescardo merged commit 0536a44 into master Aug 21, 2023
1 check passed
@ayberkt ayberkt deleted the sierpinski branch August 21, 2023 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants