:: TREES_2 semantic presentation
theorem Th1: :: TREES_2:1
theorem Th2: :: TREES_2:2
Lemma3:
for b1 being set
for b2 being FinSequence holds len (b2 ^ <*b1*>) = (len b2) + 1
theorem Th3: :: TREES_2:3
canceled;
theorem Th4: :: TREES_2:4
theorem Th5: :: TREES_2:5
canceled;
theorem Th6: :: TREES_2:6
theorem Th7: :: TREES_2:7
:: deftheorem Def1 defines = TREES_2:def 1 :
theorem Th8: :: TREES_2:8
theorem Th9: :: TREES_2:9
theorem Th10: :: TREES_2:10
:: deftheorem Def2 defines finite-order TREES_2:def 2 :
:: deftheorem Def3 defines Chain TREES_2:def 3 :
:: deftheorem Def4 defines Level TREES_2:def 4 :
:: deftheorem Def5 defines succ TREES_2:def 5 :
theorem Th11: :: TREES_2:11
theorem Th12: :: TREES_2:12
theorem Th13: :: TREES_2:13
:: deftheorem Def6 defines -level TREES_2:def 6 :
theorem Th14: :: TREES_2:14
theorem Th15: :: TREES_2:15
theorem Th16: :: TREES_2:16
theorem Th17: :: TREES_2:17
theorem Th18: :: TREES_2:18
theorem Th19: :: TREES_2:19
theorem Th20: :: TREES_2:20
theorem Th21: :: TREES_2:21
theorem Th22: :: TREES_2:22
:: deftheorem Def7 defines Branch-like TREES_2:def 7 :
theorem Th23: :: TREES_2:23
theorem Th24: :: TREES_2:24
theorem Th25: :: TREES_2:25
theorem Th26: :: TREES_2:26
theorem Th27: :: TREES_2:27
theorem Th28: :: TREES_2:28
theorem Th29: :: TREES_2:29
theorem Th30: :: TREES_2:30
Lemma23:
for b1 being set st b1 is finite holds
ex b2 being Nat st
for b3 being Nat st b3 in b1 holds
b3 <= b2
theorem Th31: :: TREES_2:31
theorem Th32: :: TREES_2:32
:: deftheorem Def8 defines DecoratedTree-like TREES_2:def 8 :
:: deftheorem Def9 defines ParametrizedSubset TREES_2:def 9 :
theorem Th33: :: TREES_2:33
:: deftheorem Def10 defines Leaves TREES_2:def 10 :
:: deftheorem Def11 defines | TREES_2:def 11 :
theorem Th34: :: TREES_2:34
definition
let c1 be
DecoratedTree;
let c2 be
FinSequence of
NAT ;
let c3 be
DecoratedTree;
assume E30:
c2 in dom c1
;
func c1 with-replacement c2,
c3 -> DecoratedTree means :: TREES_2:def 12
(
dom a4 = (dom a1) with-replacement a2,
(dom a3) & ( for
b1 being
FinSequence of
NAT holds
( not
b1 in (dom a1) with-replacement a2,
(dom a3) or ( not
a2 is_a_prefix_of b1 &
a4 . b1 = a1 . b1 ) or ex
b2 being
FinSequence of
NAT st
(
b2 in dom a3 &
b1 = a2 ^ b2 &
a4 . b1 = a3 . b2 ) ) ) );
existence
ex b1 being DecoratedTree st
( dom b1 = (dom c1) with-replacement c2,(dom c3) & ( for b2 being FinSequence of NAT holds
( not b2 in (dom c1) with-replacement c2,(dom c3) or ( not c2 is_a_prefix_of b2 & b1 . b2 = c1 . b2 ) or ex b3 being FinSequence of NAT st
( b3 in dom c3 & b2 = c2 ^ b3 & b1 . b2 = c3 . b3 ) ) ) )
uniqueness
for b1, b2 being DecoratedTree st dom b1 = (dom c1) with-replacement c2,(dom c3) & ( for b3 being FinSequence of NAT holds
( not b3 in (dom c1) with-replacement c2,(dom c3) or ( not c2 is_a_prefix_of b3 & b1 . b3 = c1 . b3 ) or ex b4 being FinSequence of NAT st
( b4 in dom c3 & b3 = c2 ^ b4 & b1 . b3 = c3 . b4 ) ) ) & dom b2 = (dom c1) with-replacement c2,(dom c3) & ( for b3 being FinSequence of NAT holds
( not b3 in (dom c1) with-replacement c2,(dom c3) or ( not c2 is_a_prefix_of b3 & b2 . b3 = c1 . b3 ) or ex b4 being FinSequence of NAT st
( b4 in dom c3 & b3 = c2 ^ b4 & b2 . b3 = c3 . b4 ) ) ) holds
b1 = b2
end;
:: deftheorem Def12 defines with-replacement TREES_2:def 12 :
theorem Th35: :: TREES_2:35
theorem Th36: :: TREES_2:36
theorem Th37: :: TREES_2:37
theorem Th38: :: TREES_2:38
:: deftheorem Def13 defines branchdeg TREES_2:def 13 :
Lemma34:
for b1 being Function holds (pr1 (dom b1),(rng b1)) .: b1 = dom b1
Lemma35:
for b1 being Function holds
( dom b1 is finite iff b1 is finite )