Mathlib Map

Theorems · Theorem · group theory

Set.smul_set_subset_iff

∀ {α : Type u_2} {β : Type u_3} [inst : SMul α β] {s t : Set β} {a : α}, a • s ⊆ t ↔ ∀ ⦃b : β⦄, b ∈ s → a • b ∈ t
Defined in
Mathlib.Algebra.Group.Pointwise.Set.Scalar
Cited by
7 results in Mathlib
Foundations
Depth 9 from the axioms · uses propext, Quot.sound
Assumes
SMul

Around this declaration

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

Cites3

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

Cited by7

Results whose statement or proof uses this declaration.