Mathlib Map

Theorems · Theorem · real analysis

geom_sum_Ico_le_of_lt_one

∀ {K : Type u_1} [inst : Field K] [inst_1 : LinearOrder K] [IsStrictOrderedRing K] {x : K} {m n : ℕ},
  0 ≤ x → x < 1 → ∑ i ∈ Finset.Ico m n, x ^ i ≤ x ^ m / (1 - x)
Defined in
Mathlib.Algebra.Order.Field.GeomSum
Cited by
1 results in Mathlib
Foundations
Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldLinearOrderIsStrictOrderedRing

Around this declaration

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

Cites17

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.