Set Product Notation #
This file provides notation for a product of sets, and other similar types.
Main Definitions #
SProd α β γ
for a binary operation(· ×ˢ ·) : α → β → γ
.
Notation #
We introduce the notation x ×ˢ y
for the sprod
of any SProd
structure. Ideally, x × y
notation is desirable but this notation is defined in core for Prod
so replacing x ×ˢ y
with
x × y
seems difficult.