Theorems · Theorem · order theory
IsNonarchimedean.nsmul_le
∀ {R : Type u_1} [inst : Semiring R] [inst_1 : LinearOrder R] {F : Type u_2} {α : Type u_3} [inst_2 : AddMonoid α]
[inst_3 : FunLike F α R] [ZeroHomClass F α R] [NonnegHomClass F α R] {f : F},
IsNonarchimedean ⇑f → ∀ {n : ℕ} {a : α}, f (n • a) ≤ f aIf f is a nonnegative nonarchimedean function α → R such that f 0 = 0, then for every
n : ℕ and a : α, we have f (n • a) ≤ (f a).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- LinearOrderstatement and proof · cited by 8,572
- AddMonoidstatement and proof · cited by 2,864
- FunLikestatement and proof · cited by 2,560
- map_zeroproof · cited by 1,614
- one_smulproof · cited by 1,374
- le_transproof · cited by 985
- zero_nsmulproof · cited by 137
- IsNonarchimedeanstatement and proof · cited by 77
- ZeroHomClassstatement and proof · cited by 74
- add_nsmulproof · cited by 44
Cited by2
Results whose statement or proof uses this declaration.
- IsNonarchimedean.apply_natCast_le_oneproof · cited by 3
- IsNonarchimedean.nmul_leproof · cited by 1