English
The operation upperPolar r is antitone with respect to set inclusion: if s ⊆ t, then upperPolar r t ⊆ upperPolar r s.
Русский
Функция upperPolar r антимонотонна по включению: если s ⊆ t, то upperPolar r t ⊆ upperPolar r s.
LaTeX
$$$s \subseteq t \Rightarrow \upperPolar r t \subseteq \upperPolar r s$$$
Lean4
theorem upperPolar_anti : Antitone (upperPolar r) :=
(gc_upperPolar_lowerPolar r).monotone_l