let L be finite LATTICE; for x being Element of L holds
( height x = 1 iff x = Bottom L )
let x be Element of L; ( height x = 1 iff x = Bottom L )
A1:
( x = Bottom L implies height x = 1 )
( height x = 1 implies x = Bottom L )
proof
A5:
for
z being
Element of
L st
z in {(Bottom L),x} holds
(
Bottom L <= z &
z <= x )
A7:
(
x in {(Bottom L),x} &
Bottom L in {(Bottom L),x} )
by TARSKI:def 2;
A8:
Bottom L <= x
by YELLOW_0:44;
then
{(Bottom L),x} is
Chain of
L
by ORDERS_2:9;
then A9:
{(Bottom L),x} is
Chain of
Bottom L,
x
by A8, A7, A5, Def2;
assume that A10:
height x = 1
and A11:
x <> Bottom L
;
contradiction
card {(Bottom L),x} = 2
by A11, CARD_2:57;
hence
contradiction
by A10, A9, Def3;
verum
end;
hence
( height x = 1 iff x = Bottom L )
by A1; verum