Theorems · Theorem · order theory
BooleanSubalgebra.closure_bot_sup_induction
∀ {α : Type u_2} [inst : BooleanAlgebra α] {s : Set α} {p : (g : α) → g ∈ BooleanSubalgebra.closure s → Prop},
(∀ (x : α) (hx : x ∈ s), p x ⋯) →
p ⊥ ⋯ →
(∀ (x : α) (hx : x ∈ BooleanSubalgebra.closure s) (y : α) (hy : y ∈ BooleanSubalgebra.closure s),
p x hx → p y hy → p (x ⊔ y) ⋯) →
(∀ (x : α) (hx : x ∈ BooleanSubalgebra.closure s), p x hx → p xᶜ ⋯) →
∀ {x : α} (hx : x ∈ BooleanSubalgebra.closure s), p x hxAn 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.
- Defined in
- Mathlib.Order.BooleanSubalgebra
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 68 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.ofPredproof · cited by 6,101
- Bot.botstatement and proof · cited by 4,720
- Compl.complstatement and proof · cited by 2,925
- BooleanAlgebrastatement and proof · cited by 300
- compl_complproof · cited by 229
- BooleanSubalgebrastatement and proof · cited by 104
- BooleanSubalgebra.closurestatement and proof · cited by 12
- BooleanSubalgebra.subset_closurestatement and proof · cited by 9
- compl_supproof · cited by 8
- BooleanSubalgebra.supClosedstatement and proof · cited by 7
- BooleanSubalgebra.bot_memstatement and proof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- Topology.IsConstructible.empty_union_inductionproof · cited by 3
- BooleanSubalgebra.mem_closure_iff_sup_sdiffproof · cited by 1