Theorems · Theorem · group theory
Set.mulIndicator_union_of_disjoint
∀ {α : Type u_1} {M : Type u_4} [inst : MulOneClass M] {s t : Set α},
Disjoint s t → ∀ (f : α → M), (s ∪ t).mulIndicator f = fun a => s.mulIndicator f a * t.mulIndicator f a- Defined in
- Mathlib.Algebra.Group.Indicator
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MulOneClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Disjointstatement and proof · cited by 2,201
- MulOneClassstatement and proof · cited by 1,018
- Set.mulIndicatorstatement · cited by 163
- Disjoint.le_botproof · cited by 52
- Set.mulIndicator_union_of_notMem_interproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- Set.mulIndicator_sdiffproof · cited by 2
- HasProd.mul_disjointproof · cited by 1
- Set.mulIndicator_symmDiffproof · cited by 0