Mathlib Map

Theorems · Theorem · order theory

ciSup_mul_le

∀ {α : Type u_1} {ι : Sort u_2} [Nonempty ι] [inst : ConditionallyCompleteLattice α] [inst_1 : Group α] [MulRightMono α]
  {a : α} {g : ι → α} {h : α}, (∀ (i : ι), g i * h ≤ a) → iSup g * h ≤ a
Defined in
Mathlib.Order.ConditionallyCompleteLattice.Group
Cited by
1 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound
Assumes
NonemptyConditionallyCompleteLatticeGroupMulRightMono

Around this declaration

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

Cites5

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.