Mathlib Map

Theorems · Theorem · sequences and series

prod_le_hasProd

∀ {ι : Type u_1} {α : Type u_3} {L : SummationFilter ι} [inst : CommMonoid α] [inst_1 : Preorder α] [IsOrderedMonoid α]
  [inst_3 : TopologicalSpace α] [OrderClosedTopology α] {f : ι → α} {a : α} [L.NeBot] [L.LeAtTop] (s : Finset ι),
  (∀ i ∉ s, 1 ≤ f i) → HasProd f a L → ∏ i ∈ s, f i ≤ a
Defined in
Mathlib.Topology.Algebra.InfiniteSum.Order
Cited by
3 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidPreorderIsOrderedMonoidTopologicalSpaceOrderClosedTopologySummationFilter.NeBotSummationFilter.LeAtTop

Around this declaration

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

Cites16

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

Cited by3

Results whose statement or proof uses this declaration.