Mathlib Map

Theorems · Theorem · group theory

AddAction.fixedBy_eq_univ_iff_eq_zero

∀ {α : Type u_1} {M : Type u_3} [inst : AddMonoid M] [inst_1 : AddAction M α] [FaithfulVAdd M α] {m : M},
  AddAction.fixedBy α m = Set.univ ↔ m = 0

If the additive action of M on α is faithful, then fixedBy α m = Set.univ implies that m = 1.

Defined in
Mathlib.GroupTheory.GroupAction.FixedPoints
Cited by
1 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Quot.sound
Assumes
AddMonoidAddActionFaithfulVAdd

Around this declaration

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

Cites11

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

Cited by1

Results whose statement or proof uses this declaration.