let x be object ; TARSKI:def 3 ( not x in { (TriangularFS (a,b,c)) where a, b, c is Real : ( a < b & b < c ) } or x in Membership_Funcs REAL )
assume
x in { (TriangularFS (a,b,c)) where a, b, c is Real : ( a < b & b < c ) }
; x in Membership_Funcs REAL
then
ex a, b, c being Real st
( x = TriangularFS (a,b,c) & a < b & b < c )
;
hence
x in Membership_Funcs REAL
by Def1; verum