Mathlib Map

Theorems · Theorem · order theory

Set.image_mul_left_Ioo

∀ {G₀ : Type u_2} [inst : GroupWithZero G₀] [inst_1 : PartialOrder G₀] [PosMulReflectLT G₀] {a : G₀},
  0 < a → ∀ (b c : G₀), (fun x => a * x) '' Set.Ioo b c = Set.Ioo (a * b) (a * c)
Defined in
Mathlib.Algebra.Order.Group.Pointwise.Interval
Cited by
1 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupWithZeroPartialOrderPosMulReflectLT

Around this declaration

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

Cites8

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.