Theorems · Theorem · order theory
lt_iff_exists_add
∀ {α : Type u} [inst : AddZeroClass α] [inst_1 : PartialOrder α] [CanonicallyOrderedAdd α] {a b : α}
[AddLeftStrictMono α], a < b ↔ ∃ c > 0, b = a + c- Cited by
- 1 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PartialOrderstatement and proof · cited by 6,410
- add_zeroproof · cited by 2,707
- AddZeroClassstatement and proof · cited by 1,237
- CanonicallyOrderedAddstatement and proof · cited by 229
- AddLeftStrictMonostatement and proof · cited by 203
- pos_iff_ne_zeroproof · cited by 180
- lt_add_of_pos_rightproof · cited by 51
- lt_iff_le_and_neproof · cited by 47
- LE.le.lt_iff_neproof · cited by 34
- self_le_add_rightproof · cited by 17
- le_iff_exists_addproof · cited by 16
Cited by1
Results whose statement or proof uses this declaration.
- Asymptotics.isLittleO_pow_powproof · cited by 5