pith. machine review for the scientific record. sign in
structure definition def or abbrev

PrimeLedgerCert

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  61structure PrimeLedgerCert where
  62  atom_iff_prime : ∀ p : ℕ, PrimeLedgerAtom p ↔ Nat.Prime p
  63  one_not_atom : ¬ PrimeLedgerAtom 1
  64  prime_positive : ∀ {p : ℕ}, Nat.Prime p → IntegerLedgerState p
  65
  66/-- The prime ledger certificate. -/

used by (4)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (3)

Lean names referenced from this declaration's body.