Theorems · Theorem · order theory
BooleanSubalgebra.mk_le_mk
∀ {α : Type u_2} [inst : BooleanAlgebra α] {L M : Sublattice α} (hL_compl : ∀ {a : α}, a ∈ L.carrier → aᶜ ∈ L.carrier)
(hL_bot : ⊥ ∈ L.carrier) (hM_compl : ∀ {a : α}, a ∈ M.carrier → aᶜ ∈ M.carrier) (hM_bot : ⊥ ∈ M.carrier),
{ toSublattice := L, compl_mem' := hL_compl, bot_mem' := hL_bot } ≤
{ toSublattice := M, compl_mem' := hM_compl, bot_mem' := hM_bot } ↔
L ≤ M- Defined in
- Mathlib.Order.BooleanSubalgebra
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- BooleanAlgebra
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Bot.botstatement and proof · cited by 4,720
- Compl.complstatement and proof · cited by 2,925
- BooleanAlgebrastatement and proof · cited by 300
- Sublatticestatement and proof · cited by 225
- BooleanSubalgebrastatement · cited by 104
- Sublattice.carrierstatement and proof · cited by 23
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.