Mathlib Map

Theorems · Theorem · group theory

mem_fixingSubgroup_iff

∀ (M : Type u_1) {α : Type u_2} [inst : Group M] [inst_1 : MulAction M α] {s : Set α} {m : M},
  m ∈ fixingSubgroup M s ↔ ∀ y ∈ s, m • y = y
Defined in
Mathlib.GroupTheory.GroupAction.FixingSubgroup
Cited by
8 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
Assumes
GroupMulAction

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
  • Set.Elemproof · cited by 7,166
  • Groupstatement and proof · cited by 6,238
  • Subgroupstatement · cited by 3,593
  • MulActionstatement and proof · cited by 1,294
  • fixingSubgroupstatement and proof · cited by 83

Cited by9

Results whose statement or proof uses this declaration.