let S be non empty RelStr ; :: thesis: for T being non empty antisymmetric lower-bounded RelStr holds Bottom (T |^ the carrier of S) = S --> (Bottom T)
let T be non empty antisymmetric lower-bounded RelStr ; :: thesis: Bottom (T |^ the carrier of S) = S --> (Bottom T)
set L = T |^ the carrier of S;
reconsider f = S --> (Bottom T) as Element of (T |^ the carrier of S) by Th19;
reconsider f9 = f as Function of S,T ;
A1: for b being Element of (T |^ the carrier of S) st b is_>=_than {} holds
f <= b
proof
let b be Element of (T |^ the carrier of S); :: thesis: ( b is_>=_than {} implies f <= b )
reconsider b9 = b as Function of S,T by Th19;
assume b is_>=_than {} ; :: thesis: f <= b
for x being Element of S holds f9 . x <= b9 . x
proof
let x be Element of S; :: thesis: f9 . x <= b9 . x
f9 . x = ( the carrier of S --> (Bottom T)) . x
.= Bottom T by FUNCOP_1:13 ;
hence f9 . x <= b9 . x by YELLOW_0:44; :: thesis: verum
end;
then f9 <= b9 by YELLOW_2:10;
hence f <= b by WAYBEL10:12; :: thesis: verum
end;
f is_>=_than {} by YELLOW_0:6;
then f = "\/" ({},(T |^ the carrier of S)) by A1, YELLOW_0:30;
hence Bottom (T |^ the carrier of S) = S --> (Bottom T) by YELLOW_0:def 11; :: thesis: verum