Mathlib Map

Theorems · Theorem · group theory

Submonoid.pow_smul_mem_closure_smul

∀ {M : Type u_3} [inst : Monoid M] {N : Type u_7} [inst_1 : CommMonoid N] [inst_2 : MulAction M N] [IsScalarTower M N N]
  (r : M) (s : Set N) {x : N}, x ∈ Submonoid.closure s → ∃ n, r ^ n • x ∈ Submonoid.closure (r • s)
Defined in
Mathlib.Algebra.Group.Submonoid.Pointwise
Cited by
1 results in Mathlib
Foundations
Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MonoidCommMonoidMulActionIsScalarTower

Around this declaration

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

Cites18

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.