let Y be non empty set ; for a, b being Function of Y,BOOLEAN
for G being Subset of (PARTITIONS Y)
for PA being a_partition of Y holds All ((a 'eqv' b),PA,G) = (All ((a 'imp' b),PA,G)) '&' (All ((b 'imp' a),PA,G))
let a, b be Function of Y,BOOLEAN; for G being Subset of (PARTITIONS Y)
for PA being a_partition of Y holds All ((a 'eqv' b),PA,G) = (All ((a 'imp' b),PA,G)) '&' (All ((b 'imp' a),PA,G))
let G be Subset of (PARTITIONS Y); for PA being a_partition of Y holds All ((a 'eqv' b),PA,G) = (All ((a 'imp' b),PA,G)) '&' (All ((b 'imp' a),PA,G))
let PA be a_partition of Y; All ((a 'eqv' b),PA,G) = (All ((a 'imp' b),PA,G)) '&' (All ((b 'imp' a),PA,G))
let z be Element of Y; FUNCT_2:def 8 (All ((a 'eqv' b),PA,G)) . z = ((All ((a 'imp' b),PA,G)) '&' (All ((b 'imp' a),PA,G))) . z
(All ((a 'eqv' b),PA,G)) . z =
(All (((a 'imp' b) '&' (b 'imp' a)),PA,G)) . z
by Th7
.=
((All ((a 'imp' b),PA,G)) '&' (All ((b 'imp' a),PA,G))) . z
by BVFUNC_1:39
;
hence
(All ((a 'eqv' b),PA,G)) . z = ((All ((a 'imp' b),PA,G)) '&' (All ((b 'imp' a),PA,G))) . z
; verum