let D be non empty set ; PP_or ((PP_BottomPred D),(PP_True D)) = PP_True D
set B = PP_BottomPred D;
set T = PP_True D;
set o = PP_or ((PP_BottomPred D),(PP_True D));
A1:
dom (PP_or ((PP_BottomPred D),(PP_True D))) = { d where d is Element of D : ( ( d in dom (PP_BottomPred D) & (PP_BottomPred D) . d = TRUE ) or ( d in dom (PP_True D) & (PP_True D) . d = TRUE ) or ( d in dom (PP_BottomPred D) & (PP_BottomPred D) . d = FALSE & d in dom (PP_True D) & (PP_True D) . d = FALSE ) ) }
by Def4;
thus
dom (PP_or ((PP_BottomPred D),(PP_True D))) = dom (PP_True D)
FUNCT_1:def 11 for b1 being object holds
( not b1 in dom (PP_or ((PP_BottomPred D),(PP_True D))) or (PP_or ((PP_BottomPred D),(PP_True D))) . b1 = (PP_True D) . b1 )
let x be object ; ( not x in dom (PP_or ((PP_BottomPred D),(PP_True D))) or (PP_or ((PP_BottomPred D),(PP_True D))) . x = (PP_True D) . x )
assume
x in dom (PP_or ((PP_BottomPred D),(PP_True D)))
; (PP_or ((PP_BottomPred D),(PP_True D))) . x = (PP_True D) . x