Theorems · Theorem · number theory
geom_sum_pos_and_lt_one
∀ {R : Type u_1} [inst : Ring R] [inst_1 : PartialOrder R] [IsStrictOrderedRing R] {n : ℕ} {x : R},
x < 0 → 0 < x + 1 → 1 < n → 0 < ∑ i ∈ Finset.range n, x ^ i ∧ ∑ i ∈ Finset.range n, x ^ i < 1- Defined in
- Mathlib.Algebra.Order.Ring.GeomSum
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Ringstatement and proof · cited by 7,463
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement and proof · cited by 5,195
- IsStrictOrderedRingstatement and proof · cited by 2,490
- LT.lt.leproof · cited by 2,189
- Finset.rangestatement and proof · cited by 1,341
- neg_nonnegproof · cited by 60
- Nat.le_inductionproof · cited by 46
- neg_mul_eq_neg_mulproof · cited by 20
- mul_neg_of_neg_of_posproof · cited by 13
- neg_lt_iff_pos_add'proof · cited by 6
- geom_sum_succproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- geom_sum_pos'proof · cited by 3