:: QC_LANG2 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
theorem Th1: :: QC_LANG2:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th2: :: QC_LANG2:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th3: :: QC_LANG2:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: QC_LANG2:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th5: :: QC_LANG2:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th6: :: QC_LANG2:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th7: :: QC_LANG2:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th8: :: QC_LANG2:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines FALSUM QC_LANG2:def 1 :
:: deftheorem defines => QC_LANG2:def 2 :
:: deftheorem defines 'or' QC_LANG2:def 3 :
:: deftheorem defines <=> QC_LANG2:def 4 :
:: deftheorem defines Ex QC_LANG2:def 5 :
theorem :: QC_LANG2:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th17: :: QC_LANG2:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th19: :: QC_LANG2:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let x,
y be
bound_QC-variable;
let p be
Element of
QC-WFF ;
func All x,
y,
p -> QC-formula equals :: QC_LANG2:def 6
All x,
(All y,p);
correctness
coherence
All x,(All y,p) is QC-formula;
;
func Ex x,
y,
p -> QC-formula equals :: QC_LANG2:def 7
Ex x,
(Ex y,p);
correctness
coherence
Ex x,(Ex y,p) is QC-formula;
;
end;
:: deftheorem defines All QC_LANG2:def 6 :
:: deftheorem defines Ex QC_LANG2:def 7 :
theorem :: QC_LANG2:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th21: :: QC_LANG2:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th22: :: QC_LANG2:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th23: :: QC_LANG2:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th24: :: QC_LANG2:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let x,
y,
z be
bound_QC-variable;
let p be
Element of
QC-WFF ;
func All x,
y,
z,
p -> QC-formula equals :: QC_LANG2:def 8
All x,
(All y,z,p);
correctness
coherence
All x,(All y,z,p) is QC-formula;
;
func Ex x,
y,
z,
p -> QC-formula equals :: QC_LANG2:def 9
Ex x,
(Ex y,z,p);
correctness
coherence
Ex x,(Ex y,z,p) is QC-formula;
;
end;
:: deftheorem defines All QC_LANG2:def 8 :
:: deftheorem defines Ex QC_LANG2:def 9 :
theorem :: QC_LANG2:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
x,
y,
z being
bound_QC-variable for
p being
Element of
QC-WFF holds
(
All x,
y,
z,
p = All x,
(All y,z,p) &
Ex x,
y,
z,
p = Ex x,
(Ex y,z,p) ) ;
theorem :: QC_LANG2:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
p1,
p2 being
Element of
QC-WFF for
x1,
x2,
y1,
y2,
z1,
z2 being
bound_QC-variable st
All x1,
y1,
z1,
p1 = All x2,
y2,
z2,
p2 holds
(
x1 = x2 &
y1 = y2 &
z1 = z2 &
p1 = p2 )
theorem :: QC_LANG2:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
x,
y,
z being
bound_QC-variable for
p,
q being
Element of
QC-WFF for
t,
s being
bound_QC-variable st
All x,
y,
z,
p = All t,
s,
q holds
(
x = t &
y = s &
All z,
p = q )
theorem :: QC_LANG2:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
p1,
p2 being
Element of
QC-WFF for
x1,
x2,
y1,
y2,
z1,
z2 being
bound_QC-variable st
Ex x1,
y1,
z1,
p1 = Ex x2,
y2,
z2,
p2 holds
(
x1 = x2 &
y1 = y2 &
z1 = z2 &
p1 = p2 )
theorem :: QC_LANG2:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:32 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
x,
y,
z being
bound_QC-variable for
p,
q being
Element of
QC-WFF for
t,
s being
bound_QC-variable st
Ex x,
y,
z,
p = Ex t,
s,
q holds
(
x = t &
y = s &
Ex z,
p = q )
theorem :: QC_LANG2:33 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
x,
y,
z being
bound_QC-variable for
p being
Element of
QC-WFF holds
(
All x,
y,
z,
p is
universal &
bound_in (All x,y,z,p) = x &
the_scope_of (All x,y,z,p) = All y,
z,
p )
by Th8, QC_LANG1:def 20;
:: deftheorem defines disjunctive QC_LANG2:def 10 :
:: deftheorem Def11 defines conditional QC_LANG2:def 11 :
:: deftheorem defines biconditional QC_LANG2:def 12 :
:: deftheorem Def13 defines existential QC_LANG2:def 13 :
theorem :: QC_LANG2:34 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:35 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:36 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:37 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:38 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines the_left_disjunct_of QC_LANG2:def 14 :
:: deftheorem defines the_right_disjunct_of QC_LANG2:def 15 :
:: deftheorem defines the_antecedent_of QC_LANG2:def 16 :
:: deftheorem QC_LANG2:def 17 :
canceled;
:: deftheorem defines the_left_side_of QC_LANG2:def 18 :
:: deftheorem defines the_right_side_of QC_LANG2:def 19 :
theorem :: QC_LANG2:39 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:40 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:41 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:42 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:43 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:44 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th45: :: QC_LANG2:45 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th46: :: QC_LANG2:46 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th47: :: QC_LANG2:47 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:48 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:49 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:50 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:51 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:52 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:53 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:54 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:55 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:56 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def20 defines is_immediate_constituent_of QC_LANG2:def 20 :
theorem :: QC_LANG2:57 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th58: :: QC_LANG2:58 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th59: :: QC_LANG2:59 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th60: :: QC_LANG2:60 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:61 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th62: :: QC_LANG2:62 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th63: :: QC_LANG2:63 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th64: :: QC_LANG2:64 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th65: :: QC_LANG2:65 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th66: :: QC_LANG2:66 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th67: :: QC_LANG2:67 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def21 defines is_subformula_of QC_LANG2:def 21 :
:: deftheorem Def22 defines is_proper_subformula_of QC_LANG2:def 22 :
theorem :: QC_LANG2:68 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:69 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: QC_LANG2:70 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th71: :: QC_LANG2:71 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th72: :: QC_LANG2:72 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th73: :: QC_LANG2:73 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th74: :: QC_LANG2:74 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th75: :: QC_LANG2:75 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th76: :: QC_LANG2:76 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th77: :: QC_LANG2:77 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th78: :: QC_LANG2:78 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th79: :: QC_LANG2:79 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:80 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th81: :: QC_LANG2:81 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th82: :: QC_LANG2:82 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th83: :: QC_LANG2:83 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:84 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th85: :: QC_LANG2:85 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th86: :: QC_LANG2:86 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:87 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:88 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th89: :: QC_LANG2:89 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:90 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th91: :: QC_LANG2:91 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:92 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:93 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:94 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:95 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:96 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:97 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:98 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th99: :: QC_LANG2:99 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th100: :: QC_LANG2:100 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th101: :: QC_LANG2:101 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def23 defines Subformulae QC_LANG2:def 23 :
theorem :: QC_LANG2:102 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th103: :: QC_LANG2:103 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th104: :: QC_LANG2:104 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:105 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:106 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th107: :: QC_LANG2:107 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th108: :: QC_LANG2:108 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:109 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th110: :: QC_LANG2:110 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th111: :: QC_LANG2:111 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th112: :: QC_LANG2:112 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th113: :: QC_LANG2:113 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:114 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:115 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:116 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:117 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:118 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:119 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: QC_LANG2:120 :: Showing IDV graph ... (Click the Palm Tree again to close it)