Mathlib Map

Theorems · Definition · field theory

DivisionSemiring.nnqsmul

{K : Type u_2} → [self : DivisionSemiring K] → ℚ≥0 → K → K

Scalar multiplication by a nonnegative rational number. Unless there is a risk of a Module ℚ≥0 _ instance diamond, write nnqsmul := _. This will set nnqsmul to (NNRat.cast · * ·) thanks to unification in the default proof of nnqsmul_def. Do not use directly. Instead use the notation.

Defined in
Mathlib.Algebra.Field.Defs
Cited by
1 results in Mathlib
Foundations
Depth 40 from the axioms · uses propext, Quot.sound
Assumes
DivisionSemiring

Around this declaration

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

Cites2

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

Cited by3

Results whose statement or proof uses this declaration.