Theorems · Theorem · order theory
Set.biUnion_diff_biUnion_subset
Deprecated since 2026-06-03Use Set.biUnion_sdiff_biUnion_subset instead.
∀ {α : Type u_1} {β : Type u_2} (t : α → Set β) (s₁ s₂ : Set α), (⋃ x ∈ s₁, t x) \ ⋃ x ∈ s₂, t x ⊆ ⋃ x ∈ s₁ \ s₂, t xAlias of Set.biUnion_sdiff_biUnion_subset.
- Defined in
- Mathlib.Data.Set.Lattice
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Set.iUnionstatement · cited by 2,483
- Set.biUnion_sdiff_biUnion_subsetproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.