let Y be non empty set ; for a, b being Function of Y,BOOLEAN
for G being Subset of (PARTITIONS Y)
for A being a_partition of Y st a '<' b holds
All (a,A,G) '<' Ex (b,A,G)
let a, b be Function of Y,BOOLEAN; for G being Subset of (PARTITIONS Y)
for A being a_partition of Y st a '<' b holds
All (a,A,G) '<' Ex (b,A,G)
let G be Subset of (PARTITIONS Y); for A being a_partition of Y st a '<' b holds
All (a,A,G) '<' Ex (b,A,G)
let A be a_partition of Y; ( a '<' b implies All (a,A,G) '<' Ex (b,A,G) )
assume
a '<' b
; All (a,A,G) '<' Ex (b,A,G)
then A1:
All (a,A,G) '<' All (b,A,G)
by PARTIT_2:12;
All (b,A,G) '<' Ex (b,A,G)
by BVFUNC_4:17;
hence
All (a,A,G) '<' Ex (b,A,G)
by A1, BVFUNC_1:15; verum