Theorems · Theorem · logic and foundations
Set.inter_union_distrib_right
∀ {α : Type u} (s t u : Set α), s ∩ t ∪ u = (s ∪ u) ∩ (t ∪ u)- Defined in
- Mathlib.Data.Set.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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
- sup_inf_rightproof · cited by 22
Cited by4
Results whose statement or proof uses this declaration.
- isLocallyClosed_tfaeproof · cited by 2
- Set.subset_inter_union_compl_rightproof · cited by 1
- Set.subset_inter_union_compl_leftproof · cited by 1
- PFun.core_eqproof · cited by 0