Theorems · Theorem · order theory
forall_lt_add_iff_lt_right
∀ {α : Type u_1} [inst : LinearOrder α] {P : α → Prop} {b c : α} [inst_1 : AddCommMagma α] [CanonicallyOrderedAdd α]
[AddLeftReflectLT α] [IsLeftCancelAdd α], (∀ a < b + c, P a) ↔ (∀ a < c, P a) ∧ ∀ d < b, P (d + c)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- CanonicallyOrderedAddstatement and proof · cited by 229
- IsLeftCancelAddstatement and proof · cited by 72
- AddLeftReflectLTstatement and proof · cited by 33
- AddCommMagmastatement and proof · cited by 32
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.