let Z1, Z2 be Tree; 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 ; ( 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
; 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); 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; ( v = w & not p,w are_c=-comparable implies succ v = succ w )
assume that
A2:
v = w
and
A3:
not p,w are_c=-comparable
; succ v = succ w
A4:
not p is_a_prefix_of w
by A3;
hence
succ v = succ w
by TARSKI:2; verum