let Y be non empty set ; for G being Subset of (PARTITIONS Y)
for a, b being Function of Y,BOOLEAN
for PA being a_partition of Y holds All ((a 'imp' b),PA,G) = All ((('not' a) 'or' b),PA,G)
let G be Subset of (PARTITIONS Y); for a, b being Function of Y,BOOLEAN
for PA being a_partition of Y holds All ((a 'imp' b),PA,G) = All ((('not' a) 'or' b),PA,G)
let a, b be Function of Y,BOOLEAN; for PA being a_partition of Y holds All ((a 'imp' b),PA,G) = All ((('not' a) 'or' b),PA,G)
let PA be a_partition of Y; All ((a 'imp' b),PA,G) = All ((('not' a) 'or' b),PA,G)
A1:
All ((('not' a) 'or' b),PA,G) '<' All ((a 'imp' b),PA,G)
proof
let z be
Element of
Y;
BVFUNC_1:def 12 ( not (All ((('not' a) 'or' b),PA,G)) . z = TRUE or (All ((a 'imp' b),PA,G)) . z = TRUE )
assume A2:
(All ((('not' a) 'or' b),PA,G)) . z = TRUE
;
(All ((a 'imp' b),PA,G)) . z = TRUE
for
x being
Element of
Y st
x in EqClass (
z,
(CompF (PA,G))) holds
(a 'imp' b) . x = TRUE
then
(B_INF ((a 'imp' b),(CompF (PA,G)))) . z = TRUE
by BVFUNC_1:def 16;
hence
(All ((a 'imp' b),PA,G)) . z = TRUE
by BVFUNC_2:def 9;
verum
end;
All ((a 'imp' b),PA,G) '<' All ((('not' a) 'or' b),PA,G)
proof
let z be
Element of
Y;
BVFUNC_1:def 12 ( not (All ((a 'imp' b),PA,G)) . z = TRUE or (All ((('not' a) 'or' b),PA,G)) . z = TRUE )
assume A6:
(All ((a 'imp' b),PA,G)) . z = TRUE
;
(All ((('not' a) 'or' b),PA,G)) . z = TRUE
then
(B_INF ((('not' a) 'or' b),(CompF (PA,G)))) . z = TRUE
by BVFUNC_1:def 16;
hence
(All ((('not' a) 'or' b),PA,G)) . z = TRUE
by BVFUNC_2:def 9;
verum
end;
hence
All ((a 'imp' b),PA,G) = All ((('not' a) 'or' b),PA,G)
by A1, BVFUNC_1:15; verum