Mathlib Map

Theorems · Theorem · group theory

vadd_iterate

∀ {M : Type u_1} {α : Type u_5} [inst : AddMonoid M] [inst_1 : AddAction M α] (a : M) (n : ℕ),
  (fun x => a +ᵥ x)^[n] = fun x => n • a +ᵥ x
Defined in
Mathlib.Algebra.Group.Action.Defs
Cited by
2 results in Mathlib
Foundations
Depth 11 from the axioms · uses propext, Quot.sound
Assumes
AddMonoidAddAction

Around this declaration

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

Cites4

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.