@@ -27,7 +27,7 @@ theorem Rcc.toArray_iter_eq_toArray [LE α] [DecidableLE α] [UpwardEnumerable
2727 rfl
2828
2929@[simp]
30- theorem Rcc.count_iter_eq_count [LE α] [DecidableLE α] [UpwardEnumerable α]
30+ theorem Rcc.count_iter_eq_size [LE α] [DecidableLE α] [UpwardEnumerable α]
3131 [LawfulUpwardEnumerableLE α] [Rxc.IsAlwaysFinite α] [LawfulUpwardEnumerable α]
3232 [Rxc.HasSize α] [Rxc.LawfulHasSize α]
3333 {r : Rcc α} :
@@ -47,7 +47,7 @@ theorem Rco.toArray_iter_eq_toArray [LT α] [DecidableLT α] [UpwardEnumerable
4747 rfl
4848
4949@[simp]
50- theorem Rco.count_iter_eq_count [LT α] [DecidableLT α] [UpwardEnumerable α]
50+ theorem Rco.count_iter_eq_size [LT α] [DecidableLT α] [UpwardEnumerable α]
5151 [LawfulUpwardEnumerableLT α] [Rxo.IsAlwaysFinite α] [LawfulUpwardEnumerable α]
5252 [Rxo.HasSize α] [Rxo.LawfulHasSize α]
5353 {r : Rco α} :
@@ -67,7 +67,7 @@ theorem Rci.toArray_iter_eq_toArray [UpwardEnumerable α]
6767 rfl
6868
6969@[simp]
70- theorem Rci.count_iter_eq_count [UpwardEnumerable α]
70+ theorem Rci.count_iter_eq_size [UpwardEnumerable α]
7171 [Rxi.IsAlwaysFinite α] [LawfulUpwardEnumerable α]
7272 [Rxi.HasSize α] [Rxi.LawfulHasSize α]
7373 {r : Rci α} :
@@ -87,7 +87,7 @@ theorem Roc.toArray_iter_eq_toArray [LE α] [DecidableLE α] [UpwardEnumerable
8787 rfl
8888
8989@[simp]
90- theorem Roc.count_iter_eq_count [LE α] [DecidableLE α] [UpwardEnumerable α]
90+ theorem Roc.count_iter_eq_size [LE α] [DecidableLE α] [UpwardEnumerable α]
9191 [LawfulUpwardEnumerableLE α] [Rxc.IsAlwaysFinite α] [LawfulUpwardEnumerable α]
9292 [Rxc.HasSize α] [Rxc.LawfulHasSize α]
9393 {r : Roc α} :
@@ -107,7 +107,7 @@ theorem Roo.toArray_iter_eq_toArray [LT α] [DecidableLT α] [UpwardEnumerable
107107 rfl
108108
109109@[simp]
110- theorem Roo.count_iter_eq_count [LT α] [DecidableLT α] [UpwardEnumerable α]
110+ theorem Roo.count_iter_eq_size [LT α] [DecidableLT α] [UpwardEnumerable α]
111111 [LawfulUpwardEnumerableLT α] [Rxo.IsAlwaysFinite α] [LawfulUpwardEnumerable α]
112112 [Rxo.HasSize α] [Rxo.LawfulHasSize α]
113113 {r : Roo α} :
@@ -127,7 +127,7 @@ theorem Roi.toArray_iter_eq_toArray [UpwardEnumerable α]
127127 rfl
128128
129129@[simp]
130- theorem Roi.count_iter_eq_count [UpwardEnumerable α]
130+ theorem Roi.count_iter_eq_size [UpwardEnumerable α]
131131 [Rxi.IsAlwaysFinite α] [LawfulUpwardEnumerable α]
132132 [Rxi.HasSize α] [Rxi.LawfulHasSize α]
133133 {r : Roi α} :
@@ -147,7 +147,7 @@ theorem Ric.toArray_iter_eq_toArray [Least? α] [LE α] [DecidableLE α] [Upward
147147 rfl
148148
149149@[simp]
150- theorem Ric.count_iter_eq_count [Least? α] [LE α] [DecidableLE α] [UpwardEnumerable α]
150+ theorem Ric.count_iter_eq_size [Least? α] [LE α] [DecidableLE α] [UpwardEnumerable α]
151151 [LawfulUpwardEnumerableLE α] [Rxc.IsAlwaysFinite α] [LawfulUpwardEnumerable α]
152152 [Rxc.HasSize α] [Rxc.LawfulHasSize α]
153153 {r : Ric α} :
@@ -167,7 +167,7 @@ theorem Rio.toArray_iter_eq_toArray [Least? α] [LT α] [DecidableLT α] [Upward
167167 rfl
168168
169169@[simp]
170- theorem Rio.count_iter_eq_count [Least? α] [LT α] [DecidableLT α] [UpwardEnumerable α]
170+ theorem Rio.count_iter_eq_size [Least? α] [LT α] [DecidableLT α] [UpwardEnumerable α]
171171 [LawfulUpwardEnumerableLT α] [Rxo.IsAlwaysFinite α] [LawfulUpwardEnumerable α]
172172 [Rxo.HasSize α] [Rxo.LawfulHasSize α]
173173 {r : Rio α} :
@@ -187,7 +187,7 @@ theorem Rii.toArray_iter_eq_toArray [Least? α] [UpwardEnumerable α]
187187 rfl
188188
189189@[simp]
190- theorem Rii.count_iter_eq_count [Least? α] [UpwardEnumerable α]
190+ theorem Rii.count_iter_eq_size [Least? α] [UpwardEnumerable α]
191191 [Rxi.IsAlwaysFinite α] [LawfulUpwardEnumerable α]
192192 [Rxi.HasSize α] [Rxi.LawfulHasSize α]
193193 {r : Rii α} :
0 commit comments