Theorems · Theorem · group theory
Set.apply_mulIndicator_symmDiff
∀ {α : Type u_1} {β : Type u_2} {G : Type u_6} [inst : Group G] {g : G → β},
(∀ (x : G), g x⁻¹ = g x) →
∀ (s t : Set α) (f : α → G) (x : α),
g ((symmDiff s t).mulIndicator f x) = g (s.mulIndicator f x / t.mulIndicator f x)- Defined in
- Mathlib.Algebra.Group.Indicator
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Groupstatement and proof · cited by 6,238
- div_oneproof · cited by 629
- one_divproof · cited by 624
- symmDiffstatement · cited by 236
- Set.mulIndicatorstatement · cited by 163
- Set.mulIndicator_of_notMemproof · cited by 27
- Set.mulIndicator_of_memproof · cited by 25
- div_self'proof · cited by 25
Cited by2
Results whose statement or proof uses this declaration.
- dist_mulIndicatorproof · cited by 1
- Set.mabs_mulIndicator_symmDiffproof · cited by 0