let L be Lattice; for p, q being Element of
for F being Filter of L
for p', q' being Element of st p = p' & q = q' holds
( p "\/" q = p' "\/" q' & p "/\" q = p' "/\" q' )
let p, q be Element of ; for F being Filter of L
for p', q' being Element of st p = p' & q = q' holds
( p "\/" q = p' "\/" q' & p "/\" q = p' "/\" q' )
let F be Filter of L; for p', q' being Element of st p = p' & q = q' holds
( p "\/" q = p' "\/" q' & p "/\" q = p' "/\" q' )
let p', q' be Element of ; ( p = p' & q = q' implies ( p "\/" q = p' "\/" q' & p "/\" q = p' "/\" q' ) )
assume A1:
( p = p' & q = q' )
; ( p "\/" q = p' "\/" q' & p "/\" q = p' "/\" q' )
consider o1, o2 being BinOp of F such that
A2:
o1 = the L_join of L || F
and
A3:
o2 = the L_meet of L || F
and
A4:
latt F = LattStr(# F,o1,o2 #)
by Def10;
dom o1 = [:F,F:]
by FUNCT_2:def 1;
then
[p,q] in dom o1
by A1, A4, ZFMISC_1:106;
hence
p "\/" q = p' "\/" q'
by A1, A2, A4, FUNCT_1:70; p "/\" q = p' "/\" q'
dom o2 = [:F,F:]
by FUNCT_2:def 1;
then
[p,q] in dom o2
by A1, A4, ZFMISC_1:106;
hence
p "/\" q = p' "/\" q'
by A1, A3, A4, FUNCT_1:70; verum