let L be finite LATTICE; :: thesis: for a, b being Element of L st a < b holds
height a < height b
let a, b be Element of L; :: thesis: ( a < b implies height a < height b )
assume A1:
a < b
; :: thesis: height a < height b
( ex A being Chain of Bottom L,a st height a = card A & ( for C being Chain of Bottom L,a holds card C <= height a ) )
by Def3;
then consider A being Chain of Bottom L,a such that
A2:
height a = card A
and
for C being Chain of Bottom L,a holds card C <= height a
;
( ex B being Chain of Bottom L,b st height b = card B & ( for D being Chain of Bottom L,b holds card D <= height b ) )
by Def3;
then consider B being Chain of Bottom L,b such that
height b = card B
and
A3:
for B being Chain of Bottom L,b holds card B <= height b
;
A4:
Bottom L <= a
by YELLOW_0:44;
A5:
not b in A
set C = A \/ {b};
Bottom L in A
by A4, Def2;
then A6:
Bottom L in A \/ {b}
by XBOOLE_0:def 3;
A7:
b in A \/ {b}
A8:
for z being Element of L st z in A \/ {b} holds
( Bottom L <= z & z <= b )
A11:
A \/ {b} is strongly_connected Subset of L
Bottom L <= b
by YELLOW_0:44;
then A19:
A \/ {b} is Chain of Bottom L,b
by A6, A7, A8, A11, Def2;
card (A \/ {b}) = (card A) + 1
by A5, CARD_2:54;
then
(height a) + 1 <= height b
by A2, A3, A19;
hence
height a < height b
by NAT_1:13; :: thesis: verum