(3steps total)
PrintForm
Definitions
Lemmas
graph
1
2
Sections
Graphs
Doc
At:
array-count
wf
T:Type, P:(T
), a:array(T). array-count(v.P(v);a)
(|a|+1)
By:
Unfold `array-count` 0
Generated subgoals:
1
1.
T:
Type
2.
P:
T
3.
a:
array(T)
0
sum(if P(a[i])
1 else 0 fi | i < |a|)
1
step
 
2
1.
T:
Type
2.
P:
T
3.
a:
array(T)
sum(if P(a[i])
1 else 0 fi | i < |a|) < |a|+1
1
step
About:
(3steps total)
PrintForm
Definitions
Lemmas
graph
1
2
Sections
Graphs
Doc