let R be EuclidianRing; for a, b being Element of R
for g being a_gcd of a,b holds {g} -Ideal = {a,b} -Ideal
let a, b be Element of R; for g being a_gcd of a,b holds {g} -Ideal = {a,b} -Ideal
let g be a_gcd of a,b; {g} -Ideal = {a,b} -Ideal
HX:
( {a,b} -Ideal = { ((a * r) + (b * s)) where r, s is Element of R : verum } & {g} -Ideal = { (g * r) where r is Element of R : verum } )
by IDEAL_1:64, IDEAL_1:65;
consider r, s being Element of R such that
H1:
g = (a * r) + (b * s)
by lemgcdii;
H2:
g in {a,b} -Ideal
by H1, HX;
then
{a,b} -Ideal c= {g} -Ideal
;
hence
{g} -Ideal = {a,b} -Ideal
by H2, IDEAL_1:67; verum