Documentation
Mathlib
.
RingTheory
.
Localization
.
Rat
Search
return to top
source
Imports
Init
Mathlib.RingTheory.Int.Basic
Mathlib.RingTheory.Localization.NumDen
Imported by
Rat
.
isLocalizationIsInteger_iff
Rat
.
associated_num_den
Rat
.
isFractionRingDen
Rat
.
isFractionRingNum
Ring-theoretic fractions in
ℚ
#
source
theorem
Rat
.
isLocalizationIsInteger_iff
(
q
:
ℚ
)
:
IsLocalization.IsInteger
ℤ
q
↔
q
∈
Set.range
Int.cast
source
theorem
Rat
.
associated_num_den
(
q
:
ℚ
)
:
Associated
(
IsFractionRing.num
ℤ
q
)
q
.
num
∧
Associated
↑
(
IsFractionRing.den
ℤ
q
)
↑
q
.
den
source
theorem
Rat
.
isFractionRingDen
(
q
:
ℚ
)
:
(↑
(
IsFractionRing.den
ℤ
q
)
)
.
natAbs
=
q
.
den
source
theorem
Rat
.
isFractionRingNum
(
q
:
ℚ
)
:
Associated
(
IsFractionRing.num
ℤ
q
)
q
.
num