let IT be Element of Funcs A,BOOLEAN ; :: thesis: ( IT = p 'or' q iff for x being Element of A holds IT . x = (p . x) 'or' (q . x) )
hereby :: thesis: ( ( for x being Element of A holds IT . x = (p . x) 'or' (q . x) ) implies IT = p 'or' q )
assume A3: IT = p 'or' q ; :: thesis: for x being Element of A holds IT . x = (p . x) 'or' (q . x)
let x be Element of A; :: thesis: IT . x = (p . x) 'or' (q . x)
A4: dom p = A by FUNCT_2:def 1;
dom q = A by FUNCT_2:def 1;
then dom (p 'or' q) = A /\ A by A4, Def5
.= A ;
hence IT . x = (p . x) 'or' (q . x) by A3, Def5; :: thesis: verum
end;
assume A5: for x being Element of A holds IT . x = (p . x) 'or' (q . x) ; :: thesis: IT = p 'or' q
A6: dom IT = A by FUNCT_2:def 1;
A7: dom q = A by FUNCT_2:def 1;
A8: dom IT = A /\ A by FUNCT_2:def 1
.= (dom p) /\ (dom q) by A7, FUNCT_2:def 1 ;
for x being set st x in dom IT holds
IT . x = (p . x) 'or' (q . x) by A5, A6;
hence IT = p 'or' q by A8, Def5; :: thesis: verum