Co-Heyting boundary #
The boundary of an element of a co-Heyting algebra is the intersection of its Heyting negation with itself. The boundary in the co-Heyting algebra of closed sets coincides with the topological boundary.
Main declarations #
Coheyting.boundary
: Co-Heyting boundary.Coheyting.boundary a = a ⊓ ¬a
Notation #
∂ a
is notation for Coheyting.boundary a
in locale Heyting
.
The boundary of an element of a co-Heyting algebra is the intersection of its Heyting negation
with itself. Note that this is always ⊥
for a boolean algebra.
Equations
Instances For
The boundary of an element of a co-Heyting algebra.
Equations
Instances For
@[simp]
@[simp]
Leibniz rule for the co-Heyting boundary.
theorem
Coheyting.boundary_le_boundary_sup_sup_boundary_inf_left
{α : Type u_1}
[CoheytingAlgebra α]
{a b : α}
:
theorem
Coheyting.boundary_le_boundary_sup_sup_boundary_inf_right
{α : Type u_1}
[CoheytingAlgebra α]
{a b : α}
:
@[simp]
@[simp]