Documentation
Atlas
.
AlgebraNotes
.
code
.
Integers
Search
return to top
source
Imports
Init
Mathlib
Imported by
Integers
.
ideal_span_pair_eq_span_gcd
source
theorem
Integers
.
ideal_span_pair_eq_span_gcd
(
a
b
:
ℤ
)
:
Ideal.span
{
a
,
b
}
=
Ideal.span
{
↑
(
a
.
gcd
b
)
}