let Z1, Z2 be Tree; :: thesis: for p being FinSequence of NAT st p in Z1 holds
for v being Element of Z1 with-replacement p,Z2
for w being Element of Z1 st v = w & not p,w are_c=-comparable holds
succ v = succ w
let p be FinSequence of NAT ; :: thesis: ( p in Z1 implies for v being Element of Z1 with-replacement p,Z2
for w being Element of Z1 st v = w & not p,w are_c=-comparable holds
succ v = succ w )
assume A1:
p in Z1
; :: thesis: for v being Element of Z1 with-replacement p,Z2
for w being Element of Z1 st v = w & not p,w are_c=-comparable holds
succ v = succ w
set Z = Z1 with-replacement p,Z2;
let v be Element of Z1 with-replacement p,Z2; :: thesis: for w being Element of Z1 st v = w & not p,w are_c=-comparable holds
succ v = succ w
let w be Element of Z1; :: thesis: ( v = w & not p,w are_c=-comparable implies succ v = succ w )
assume A2:
( v = w & not p,w are_c=-comparable )
; :: thesis: succ v = succ w
then A3:
( not w is_a_prefix_of p & not p is_a_prefix_of w )
by XBOOLE_0:def 9;
hence
succ v = succ w
by TARSKI:2; :: thesis: verum