let R be gcdDomain; :: thesis: for Amp being AmpleSet of R
for a, b being Element of R holds
( gcd a,b,Amp = 0. R iff ( a = 0. R & b = 0. R ) )
let Amp be AmpleSet of R; :: thesis: for a, b being Element of R holds
( gcd a,b,Amp = 0. R iff ( a = 0. R & b = 0. R ) )
let A, B be Element of R; :: thesis: ( gcd A,B,Amp = 0. R iff ( A = 0. R & B = 0. R ) )
A1:
( A = 0. R & B = 0. R implies gcd A,B,Amp = 0. R )
hence
( gcd A,B,Amp = 0. R iff ( A = 0. R & B = 0. R ) )
by A1; :: thesis: verum