-
Notifications
You must be signed in to change notification settings - Fork 141
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
Towards schemes of finite presentation without size issues #1080
base: master
Are you sure you want to change the base?
Conversation
-- the Zariski lattice (classifying compact open subobjects) | ||
private forget = ForgetfulCommAlgebra→CommRing R | ||
|
||
𝓛 : fpAlgFunctor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be defined by just composing the functor forget
with the Z-functor version of 𝓛
.
isAffine X = ∃[ A ∈ SmallFPAlgebra ] (Sp .F-ob A) ≅ᶜ X | ||
|
||
-- the induced subfunctor | ||
⟦_⟧ᶜᵒ : {X : fpAlgFunctor} (U : CompactOpen X) → fpAlgFunctor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this should be defined by just taking the pullback of U
and the "top element inclusion" of the lattice?
isAffineCompactOpen U = isAffine ⟦ U ⟧ᶜᵒ | ||
|
||
-- the dist. lattice of compact opens | ||
CompOpenDistLattice : Functor fpAlgFUNCTOR (DistLatticesCategory {ℓ} ^op) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Homework" question for us: Can this be unified with the very similar construction of the "global sections functor" that maps X
to X ⇒ 𝔸¹
?
Redoing the relevant parts of #1068 for finitely presented algebras and this time without raising universe levels.