English
The carrier of the product subsemiring equals the product of the carriers: (s.prod t : Set (R × S)) = (s : Set R) × (t : Set S).
Русский
Образ подполе произведения равен произведению множеств: переносод (s.prod t) как множества равен (s : Set R) × (t : Set S).
LaTeX
$$$ (s.prod t : Set (R \times S)) = (s : Set R) \times\! (t : Set S) $$$
Lean4
@[norm_cast]
theorem coe_prod (s : Subsemiring R) (t : Subsemiring S) : (s.prod t : Set (R × S)) = (s : Set R) ×ˢ (t : Set S) :=
rfl