Mathlib Map

Theorems · Theorem · group theory

AddAction.movedBy_mem_fixedBy_of_addCommute

∀ {α : Type u_1} {G : Type u_2} [inst : AddGroup G] [inst_1 : AddAction G α] {g h : G},
  AddCommute g h → (AddAction.fixedBy α g)ᶜ ∈ AddAction.fixedBy (Set α) h

If g and h commute, then g moves h +ᵥ x iff g moves x. This is equivalent to say that the set (fixedBy α g)ᶜ is fixed by h.

Defined in
Mathlib.GroupTheory.GroupAction.FixedPoints
Cited by
2 results in Mathlib
Foundations
Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupAddAction

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.