Theorems · Theorem · order theory
IsNonarchimedean.add_eq_max_of_ne
∀ {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) = max (f x) (f y)If f is a nonarchimedean additive group seminorm on α and x y : α are such that
f x ≠ f y, then f (x + y) = max (f x) (f y).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- AddGroupstatement and proof · cited by 4,410
- FunLikestatement and proof · cited by 2,560
- Ne.lt_or_gtproof · cited by 108
- IsNonarchimedeanstatement and proof · cited by 77
- AddGroupSeminormClassstatement and proof · cited by 18
- max_eq_left_of_ltproof · cited by 11
- max_eq_right_of_ltproof · cited by 7
- IsNonarchimedean.add_eq_right_of_ltproof · cited by 1
- IsNonarchimedean.add_eq_left_of_ltproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- norm_root_le_spectralValueproof · cited by 3
- padicNorm.add_eq_max_of_neproof · cited by 2