English
Let α be a type with a SemilatticeSup and OrderBot; then α, with its structure, forms a SemilatSupCat.
Русский
Пусть α—тип с полем SemilatticeSup и OrderBot; тогда α с данной структурой образует объект SemilatSupCat.
LaTeX
$$$ \\text{Of}(\\alpha) \\in \\mathrm{Obj}(\\mathrm{SemilatSupCat}) $$$
Lean4
/-- Construct a bundled `SemilatSupCat` from a `SemilatticeSup`. -/
abbrev of (α : Type*) [SemilatticeSup α] [OrderBot α] : SemilatSupCat :=
⟨α⟩