Stream
📁 Source: Batteries/Data/Stream.lean
Statistics
| Metric | Count |
|---|---|
| 7 | |
| 10 | |
| Total | 17 |
Batteries.RBMap.Keys
Definitions
| Name | Category | Theorems |
|---|---|---|
Stream 📖 | CompOp | — |
Batteries.RBMap.Values
Definitions
| Name | Category | Theorems |
|---|---|---|
Stream 📖 | CompOp | — |
Batteries.RBNode
Definitions
| Name | Category | Theorems |
|---|---|---|
Stream 📖 | CompData |
Std.List
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
stream_drop_eq_drop 📖 | mathematical | — | Std.Stream.drop | — | — |
stream_take_eq_take_drop 📖 | mathematical | — | Std.Stream.take | — | — |
Std.Stream
Definitions
| Name | Category | Theorems |
|---|---|---|
drop 📖 | CompOp | |
take 📖 | CompOp | |
takeTR 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
fst_takeTR 📖 | mathematical | — | takeTRtake | — | fst_takeTR_loop |
fst_takeTR_loop 📖 | mathematical | — | takeTR.looptake | — | — |
fst_take_succ 📖 | mathematical | — | take | — | — |
fst_take_zero 📖 | mathematical | — | take | — | — |
snd_takeTR 📖 | mathematical | — | takeTRdrop | — | snd_takeTR_loop |
snd_takeTR_loop 📖 | mathematical | — | takeTR.loopdrop | — | — |
snd_take_eq_drop 📖 | mathematical | — | takedrop | — | — |
take_eq_takeTR 📖 | mathematical | — | taketakeTR | — | fst_takeTRsnd_takeTRsnd_take_eq_drop |
Std.Stream.takeTR
Definitions
| Name | Category | Theorems |
|---|---|---|
loop 📖 | CompOp |
---