let Y be non empty set ; for a, b being Function of Y,BOOLEAN
for G being Subset of (PARTITIONS Y)
for P being a_partition of Y st a '<' b holds
Ex (a,P,G) '<' Ex (b,P,G)
let a, b be Function of Y,BOOLEAN; for G being Subset of (PARTITIONS Y)
for P being a_partition of Y st a '<' b holds
Ex (a,P,G) '<' Ex (b,P,G)
let G be Subset of (PARTITIONS Y); for P being a_partition of Y st a '<' b holds
Ex (a,P,G) '<' Ex (b,P,G)
let P be a_partition of Y; ( a '<' b implies Ex (a,P,G) '<' Ex (b,P,G) )
A1: Ex (b,P,G) =
Ex (('not' ('not' b)),P,G)
.=
'not' (All (('not' b),P,G))
by BVFUNC_2:18
;
assume
a '<' b
; Ex (a,P,G) '<' Ex (b,P,G)
then
'not' b '<' 'not' a
by Th11;
then A2:
All (('not' b),P,G) '<' All (('not' a),P,G)
by Th12;
Ex (a,P,G) =
Ex (('not' ('not' a)),P,G)
.=
'not' (All (('not' a),P,G))
by BVFUNC_2:18
;
hence
Ex (a,P,G) '<' Ex (b,P,G)
by A1, A2, Th11; verum