-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathROADMAP
More file actions
18 lines (18 loc) · 692 Bytes
/
ROADMAP
File metadata and controls
18 lines (18 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- Multi-file documents
- Imports
- Persistence to local storage
- Submission to server?
- Lockable regions
- Elimination rules and induction
- Defining inductive sets via grammar
- Equality and Definitions (Rayhana)
- Definitions that are stricter than axioms.
- Inductive definitions
- Transitive calculational proofs IN PROGRESS
- Rewriting in assumptions
- Rewriting to use transitivity when rewriting on an equality proof.
- Built-ins
- Strings
- Naturals
- Hidden premises
- e.g. a variable called "xs" in a rule implicity introduces a premise "xs List" but this is not usually displayed prominently and proofs attempt to solve it automatically.