Amitayush Thakur

Results 3 issues of Amitayush Thakur

When I run `opam install zarith`. It fails with the following error: ``` The following actions will be performed: ∗ install zarith 1.13 Processing actions ⬇ retrieved zarith.1.13 (cached) [ERROR]...

I found a peculiar bug in REPL, where it can accept any proof that applies the theorem itself. Example: ``` {"cmd": "theorem test (p q : Prop) (hp : p)...

I was trying to execute the following theorem via REPL: ``` theorem ftaylorSeriesWithin_univ : ftaylorSeriesWithin 𝕜 f univ = ftaylorSeries 𝕜 f := by sorry ``` .This theorem can be...