Theorems · Theorem · number theory
geom_sum_alternating_of_lt_neg_one
∀ {R : Type u_1} [inst : Ring R] [inst_1 : PartialOrder R] [IsStrictOrderedRing R] {n : ℕ} {x : R},
x + 1 < 0 → 1 < n → if Even n then ∑ i ∈ Finset.range n, x ^ i < 0 else 1 < ∑ i ∈ Finset.range n, x ^ i- Defined in
- Mathlib.Algebra.Order.Ring.GeomSum
- Cited by
- 2 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.
Cites20
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
- mul_oneproof · cited by 3,885
- IsStrictOrderedRingstatement and proof · cited by 2,490
- LT.lt.leproof · cited by 2,189
- le_reflproof · cited by 2,061
- Finset.rangestatement and proof · cited by 1,341
- LE.le.trans_ltproof · cited by 795
- Evenstatement and proof · cited by 444
- zero_le_oneproof · cited by 316
- le_add_of_nonneg_rightproof · cited by 69
Cited by2
Results whose statement or proof uses this declaration.
- geom_sum_ne_zeroproof · cited by 1
- Odd.geom_sum_posproof · cited by 1