Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,21 @@

A Lean 4 library that turns formal proofs into computable mathematical objects.

[Documentation](https://proof-atlas.vercel.app/) · [White Paper](whitepaper/) · [Contributing](CONTRIBUTING.md)
[White Paper](whitepaper/) · [Contributing](CONTRIBUTING.md)

## Quick start
## Status

Main branch contains the design specification for the proof
hypergraph. Implementation is on the `development` branch and
will be promoted here as it reaches production quality.

## Build

```bash
cd lean
lake exe cache get
lake build
```

```lean
import ProofAtlas

#atlas.resistance Nat.add_zero Nat.add_comm
#atlas.graph Nat.add_zero
```

## License

Apache 2.0 (see `LICENSE`).
Loading