set f = NegationD1 ;
set g = NegationD2 ;
let N be Fuzzy_Negation; :: thesis: ( NegationD1 <= N & N <= NegationD2 )
thus NegationD1 <= N :: thesis: N <= NegationD2
proof end;
let x be Element of [.0,1.]; :: according to FUZIMPL3:def 19 :: thesis: N . x <= NegationD2 . x
per cases ( x = 1 or x <> 1 ) ;
end;