Documentation

Mathlib.Algebra.Field.Rat

The rational numbers form a field #

This file contains the field instance on the rational numbers.

See note [foundational algebra order theory].

Tags #

rat, rationals, field, ℚ, numerator, denominator, num, denom

Equations
  • One or more equations did not get rendered due to their size.

Extra instances to short-circuit type class resolution #

These also prevent non-computable instances being used to construct these instances non-computably.

theorem Rat.inv_nonneg {a : } (ha : 0 a) :
theorem Rat.div_nonneg {a b : } (ha : 0 a) (hb : 0 b) :
theorem Rat.zpow_nonneg {a : } (ha : 0 a) (n : ) :
Equations
Equations
Equations
@[simp]
theorem NNRat.coe_div (p q : ℚ≥0) :
(p / q) = p / q
@[simp]
theorem NNRat.coe_zpow (p : ℚ≥0) (n : ) :
@[simp]
theorem NNRat.num_div_den (q : ℚ≥0) :
q.num / q.den = q
Equations
  • One or more equations did not get rendered due to their size.