English
From a distributive lattice α with a bounded order, the object BddDistLat is obtained, bundling these structures into a single category-theoretic object.
Русский
Из распределённой решётки α с ограниченным порядком получаемое объект BddDistLat объединяет эти структуры в единый категориальный объект.
LaTeX
$$There exists a bundled object BddDistLat with carrier α provided α has a distributive lattice structure and a bounded order.$$
Lean4
/-- Construct a bundled `BddDistLat` from a `BoundedOrder` `DistribLattice`. -/
abbrev of (α : Type*) [DistribLattice α] [BoundedOrder α] : BddDistLat where carrier := α