Theorems · Theorem · order theory
BooleanSubalgebra.mk.inj
∀ {α : Type u_2} {inst : BooleanAlgebra α} {toSublattice : Sublattice α}
{compl_mem' : ∀ {a : α}, a ∈ toSublattice.carrier → aᶜ ∈ toSublattice.carrier} {bot_mem' : ⊥ ∈ toSublattice.carrier}
{toSublattice_1 : Sublattice α} {compl_mem'_1 : ∀ {a : α}, a ∈ toSublattice_1.carrier → aᶜ ∈ toSublattice_1.carrier}
{bot_mem'_1 : ⊥ ∈ toSublattice_1.carrier},
{ toSublattice := toSublattice, compl_mem' := compl_mem', bot_mem' := bot_mem' } =
{ toSublattice := toSublattice_1, compl_mem' := compl_mem'_1, bot_mem' := bot_mem'_1 } →
toSublattice = toSublattice_1- Defined in
- Mathlib.Order.BooleanSubalgebra
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- BooleanSubalgebra.mk.noConfusionproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- BooleanSubalgebra.mk.injEqproof · cited by 0