Theorems · Theorem · group theory
MulAction.set_mem_fixedBy_iff
∀ {α : Type u_1} {G : Type u_2} [inst : Group G] [inst_1 : MulAction G α] (s : Set α) (g : G),
s ∈ MulAction.fixedBy (Set α) g ↔ ∀ (x : α), g • x ∈ s ↔ x ∈ sIf a set s : Set α is in fixedBy (Set α) g, then all points of s will stay in s after being
moved by g.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- MulActionstatement and proof · cited by 1,294
- Set.mulActionSetstatement · cited by 95
- MulAction.fixedBystatement · cited by 36
Cited by1
Results whose statement or proof uses this declaration.
- MulAction.smul_mem_of_set_mem_fixedByproof · cited by 1