Mathlib Map

Theorems · Theorem · order theory

Archimedean.arch

∀ {R : Type u_2} {inst : AddCommMonoid R} {inst_1 : PartialOrder R} [self : Archimedean R] (x : R) {y : R},
  0 < y → ∃ n, x ≤ n • y

For any two elements x, y such that 0 < y, there exists a natural number n such that x ≤ n • y.

Defined in
Mathlib.Algebra.Order.Archimedean.Defs
Cited by
19 results in Mathlib
Foundations
Depth 6 from the axioms · uses no axioms
Assumes
Archimedean

Around this declaration

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

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by19

Results whose statement or proof uses this declaration.