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
- Coheyting.boundary a = a ⊓ ¬a
Instances For
The boundary of an element of a co-Heyting algebra.
Equations
- Heyting.«term∂_» = Lean.ParserDescr.node `Heyting.«term∂_» 120 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol "∂ ") (Lean.ParserDescr.cat `term 120))
Instances For
@[simp]
@[simp]
@[simp]
@[simp]