Boolean subalgebras #
This file defines boolean subalgebras.
A boolean subalgebra of a boolean algebra is a set containing the bottom and top elements, and closed under suprema, infima and complements.
- supClosed' : SupClosed self.carrier
- infClosed' : InfClosed self.carrier
Instances For
Equations
Copy of a boolean subalgebra with a new carrier
equal to the old one. Useful to fix
definitional equalities.
Equations
Instances For
Two boolean subalgebras are equal if they have the same elements.
A boolean subalgebra of a lattice inherits a bottom element.
Equations
A boolean subalgebra of a lattice inherits a top element.
Equations
A boolean subalgebra of a lattice inherits a supremum.
Equations
A boolean subalgebra of a lattice inherits an infimum.
Equations
A boolean subalgebra of a lattice inherits a complement.
Equations
A boolean subalgebra of a lattice inherits a difference.
Equations
A boolean subalgebra of a lattice inherits a Heyting implication.
Equations
A boolean subalgebra of a lattice inherits a boolean algebra structure.
Equations
The natural lattice hom from a boolean subalgebra to the original lattice.
Equations
Instances For
The inclusion homomorphism from a boolean subalgebra L
to a bigger boolean subalgebra M
.
Equations
Instances For
The maximum boolean subalgebra of a lattice.
Equations
The trivial boolean subalgebra of a lattice.
Equations
The inf of two boolean subalgebras is their intersection.
Equations
The inf of boolean subalgebras is their intersection.
Equations
Equations
The top boolean subalgebra is isomorphic to the original boolean algebra.
This is the boolean subalgebra version of Equiv.Set.univ α
.
Equations
Instances For
BooleanSubalgebras of a lattice form a complete lattice.
Equations
Equations
The preimage of a boolean subalgebra along a bounded lattice homomorphism.
Equations
Instances For
The image of a boolean subalgebra along a monoid homomorphism is a boolean subalgebra.
Equations
Instances For
The minimum boolean subalgebra containing a given set.
Equations
Instances For
An induction principle for closure membership. If p
holds for ⊥
and all elements of s
, and
is preserved under suprema and complement, then p
holds for all elements of the closure of s
.