Skip to content

Commit

Permalink
stacks 005H
Browse files Browse the repository at this point in the history
  • Loading branch information
alreadydone committed Dec 26, 2024
1 parent cccb6fe commit 2a50c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mathlib/Order/BooleanSubalgebra.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Yaël Dillies
-/
import Mathlib.Order.Sublattice
import Mathlib.Tactic.StacksAttribute

/-!
# Boolean subalgebras
Expand Down Expand Up @@ -366,7 +367,7 @@ section sdiff_sup
variable (sup : SupClosed s) (inf : InfClosed s) (bot_mem : ⊥ ∈ s) (top_mem : ⊤ ∈ s)
include sup inf bot_mem top_mem

theorem mem_closure_iff_sup_sdiff {a : α} :
@[stacks 005H] theorem mem_closure_iff_sup_sdiff {a : α} :
a ∈ closure s ↔ ∃ t : Finset (s × s), a = t.sup fun x ↦ x.1.1 \ x.2.1 := by
classical
refine ⟨closure_bot_sup_induction
Expand Down

0 comments on commit 2a50c59

Please sign in to comment.