Mathlib Map

Theorems · Theorem · group theory

Equiv.pointReflection_fixed_iff_of_injective_two_nsmul

∀ {G : Type u_3} {P : Type u_4} [inst : AddGroup G] [T : AddTorsor G P] {x y : P},
  (Function.Injective fun x => 2 • x) → ((Equiv.pointReflection x) y = y ↔ y = x)

x is the only fixed point of pointReflection x. This lemma requires x + x = y + y ↔ x = y. There is no typeclass to use here, so we add it as an explicit argument.

Defined in
Mathlib.Algebra.Torsor.Basic
Cited by
1 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound
Assumes
AddGroupAddTorsor

Around this declaration

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

Cites13

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.