The category of frames.
Equations
Instances For
Equations
- Frm.instCoeSortFrmType = CategoryTheory.Bundled.coeSort
Equations
- Frm.instInhabitedFrm = { default := Frm.of PUnit.{u_1 + 1} }
@[inline, reducible]
An abbreviation of FrameHom
that assumes Frame
instead of the weaker CompleteLattice
.
Necessary for the category theory machinery.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- Frm.instConcreteCategoryFrmInstFrmCategory = id inferInstance
Equations
- One or more equations did not get rendered due to their size.
@[simp]
theorem
Frm.Iso.mk_inv_toFun
{α : Frm}
{β : Frm}
(e : ↑α ≃o ↑β)
(a : ↑β)
:
(Frm.Iso.mk e).inv a = (OrderIso.symm e) a
@[simp]
theorem
Frm.Iso.mk_hom_toFun
{α : Frm}
{β : Frm}
(e : ↑α ≃o ↑β)
(a : ↑α)
:
(Frm.Iso.mk e).hom a = e a
@[simp]
theorem
topCatOpToFrm_obj
(X : TopCatᵒᵖ)
:
topCatOpToFrm.toPrefunctor.obj X = Frm.of (TopologicalSpace.Opens ↑X.unop)
@[simp]
theorem
topCatOpToFrm_map :
∀ {X Y : TopCatᵒᵖ} (f : X ⟶ Y), topCatOpToFrm.toPrefunctor.map f = TopologicalSpace.Opens.comap f.unop
The forgetful functor from TopCatᵒᵖ
to Frm
.
Equations
- One or more equations did not get rendered due to their size.