let L be finite LATTICE; :: thesis: for x being Element of L holds
( height x = 1 iff x = Bottom L )
let x be Element of L; :: thesis: ( height x = 1 iff x = Bottom L )
A1:
( height x = 1 implies x = Bottom L )
proof
assume A2:
(
height x = 1 &
x <> Bottom L )
;
:: thesis: contradiction
( ex
A being
Chain of
Bottom L,
x st
height x = card A & ( for
A being
Chain of
Bottom L,
x holds
card A <= height x ) )
by Def3;
then consider A being
Chain of
Bottom L,
x such that A3:
(
height x = card A & ( for
A being
Chain of
Bottom L,
x holds
card A <= height x ) )
;
A4:
{(Bottom L),x} is
Chain of
Bottom L,
x
proof
A5:
Bottom L <= x
by YELLOW_0:44;
then A6:
{(Bottom L),x} is
Chain of
L
by ORDERS_2:36;
A7:
x in {(Bottom L),x}
by TARSKI:def 2;
A8:
Bottom L in {(Bottom L),x}
by TARSKI:def 2;
for
z being
Element of
L st
z in {(Bottom L),x} holds
(
Bottom L <= z &
z <= x )
hence
{(Bottom L),x} is
Chain of
Bottom L,
x
by A5, A6, A7, A8, Def2;
:: thesis: verum
end;
card {(Bottom L),x} = 2
by A2, CARD_2:76;
hence
contradiction
by A2, A3, A4;
:: thesis: verum
end;
( x = Bottom L implies height x = 1 )
hence
( height x = 1 iff x = Bottom L )
by A1; :: thesis: verum