Mathlib Map

Theorems · Theorem · order theory

IsSuccArchimedean.exists_succ_iterate_of_le

∀ {α : Type u_3} {inst : Preorder α} {inst_1 : SuccOrder α} [self : IsSuccArchimedean α] {a b : α},
  a ≤ b → ∃ n, Order.succ^[n] a = b

If a ≤ b then one can get to a from b by iterating succ

Defined in
Mathlib.Order.SuccPred.Archimedean
Cited by
12 results in Mathlib
Foundations
Depth 7 from the axioms · uses no axioms
Assumes
IsSuccArchimedean

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.

Cited by12

Results whose statement or proof uses this declaration.