Mathlib Map

Theorems · Theorem · order theory

IsNonarchimedean.add_eq_right_of_lt

∀ {R : Type u_1} [inst : Semiring R] [inst_1 : LinearOrder R] {F : Type u_2} {α : Type u_3} [inst_2 : AddGroup α]
  [inst_3 : FunLike F α R] [AddGroupSeminormClass F α R] {f : F},
  IsNonarchimedean ⇑f → ∀ {x y : α}, f x < f y → f (x + y) = f y
Defined in
Mathlib.Algebra.Order.Ring.IsNonarchimedean
Cited by
1 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext
Assumes
SemiringLinearOrderAddGroupFunLikeAddGroupSeminormClass

Around this declaration

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

Cites15

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

Cited by1

Results whose statement or proof uses this declaration.