Theorems · Theorem · number theory
NNRatCast.ofScientific_eq_ite
∀ {K : Type u_1} [inst : NNRatCast K] (m : ℕ) (b : Bool) (d : ℕ),
OfScientific.ofScientific m b d = ↑(if b = true then NNRat.divNat m (10 ^ d) else ↑(m * 10 ^ d))- Defined in
- Mathlib.Algebra.Field.Rat
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NNRatCast
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NNRatstatement and proof · cited by 523
- NNRat.caststatement and proof · cited by 235
- NNRat.divNatstatement and proof · cited by 17
- NNRatCaststatement and proof · cited by 11
- Rat.ofScientific_nonnegproof · cited by 3
- NNRatCast.toOfScientific_defproof · cited by 1
- Rat.ofScientific_eq_ofScientificproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.