Theorems · Theorem · order theory
Function.Injective.mulPosStrictMono
∀ {α : Type u_1} [inst : Mul α] [inst_1 : Zero α] [inst_2 : Preorder α] [MulPosStrictMono α] {β : Type u_2}
[inst_4 : Zero β] [inst_5 : Mul β] [inst_6 : Preorder β] (f : β → α),
f 0 = 0 → (∀ (x y : β), f (x * y) = f x * f y) → (∀ {x y : β}, f x < f y ↔ x < y) → MulPosStrictMono βPullback MulPosStrictMono.
- Defined in
- Mathlib.Algebra.Order.GroupWithZero.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses propext
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.
- Preorderstatement and proof · cited by 7,952
- MulPosStrictMonostatement and proof · cited by 94
- mul_lt_mul_of_pos_rightproof · cited by 54
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.