Theorems · Theorem · commutative algebra
ValuativeRel.ValueGroupWithZero.lift_mul
∀ {R : Type u_1} [inst : Semiring R] [inst_1 : ValuativeRel R] {α : Type u_2} [inst_2 : Mul α]
(f : R → ↥(ValuativeRel.posSubmonoid R) → α)
(hf : ∀ (x y : R) (t s : ↥(ValuativeRel.posSubmonoid R)), x * ↑t ≤ᵥ y * ↑s → y * ↑s ≤ᵥ x * ↑t → f x s = f y t),
(∀ (a b : R) (r s : ↥(ValuativeRel.posSubmonoid R)), f (a * b) (r * s) = f a r * f b s) →
∀ (a b : ValuativeRel.ValueGroupWithZero R),
ValuativeRel.ValueGroupWithZero.lift f hf (a * b) =
ValuativeRel.ValueGroupWithZero.lift f hf a * ValuativeRel.ValueGroupWithZero.lift f hf b- Cited by
- 0 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringValuativeRelMul
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Submonoidstatement · cited by 3,086
- ValuativeRelstatement and proof · cited by 241
- ValuativeRel.ValueGroupWithZerostatement and proof · cited by 86
- ValuativeRel.vlestatement and proof · cited by 84
- ValuativeRel.posSubmonoidstatement and proof · cited by 45
- ValuativeRel.ValueGroupWithZero.indproof · cited by 6
- ValuativeRel.ValueGroupWithZero.liftstatement · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.